K3dConfData Class Reference

#include <K3dConfData.h>

Inheritance diagram for K3dConfData:

K3dGameData List of all members.

Public Member Functions

 K3dConfData ()
 ~K3dConfData ()
K3dStringGetLogFilename ()
 Get log filename.
K3dStringGetMapPath ()
 Get map path.
K3dStringGetScriptPath ()
 Get script path.
K3dStringGetTexturePath ()
 Get Texture path.
K3dStringGetDebugPath ()
 Get Debug path.

Private Attributes

K3dString m_strLogFilename
 Log filename.
K3dString m_strMapPath
 Map path.
K3dString m_strScriptPath
 Script path.
K3dString m_strTexturePath
 Texture path.
K3dString m_strDebugPath
 Debug path.

Detailed Description

Definition at line 36 of file K3dConfData.h.


Constructor & Destructor Documentation

K3dConfData::K3dConfData (  ) 

Definition at line 35 of file K3dConfData.cpp.

K3dConfData::~K3dConfData (  ) 

Definition at line 39 of file K3dConfData.cpp.


Member Function Documentation

K3dString& K3dConfData::GetLogFilename (  )  [inline]

Get log filename.

Definition at line 48 of file K3dConfData.h.

References m_strLogFilename.

Referenced by K3dConfDataBuild::LoadConf().

K3dString& K3dConfData::GetMapPath (  )  [inline]

Get map path.

Definition at line 54 of file K3dConfData.h.

References m_strMapPath.

Referenced by K3dConfDataBuild::LoadConf().

K3dString& K3dConfData::GetScriptPath (  )  [inline]

Get script path.

Definition at line 60 of file K3dConfData.h.

References m_strScriptPath.

Referenced by K3dConfDataBuild::LoadConf().

K3dString& K3dConfData::GetTexturePath (  )  [inline]

Get Texture path.

Definition at line 66 of file K3dConfData.h.

References m_strTexturePath.

Referenced by K3dConfDataBuild::LoadConf().

K3dString& K3dConfData::GetDebugPath (  )  [inline]

Get Debug path.

Definition at line 72 of file K3dConfData.h.

References m_strDebugPath.

Referenced by K3dPolyWork::CheckPoly(), and K3dConfDataBuild::LoadConf().


Member Data Documentation

K3dString K3dConfData::m_strLogFilename [private]

Log filename.

Definition at line 38 of file K3dConfData.h.

Referenced by GetLogFilename().

K3dString K3dConfData::m_strMapPath [private]

Map path.

Definition at line 39 of file K3dConfData.h.

Referenced by GetMapPath().

K3dString K3dConfData::m_strScriptPath [private]

Script path.

Definition at line 40 of file K3dConfData.h.

Referenced by GetScriptPath().

K3dString K3dConfData::m_strTexturePath [private]

Texture path.

Definition at line 41 of file K3dConfData.h.

Referenced by GetTexturePath().

K3dString K3dConfData::m_strDebugPath [private]

Debug path.

Definition at line 42 of file K3dConfData.h.

Referenced by GetDebugPath().


The documentation for this class was generated from the following files:
Generated on Thu Aug 16 23:53:31 2007 for K3dEngine by  doxygen 1.5.0