tPathScreenshot Class Reference

Inheritance diagram for tPathScreenshot:

Inheritance graph
[legend]
Collaboration diagram for tPathScreenshot:

Collaboration graph
[legend]

List of all members.

Private Member Functions

void Paths (tArray< tString > &paths) const


Detailed Description

Definition at line 633 of file tDirectories.cpp.


Member Function Documentation

void tPathScreenshot::Paths ( tArray< tString > &  paths  )  const [inline, private, virtual]

Implements tPath.

Definition at line 637 of file tDirectories.cpp.

References tString::Len(), pos, tArray< T, MALLOC >::SetLen(), st_DataDir, st_ScreenshotDir, and st_UserDataDir.

00638     {
00639         paths.SetLen( 0 );
00640         int pos = 0;
00641 
00642         paths[ pos++ ] = st_DataDir + "/screenshot";
00643 
00644         if ( st_UserDataDir.Len() > 1 )
00645             paths[ pos++ ] = st_UserDataDir + "/screenshot";
00646 
00647         if ( st_ScreenshotDir.Len() > 1 )
00648             paths[ pos++ ] = st_ScreenshotDir;
00649     }

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:58:03 2008 for Armagetron Advanced by  doxygen 1.5.4