![]() |
ATLAS Offline Software
|
Public Member Functions | |
| void | approximateSectorStatusFromRanges (const QList< VP1Interval > &oldEnabledRanges, QVector< bool > &target) |
| void | updateColors () |
| void | ensureMenuInit () |
| void | addMenuEntriesForSetNPhi () |
| QList< VP1Interval > | enabledPhiRangesNoCache (const QVector< bool > &secstatus, bool &allOn, bool &allOff) const |
| void | checkForChanges () |
Static Public Member Functions | |
| static void | wrap (QList< VP1Interval > &) |
Public Attributes | |
| PhiSectionWidget * | theclass {} |
| QVector< bool > | sectorstatus |
| std::map< QGraphicsEllipseItem *, int > | item2sector |
| QPoint | dragStartPosition |
| QPen | pen_on |
| QPen | pen_off |
| QBrush | brush_on |
| QBrush | brush_off |
| bool | cacheValid {} |
| QList< VP1Interval > | cachedRanges |
| bool | cachedAllOn {} |
| bool | cachedAllOff {} |
| bool | allowCustomNSectors {} |
| QList< int > | allowedNSectors |
| QMenu * | popup_menu {} |
| QAction * | popup_enableAllAction {} |
| QAction * | popup_disableAllAction {} |
| QAction * | popup_invertAction {} |
| QAction * | popup_copyAction {} |
| QAction * | popup_pasteAction {} |
| QMenu * | popup_setNPhiSubMenu {} |
| QList< QAction * > | popuplist_setNPhi |
| QAction * | popup_setCustomNPhi {} |
Definition at line 39 of file PhiSectionWidget.cxx.
| void PhiSectionWidget::Imp::addMenuEntriesForSetNPhi | ( | ) |
Definition at line 302 of file PhiSectionWidget.cxx.
| void PhiSectionWidget::Imp::approximateSectorStatusFromRanges | ( | const QList< VP1Interval > & | oldEnabledRanges, |
| QVector< bool > & | target ) |
Definition at line 791 of file PhiSectionWidget.cxx.
| void PhiSectionWidget::Imp::checkForChanges | ( | ) |
Definition at line 650 of file PhiSectionWidget.cxx.
| QList< VP1Interval > PhiSectionWidget::Imp::enabledPhiRangesNoCache | ( | const QVector< bool > & | secstatus, |
| bool & | allOn, | ||
| bool & | allOff ) const |
Definition at line 510 of file PhiSectionWidget.cxx.
| void PhiSectionWidget::Imp::ensureMenuInit | ( | ) |
Definition at line 285 of file PhiSectionWidget.cxx.
| void PhiSectionWidget::Imp::updateColors | ( | ) |
Definition at line 258 of file PhiSectionWidget.cxx.
|
static |
| bool PhiSectionWidget::Imp::allowCustomNSectors {} |
Definition at line 70 of file PhiSectionWidget.cxx.
| QList<int> PhiSectionWidget::Imp::allowedNSectors |
Definition at line 71 of file PhiSectionWidget.cxx.
| QBrush PhiSectionWidget::Imp::brush_off |
Definition at line 55 of file PhiSectionWidget.cxx.
| QBrush PhiSectionWidget::Imp::brush_on |
Definition at line 54 of file PhiSectionWidget.cxx.
| bool PhiSectionWidget::Imp::cachedAllOff {} |
Definition at line 64 of file PhiSectionWidget.cxx.
| bool PhiSectionWidget::Imp::cachedAllOn {} |
Definition at line 63 of file PhiSectionWidget.cxx.
| QList<VP1Interval> PhiSectionWidget::Imp::cachedRanges |
Definition at line 62 of file PhiSectionWidget.cxx.
| bool PhiSectionWidget::Imp::cacheValid {} |
Definition at line 61 of file PhiSectionWidget.cxx.
| QPoint PhiSectionWidget::Imp::dragStartPosition |
Definition at line 49 of file PhiSectionWidget.cxx.
| std::map<QGraphicsEllipseItem*,int> PhiSectionWidget::Imp::item2sector |
Definition at line 45 of file PhiSectionWidget.cxx.
| QPen PhiSectionWidget::Imp::pen_off |
Definition at line 53 of file PhiSectionWidget.cxx.
| QPen PhiSectionWidget::Imp::pen_on |
Definition at line 52 of file PhiSectionWidget.cxx.
| QAction* PhiSectionWidget::Imp::popup_copyAction {} |
Definition at line 78 of file PhiSectionWidget.cxx.
| QAction* PhiSectionWidget::Imp::popup_disableAllAction {} |
Definition at line 76 of file PhiSectionWidget.cxx.
| QAction* PhiSectionWidget::Imp::popup_enableAllAction {} |
Definition at line 75 of file PhiSectionWidget.cxx.
| QAction* PhiSectionWidget::Imp::popup_invertAction {} |
Definition at line 77 of file PhiSectionWidget.cxx.
| QMenu* PhiSectionWidget::Imp::popup_menu {} |
Definition at line 74 of file PhiSectionWidget.cxx.
| QAction* PhiSectionWidget::Imp::popup_pasteAction {} |
Definition at line 79 of file PhiSectionWidget.cxx.
| QAction* PhiSectionWidget::Imp::popup_setCustomNPhi {} |
Definition at line 82 of file PhiSectionWidget.cxx.
| QMenu* PhiSectionWidget::Imp::popup_setNPhiSubMenu {} |
Definition at line 80 of file PhiSectionWidget.cxx.
| QList<QAction*> PhiSectionWidget::Imp::popuplist_setNPhi |
Definition at line 81 of file PhiSectionWidget.cxx.
| QVector<bool> PhiSectionWidget::Imp::sectorstatus |
Definition at line 44 of file PhiSectionWidget.cxx.
| PhiSectionWidget* PhiSectionWidget::Imp::theclass {} |
Definition at line 41 of file PhiSectionWidget.cxx.