Öffentliche Methoden | Geschützte Methoden | Geschützte Attribute
RouteRemoveButton Klassenreferenz

#include <BoxDlg.h>

Zusammengehörigkeiten von RouteRemoveButton:
Collaboration graph
[Legende]

Aufstellung aller Elemente

Öffentliche Methoden

 RouteRemoveButton ()
 RouteRemoveButton (RoutePanel *route, wxWindow *parent, wxWindowID id=wxID_REMOVE, const wxString &label=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxButtonNameStr)
bool Create (RoutePanel *route, wxWindow *parent, wxWindowID id=wxID_REMOVE, const wxString &label=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxButtonNameStr)
void EnableRoute (bool enable=true)

Geschützte Methoden

void RemoveButtonPressed (wxCommandEvent &event)

Geschützte Attribute

RoutePanelpanel

Ausführliche Beschreibung

Definiert in Zeile 182 der Datei BoxDlg.h.


Beschreibung der Konstruktoren und Destruktoren

RouteRemoveButton::RouteRemoveButton ( ) [inline]

Definiert in Zeile 184 der Datei BoxDlg.h.

Benutzt panel.

:wxButton() { panel = NULL; }
RouteRemoveButton::RouteRemoveButton ( RoutePanel route,
wxWindow *  parent,
wxWindowID  id = wxID_REMOVE,
const wxString &  label = wxEmptyString,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = 0,
const wxValidator &  validator = wxDefaultValidator,
const wxString &  name = wxButtonNameStr 
) [inline]

Definiert in Zeile 185 der Datei BoxDlg.h.

Benutzt Create() und name.

                                                                                                                                      :wxButton() {
                Create(route, parent, id, label, pos, size, style, validator, name);
        }

Dokumentation der Datenelemente

Definiert in Zeile 198 der Datei BoxDlg.h.

Wird benutzt von EnableRoute(), RemoveButtonPressed() und RouteRemoveButton().


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

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