![]() |
ATLAS Offline Software
|
#include <IVP13DStandardChannelWidget.h>
Inherits IVP13DChannelWidget.
Inherited by Example3DChannel1, Example3DChannel2, Example3DChannel3, Example3DChannel4, Example3DChannel5, VP13DCocktailChannel, VP1AODChannel, VP1CaloCellChannel, VP1GeometryChannel, VP1LegoChannel, VP1LightChannel, VP1TrackCaloChannel, and VP1TrackChannel.
Classes | |
| class | Imp |
Public Types | |
| enum | Type { UNKNOWN = 0 , THREEDIMENSIONAL , TWODIMENSIONAL , HISTOGRAM , NUMBERS } |
Signals | |
| void | message (QString) |
| void | uniqueNameChanged (const QString &) |
| void | systemRefreshInfoChanged (QString sysrefreshing, int nsysOn, int nsysOnRefreshed) |
Public Member Functions | |
| IVP13DStandardChannelWidget (const QString &name, const QString &information, const QString &contact_info, bool detectorViewButtons=true) | |
| void | create () |
| virtual | ~IVP13DStandardChannelWidget () |
| virtual QPixmap | getSnapshot (bool transp=false, int width=0, bool batch=false) |
| virtual void | lastOfActiveSystemsRefreshed () |
| virtual void | systemRefreshed (IVP1System *) |
| virtual void | systemErased (IVP1System *) |
| virtual QByteArray | saveState () |
| virtual void | restoreFromState (QByteArray) |
| void | launchStereoEditor () |
| bool | isAntiAliasing () |
| bool | setAntiAliasing (bool) |
| Type | type () const |
| void | setUpdatesEnabled (bool enable) |
| virtual void | goingToNextEvent () |
| virtual void | init ()=0 |
| virtual bool | isAccumulator () const |
| void | setRunEvtNumber (int runnumber, unsigned long long eventnumber) |
| const QString & | name () const |
| const QString | unique_name () const |
| const QString & | information () const |
| const QString & | contact_info () const |
Static Public Member Functions | |
| 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 Types | |
| enum | SystemOption { AllowAll = 0x0000 , DisallowExtraDisplayWidget = 0x0002 , DisallowSwitchable =0x0004 , DisallowController = 0x0008 , StartDisabled = 0x0010 , DisallowCameraAccess = 0x0060 } |
Protected Slots | |
| void | showControlsForSystem () |
Protected Member Functions | |
| void | addSystem (IVP13DSystem *, const SystemOptions &options=AllowAll) |
| void | addSystem (IVP13DSystemSimple *, const SystemOptions &options=AllowAll) |
| void | dockResized () |
| void | stopSpinning () |
| void | registerRenderArea (VP1ExaminerViewer *) |
| virtual void | uncreate () |
| void | turnOn (IVP1System *) |
| void | turnOff (IVP1System *, const bool &immediateErase=true) |
| void | getRunEvtNumber (int &runnumber, unsigned long long &eventnumber) |
| void | setEvtTimestamp (unsigned timestamp) |
| void | getEvtTimestamp (unsigned ×tamp) |
| void | registerController (QWidget *) |
| void | registerSystem (IVP1System *) |
Private Types | |
| enum | State { CONSTRUCTED =0 , READY , UNCREATED } |
Private Slots | |
| void | toggleSystemActive () |
| void | updateSnapshotDim () |
| void | setImageFromPresets () |
Private Member Functions | |
| IVP13DStandardChannelWidget (const IVP13DStandardChannelWidget &) | |
| IVP13DStandardChannelWidget & | operator= (const IVP13DStandardChannelWidget &) |
| unsigned | cloneID () const |
| QWidget * | controllerWidget () |
| void | emitRefreshInfoChanged () |
| bool | hasRefreshingSystem () |
| void | setCloneID (unsigned id) |
| const std::set< IVP1System * > & | systems () |
| void | deleteControllers () |
| State | state () const |
| void | setState (const State &) |
| void | setCanRegister (const bool &controller, const bool &system) |
Private Attributes | |
| Imp * | m_d |
Definition at line 24 of file IVP13DStandardChannelWidget.h.
|
privateinherited |
|
protected |
| Enumerator | |
|---|---|
| AllowAll | |
| DisallowExtraDisplayWidget | |
| DisallowSwitchable | |
| DisallowController | |
| StartDisabled | |
| DisallowCameraAccess | |
Definition at line 33 of file IVP13DStandardChannelWidget.h.
|
inherited |
| Enumerator | |
|---|---|
| UNKNOWN | |
| THREEDIMENSIONAL | |
| TWODIMENSIONAL | |
| HISTOGRAM | |
| NUMBERS | |
Definition at line 46 of file IVP1ChannelWidget.h.
| IVP13DStandardChannelWidget::IVP13DStandardChannelWidget | ( | const QString & | name, |
| const QString & | information, | ||
| const QString & | contact_info, | ||
| bool | detectorViewButtons = true ) |
Definition at line 106 of file IVP13DStandardChannelWidget.cxx.
|
virtual |
Definition at line 128 of file IVP13DStandardChannelWidget.cxx.
|
private |
|
protected |
Definition at line 135 of file IVP13DStandardChannelWidget.cxx.
|
protected |
Definition at line 430 of file IVP13DStandardChannelWidget.cxx.
|
privateinherited |
Definition at line 197 of file IVP1ChannelWidget.cxx.
|
inherited |
Definition at line 191 of file IVP1ChannelWidget.cxx.
|
privateinherited |
Definition at line 77 of file IVP1ChannelWidget.cxx.
|
virtual |
Reimplemented from IVP1ChannelWidget.
Definition at line 168 of file IVP13DStandardChannelWidget.cxx.
|
privateinherited |
Definition at line 161 of file IVP1ChannelWidget.cxx.
|
protectedvirtual |
Reimplemented from IVP1ChannelWidget.
Definition at line 620 of file IVP13DStandardChannelWidget.cxx.
|
privateinherited |
Definition at line 268 of file IVP1ChannelWidget.cxx.
|
protectedinherited |
Definition at line 262 of file IVP1ChannelWidget.cxx.
|
protectedinherited |
Definition at line 255 of file IVP1ChannelWidget.cxx.
|
virtual |
Reimplemented from IVP13DChannelWidget.
Definition at line 443 of file IVP13DStandardChannelWidget.cxx.
|
virtualinherited |
Reimplemented from IVP1ChannelWidget.
Definition at line 114 of file IVP13DChannelWidget.cxx.
|
privateinherited |
|
inherited |
Definition at line 185 of file IVP1ChannelWidget.cxx.
|
pure virtualinherited |
Implemented in Example3DChannel1, Example3DChannel2, Example3DChannel3, Example3DChannel4, Example3DChannel5, VP13DCocktailChannel, VP1AODChannel, VP1BanksChannel, VP1CaloCellChannel, VP1GeometryChannel, VP1LegoChannel, VP1LightChannel, VP1MCChannel, VP1TrackCaloChannel, VP1TrackChannel, and VP1TriggerDecisionChannel.
|
virtualinherited |
Definition at line 83 of file IVP1ChannelWidget.cxx.
|
virtual |
Reimplemented from IVP1ChannelWidget.
Definition at line 100 of file IVP13DStandardChannelWidget.cxx.
|
virtual |
Reimplemented from IVP1ChannelWidget.
Definition at line 331 of file IVP13DStandardChannelWidget.cxx.
| void IVP13DStandardChannelWidget::launchStereoEditor | ( | ) |
Definition at line 86 of file IVP13DStandardChannelWidget.cxx.
|
signalinherited |
|
inherited |
Definition at line 180 of file IVP1ChannelWidget.cxx.
|
private |
|
protectedinherited |
Definition at line 210 of file IVP1ChannelWidget.cxx.
|
protectedinherited |
Definition at line 94 of file IVP13DChannelWidget.cxx.
|
protectedinherited |
Definition at line 221 of file IVP1ChannelWidget.cxx.
|
virtual |
Reimplemented from IVP13DChannelWidget.
Definition at line 771 of file IVP13DStandardChannelWidget.cxx.
|
virtual |
Reimplemented from IVP13DChannelWidget.
Definition at line 628 of file IVP13DStandardChannelWidget.cxx.
|
virtual |
Reimplemented from IVP1ChannelWidget.
Definition at line 93 of file IVP13DStandardChannelWidget.cxx.
|
privateinherited |
Definition at line 299 of file IVP1ChannelWidget.cxx.
|
privateinherited |
Definition at line 203 of file IVP1ChannelWidget.cxx.
|
protectedinherited |
Definition at line 96 of file IVP1ChannelWidget.cxx.
|
privateslot |
Definition at line 502 of file IVP13DStandardChannelWidget.cxx.
|
inherited |
Definition at line 89 of file IVP1ChannelWidget.cxx.
|
privateinherited |
Definition at line 108 of file IVP1ChannelWidget.cxx.
|
inherited |
|
protectedslot |
Definition at line 882 of file IVP13DStandardChannelWidget.cxx.
|
privateinherited |
Definition at line 102 of file IVP1ChannelWidget.cxx.
|
protected |
Definition at line 436 of file IVP13DStandardChannelWidget.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.
|
virtual |
Reimplemented from IVP1ChannelWidget.
Definition at line 360 of file IVP13DStandardChannelWidget.cxx.
|
virtual |
Reimplemented from IVP1ChannelWidget.
Definition at line 355 of file IVP13DStandardChannelWidget.cxx.
|
signalinherited |
|
privateinherited |
Definition at line 231 of file IVP1ChannelWidget.cxx.
|
privateslot |
Definition at line 368 of file IVP13DStandardChannelWidget.cxx.
|
protectedinherited |
Definition at line 246 of file IVP1ChannelWidget.cxx.
|
protectedinherited |
Definition at line 237 of file IVP1ChannelWidget.cxx.
|
inlinevirtualinherited |
|
protectedvirtualinherited |
Definition at line 155 of file IVP1ChannelWidget.cxx.
|
inherited |
Definition at line 175 of file IVP1ChannelWidget.cxx.
|
signalinherited |
|
privateslot |
Definition at line 538 of file IVP13DStandardChannelWidget.cxx.
|
private |
Definition at line 71 of file IVP13DStandardChannelWidget.h.