![]() |
ATLAS Offline Software
|
#include <IVP12DDetViewsChannelWidget.h>
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 | |
| IVP12DDetViewsChannelWidget (const QString &name, const QString &information, const QString &contact_info) | |
| Type | type () const |
| void | create () |
| void | systemRefreshed (IVP1System *) |
| void | systemErased (IVP1System *) |
| virtual | ~IVP12DDetViewsChannelWidget () |
| virtual QByteArray | saveState () |
| virtual void | restoreFromState (QByteArray) |
| 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 |
| virtual QPixmap | getSnapshot (bool transp=false, int width=0, bool batch=false) |
| virtual bool | setAntiAliasing (bool aa) |
| virtual bool | isAntiAliasing () |
| virtual void | dockResized () |
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 , DisallowSelections = 0x0100 , DisallowSwitchable = 0x0400 , DisallowController = 0x0800 , DisallowMovable = 0x1000 , StartDisabled = 0x0010 } |
| enum | PROJECTION { XY , RZ } |
Protected Slots | |
| void | showControlsForSystem () |
Protected Member Functions | |
| void | addSystem (IVP12DDetViewsSystem *, double zfactor, const SystemOptions &options=AllowAll) |
| void | addGeneralSystem (IVP12DSystem *, const PROJECTION &projection, double zfactor, const SystemOptions &options=AllowAll) |
| virtual void | goingToNextEvent () |
| virtual void | uncreate () |
| virtual void | lastOfActiveSystemsRefreshed () |
| 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 | setBackgroundColor (const QColor &) |
Private Member Functions | |
| 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 40 of file IVP12DDetViewsChannelWidget.h.
|
protected |
|
privateinherited |
|
protected |
| Enumerator | |
|---|---|
| AllowAll | |
| DisallowSelections | |
| DisallowSwitchable | |
| DisallowController | |
| DisallowMovable | |
| StartDisabled | |
Definition at line 49 of file IVP12DDetViewsChannelWidget.h.
|
inherited |
| Enumerator | |
|---|---|
| UNKNOWN | |
| THREEDIMENSIONAL | |
| TWODIMENSIONAL | |
| HISTOGRAM | |
| NUMBERS | |
Definition at line 46 of file IVP1ChannelWidget.h.
| IVP12DDetViewsChannelWidget::IVP12DDetViewsChannelWidget | ( | const QString & | name, |
| const QString & | information, | ||
| const QString & | contact_info ) |
Definition at line 62 of file IVP12DDetViewsChannelWidget.cxx.
|
virtual |
Definition at line 92 of file IVP12DDetViewsChannelWidget.cxx.
|
protected |
Definition at line 252 of file IVP12DDetViewsChannelWidget.cxx.
|
protected |
Definition at line 98 of file IVP12DDetViewsChannelWidget.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 143 of file IVP12DDetViewsChannelWidget.cxx.
|
privateinherited |
Definition at line 161 of file IVP1ChannelWidget.cxx.
|
virtualinherited |
Reimplemented in IVP13DStandardChannelWidget.
Definition at line 315 of file IVP1ChannelWidget.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.
|
virtualinherited |
Reimplemented in IVP13DChannelWidget, and IVP13DStandardChannelWidget.
Definition at line 306 of file IVP1ChannelWidget.cxx.
|
inlineprotectedvirtualinherited |
|
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.
|
inlinevirtualinherited |
Reimplemented in IVP13DStandardChannelWidget.
Definition at line 105 of file IVP1ChannelWidget.h.
|
protectedvirtualinherited |
Reimplemented in IVP13DStandardChannelWidget.
Definition at line 334 of file IVP1ChannelWidget.cxx.
|
signalinherited |
|
inherited |
Definition at line 180 of file IVP1ChannelWidget.cxx.
|
protectedinherited |
Definition at line 210 of file IVP1ChannelWidget.cxx.
|
protectedinherited |
Definition at line 221 of file IVP1ChannelWidget.cxx.
|
virtual |
Reimplemented from IVP1ChannelWidget.
Definition at line 333 of file IVP12DDetViewsChannelWidget.cxx.
|
virtual |
Reimplemented from IVP1ChannelWidget.
Definition at line 290 of file IVP12DDetViewsChannelWidget.cxx.
|
inlinevirtualinherited |
Reimplemented in IVP13DStandardChannelWidget.
Definition at line 104 of file IVP1ChannelWidget.h.
|
privateslot |
Definition at line 258 of file IVP12DDetViewsChannelWidget.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.
|
inherited |
Definition at line 89 of file IVP1ChannelWidget.cxx.
|
privateinherited |
Definition at line 108 of file IVP1ChannelWidget.cxx.
|
protectedslot |
Definition at line 267 of file IVP12DDetViewsChannelWidget.cxx.
|
privateinherited |
Definition at line 102 of file IVP1ChannelWidget.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 184 of file IVP12DDetViewsChannelWidget.cxx.
|
virtual |
Reimplemented from IVP1ChannelWidget.
Definition at line 171 of file IVP12DDetViewsChannelWidget.cxx.
|
signalinherited |
|
privateinherited |
Definition at line 231 of file IVP1ChannelWidget.cxx.
|
privateslot |
Definition at line 190 of file IVP12DDetViewsChannelWidget.cxx.
|
protectedinherited |
Definition at line 246 of file IVP1ChannelWidget.cxx.
|
protectedinherited |
Definition at line 237 of file IVP1ChannelWidget.cxx.
|
inlinevirtual |
|
protectedvirtualinherited |
Definition at line 155 of file IVP1ChannelWidget.cxx.
|
inherited |
Definition at line 175 of file IVP1ChannelWidget.cxx.
|
signalinherited |
|
private |
Definition at line 87 of file IVP12DDetViewsChannelWidget.h.