|
ATLAS Offline Software
|
#include <IVP12DDetViewsChannelWidget.h>
◆ PROJECTION
◆ State
◆ SystemOption
Enumerator |
---|
AllowAll | |
DisallowSelections | |
DisallowSwitchable | |
DisallowController | |
DisallowMovable | |
StartDisabled | |
Definition at line 49 of file IVP12DDetViewsChannelWidget.h.
◆ Type
Enumerator |
---|
UNKNOWN | |
THREEDIMENSIONAL | |
TWODIMENSIONAL | |
HISTOGRAM | |
NUMBERS | |
Definition at line 46 of file IVP1ChannelWidget.h.
◆ IVP12DDetViewsChannelWidget()
IVP12DDetViewsChannelWidget::IVP12DDetViewsChannelWidget |
( |
const QString & |
name, |
|
|
const QString & |
information, |
|
|
const QString & |
contact_info |
|
) |
| |
Definition at line 62 of file IVP12DDetViewsChannelWidget.cxx.
67 setMinimumSize(150,240);
70 QVBoxLayout * vboxLayout =
new QVBoxLayout(
this);
71 vboxLayout->setSpacing(0);
72 vboxLayout->setMargin(0);
75 QList<QPair<QString,QString> > views;
76 views << QPair<QString,QString>(
"X-Y",
":/icons/icons/xy.png");
77 views << QPair<QString,QString>(
"R-Z",
":/icons/icons/rz.png");
80 vboxLayout->addWidget(examiner);
◆ ~IVP12DDetViewsChannelWidget()
IVP12DDetViewsChannelWidget::~IVP12DDetViewsChannelWidget |
( |
| ) |
|
|
virtual |
◆ addGeneralSystem()
◆ addSystem()
◆ cloneID()
unsigned IVP1ChannelWidget::cloneID |
( |
| ) |
const |
|
privateinherited |
◆ contact_info()
const QString & IVP1ChannelWidget::contact_info |
( |
| ) |
const |
|
inherited |
◆ controllerWidget()
QWidget * IVP1ChannelWidget::controllerWidget |
( |
| ) |
|
|
privateinherited |
◆ create()
void IVP12DDetViewsChannelWidget::create |
( |
| ) |
|
|
virtual |
◆ deleteControllers()
void IVP1ChannelWidget::deleteControllers |
( |
| ) |
|
|
privateinherited |
◆ dockResized()
void IVP1ChannelWidget::dockResized |
( |
| ) |
|
|
virtualinherited |
◆ emitRefreshInfoChanged()
void IVP1ChannelWidget::emitRefreshInfoChanged |
( |
| ) |
|
|
privateinherited |
Definition at line 268 of file IVP1ChannelWidget.cxx.
270 int nsysOn(0), nsysOnRefreshed(0);
271 QString sysrefreshing;
278 if ((*it)->isRefreshing()) {
279 assert(sysrefreshing.isEmpty());
280 sysrefreshing=(*it)->name();
◆ getEvtTimestamp()
void IVP1ChannelWidget::getEvtTimestamp |
( |
unsigned & |
timestamp | ) |
|
|
protectedinherited |
◆ getRunEvtNumber()
void IVP1ChannelWidget::getRunEvtNumber |
( |
int & |
runnumber, |
|
|
unsigned long long & |
eventnumber |
|
) |
| |
|
protectedinherited |
◆ getSnapshot()
QPixmap IVP1ChannelWidget::getSnapshot |
( |
bool |
transp = false , |
|
|
int |
width = 0 , |
|
|
bool |
batch = false |
|
) |
| |
|
virtualinherited |
◆ goingToNextEvent()
virtual void IVP1ChannelWidget::goingToNextEvent |
( |
| ) |
|
|
inlineprotectedvirtualinherited |
◆ hasRefreshingSystem()
bool IVP1ChannelWidget::hasRefreshingSystem |
( |
| ) |
|
|
privateinherited |
◆ information()
const QString & IVP1ChannelWidget::information |
( |
| ) |
const |
|
inherited |
◆ init()
virtual void IVP1ChannelWidget::init |
( |
| ) |
|
|
pure virtualinherited |
Implemented in VP1MCChannel, VP1TriggerDecisionChannel, VP1BanksChannel, VP13DCocktailChannel, VP1GeometryChannel, VP1LightChannel, Example3DChannel1, Example3DChannel2, Example3DChannel3, Example3DChannel4, Example3DChannel5, VP1CaloCellChannel, VP1LegoChannel, VP1TrackCaloChannel, VP1AODChannel, and VP1TrackChannel.
◆ isAccumulator()
bool IVP1ChannelWidget::isAccumulator |
( |
| ) |
const |
|
virtualinherited |
◆ isAntiAliasing()
virtual bool IVP1ChannelWidget::isAntiAliasing |
( |
| ) |
|
|
inlinevirtualinherited |
◆ lastOfActiveSystemsRefreshed()
void IVP1ChannelWidget::lastOfActiveSystemsRefreshed |
( |
| ) |
|
|
protectedvirtualinherited |
◆ message
void IVP1ChannelWidget::message |
( |
QString |
| ) |
|
|
signalinherited |
◆ name()
const QString & IVP1ChannelWidget::name |
( |
| ) |
const |
|
inherited |
◆ registerController()
void IVP1ChannelWidget::registerController |
( |
QWidget * |
w | ) |
|
|
protectedinherited |
Definition at line 210 of file IVP1ChannelWidget.cxx.
214 assert(
w&&
"IVP1ChannelWidget::registerController(...) called with null pointer!!");
215 assert(!
m_d->
controller&&
"IVP1ChannelWidget::registerController(...) called twice!!");
◆ registerSystem()
void IVP1ChannelWidget::registerSystem |
( |
IVP1System * |
s | ) |
|
|
protectedinherited |
◆ restoreFromState()
void IVP12DDetViewsChannelWidget::restoreFromState |
( |
QByteArray |
ba | ) |
|
|
virtual |
Reimplemented from IVP1ChannelWidget.
Definition at line 333 of file IVP12DDetViewsChannelWidget.cxx.
339 buffer.open(QIODevice::ReadOnly);
345 message(
"Warning: State data in .vp1 file is in wrong format - ignoring!");
348 QByteArray basestate;
360 QMap<QString, bool> sysname2turnedon;
361 state >> sysname2turnedon;
364 if (sysname2turnedon.contains(
it.key()->text())) {
365 if (sysname2turnedon[
it.key()->text()]!=
it.key()->isChecked())
366 it.key()->setChecked(sysname2turnedon[
it.key()->text()]);
368 message(
"Warning: Config data does not contain information about switched state of subsystem '"+
it.key()->text()+
"'");
◆ saveState()
QByteArray IVP12DDetViewsChannelWidget::saveState |
( |
| ) |
|
|
virtual |
◆ setAntiAliasing()
virtual bool IVP1ChannelWidget::setAntiAliasing |
( |
bool |
aa | ) |
|
|
inlinevirtualinherited |
◆ setBackgroundColor
void IVP12DDetViewsChannelWidget::setBackgroundColor |
( |
const QColor & |
col | ) |
|
|
privateslot |
◆ setCanRegister()
void IVP1ChannelWidget::setCanRegister |
( |
const bool & |
controller, |
|
|
const bool & |
system |
|
) |
| |
|
privateinherited |
◆ setCloneID()
void IVP1ChannelWidget::setCloneID |
( |
unsigned |
id | ) |
|
|
privateinherited |
◆ setEvtTimestamp()
void IVP1ChannelWidget::setEvtTimestamp |
( |
unsigned |
timestamp | ) |
|
|
protectedinherited |
◆ setRunEvtNumber()
void IVP1ChannelWidget::setRunEvtNumber |
( |
int |
runnumber, |
|
|
unsigned long long |
eventnumber |
|
) |
| |
|
inherited |
◆ setState()
void IVP1ChannelWidget::setState |
( |
const State & |
s | ) |
|
|
privateinherited |
◆ showControlsForSystem
void IVP12DDetViewsChannelWidget::showControlsForSystem |
( |
| ) |
|
|
protectedslot |
Definition at line 267 of file IVP12DDetViewsChannelWidget.cxx.
273 message(
"showControlsForSystem Error: Unable to determine system identity.");
282 if (index<0||!m_d->tabwidget->isTabEnabled(
index)) {
283 message(
"Warning: Asked to show controller for a disabled system. Surely you jest?");
◆ state()
◆ str() [1/30]
◆ str() [2/30]
static QString VP1String::str |
( |
const bool |
b | ) |
|
|
inlinestaticinherited |
Definition at line 53 of file VP1String.h.
53 {
return b?
"True":
"False"; }
◆ str() [3/30]
static QString VP1String::str |
( |
const char * |
c | ) |
|
|
inlinestaticinherited |
◆ str() [4/30]
static QString VP1String::str |
( |
const double & |
d | ) |
|
|
inlinestaticinherited |
◆ str() [5/30]
static QString VP1String::str |
( |
const float & |
f | ) |
|
|
inlinestaticinherited |
◆ str() [6/30]
◆ str() [7/30]
QString VP1String::str |
( |
const QColor & |
c | ) |
|
|
staticinherited |
Definition at line 30 of file VP1String.cxx.
32 return c.isValid() ?
c.name() :
"Invalid";
◆ str() [8/30]
template<class T >
static QString VP1String::str |
( |
const QFlags< T > & |
f | ) |
|
|
inlinestaticinherited |
◆ str() [9/30]
template<class T >
static QString VP1String::str |
( |
const QList< T > & |
t | ) |
|
|
inlinestaticinherited |
◆ str() [10/30]
static QString VP1String::str |
( |
const QString & |
s | ) |
|
|
inlinestaticinherited |
◆ str() [11/30]
QString VP1String::str |
( |
const SbColor & |
c | ) |
|
|
staticinherited |
◆ str() [12/30]
QString VP1String::str |
( |
const SbVec2d & |
v | ) |
|
|
staticinherited |
◆ str() [13/30]
QString VP1String::str |
( |
const SbVec2f & |
v | ) |
|
|
staticinherited |
◆ str() [14/30]
QString VP1String::str |
( |
const SbVec2s & |
v | ) |
|
|
staticinherited |
◆ str() [15/30]
QString VP1String::str |
( |
const SbVec3d & |
v | ) |
|
|
staticinherited |
◆ str() [16/30]
QString VP1String::str |
( |
const SbVec3f & |
v | ) |
|
|
staticinherited |
◆ str() [17/30]
QString VP1String::str |
( |
const SbVec3s & |
v | ) |
|
|
staticinherited |
◆ str() [18/30]
QString VP1String::str |
( |
const SbVec4d & |
v | ) |
|
|
staticinherited |
◆ str() [19/30]
QString VP1String::str |
( |
const SbVec4f & |
v | ) |
|
|
staticinherited |
◆ str() [20/30]
template<class T >
static QString VP1String::str |
( |
const T * |
t | ) |
|
|
inlinestaticinherited |
Definition at line 87 of file VP1String.h.
87 {
return str(
static_cast<const void*
>(
t)); }
◆ str() [21/30]
QString VP1String::str |
( |
const void * |
p | ) |
|
|
staticinherited |
Definition at line 48 of file VP1String.cxx.
54 return QString (
s.str().c_str());
◆ str() [22/30]
◆ str() [23/30]
static QString VP1String::str |
( |
int |
n | ) |
|
|
inlinestaticinherited |
◆ str() [24/30]
static QString VP1String::str |
( |
long |
n | ) |
|
|
inlinestaticinherited |
◆ str() [25/30]
static QString VP1String::str |
( |
qlonglong |
n | ) |
|
|
inlinestaticinherited |
◆ str() [26/30]
static QString VP1String::str |
( |
qulonglong |
n | ) |
|
|
inlinestaticinherited |
◆ str() [27/30]
static QString VP1String::str |
( |
short int |
n | ) |
|
|
inlinestaticinherited |
◆ str() [28/30]
static QString VP1String::str |
( |
uint |
n | ) |
|
|
inlinestaticinherited |
◆ str() [29/30]
static QString VP1String::str |
( |
ulong |
n | ) |
|
|
inlinestaticinherited |
◆ str() [30/30]
static QString VP1String::str |
( |
unsigned short int |
n | ) |
|
|
inlinestaticinherited |
◆ systemErased()
void IVP12DDetViewsChannelWidget::systemErased |
( |
IVP1System * |
| ) |
|
|
virtual |
◆ systemRefreshed()
void IVP12DDetViewsChannelWidget::systemRefreshed |
( |
IVP1System * |
| ) |
|
|
virtual |
◆ systemRefreshInfoChanged
void IVP1ChannelWidget::systemRefreshInfoChanged |
( |
QString |
sysrefreshing, |
|
|
int |
nsysOn, |
|
|
int |
nsysOnRefreshed |
|
) |
| |
|
signalinherited |
◆ systems()
◆ toggleSystemActive
void IVP12DDetViewsChannelWidget::toggleSystemActive |
( |
| ) |
|
|
privateslot |
◆ turnOff()
void IVP1ChannelWidget::turnOff |
( |
IVP1System * |
s, |
|
|
const bool & |
immediateErase = true |
|
) |
| |
|
protectedinherited |
◆ turnOn()
◆ type()
Type IVP12DDetViewsChannelWidget::type |
( |
| ) |
const |
|
inlinevirtual |
◆ uncreate()
void IVP1ChannelWidget::uncreate |
( |
| ) |
|
|
protectedvirtualinherited |
◆ unique_name()
const QString IVP1ChannelWidget::unique_name |
( |
| ) |
const |
|
inherited |
◆ uniqueNameChanged
void IVP1ChannelWidget::uniqueNameChanged |
( |
const QString & |
| ) |
|
|
signalinherited |
◆ m_d
Imp* IVP12DDetViewsChannelWidget::m_d |
|
private |
The documentation for this class was generated from the following files:
JetConstituentVector::iterator iterator
QSet< VP1GraphicsItemCollection * > getItemCollections_XY() const
VP1GraphicsView * view() const
static QString str(const QString &s)
void addItemCollection(VP1GraphicsItemCollection *)
QSet< VP1GraphicsItemCollection * > getItemCollections_RZ() const
void setDisallowMovable(VP1GraphicsItemCollection *, const bool &disallow=true)
void setDisallowInteractions(VP1GraphicsItemCollection *, const bool &disallow=true)
static QColor sbcol2qcol(const SbColor &)
static void messageVerbose(const QString &)
static QWidget * compositionController(const QList< IVP1System * > &systemsWithControllersAllowed, QMap< IVP1System *, QWidget * > &sys2tabpage, VP1TabWidget *&tabwidget, const QList< QPair< IVP1System *, bool > > &system2switchable, QMap< QCheckBox *, IVP1System * > &checkbox2system, VP1ColorSelectButton *&colorselectbutton, QWidget *extrawidget=0, bool nobgdcolorsel=false)