#include <K3dBlockObj.h>
Inheritance diagram for K3dBlockObj:
Public Member Functions | |
K3dBlockObj () | |
~K3dBlockObj () | |
K3dString & | GetName () |
Get or set object name. | |
bool & | GetIsVisible () |
Get or set if object is visible. | |
int & | GetId () |
Get or set object index. | |
Private Attributes | |
K3dString | m_strName |
Object name. | |
bool | m_bIsVisible |
Is a object visible ? | |
int | m_iId |
Object index in global game data. |
Definition at line 37 of file K3dBlockObj.h.
K3dBlockObj::K3dBlockObj | ( | ) |
Definition at line 36 of file K3dBlockObj.cpp.
References K_STR_BLOCK_NO_DEF, m_bIsVisible, m_iId, and m_strName.
K3dBlockObj::~K3dBlockObj | ( | ) |
Definition at line 42 of file K3dBlockObj.cpp.
K3dString& K3dBlockObj::GetName | ( | ) | [inline] |
bool& K3dBlockObj::GetIsVisible | ( | ) | [inline] |
Get or set if object is visible.
Definition at line 54 of file K3dBlockObj.h.
References m_bIsVisible.
int& K3dBlockObj::GetId | ( | ) | [inline] |
K3dString K3dBlockObj::m_strName [private] |
Object name.
Definition at line 39 of file K3dBlockObj.h.
Referenced by GetName(), and K3dBlockObj().
bool K3dBlockObj::m_bIsVisible [private] |
Is a object visible ?
Definition at line 40 of file K3dBlockObj.h.
Referenced by GetIsVisible(), and K3dBlockObj().
int K3dBlockObj::m_iId [private] |
Object index in global game data.
Definition at line 41 of file K3dBlockObj.h.
Referenced by GetId(), and K3dBlockObj().