Eclipse SUMO - Simulation of Urban MObility
GNESingleParametersDialog Class Reference

Dialog for edit parameters. More...

#include <GNESingleParametersDialog.h>

Inheritance diagram for GNESingleParametersDialog:
[legend]
Collaboration diagram for GNESingleParametersDialog:
[legend]

Data Structures

class  ParametersOperations
 
class  ParametersValues
 FOX-declaration. More...
 

Public Member Functions

 GNESingleParametersDialog (FXApp *app, NBLoadedSUMOTLDef *TLDef)
 Constructor for attribute carriers (used in GNETLSEditorFrame) More...
 
 GNESingleParametersDialog (GNEAttributeCarrier *attributeCarrier)
 Constructor for attribute carriers (used in GNECreateEdgeFrame) More...
 
 GNESingleParametersDialog (GNEFrameAttributeModules::GenericDataAttributes *genericDataAttributes)
 Constructor for generic data attributes. More...
 
 GNESingleParametersDialog (GNEFrameAttributeModules::ParametersEditor *parametersEditor)
 Constructor for parameter editor. More...
 
 GNESingleParametersDialog (GNEVehicleTypeDialog::VTypeAttributes::VTypeAttributeRow *VTypeAttributeRow, GNEViewNet *viewNet)
 Constructor for Vehicle Type Row (Vehicle Type Dialog) More...
 
 ~GNESingleParametersDialog ()
 destructor More...
 
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 Attributes

FXButton * myAcceptButton
 accept button More...
 
GNEAttributeCarriermyAttributeCarrier
 pointer to GNEAttributeCarrier More...
 
FXButton * myCancelButton
 cancel button More...
 
GNEFrameAttributeModules::GenericDataAttributesmyGenericDataAttributes
 FOX need this. More...
 
GNEFrameAttributeModules::ParametersEditormyParametersEditor
 pointer to ParametersEditor More...
 
ParametersOperationsmyParametersOperations
 pointer to parameters operations More...
 
ParametersValuesmyParametersValues
 pointer to parameters values More...
 
FXButton * myResetButton
 cancel button More...
 
NBLoadedSUMOTLDefmyTLDef
 pointer to TLDef More...
 
GNEVehicleTypeDialog::VTypeAttributes::VTypeAttributeRowVTypeAttributeRow
 pointer to VTypeAttributeRow More...
 

Private Member Functions

void constructor (const std::string &name)
 auxiliar constructor More...
 
 GNESingleParametersDialog (const GNESingleParametersDialog &)=delete
 Invalidated copy constructor. More...
 
GNESingleParametersDialogoperator= (const GNESingleParametersDialog &)=delete
 Invalidated assignment operator. More...
 

Detailed Description

Dialog for edit parameters.

Definition at line 44 of file GNESingleParametersDialog.h.

Constructor & Destructor Documentation

◆ GNESingleParametersDialog() [1/6]

GNESingleParametersDialog::GNESingleParametersDialog ( GNEFrameAttributeModules::GenericDataAttributes genericDataAttributes)

◆ GNESingleParametersDialog() [2/6]

◆ GNESingleParametersDialog() [3/6]

◆ GNESingleParametersDialog() [4/6]

GNESingleParametersDialog::GNESingleParametersDialog ( GNEAttributeCarrier attributeCarrier)

◆ GNESingleParametersDialog() [5/6]

GNESingleParametersDialog::GNESingleParametersDialog ( FXApp *  app,
NBLoadedSUMOTLDef TLDef 
)

◆ ~GNESingleParametersDialog()

GNESingleParametersDialog::~GNESingleParametersDialog ( )

destructor

Definition at line 567 of file GNESingleParametersDialog.cpp.

◆ GNESingleParametersDialog() [6/6]

GNESingleParametersDialog::GNESingleParametersDialog ( const GNESingleParametersDialog )
privatedelete

Invalidated copy constructor.

Member Function Documentation

◆ constructor()

void GNESingleParametersDialog::constructor ( const std::string &  name)
private

◆ onCmdAccept()

◆ onCmdCancel()

long GNESingleParametersDialog::onCmdCancel ( FXObject *  ,
FXSelector  ,
void *   
)

event after press cancel button

Definition at line 654 of file GNESingleParametersDialog.cpp.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdReset()

◆ operator=()

GNESingleParametersDialog& GNESingleParametersDialog::operator= ( const GNESingleParametersDialog )
privatedelete

Invalidated assignment operator.

Field Documentation

◆ myAcceptButton

FXButton* GNESingleParametersDialog::myAcceptButton
protected

accept button

Definition at line 288 of file GNESingleParametersDialog.h.

Referenced by constructor().

◆ myAttributeCarrier

GNEAttributeCarrier* GNESingleParametersDialog::myAttributeCarrier
protected

◆ myCancelButton

FXButton* GNESingleParametersDialog::myCancelButton
protected

cancel button

Definition at line 291 of file GNESingleParametersDialog.h.

Referenced by constructor().

◆ myGenericDataAttributes

GNEFrameAttributeModules::GenericDataAttributes* GNESingleParametersDialog::myGenericDataAttributes
protected

FOX need this.

pointer to GenericDataAttributes

Definition at line 267 of file GNESingleParametersDialog.h.

Referenced by onCmdAccept(), and onCmdReset().

◆ myParametersEditor

GNEFrameAttributeModules::ParametersEditor* GNESingleParametersDialog::myParametersEditor
protected

pointer to ParametersEditor

Definition at line 270 of file GNESingleParametersDialog.h.

Referenced by onCmdAccept(), and onCmdReset().

◆ myParametersOperations

ParametersOperations* GNESingleParametersDialog::myParametersOperations
protected

pointer to parameters operations

Definition at line 285 of file GNESingleParametersDialog.h.

Referenced by constructor().

◆ myParametersValues

ParametersValues* GNESingleParametersDialog::myParametersValues
protected

pointer to parameters values

Definition at line 282 of file GNESingleParametersDialog.h.

Referenced by constructor(), GNESingleParametersDialog(), onCmdAccept(), and onCmdReset().

◆ myResetButton

FXButton* GNESingleParametersDialog::myResetButton
protected

cancel button

Definition at line 294 of file GNESingleParametersDialog.h.

Referenced by constructor().

◆ myTLDef

NBLoadedSUMOTLDef* GNESingleParametersDialog::myTLDef
protected

pointer to TLDef

Definition at line 279 of file GNESingleParametersDialog.h.

Referenced by onCmdAccept(), and onCmdReset().

◆ VTypeAttributeRow

GNEVehicleTypeDialog::VTypeAttributes::VTypeAttributeRow* GNESingleParametersDialog::VTypeAttributeRow
protected

pointer to VTypeAttributeRow

Definition at line 273 of file GNESingleParametersDialog.h.

Referenced by GNESingleParametersDialog(), onCmdAccept(), and onCmdReset().


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