#include <K3dGuiContainer.h>
Inheritance diagram for K3dGuiContainer:
Public Member Functions | |
K3dGuiContainer () | |
~K3dGuiContainer () | |
void | AddWinName (const char *_strName) |
const char * | GetWinName (const int _iId) |
int | GetNumWinNames () |
void | DeleteWinNames () |
Private Attributes | |
TStrCharArray | m_tWinNameArray |
Definition at line 45 of file K3dGuiContainer.h.
K3dGuiContainer::K3dGuiContainer | ( | ) | [inline] |
Definition at line 50 of file K3dGuiContainer.h.
K3dGuiContainer::~K3dGuiContainer | ( | ) | [inline] |
Definition at line 53 of file K3dGuiContainer.h.
void K3dGuiContainer::AddWinName | ( | const char * | _strName | ) | [inline] |
Definition at line 56 of file K3dGuiContainer.h.
References m_tWinNameArray.
Referenced by K3dGui::LoadGuiContainers().
const char* K3dGuiContainer::GetWinName | ( | const int | _iId | ) | [inline] |
int K3dGuiContainer::GetNumWinNames | ( | ) | [inline] |
void K3dGuiContainer::DeleteWinNames | ( | ) | [inline] |
Definition at line 47 of file K3dGuiContainer.h.
Referenced by AddWinName(), DeleteWinNames(), GetNumWinNames(), and GetWinName().