SUMO - Simulation of Urban MObility
GNERerouterDialog Class Reference

Dialog for edit rerouters. More...

#include <GNERerouterDialog.h>

Inheritance diagram for GNERerouterDialog:
Inheritance graph
Collaboration diagram for GNERerouterDialog:
Collaboration graph

Public Member Functions

 GNERerouterDialog (GNERerouter *rerouterParent)
 FOX-declaration. More...
 
 ~GNERerouterDialog ()
 
FOX-callbacks

event after press accept button

long onCmdAccept (FXObject *, FXSelector, void *)
 
long onCmdCancel (FXObject *, FXSelector, void *)
 event after press cancel button More...
 
long onCmdReset (FXObject *, FXSelector, void *)
 event after press reset button More...
 

Protected Member Functions

 GNERerouterDialog ()
 FOX needs this. More...
 

Protected Attributes

FXButton * myAcceptButton
 accept button More...
 
FXButton * myCancelButton
 cancel button More...
 
FXVerticalFrame * myContentFrame
 frame for contents More...
 
GNEReroutermyRerouterParent
 pointer to rerouter parent More...
 
FXButton * myResetButton
 cancel button More...
 

Private Member Functions

 GNERerouterDialog (const GNERerouterDialog &)
 Invalidated copy constructor. More...
 
GNERerouterDialogoperator= (const GNERerouterDialog &)
 Invalidated assignment operator. More...
 
void updateTable ()
 update data table More...
 

Detailed Description

Dialog for edit rerouters.

Definition at line 51 of file GNERerouterDialog.h.

Constructor & Destructor Documentation

§ GNERerouterDialog() [1/3]

GNERerouterDialog::GNERerouterDialog ( GNERerouter rerouterParent)

FOX-declaration.

Definition at line 56 of file GNERerouterDialog.cpp.

§ ~GNERerouterDialog()

GNERerouterDialog::~GNERerouterDialog ( )

Definition at line 64 of file GNERerouterDialog.cpp.

§ GNERerouterDialog() [2/3]

GNERerouterDialog::GNERerouterDialog ( )
inlineprotected

FOX needs this.

Definition at line 76 of file GNERerouterDialog.h.

§ GNERerouterDialog() [3/3]

GNERerouterDialog::GNERerouterDialog ( const GNERerouterDialog )
private

Invalidated copy constructor.

Member Function Documentation

§ onCmdAccept()

long GNERerouterDialog::onCmdAccept ( FXObject *  ,
FXSelector  ,
void *   
)
virtual

Implements GNEAdditionalDialog.

Definition at line 69 of file GNERerouterDialog.cpp.

§ onCmdCancel()

long GNERerouterDialog::onCmdCancel ( FXObject *  ,
FXSelector  ,
void *   
)
virtual

event after press cancel button

Implements GNEAdditionalDialog.

Definition at line 77 of file GNERerouterDialog.cpp.

§ onCmdReset()

long GNERerouterDialog::onCmdReset ( FXObject *  ,
FXSelector  ,
void *   
)
virtual

event after press reset button

Implements GNEAdditionalDialog.

Definition at line 85 of file GNERerouterDialog.cpp.

§ operator=()

GNERerouterDialog& GNERerouterDialog::operator= ( const GNERerouterDialog )
private

Invalidated assignment operator.

§ updateTable()

void GNERerouterDialog::updateTable ( )
privatevirtual

update data table

Implements GNEAdditionalDialog.

Definition at line 91 of file GNERerouterDialog.cpp.

Field Documentation

§ myAcceptButton

FXButton* GNEAdditionalDialog::myAcceptButton
protectedinherited

accept button

Definition at line 81 of file GNEAdditionalDialog.h.

§ myCancelButton

FXButton* GNEAdditionalDialog::myCancelButton
protectedinherited

cancel button

Definition at line 84 of file GNEAdditionalDialog.h.

§ myContentFrame

FXVerticalFrame* GNEAdditionalDialog::myContentFrame
protectedinherited

frame for contents

Definition at line 78 of file GNEAdditionalDialog.h.

§ myRerouterParent

GNERerouter* GNERerouterDialog::myRerouterParent
protected

pointer to rerouter parent

Definition at line 79 of file GNERerouterDialog.h.

§ myResetButton

FXButton* GNEAdditionalDialog::myResetButton
protectedinherited

cancel button

Definition at line 87 of file GNEAdditionalDialog.h.


The documentation for this class was generated from the following files: