tPathMusic Class Reference

Inheritance diagram for tPathMusic:

Inheritance graph
[legend]
Collaboration diagram for tPathMusic:

Collaboration graph
[legend]

List of all members.

Private Member Functions

void Paths (tArray< tString > &paths) const


Detailed Description

Definition at line 569 of file tDirectories.cpp.


Member Function Documentation

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

Implements tPath.

Definition at line 573 of file tDirectories.cpp.

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

00574     {
00575         paths.SetLen( 0 );
00576         int pos = 0;
00577 
00578         paths[ pos++ ] = st_MusicDir;
00579     }

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:00 2008 for Armagetron Advanced by  doxygen 1.5.4