Öffentliche Methoden | Geschützte Methoden
MutPanel Klassenreferenz

#include <Panel.h>

Klassendiagramm für MutPanel:
Inheritance graph
[Legende]

Aufstellung aller Elemente

Öffentliche Methoden

 MutPanel ()
 MutPanel (wxWindow *parent, int x, int y, int width, int height, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxPanelNameStr)
 MutPanel (wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxPanelNameStr)
bool Create (wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxPanelNameStr)
virtual ~MutPanel ()
void OnSize (wxSizeEvent &event)
virtual void InitDialog ()
 WX_DECLARE_CONTROL_CONTAINER ()

Geschützte Methoden

void Init ()

Ausführliche Beschreibung

Definiert in Zeile 58 der Datei Panel.h.


Beschreibung der Konstruktoren und Destruktoren

MutPanel::MutPanel ( ) [inline]

Definiert in Zeile 61 der Datei Panel.h.

Benutzt Init().

{ Init(); }
MutPanel::MutPanel ( wxWindow *  parent,
int  x,
int  y,
int  width,
int  height,
long  style = 0,
const wxValidator &  validator = wxDefaultValidator,
const wxString &  name = wxPanelNameStr 
) [inline]

Definiert in Zeile 65 der Datei Panel.h.

Benutzt Create(), Init() und name.

        {
                Init();         
                Create(parent, wxID_ANY, wxPoint(x, y), wxSize(width, height), style, validator, name);
        }
MutPanel::MutPanel ( wxWindow *  parent,
wxWindowID  winid = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = 0,
const wxValidator &  validator = wxDefaultValidator,
const wxString &  name = wxPanelNameStr 
) [inline]

Definiert in Zeile 76 der Datei Panel.h.

Benutzt Create(), Init() und name.

        {
                Init();         
                Create(parent, winid, pos, size, style, validator, name);
        }

Dokumentation der Elementfunktionen

MutPanel::WX_DECLARE_CONTROL_CONTAINER ( )

Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien:

Erzeugt am Sun Aug 21 2011 10:52:07 für Mutabor von doxygen 1.7.4