NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This is the complete list of members for CustomWindow, including all inherited members.
BUTTON enum value | CustomWindow | |
CHECKBOX enum value | CustomWindow | |
closeWindow() | CustomWindow | |
COMBOBOX enum value | CustomWindow | |
CustomWindow(wxWindow *parent, const NumeRe::Window &windowRef) | CustomWindow | |
DECLARE_EVENT_TABLE() | CustomWindow | |
decodeEventHandlerFunction(const wxString &sEventHandler) const | CustomWindow | private |
DROPDOWN enum value | CustomWindow | |
GAUGE enum value | CustomWindow | |
getChoices(wxString &choices) const | CustomWindow | private |
getItemColor(int windowItemID) const | CustomWindow | |
getItemLabel(int windowItemID) const | CustomWindow | |
getItemParameters(int windowItemID, WindowItemParams ¶ms) const | CustomWindow | private |
getItemState(int windowItemID) const | CustomWindow | |
getItemValue(int windowItemID) const | CustomWindow | |
getProperties() const | CustomWindow | |
getPropValue(const wxString &varName) const | CustomWindow | |
getWindowItems(WindowItemType _type) const | CustomWindow | |
getWindowParameters(WindowItemParams ¶ms) const | CustomWindow | private |
GRAPHER enum value | CustomWindow | |
handleEvent(wxEvent &event, const wxString &sEventType) | CustomWindow | private |
IMAGE enum value | CustomWindow | |
layout() | CustomWindow | private |
layoutChild(const tinyxml2::XMLElement *currentChild, wxWindow *currParent, wxSizer *currSizer, GroupPanel *_groupPanel) | CustomWindow | private |
layoutMenu(const tinyxml2::XMLElement *currentChild, wxMenu *currMenu) | CustomWindow | private |
m_eventTable | CustomWindow | private |
m_varTable | CustomWindow | private |
m_windowItems | CustomWindow | private |
m_windowRef | CustomWindow | private |
MENUITEM enum value | CustomWindow | |
OnCellSelect(wxGridEvent &event) | CustomWindow | |
OnChange(wxCommandEvent &event) | CustomWindow | |
OnClick(wxCommandEvent &event) | CustomWindow | |
OnClose(wxCloseEvent &event) | CustomWindow | |
OnMenuEvent(wxCommandEvent &event) | CustomWindow | |
OnMouseLeftDown(wxMouseEvent &event) | CustomWindow | |
OnSizeEvent(wxSizeEvent &event) | CustomWindow | |
OnSpin(wxSpinEvent &event) | CustomWindow | |
OnTreeListEvent(wxTreeListEvent &event) | CustomWindow | |
RADIOGROUP enum value | CustomWindow | |
Refresh() | CustomWindow | private |
removeQuotationMarks(wxString sString) const | CustomWindow | private |
setItemColor(const wxString &_color, int windowItemID) | CustomWindow | |
setItemGraph(GraphHelper *_helper, int windowItemID) | CustomWindow | |
setItemLabel(const wxString &_label, int windowItemID) | CustomWindow | |
setItemState(const wxString &_state, int windowItemID) | CustomWindow | |
setItemValue(WindowItemValue &_value, int windowItemID) | CustomWindow | |
setPropValue(const wxString &_value, const wxString &varName) | CustomWindow | |
SLIDER enum value | CustomWindow | |
SPINCTRL enum value | CustomWindow | |
TABLE enum value | CustomWindow | |
TEXT enum value | CustomWindow | |
TEXTCTRL enum value | CustomWindow | |
TREELIST enum value | CustomWindow | |
WindowItemType enum name | CustomWindow |