Eclipse SUMO - Simulation of Urban MObility
GNEAllowVClassesDialog Class Reference

Dialog for edit rerouters. More...

#include <GNEAllowVClassesDialog.h>

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

Public Member Functions

 GNEAllowVClassesDialog (GNEViewNet *viewNet, GNEAttributeCarrier *AC, SumoXMLAttr attr, bool *acceptChanges)
 FOX-declaration. More...
 
 GNEAllowVClassesDialog (GNEViewNet *viewNet, std::string *allow, bool *acceptChanges)
 Constructor (For. More...
 
 ~GNEAllowVClassesDialog ()
 destructor More...
 
FOX-callbacks

event when user press a enable/disable button

long onCmdValueChanged (FXObject *, FXSelector, void *)
 
long onCmdSelectAll (FXObject *, FXSelector, void *)
 event when user press select all VClasses button More...
 
long onCmdUnselectAll (FXObject *, FXSelector, void *)
 event when user press unselect all VClasses button More...
 
long onCmdSelectOnlyRoad (FXObject *, FXSelector, void *)
 event when user press select only road button More...
 
long onCmdSelectOnlyRail (FXObject *, FXSelector, void *)
 event when user press select only rail button More...
 
long onCmdAccept (FXObject *, FXSelector, void *)
 event after press accept button More...
 
long onCmdCancel (FXObject *, FXSelector, void *)
 event after press cancel button More...
 
long onCmdReset (FXObject *, FXSelector, void *)
 event after press reset button More...
 

Protected Attributes

GNEAttributeCarriermyAC
 edited AC More...
 
FXButton * myAcceptButton
 accept button More...
 
bool * myAcceptChanges
 accept changes More...
 
std::string * myAllow
 allow vehicles More...
 
FXButton * myCancelButton
 cancel button More...
 
SumoXMLAttr myEditedAttr
 the attribute being edited More...
 
FXButton * myResetButton
 cancel button More...
 
std::map< SUMOVehicleClass, std::pair< FXButton *, FXLabel * > > myVClassMap
 map with the buttons for every VClass More...
 
GNEViewNetmyViewNet
 FOX need this. More...
 

Private Member Functions

void buildVClass (FXVerticalFrame *contentsFrame, SUMOVehicleClass vclass, GUIIcon vclassIcon, const std::string &description)
 build VClass More...
 
void constructor ()
 constructor More...
 
 GNEAllowVClassesDialog (const GNEAllowVClassesDialog &)=delete
 Invalidated copy constructor. More...
 
GNEAllowVClassesDialogoperator= (const GNEAllowVClassesDialog &)=delete
 Invalidated assignment operator. More...
 

Detailed Description

Dialog for edit rerouters.

Definition at line 40 of file GNEAllowVClassesDialog.h.

Constructor & Destructor Documentation

◆ GNEAllowVClassesDialog() [1/3]

GNEAllowVClassesDialog::GNEAllowVClassesDialog ( GNEViewNet viewNet,
GNEAttributeCarrier AC,
SumoXMLAttr  attr,
bool *  acceptChanges 
)

FOX-declaration.

Constructor (for AC)

Definition at line 53 of file GNEAllowVClassesDialog.cpp.

◆ GNEAllowVClassesDialog() [2/3]

GNEAllowVClassesDialog::GNEAllowVClassesDialog ( GNEViewNet viewNet,
std::string *  allow,
bool *  acceptChanges 
)

Constructor (For.

Definition at line 65 of file GNEAllowVClassesDialog.cpp.

References constructor().

◆ ~GNEAllowVClassesDialog()

GNEAllowVClassesDialog::~GNEAllowVClassesDialog ( )

destructor

Definition at line 77 of file GNEAllowVClassesDialog.cpp.

◆ GNEAllowVClassesDialog() [3/3]

GNEAllowVClassesDialog::GNEAllowVClassesDialog ( const GNEAllowVClassesDialog )
privatedelete

Invalidated copy constructor.

Member Function Documentation

◆ buildVClass()

void GNEAllowVClassesDialog::buildVClass ( FXVerticalFrame *  contentsFrame,
SUMOVehicleClass  vclass,
GUIIcon  vclassIcon,
const std::string &  description 
)
private

build VClass

Definition at line 293 of file GNEAllowVClassesDialog.cpp.

References GUIDesigns::buildFXButton(), EMPTY, GUIIconSubSys::getIcon(), GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonIcon, GUIDesignLabelIcon64x32Thicked, GUIDesignLabelThick, MID_GNE_ALLOWDISALLOW_CHANGE, myVClassMap, and toString().

Referenced by constructor().

Here is the caller graph for this function:

◆ constructor()

void GNEAllowVClassesDialog::constructor ( )
private

constructor

Definition at line 217 of file GNEAllowVClassesDialog.cpp.

References ACCEPT, GUIDesigns::buildFXButton(), buildVClass(), CANCEL, GUIIconSubSys::getIcon(), GREENVEHICLE, GUIDesignAuxiliarFrame, GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonAccept, GUIDesignButtonCancel, GUIDesignButtonIcon, GUIDesignButtonReset, GUIDesignContentsFrame, GUIDesignGroupBoxFrame, GUIDesignHorizontalFrame, GUIDesignLabelThick, MID_GNE_ALLOWDISALLOW_ONLY_RAIL, MID_GNE_ALLOWDISALLOW_ONLY_ROAD, MID_GNE_ALLOWDISALLOW_SELECTALL, MID_GNE_ALLOWDISALLOW_UNSELECTALL, MID_GNE_BUTTON_ACCEPT, MID_GNE_BUTTON_CANCEL, MID_GNE_BUTTON_RESET, myAcceptButton, myCancelButton, myResetButton, OK, onCmdReset(), RESET, SUMO_ATTR_VCLASS, SVC_AIRCRAFT, SVC_ARMY, SVC_AUTHORITY, SVC_BICYCLE, SVC_BUS, SVC_CABLE_CAR, SVC_COACH, SVC_CONTAINER, SVC_CUSTOM1, SVC_CUSTOM2, SVC_DELIVERY, SVC_DRONE, SVC_E_VEHICLE, SVC_EMERGENCY, SVC_HOV, SVC_MOPED, SVC_MOTORCYCLE, SVC_PASSENGER, SVC_PEDESTRIAN, SVC_PRIVATE, SVC_RAIL, SVC_RAIL_ELECTRIC, SVC_RAIL_FAST, SVC_RAIL_URBAN, SVC_SCOOTER, SVC_SHIP, SVC_SUBWAY, SVC_TAXI, SVC_TRAILER, SVC_TRAM, SVC_TRUCK, SVC_VIP, SVC_WHEELCHAIR, TL, toString(), VCLASS_AIRCRAFT, VCLASS_ARMY, VCLASS_AUTHORITY, VCLASS_BICYCLE, VCLASS_BUS, VCLASS_CABLE_CAR, VCLASS_COACH, VCLASS_CONTAINER, VCLASS_CUSTOM1, VCLASS_CUSTOM2, VCLASS_DELIVERY, VCLASS_DRONE, VCLASS_EMERGENCY, VCLASS_EVEHICLE, VCLASS_HOV, VCLASS_MOPED, VCLASS_MOTORCYCLE, VCLASS_PASSENGER, VCLASS_PEDESTRIAN, VCLASS_PRIVATE, VCLASS_RAIL, VCLASS_RAIL_ELECTRIC, VCLASS_RAIL_FAST, VCLASS_RAIL_URBAN, VCLASS_SCOOTER, VCLASS_SHIP, VCLASS_SUBWAY, VCLASS_TAXI, VCLASS_TRAILER, VCLASS_TRAM, VCLASS_TRUCK, VCLASS_VIP, and VCLASS_WHEELCHAIR.

Referenced by GNEAllowVClassesDialog().

Here is the caller graph for this function:

◆ onCmdAccept()

long GNEAllowVClassesDialog::onCmdAccept ( FXObject *  ,
FXSelector  ,
void *   
)

event after press accept button

Definition at line 148 of file GNEAllowVClassesDialog.cpp.

References ACCEPT, GUIIconSubSys::getIcon(), GNEViewNet::getUndoList(), getVehicleClassNames(), joinToString(), myAC, myAcceptChanges, myAllow, myEditedAttr, myVClassMap, myViewNet, and GNEAttributeCarrier::setAttribute().

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdCancel()

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

event after press cancel button

Definition at line 175 of file GNEAllowVClassesDialog.cpp.

References myAcceptChanges.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdReset()

long GNEAllowVClassesDialog::onCmdReset ( FXObject *  ,
FXSelector  ,
void *   
)

event after press reset button

Definition at line 185 of file GNEAllowVClassesDialog.cpp.

References ACCEPT, CANCEL, GNEAttributeCarrier::getAttribute(), GUIIconSubSys::getIcon(), StringTokenizer::getVector(), getVehicleClassNames(), myAC, myAllow, myEditedAttr, and myVClassMap.

Referenced by constructor(), and FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdSelectAll()

long GNEAllowVClassesDialog::onCmdSelectAll ( FXObject *  ,
FXSelector  ,
void *   
)

event when user press select all VClasses button

Definition at line 100 of file GNEAllowVClassesDialog.cpp.

References ACCEPT, GUIIconSubSys::getIcon(), and myVClassMap.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdSelectOnlyRail()

long GNEAllowVClassesDialog::onCmdSelectOnlyRail ( FXObject *  ,
FXSelector  ,
void *   
)

event when user press select only rail button

Definition at line 134 of file GNEAllowVClassesDialog.cpp.

References ACCEPT, CANCEL, GUIIconSubSys::getIcon(), myVClassMap, and SVC_RAIL_CLASSES.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdSelectOnlyRoad()

long GNEAllowVClassesDialog::onCmdSelectOnlyRoad ( FXObject *  ,
FXSelector  ,
void *   
)

event when user press select only road button

Definition at line 120 of file GNEAllowVClassesDialog.cpp.

References ACCEPT, CANCEL, GUIIconSubSys::getIcon(), myVClassMap, SVC_NON_ROAD, and SVC_PEDESTRIAN.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdUnselectAll()

long GNEAllowVClassesDialog::onCmdUnselectAll ( FXObject *  ,
FXSelector  ,
void *   
)

event when user press unselect all VClasses button

Definition at line 110 of file GNEAllowVClassesDialog.cpp.

References CANCEL, GUIIconSubSys::getIcon(), and myVClassMap.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdValueChanged()

long GNEAllowVClassesDialog::onCmdValueChanged ( FXObject *  obj,
FXSelector  ,
void *   
)

Definition at line 82 of file GNEAllowVClassesDialog.cpp.

References ACCEPT, CANCEL, GUIIconSubSys::getIcon(), and myVClassMap.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ operator=()

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

Invalidated assignment operator.

Field Documentation

◆ myAC

GNEAttributeCarrier* GNEAllowVClassesDialog::myAC
protected

edited AC

Definition at line 89 of file GNEAllowVClassesDialog.h.

Referenced by onCmdAccept(), and onCmdReset().

◆ myAcceptButton

FXButton* GNEAllowVClassesDialog::myAcceptButton
protected

accept button

Definition at line 101 of file GNEAllowVClassesDialog.h.

Referenced by constructor().

◆ myAcceptChanges

bool* GNEAllowVClassesDialog::myAcceptChanges
protected

accept changes

Definition at line 95 of file GNEAllowVClassesDialog.h.

Referenced by onCmdAccept(), and onCmdCancel().

◆ myAllow

std::string* GNEAllowVClassesDialog::myAllow
protected

allow vehicles

Definition at line 98 of file GNEAllowVClassesDialog.h.

Referenced by onCmdAccept(), and onCmdReset().

◆ myCancelButton

FXButton* GNEAllowVClassesDialog::myCancelButton
protected

cancel button

Definition at line 104 of file GNEAllowVClassesDialog.h.

Referenced by constructor().

◆ myEditedAttr

SumoXMLAttr GNEAllowVClassesDialog::myEditedAttr
protected

the attribute being edited

Definition at line 92 of file GNEAllowVClassesDialog.h.

Referenced by onCmdAccept(), and onCmdReset().

◆ myResetButton

FXButton* GNEAllowVClassesDialog::myResetButton
protected

cancel button

Definition at line 107 of file GNEAllowVClassesDialog.h.

Referenced by constructor().

◆ myVClassMap

std::map<SUMOVehicleClass, std::pair<FXButton*, FXLabel*> > GNEAllowVClassesDialog::myVClassMap
protected

◆ myViewNet

GNEViewNet* GNEAllowVClassesDialog::myViewNet
protected

FOX need this.

@pointer to viewNet

Definition at line 86 of file GNEAllowVClassesDialog.h.

Referenced by onCmdAccept().


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