46 const std::map<std::string, GNEAttributeCarrier*>& ACs);
58 void select(
int listIndex)
override;
61 void deselect(
int listIndex)
override;
64 void filterACs(
const std::vector<GUIGlID>& GLIDs)
override;
74 std::vector<GNEAttributeCarrier*>
myACs;
void deselect(int listIndex) override
unset selection (handled differently in netedit)
std::vector< GNEAttributeCarrier * > myACs
list of displayed ACs
~GNEACChooserDialog()
Destructor.
GNEViewParent * myViewParent
pointer to view parent
void select(int listIndex) override
set selection (handled differently in netedit)
std::vector< GNEAttributeCarrier * > myFilteredACs
list of filtered ACs
std::string getObjectName(GUIGlObject *o) const override
retrieve name for the given object (special case for TLS)
bool myLocateTLS
whether the current locator is for TLS
void toggleSelection(int listIndex) override
toggle selection
GNEACChooserDialog & operator=(const GNEACChooserDialog &src)=delete
Invalidated assignment operator.
void filterACs(const std::vector< GUIGlID > &GLIDs) override
filter ACs
GNEACChooserDialog(const GNEACChooserDialog &)=delete
Invalidated copy constructor.
A single child window which contains a view of the simulation area.