Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNESelectorFrame::SelectionOperation::MassiveSelection Struct Reference

FOX need this. More...

#include <GNESelectorFrame.h>

Public Member Functions

bool isElementToProcess () const
 check if there are element to process
 MassiveSelection (const int bucketSize)
 constructor with bucket size (normally the max number of elements)
 ~MassiveSelection ()
 destructor

Data Fields

std::unordered_map< GNEAttributeCarrier *, bool > ACsToSelect
 ACs to select (the bool flag shows if element is locked).
std::unordered_map< GNEAttributeCarrier *, bool > ACsToUnselect
 ACs to select (the bool flag shows if element is locked).
std::map< GUIGlObjectType, bool > lockedTypes
 locked types

Private Member Functions

 MassiveSelection ()
 constructor (invalidated)

Detailed Description

FOX need this.

struct used for massive selections

Definition at line 242 of file GNESelectorFrame.h.

Constructor & Destructor Documentation

◆ MassiveSelection() [1/2]

GNESelectorFrame::SelectionOperation::MassiveSelection::MassiveSelection ( const int bucketSize)

constructor with bucket size (normally the max number of elements)

Definition at line 617 of file GNESelectorFrame.cpp.

References ACsToSelect, and ACsToUnselect.

◆ ~MassiveSelection()

GNESelectorFrame::SelectionOperation::MassiveSelection::~MassiveSelection ( )

destructor

Definition at line 623 of file GNESelectorFrame.cpp.

◆ MassiveSelection() [2/2]

GNESelectorFrame::SelectionOperation::MassiveSelection::MassiveSelection ( )
private

constructor (invalidated)

Definition at line 631 of file GNESelectorFrame.cpp.

Member Function Documentation

◆ isElementToProcess()

bool GNESelectorFrame::SelectionOperation::MassiveSelection::isElementToProcess ( ) const
inline

check if there are element to process

Definition at line 626 of file GNESelectorFrame.cpp.

References ACsToSelect, and ACsToUnselect.

Referenced by GNESelectorFrame::SelectionOperation::onCmdClear(), and GNESelectorFrame::SelectionOperation::onCmdInvert().

Here is the caller graph for this function:

Field Documentation

◆ ACsToSelect

◆ ACsToUnselect

◆ lockedTypes


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