64 void filterACs(
const std::vector<GUIGlID>& GLIDs)
override;
74 std::vector<GNEAttributeCarrier*>
myACs;
std::vector< GNEAttributeCarrier * > myACs
list of displayed ACs
bool myLocateTLS
whether the current locator is for TLS
~GNEDialogACChooser()
Destructor.
void filterACs(const std::vector< GUIGlID > &GLIDs) override
filter ACs
GNEViewParent * myViewParent
pointer to view parent
GNEDialogACChooser(GNEViewParent *viewParent, FXIcon *icon, const std::string &title, const std::vector< GNEAttributeCarrier * > &ACs)
Constructor.
void toggleSelection(int listIndex) override
toogle selection
std::string getObjectName(GUIGlObject *o) const override
@bbrief retrieve name for the given object (special case for TLS)
std::vector< GNEAttributeCarrier * > myFilteredACs
list of filtered ACs
A single child window which contains a view of the simulation area.