![]() |
ATLAS Offline Software
|
#include <AscObjSelectionManager.h>
Classes | |
| class | Imp |
Public Types | |
| enum | MODE { SINGLE , TOGGLE , SHIFT } |
Signals | |
| void | currentSelectionChanged (const QList< AssociatedObjectHandleBase * > &) |
Public Member Functions | |
| AscObjSelectionManager (SoSeparator *eventRoot, IVP13DSystem *, TrackSystemController *) | |
| void | aboutTodelete () |
| virtual | ~AscObjSelectionManager () |
| SoSeparator * | getAscObjAttachSep () const |
| MODE | mode () const |
| void | setMode (MODE) |
| void | pretendUserClicked (AssociatedObjectHandleBase *) |
| void | ensureDeselected (const QList< AssociatedObjectHandleBase * > &) |
| void | ensureSelected (const QList< AssociatedObjectHandleBase * > &) |
| void | deselectAll () |
| const QList< AssociatedObjectHandleBase * > & | currentSelection () const |
| SoSeparator * | eventRoot () |
| void | setSystemBasePointer (IVP1System *sys) |
| void | message (const QString &) const |
| void | message (const QStringList &, const QString &addtoend="") const |
| void | message (const QString &addtostart, const QStringList &, const QString &addtoend="") const |
| void | messageDebug (const QString &) const |
| void | messageDebug (const QStringList &, const QString &addtoend="") const |
| void | messageDebug (const QString &addtostart, const QStringList &, const QString &addtoend="") const |
| void | messageVerbose (const QString &) const |
| void | messageVerbose (const QStringList &, const QString &addtoend="") const |
| void | messageVerbose (const QString &addtostart, const QStringList &, const QString &addtoend="") const |
| IVP1System * | systemBase () const |
| const QString & | helperClassName () const |
Static Public Member Functions | |
| static QString | toString (MODE) |
| static bool | verbose () |
| static void | warnUndeletedInstances () |
| static QString | str (const QString &s) |
| static QString | str (const char *c) |
| static QString | str (const bool b) |
| static QString | str (const QColor &) |
| static QString | str (const SbColor &) |
| static QString | str (const VP1Interval &) |
| static QString | str (const SbVec2d &) |
| static QString | str (const SbVec2f &) |
| static QString | str (const SbVec2s &) |
| static QString | str (const SbVec3d &) |
| static QString | str (const SbVec3f &) |
| static QString | str (const SbVec3s &) |
| static QString | str (const SbVec4d &) |
| static QString | str (const SbVec4f &) |
| static QString | str (short int n) |
| static QString | str (unsigned short int n) |
| static QString | str (long n) |
| static QString | str (ulong n) |
| static QString | str (int n) |
| static QString | str (uint n) |
| static QString | str (qlonglong n) |
| static QString | str (qulonglong n) |
| static QString | str (const double &d) |
| static QString | str (const float &f) |
| static QString | str (const void *) |
| template<class T> | |
| static QString | str (const T *t) |
| template<class T> | |
| static QString | str (const QFlags< T > &f) |
| template<class T> | |
| static QString | str (const HepGeom::BasicVector3D< T > &t) |
| static QString | str (const Amg::Vector3D &t) |
| template<class T> | |
| static QString | str (const QList< T > &t) |
Protected Member Functions | |
| void | setHelperClassName (const QString &n) |
Private Slots | |
| void | ascObjDetailLevelChanged () |
Private Member Functions | |
| bool | handleUserSelectedSingleNode (SoCooperativeSelection *, SoNode *, SoPath *, AssociatedObjectHandleBase *&) |
| void | userClickedOnBgd () |
| void | registerAscObj (SoSeparator *simple, SoSeparator *detailed, AssociatedObjectHandleBase *) |
| void | unregisterAscObj (SoSeparator *simple, SoSeparator *detailed) |
Private Attributes | |
| Imp * | m_d |
| QString | m_helpername |
| IVP1System * | m_system |
Static Private Attributes | |
| static const bool | s_vp1verbose = VP1QtUtils::environmentVariableIsOn("VP1_VERBOSE_OUTPUT") |
Friends | |
| class | VP1TrackSystem |
| class | AssociatedObjectHandleBase |
Definition at line 37 of file AscObjSelectionManager.h.
| AscObjSelectionManager::AscObjSelectionManager | ( | SoSeparator * | eventRoot, |
| IVP13DSystem * | sys, | ||
| TrackSystemController * | controller ) |
Definition at line 89 of file AscObjSelectionManager.cxx.
|
virtual |
Definition at line 103 of file AscObjSelectionManager.cxx.
| void AscObjSelectionManager::aboutTodelete | ( | ) |
Definition at line 97 of file AscObjSelectionManager.cxx.
|
privateslot |
Definition at line 381 of file AscObjSelectionManager.cxx.
| const QList< AssociatedObjectHandleBase * > & AscObjSelectionManager::currentSelection | ( | ) | const |
Definition at line 408 of file AscObjSelectionManager.cxx.
|
signal |
| void AscObjSelectionManager::deselectAll | ( | ) |
Definition at line 326 of file AscObjSelectionManager.cxx.
| void AscObjSelectionManager::ensureDeselected | ( | const QList< AssociatedObjectHandleBase * > & | handles | ) |
Definition at line 336 of file AscObjSelectionManager.cxx.
| void AscObjSelectionManager::ensureSelected | ( | const QList< AssociatedObjectHandleBase * > & | handles | ) |
Definition at line 350 of file AscObjSelectionManager.cxx.
| SoSeparator * AscObjSelectionManager::eventRoot | ( | ) |
Definition at line 413 of file AscObjSelectionManager.cxx.
| SoSeparator * AscObjSelectionManager::getAscObjAttachSep | ( | ) | const |
Definition at line 135 of file AscObjSelectionManager.cxx.
|
private |
Definition at line 233 of file AscObjSelectionManager.cxx.
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
|
inherited |
Definition at line 49 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 131 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 91 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 65 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 147 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 103 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 78 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 165 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 117 of file VP1HelperClassBase.cxx.
| AscObjSelectionManager::MODE AscObjSelectionManager::mode | ( | ) | const |
Definition at line 119 of file AscObjSelectionManager.cxx.
| void AscObjSelectionManager::pretendUserClicked | ( | AssociatedObjectHandleBase * | handle | ) |
Definition at line 259 of file AscObjSelectionManager.cxx.
|
private |
Definition at line 140 of file AscObjSelectionManager.cxx.
|
inlineprotectedinherited |
Definition at line 59 of file VP1HelperClassBase.h.
| void AscObjSelectionManager::setMode | ( | MODE | m | ) |
Definition at line 125 of file AscObjSelectionManager.cxx.
|
inherited |
Definition at line 197 of file VP1HelperClassBase.cxx.
|
inlinestaticinherited |
Definition at line 98 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 53 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 50 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 81 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 82 of file VP1String.h.
|
inlinestaticinherited |
|
staticinherited |
Definition at line 30 of file VP1String.cxx.
|
inlinestaticinherited |
Definition at line 91 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 102 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 49 of file VP1String.h.
|
staticinherited |
Definition at line 36 of file VP1String.cxx.
|
staticinherited |
Definition at line 61 of file VP1String.cxx.
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inlinestaticinherited |
Definition at line 87 of file VP1String.h.
|
staticinherited |
Definition at line 48 of file VP1String.cxx.
|
staticinherited |
Definition at line 42 of file VP1String.cxx.
|
inlinestaticinherited |
Definition at line 77 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 75 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 79 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 80 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 73 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 78 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 76 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 74 of file VP1String.h.
|
inlineinherited |
Definition at line 50 of file VP1HelperClassBase.h.
|
static |
Definition at line 110 of file AscObjSelectionManager.cxx.
|
private |
Definition at line 164 of file AscObjSelectionManager.cxx.
|
private |
Definition at line 316 of file AscObjSelectionManager.cxx.
|
inlinestaticinherited |
Definition at line 32 of file VP1HelperClassBase.h.
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
|
friend |
Definition at line 85 of file AscObjSelectionManager.h.
|
friend |
Definition at line 72 of file AscObjSelectionManager.h.
|
private |
Definition at line 95 of file AscObjSelectionManager.h.
|
privateinherited |
Definition at line 67 of file VP1HelperClassBase.h.
|
privateinherited |
Definition at line 68 of file VP1HelperClassBase.h.
|
staticprivateinherited |
Definition at line 69 of file VP1HelperClassBase.h.