92 myFrameParent(frameParent) {
97 const auto net = myFrameParent->getViewNet()->getNet();
100 fillPersonPlanTemplates(net);
102 fillContainerPlanTemplates(net);
107 for (
const auto& planTemplate : myPlanTemplates) {
108 myPlansComboBox->appendIconItem(planTemplate.first.getTooltipText().c_str(),
110 planTemplate.second->getTagProperty().getBackGroundColor());
113 myCurrentPlanTemplate = myPlanTemplates.front();
115 myPlansComboBox->setTextColor(FXRGB(0, 0, 0));
116 myPlansComboBox->killFocus();
124 delete planTemplate.second;
250 WRITE_DEBUG(
"Selected invalid item in TemplatePlanSelector");
FXDEFMAP(GNEPlanSelector) TagSelectorMap[]
@ MID_GNE_TAG_SELECTED
tag selected in ComboBox
#define GUIDesignComboBox
#define GUIDesignComboBoxNCol
number of column of every combo box
#define GUIDesignComboBoxVisibleItemsLarge
combo box large small
SumoXMLTag
Numbers representing SUMO-XML - element names.
@ GNE_TAG_PERSONTRIP_EDGE_EDGE
@ GNE_TAG_TRANSHIP_EDGE_EDGE
@ GNE_TAG_STOPCONTAINER_EDGE
@ SUMO_TAG_STOP
stop for vehicles
@ GNE_TAG_TRANSPORT_EDGE_EDGE
@ GNE_TAG_STOPPERSON_EDGE
virtual void tagSelected()
Tag selected in GNETagSelector.
A NBNetBuilder extended by visualisation and editing capabilities.
std::vector< std::pair< GNETagProperties, GNEDemandElement * > > myPlanTemplates
list with demand templates
GNEDemandElement * getCurrentPlanTemplate() const
get current plan template
bool markJunctions() const
check if mark junctions with dotted contours
void showPlanSelector()
show plan selector
void fillPersonPlanTemplates(GNENet *net)
fill person templates
bool markRoutes() const
check if mark routes with dotted contours
const GNETagProperties & getCurrentPlanTagProperties() const
get current plan tag properties
void hidePlanSelector()
plan item selector
bool markTAZs() const
check if mark TAZs with dotted contours
~GNEPlanSelector()
destructor
GNEFrame * myFrameParent
pointer to Frame Parent
std::pair< GNETagProperties, GNEDemandElement * > myCurrentPlanTemplate
current plan template;
bool markStoppingPlaces() const
check if mark stoppingPlaces with dotted contours
MFXComboBoxIcon * myPlansComboBox
comboBox with the tags
long onCmdSelectPlan(FXObject *, FXSelector, void *)
Called when the user select an element in ComboBox.
bool markEdges() const
check if mark edges with dotted contours
void refreshPlanSelector()
refresh plan selector (used when frameParent is show)
void fillContainerPlanTemplates(GNENet *net)
fill container templates
bool isPlanValid() const
FOX need this.
@ PLAN_FROM_CHARGINGSTATION
@ PLAN_TO_CHARGINGSTATION
@ PLAN_FROM_CONTAINERSTOP
static FXIcon * getIcon(const GUIIcon which)
returns a icon previously defined in the enum GUIIcon
long setCurrentItem(const FXint index, FXbool notify=FALSE)
Set the current item (index is zero-based)
FXString getText() const
Get the text.
void setTextColor(FXColor clr)
Change text color.
FXColor getTextColor() const
Return text color.
MFXGroupBoxModule (based on FXGroupBox)