#include <K3dGuiListModel.h>
Inheritance diagram for K3dGuiListModel:
Public Member Functions | |
K3dGuiListModel () | |
~K3dGuiListModel () | |
void | AddElement (std::string _strEl) |
void | DeleteElements () |
int | getNumberOfElements () |
std::string | getElementAt (int i) |
Private Attributes | |
TStringArray | m_tStrArray |
Definition at line 47 of file K3dGuiListModel.h.
K3dGuiListModel::K3dGuiListModel | ( | ) | [inline] |
Definition at line 52 of file K3dGuiListModel.h.
K3dGuiListModel::~K3dGuiListModel | ( | ) | [inline] |
void K3dGuiListModel::AddElement | ( | std::string | _strEl | ) | [inline] |
Definition at line 60 of file K3dGuiListModel.h.
References m_tStrArray.
Referenced by K3dGui::LoadGuiListModels(), and K3dMenu::ShowFileListBox().
void K3dGuiListModel::DeleteElements | ( | ) | [inline] |
Definition at line 65 of file K3dGuiListModel.h.
References m_tStrArray.
Referenced by K3dMenu::ShowFileListBox().
int K3dGuiListModel::getNumberOfElements | ( | ) | [inline] |
std::string K3dGuiListModel::getElementAt | ( | int | i | ) | [inline] |
TStringArray K3dGuiListModel::m_tStrArray [private] |
Definition at line 49 of file K3dGuiListModel.h.
Referenced by AddElement(), DeleteElements(), getElementAt(), getNumberOfElements(), and ~K3dGuiListModel().