![]() |
ATLAS Offline Software
|
#include <PhiSectionWidget.h>
Classes | |
| class | Imp |
Signals | |
| void | enabledPhiRangesChanged (const QList< VP1Interval > &) |
Public Member Functions | |
| PhiSectionWidget (QWidget *parent, IVP1System *sys=0) | |
| virtual | ~PhiSectionWidget () |
| int | numberOfSectors () const |
| void | setNumberOfSectors (int, bool forceAllEnabled=false) |
| bool | allSectorsOn () const |
| bool | allSectorsOff () const |
| QList< VP1Interval > | enabledPhiRanges () const |
| QString | enabledRangesToString () const |
| QList< VP1Interval > | enabledPhiRanges (double phi_min, double phi_max) const |
| QByteArray | state () const |
| void | setState (QByteArray) |
| void | launchContextMenu (QPoint) |
| void | setSectorStatus (int, bool) |
| bool | virtualSectorEnabled (int iSector, int nSectors) const |
| QVector< bool > | virtualSectorsEnabled (int nSectors) const |
| void | setAllowedNumberOfSectors (QList< int > allowedNSectors, bool allowCustom=false) |
| 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 int | phiToVirtualSectorIndex (double phi, int nSectors) |
| 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 | mousePressEvent (QMouseEvent *) |
| void | resizeEvent (QResizeEvent *) |
| void | mouseMoveEvent (QMouseEvent *event) |
| void | dropEvent (QDropEvent *event) |
| void | dragEnterEvent (QDragEnterEvent *event) |
| void | dragLeaveEvent (QDragLeaveEvent *event) |
| void | dragMoveEvent (QDragMoveEvent *event) |
| void | setHelperClassName (const QString &n) |
Private Attributes | |
| Imp * | m_d |
| QString | m_helpername |
| IVP1System * | m_system |
Static Private Attributes | |
| static const bool | s_vp1verbose = VP1QtUtils::environmentVariableIsOn("VP1_VERBOSE_OUTPUT") |
Definition at line 26 of file PhiSectionWidget.h.
| PhiSectionWidget::PhiSectionWidget | ( | QWidget * | parent, |
| IVP1System * | sys = 0 ) |
Definition at line 95 of file PhiSectionWidget.cxx.
|
virtual |
Definition at line 142 of file PhiSectionWidget.cxx.
| bool PhiSectionWidget::allSectorsOff | ( | ) | const |
Definition at line 492 of file PhiSectionWidget.cxx.
| bool PhiSectionWidget::allSectorsOn | ( | ) | const |
Definition at line 483 of file PhiSectionWidget.cxx.
|
protected |
Definition at line 461 of file PhiSectionWidget.cxx.
|
protected |
Definition at line 825 of file PhiSectionWidget.cxx.
|
protected |
Definition at line 818 of file PhiSectionWidget.cxx.
|
protected |
Definition at line 468 of file PhiSectionWidget.cxx.
| QList< VP1Interval > PhiSectionWidget::enabledPhiRanges | ( | ) | const |
Definition at line 560 of file PhiSectionWidget.cxx.
| QList< VP1Interval > PhiSectionWidget::enabledPhiRanges | ( | double | phi_min, |
| double | phi_max ) const |
Definition at line 576 of file PhiSectionWidget.cxx.
|
signal |
| QString PhiSectionWidget::enabledRangesToString | ( | ) | const |
Definition at line 639 of file PhiSectionWidget.cxx.
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
| void PhiSectionWidget::launchContextMenu | ( | QPoint | p | ) |
Definition at line 324 of file PhiSectionWidget.cxx.
|
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.
|
protected |
Definition at line 431 of file PhiSectionWidget.cxx.
|
protected |
Definition at line 397 of file PhiSectionWidget.cxx.
| int PhiSectionWidget::numberOfSectors | ( | ) | const |
Definition at line 252 of file PhiSectionWidget.cxx.
|
static |
Definition at line 716 of file PhiSectionWidget.cxx.
|
protected |
Definition at line 476 of file PhiSectionWidget.cxx.
| void PhiSectionWidget::setAllowedNumberOfSectors | ( | QList< int > | allowedNSectors, |
| bool | allowCustom = false ) |
Definition at line 831 of file PhiSectionWidget.cxx.
|
inlineprotectedinherited |
Definition at line 59 of file VP1HelperClassBase.h.
| void PhiSectionWidget::setNumberOfSectors | ( | int | nsectors, |
| bool | forceAllEnabled = false ) |
Definition at line 153 of file PhiSectionWidget.cxx.
| void PhiSectionWidget::setSectorStatus | ( | int | isector, |
| bool | status ) |
Definition at line 273 of file PhiSectionWidget.cxx.
| void PhiSectionWidget::setState | ( | QByteArray | ba | ) |
Definition at line 747 of file PhiSectionWidget.cxx.
|
inherited |
Definition at line 197 of file VP1HelperClassBase.cxx.
| QByteArray PhiSectionWidget::state | ( | ) | const |
Definition at line 728 of file PhiSectionWidget.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.
|
inlinestaticinherited |
Definition at line 32 of file VP1HelperClassBase.h.
| bool PhiSectionWidget::virtualSectorEnabled | ( | int | iSector, |
| int | nSectors ) const |
Definition at line 677 of file PhiSectionWidget.cxx.
| QVector< bool > PhiSectionWidget::virtualSectorsEnabled | ( | int | nSectors | ) | const |
Definition at line 704 of file PhiSectionWidget.cxx.
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
|
private |
Definition at line 83 of file PhiSectionWidget.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.