Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNESingleParametersDialog::ParametersOperations Class Reference

#include <GNESingleParametersDialog.h>

Inheritance diagram for GNESingleParametersDialog::ParametersOperations:
Collaboration diagram for GNESingleParametersDialog::ParametersOperations:

Data Structures

class  GNEParameterHandler
 FOX need this. More...
 

Public Member Functions

 ParametersOperations (FXHorizontalFrame *frame, GNESingleParametersDialog *ParameterDialogParent)
 FOX-declaration.
 
 ~ParametersOperations ()
 destructor
 
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
 
long onCmdClearParameters (FXObject *, FXSelector, void *)
 event when user press clear parameters button
 
long onCmdSortParameters (FXObject *, FXSelector, void *)
 event when user press sort parameters button
 
long onCmdHelpParameter (FXObject *, FXSelector, void *)
 event when user press help parameters button
 

Private Attributes

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

Detailed Description

Definition at line 150 of file GNESingleParametersDialog.h.

Constructor & Destructor Documentation

◆ ParametersOperations()

GNESingleParametersDialog::ParametersOperations::ParametersOperations ( FXHorizontalFrame *  frame,
GNESingleParametersDialog ParameterDialogParent 
)

◆ ~ParametersOperations()

GNESingleParametersDialog::ParametersOperations::~ParametersOperations ( )

destructor

Definition at line 291 of file GNESingleParametersDialog.cpp.

Member Function Documentation

◆ onCmdClearParameters()

long GNESingleParametersDialog::ParametersOperations::onCmdClearParameters ( FXObject *  ,
FXSelector  ,
void *   
)

event when user press clear parameters button

Definition at line 359 of file GNESingleParametersDialog.cpp.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdHelpParameter()

long GNESingleParametersDialog::ParametersOperations::onCmdHelpParameter ( FXObject *  ,
FXSelector  ,
void *   
)

event when user press help parameters button

Definition at line 395 of file GNESingleParametersDialog.cpp.

References TL.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdLoadParameters()

long GNESingleParametersDialog::ParametersOperations::onCmdLoadParameters ( FXObject *  ,
FXSelector  ,
void *   
)

Definition at line 295 of file GNESingleParametersDialog.cpp.

References gCurrentFolder, GUIIconSubSys::getIcon(), GREENVEHICLE, XMLSubSys::runParser(), TL, toString(), WRITE_MESSAGEF, and SUMOXMLDefinitions::XMLFileExtensions.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdSaveParameters()

long GNESingleParametersDialog::ParametersOperations::onCmdSaveParameters ( FXObject *  ,
FXSelector  ,
void *   
)

◆ onCmdSortParameters()

long GNESingleParametersDialog::ParametersOperations::onCmdSortParameters ( FXObject *  ,
FXSelector  ,
void *   
)

event when user press sort parameters button

Definition at line 367 of file GNESingleParametersDialog.cpp.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

Field Documentation

◆ myClearButton

FXButton* GNESingleParametersDialog::ParametersOperations::myClearButton
private

clear button

Definition at line 218 of file GNESingleParametersDialog.h.

Referenced by ParametersOperations().

◆ myHelpButton

FXButton* GNESingleParametersDialog::ParametersOperations::myHelpButton
private

help button

Definition at line 227 of file GNESingleParametersDialog.h.

Referenced by ParametersOperations().

◆ myLoadButton

FXButton* GNESingleParametersDialog::ParametersOperations::myLoadButton
private

load button

Definition at line 221 of file GNESingleParametersDialog.h.

Referenced by ParametersOperations().

◆ myParameterDialogParent

GNESingleParametersDialog* GNESingleParametersDialog::ParametersOperations::myParameterDialogParent
private

pointer to Shape Frame Parent

Definition at line 212 of file GNESingleParametersDialog.h.

◆ mySaveButton

FXButton* GNESingleParametersDialog::ParametersOperations::mySaveButton
private

save button

Definition at line 224 of file GNESingleParametersDialog.h.

Referenced by ParametersOperations().

◆ mySortButton

FXButton* GNESingleParametersDialog::ParametersOperations::mySortButton
private

sort button

Definition at line 215 of file GNESingleParametersDialog.h.

Referenced by ParametersOperations().


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