NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
A structure to simplify the reading of all parameter values of each window item. More...
#include <customwindow.hpp>
Public Attributes | |
wxString | type |
wxString | value |
wxString | state |
wxString | label |
wxString | color |
NumeRe::Table | table |
A structure to simplify the reading of all parameter values of each window item.
Definition at line 46 of file customwindow.hpp.
wxString WindowItemParams::color |
Definition at line 48 of file customwindow.hpp.
Referenced by CustomWindow::getItemColor(), CustomWindow::getItemParameters(), and CustomWindow::getWindowParameters().
wxString WindowItemParams::label |
Definition at line 48 of file customwindow.hpp.
Referenced by CustomWindow::getItemLabel(), CustomWindow::getItemParameters(), and CustomWindow::getWindowParameters().
wxString WindowItemParams::state |
Definition at line 48 of file customwindow.hpp.
Referenced by CustomWindow::getItemParameters(), CustomWindow::getItemState(), CustomWindow::getWindowParameters(), and CustomWindow::handleEvent().
NumeRe::Table WindowItemParams::table |
Definition at line 49 of file customwindow.hpp.
Referenced by CustomWindow::getItemParameters(), CustomWindow::getItemValue(), and CustomWindow::handleEvent().
wxString WindowItemParams::type |
Definition at line 48 of file customwindow.hpp.
Referenced by CustomWindow::getItemParameters(), CustomWindow::getItemValue(), CustomWindow::getWindowParameters(), and CustomWindow::handleEvent().
wxString WindowItemParams::value |
Definition at line 48 of file customwindow.hpp.
Referenced by CustomWindow::getItemParameters(), CustomWindow::getItemValue(), CustomWindow::getWindowParameters(), and CustomWindow::handleEvent().