90 long onCmdLoad(FXObject*, FXSelector,
void*);
99 long onCmdSave(FXObject*, FXSelector,
void*);
106 long onCmdClear(FXObject*, FXSelector,
void*);
128 long onCmdHelp(FXObject*, FXSelector,
void*);
SumoXMLTag
Numbers representing SUMO-XML - element names.
long onCmdLoad(FXObject *, FXSelector, void *)
Called when the user presses the Load-button.
GNESelector()
FOX needs this.
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
FXListBox * myMatchAttrBox
FXuint mySetOperation
how to modify selection
FXDataTarget mySetOperationTarget
GNEViewNet * myUpdateTarget
FXFont * myHeaderFont
Font for the widget.
const std::string ALL_VCLASS_NAMES_MATCH_STRING
long onCmdSelMBString(FXObject *, FXSelector, void *)
Called when the user enters a new selection expression validates expression and modifies current sele...
FXVerticalFrame * myContentFrame
the panel to hold all member widgets
long onCmdSelMBTag(FXObject *, FXSelector, void *)
Called when the user selectes a tag in the match box updates the attr listbox Repaints itself...
FXLabel * myStats
the label for selection statistics
long onCmdInvert(FXObject *, FXSelector, void *)
Called when the user presses the Invert-button invert the selection Repaints itself.
long onCmdClear(FXObject *, FXSelector, void *)
Called when the user presses the Clear-button.
long onCmdScaleSelection(FXObject *, FXSelector, void *)
Called when the user changes visual scaling.
~GNESelector()
Destructor.
long onCmdSave(FXObject *, FXSelector, void *)
Called when the user presses the Save-button.
std::string getStats() const
FXListBox * myMatchTagBox
state variables for the match box
FXRealSpinDial * mySelectionScaling
void handleIDs(std::vector< GUIGlID > ids, bool selectEdges, SetOperation setop=SET_DEFAULT)
std::vector< GUIGlID > getMatches(SumoXMLTag tag, SumoXMLAttr attr, char compOp, SUMOReal val, const std::string &expr)
return objects of the given type with matching attrs
long onCmdHelp(FXObject *, FXSelector, void *)
Called when the user clicks the help button pop up help window.
FXTextField * myMatchString