#include <K3dGuiWindow.h>
Inheritance diagram for K3dGuiWindow:
Public Member Functions | |
K3dGuiWindow (const std::string &_strCaption) | |
~K3dGuiWindow () | |
void | AddChildName (const char *_strName) |
const char * | GetChildName (const int _iId) |
int | GetNumChildNames () |
void | DeleteChildNames () |
Private Attributes | |
TStrCharArray | m_tChildNameArray |
Definition at line 46 of file K3dGuiWindow.h.
K3dGuiWindow::K3dGuiWindow | ( | const std::string & | _strCaption | ) | [inline] |
Definition at line 51 of file K3dGuiWindow.h.
K3dGuiWindow::~K3dGuiWindow | ( | ) | [inline] |
Definition at line 55 of file K3dGuiWindow.h.
void K3dGuiWindow::AddChildName | ( | const char * | _strName | ) | [inline] |
Definition at line 58 of file K3dGuiWindow.h.
References m_tChildNameArray.
Referenced by K3dGui::LoadGuiWindows().
const char* K3dGuiWindow::GetChildName | ( | const int | _iId | ) | [inline] |
int K3dGuiWindow::GetNumChildNames | ( | ) | [inline] |
void K3dGuiWindow::DeleteChildNames | ( | ) | [inline] |
TStrCharArray K3dGuiWindow::m_tChildNameArray [private] |
Definition at line 48 of file K3dGuiWindow.h.
Referenced by AddChildName(), DeleteChildNames(), GetChildName(), and GetNumChildNames().