Eclipse SUMO - Simulation of Urban MObility
GNEParametersDialog::ParametersOptions Class Reference

#include <GNEParametersDialog.h>

Inheritance diagram for GNEParametersDialog::ParametersOptions:
Collaboration diagram for GNEParametersDialog::ParametersOptions:

Data Structures

class  GNEParameterHandler
 load parameters from a filename More...
 

Public Member Functions

 ParametersOptions (FXHorizontalFrame *frame, GNEParametersDialog *ParameterDialogParent)
 FOX-declaration. More...
 
 ~ParametersOptions ()
 destructor More...
 
FOX-callbacks

event when user press load parameters button

long onCmdLoadParameters (FXObject *, FXSelector, void *)
 
long onCmdSaveParameters (FXObject *, FXSelector, void *)
 event when user press save parameters button More...
 
long onCmdClearParameters (FXObject *, FXSelector, void *)
 event when user press clear parameters button More...
 
long onCmdSortParameters (FXObject *, FXSelector, void *)
 event when user press sort parameters button More...
 
long onCmdHelpParameter (FXObject *, FXSelector, void *)
 event when user press help parameters button More...
 

Private Attributes

FXButton * myClearButton
 clear button More...
 
FXButton * myHelpButton
 help button More...
 
FXButton * myLoadButton
 load button More...
 
GNEParametersDialogmyParameterDialogParent
 pointer to Shape Frame Parent More...
 
FXButton * mySaveButton
 save button More...
 
FXButton * mySortButton
 sort button More...
 

Detailed Description

Definition at line 149 of file GNEParametersDialog.h.

Constructor & Destructor Documentation

◆ ParametersOptions()

GNEParametersDialog::ParametersOptions::ParametersOptions ( FXHorizontalFrame *  frame,
GNEParametersDialog ParameterDialogParent 
)

◆ ~ParametersOptions()

GNEParametersDialog::ParametersOptions::~ParametersOptions ( )

destructor

Definition at line 298 of file GNEParametersDialog.cpp.

Member Function Documentation

◆ onCmdClearParameters()

long GNEParametersDialog::ParametersOptions::onCmdClearParameters ( FXObject *  ,
FXSelector  ,
void *   
)

event when user press clear parameters button

Definition at line 357 of file GNEParametersDialog.cpp.

◆ onCmdHelpParameter()

long GNEParametersDialog::ParametersOptions::onCmdHelpParameter ( FXObject *  ,
FXSelector  ,
void *   
)

◆ onCmdLoadParameters()

long GNEParametersDialog::ParametersOptions::onCmdLoadParameters ( FXObject *  ,
FXSelector  ,
void *   
)

◆ onCmdSaveParameters()

long GNEParametersDialog::ParametersOptions::onCmdSaveParameters ( FXObject *  ,
FXSelector  ,
void *   
)

◆ onCmdSortParameters()

long GNEParametersDialog::ParametersOptions::onCmdSortParameters ( FXObject *  ,
FXSelector  ,
void *   
)

event when user press sort parameters button

Definition at line 365 of file GNEParametersDialog.cpp.

Field Documentation

◆ myClearButton

FXButton* GNEParametersDialog::ParametersOptions::myClearButton
private

clear button

Definition at line 216 of file GNEParametersDialog.h.

Referenced by ParametersOptions().

◆ myHelpButton

FXButton* GNEParametersDialog::ParametersOptions::myHelpButton
private

help button

Definition at line 225 of file GNEParametersDialog.h.

Referenced by ParametersOptions().

◆ myLoadButton

FXButton* GNEParametersDialog::ParametersOptions::myLoadButton
private

load button

Definition at line 219 of file GNEParametersDialog.h.

Referenced by ParametersOptions().

◆ myParameterDialogParent

GNEParametersDialog* GNEParametersDialog::ParametersOptions::myParameterDialogParent
private

pointer to Shape Frame Parent

Definition at line 210 of file GNEParametersDialog.h.

◆ mySaveButton

FXButton* GNEParametersDialog::ParametersOptions::mySaveButton
private

save button

Definition at line 222 of file GNEParametersDialog.h.

Referenced by ParametersOptions().

◆ mySortButton

FXButton* GNEParametersDialog::ParametersOptions::mySortButton
private

sort button

Definition at line 213 of file GNEParametersDialog.h.

Referenced by ParametersOptions().


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