ATLAS Offline Software
|
Public Member Functions | |
Imp (AscObjSelectionManager *tc, SoSeparator *root, IVP13DSystem *sys, TrackSystemController *c) | |
Imp (const Imp &)=delete | |
Imp & | operator= (const Imp &)=delete |
~Imp () | |
AssociatedObjectHandleBase * | ascObjHandle (const SoPath *) |
AssociatedObjectHandleBase * | ascObjHandle (const SoSeparator *) |
void | updateSelectionVisuals () |
Static Public Member Functions | |
static bool | shiftIsDown () |
Public Attributes | |
AscObjSelectionManager * | theclass |
SoSeparator * | eventRoot |
IVP13DSystem * | system |
TrackSystemController * | controller |
MODE | mode |
SoCooperativeSelection * | sel_assocobjs_click |
SoCooperativeSelection * | sel_assocobjs |
std::map< SoSeparator *, AssociatedObjectHandleBase * > | ascobjs_simpleToHandle |
std::map< SoSeparator *, AssociatedObjectHandleBase * > | ascobjs_detailedToHandle |
QList< AssociatedObjectHandleBase * > | selAscObjHandles |
Definition at line 28 of file AscObjSelectionManager.cxx.
|
inline |
Definition at line 30 of file AscObjSelectionManager.cxx.
|
inline |
Definition at line 57 of file AscObjSelectionManager.cxx.
AssociatedObjectHandleBase * AscObjSelectionManager::Imp::ascObjHandle | ( | const SoPath * | path | ) |
Definition at line 187 of file AscObjSelectionManager.cxx.
AssociatedObjectHandleBase * AscObjSelectionManager::Imp::ascObjHandle | ( | const SoSeparator * | s | ) |
Definition at line 202 of file AscObjSelectionManager.cxx.
|
inlinestatic |
Definition at line 82 of file AscObjSelectionManager.cxx.
void AscObjSelectionManager::Imp::updateSelectionVisuals | ( | ) |
Definition at line 213 of file AscObjSelectionManager.cxx.
std::map<SoSeparator*,AssociatedObjectHandleBase*> AscObjSelectionManager::Imp::ascobjs_detailedToHandle |
Definition at line 74 of file AscObjSelectionManager.cxx.
std::map<SoSeparator*,AssociatedObjectHandleBase*> AscObjSelectionManager::Imp::ascobjs_simpleToHandle |
Definition at line 73 of file AscObjSelectionManager.cxx.
TrackSystemController* AscObjSelectionManager::Imp::controller |
Definition at line 68 of file AscObjSelectionManager.cxx.
SoSeparator* AscObjSelectionManager::Imp::eventRoot |
Definition at line 66 of file AscObjSelectionManager.cxx.
MODE AscObjSelectionManager::Imp::mode |
Definition at line 69 of file AscObjSelectionManager.cxx.
SoCooperativeSelection* AscObjSelectionManager::Imp::sel_assocobjs |
Definition at line 71 of file AscObjSelectionManager.cxx.
SoCooperativeSelection* AscObjSelectionManager::Imp::sel_assocobjs_click |
Definition at line 70 of file AscObjSelectionManager.cxx.
QList<AssociatedObjectHandleBase*> AscObjSelectionManager::Imp::selAscObjHandles |
Definition at line 79 of file AscObjSelectionManager.cxx.
IVP13DSystem* AscObjSelectionManager::Imp::system |
Definition at line 67 of file AscObjSelectionManager.cxx.
AscObjSelectionManager* AscObjSelectionManager::Imp::theclass |
Definition at line 65 of file AscObjSelectionManager.cxx.