#include <K3dConfData.h>
Inheritance diagram for K3dConfData:
Public Member Functions | |
K3dConfData () | |
~K3dConfData () | |
K3dString & | GetLogFilename () |
Get log filename. | |
K3dString & | GetMapPath () |
Get map path. | |
K3dString & | GetScriptPath () |
Get script path. | |
K3dString & | GetTexturePath () |
Get Texture path. | |
K3dString & | GetDebugPath () |
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. |
Definition at line 36 of file K3dConfData.h.
K3dConfData::K3dConfData | ( | ) |
Definition at line 35 of file K3dConfData.cpp.
K3dConfData::~K3dConfData | ( | ) |
Definition at line 39 of file K3dConfData.cpp.
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().
K3dString K3dConfData::m_strLogFilename [private] |
K3dString K3dConfData::m_strMapPath [private] |
K3dString K3dConfData::m_strScriptPath [private] |
K3dString K3dConfData::m_strTexturePath [private] |
K3dString K3dConfData::m_strDebugPath [private] |