NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This class is a extension to the standard wxTextCtrl to combine it with a read- and changeable label. More...
#include <grouppanel.hpp>
Public Member Functions | |
TextField (wxWindow *parent, wxWindowID id, const wxString &sDefault, const wxSize &size, int nStyle) | |
void | SetLabel (const wxString &label) |
Set a new label. More... | |
wxString | GetLabel () |
Get the current label. More... | |
virtual bool | Show (bool show) |
Show or hide the label and the control. More... | |
virtual bool | Enable (bool enable) |
Enable or disable the label and the control. More... | |
Public Attributes | |
wxStaticText * | m_label |
This class is a extension to the standard wxTextCtrl to combine it with a read- and changeable label.
Definition at line 112 of file grouppanel.hpp.
|
inline |
Definition at line 117 of file grouppanel.hpp.
|
inlinevirtual |
Enable or disable the label and the control.
enable | bool |
Definition at line 171 of file grouppanel.hpp.
References m_label.
Referenced by CustomWindow::layoutChild().
|
inline |
Get the current label.
Definition at line 139 of file grouppanel.hpp.
References m_label.
|
inline |
Set a new label.
label | const wxString& |
Definition at line 127 of file grouppanel.hpp.
References m_label.
|
inlinevirtual |
Show or hide the label and the control.
show | bool |
Definition at line 155 of file grouppanel.hpp.
References m_label.
Referenced by CustomWindow::layoutChild().
wxStaticText* TextField::m_label |
Definition at line 115 of file grouppanel.hpp.
Referenced by GroupPanel::CreateTextInput(), Enable(), GetLabel(), SetLabel(), and Show().