tPathScripts Class Reference

#include <tDirectories.h>

Inheritance diagram for tPathScripts:

Inheritance graph
[legend]
Collaboration diagram for tPathScripts:

Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static tString GetDirPath ()
 returns the path to the included scripts

Private Member Functions

void Paths (tArray< tString > &paths) const


Detailed Description

Definition at line 70 of file tDirectories.h.


Member Function Documentation

tString tPathScripts::GetDirPath (  )  [static]

returns the path to the included scripts

Definition at line 717 of file tDirectories.cpp.

References st_DataDir.

Referenced by _wrap_TPathScripts_get_dir_path(), and Paths().

00718 {
00719     return st_DataDir + "/scripts";
00720 }

Here is the caller graph for this function:

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

Implements tPath.

Definition at line 722 of file tDirectories.cpp.

References GetDirPath(), and tArray< T, MALLOC >::SetLen().

00722                                                        {
00723     paths.SetLen(0);
00724     paths[0] = GetDirPath();
00725 }

Here is the call graph for this function:


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