#include <IVP1ChannelWidget.h>
Definition at line 34 of file IVP1ChannelWidget.h.
◆ State
◆ Type
Enumerator |
---|
UNKNOWN | |
THREEDIMENSIONAL | |
TWODIMENSIONAL | |
HISTOGRAM | |
NUMBERS | |
Definition at line 46 of file IVP1ChannelWidget.h.
◆ IVP1ChannelWidget() [1/2]
IVP1ChannelWidget::IVP1ChannelWidget |
( |
const QString & |
name, |
|
|
const QString & |
information, |
|
|
const QString & |
contact_info |
|
) |
| |
◆ ~IVP1ChannelWidget()
IVP1ChannelWidget::~IVP1ChannelWidget |
( |
| ) |
|
|
virtual |
◆ IVP1ChannelWidget() [2/2]
◆ cloneID()
unsigned IVP1ChannelWidget::cloneID |
( |
| ) |
const |
|
private |
◆ contact_info()
const QString & IVP1ChannelWidget::contact_info |
( |
| ) |
const |
◆ controllerWidget()
QWidget * IVP1ChannelWidget::controllerWidget |
( |
| ) |
|
|
private |
◆ create()
void IVP1ChannelWidget::create |
( |
| ) |
|
|
protectedvirtual |
◆ deleteControllers()
void IVP1ChannelWidget::deleteControllers |
( |
| ) |
|
|
private |
◆ dockResized()
void IVP1ChannelWidget::dockResized |
( |
| ) |
|
|
virtual |
◆ emitRefreshInfoChanged()
void IVP1ChannelWidget::emitRefreshInfoChanged |
( |
| ) |
|
|
private |
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 | ) |
|
|
protected |
◆ getRunEvtNumber()
void IVP1ChannelWidget::getRunEvtNumber |
( |
int & |
runnumber, |
|
|
unsigned long long & |
eventnumber |
|
) |
| |
|
protected |
◆ getSnapshot()
QPixmap IVP1ChannelWidget::getSnapshot |
( |
bool |
transp = false , |
|
|
int |
width = 0 , |
|
|
bool |
batch = false |
|
) |
| |
|
virtual |
◆ goingToNextEvent()
virtual void IVP1ChannelWidget::goingToNextEvent |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ hasRefreshingSystem()
bool IVP1ChannelWidget::hasRefreshingSystem |
( |
| ) |
|
|
private |
◆ information()
const QString & IVP1ChannelWidget::information |
( |
| ) |
const |
◆ init()
virtual void IVP1ChannelWidget::init |
( |
| ) |
|
|
pure virtual |
Implemented in VP1MCChannel, VP1TriggerDecisionChannel, VP1BanksChannel, VP13DCocktailChannel, VP1GeometryChannel, VP1LightChannel, Example3DChannel1, Example3DChannel2, Example3DChannel3, Example3DChannel4, Example3DChannel5, VP1CaloCellChannel, VP1LegoChannel, VP1TrackCaloChannel, VP1AODChannel, and VP1TrackChannel.
◆ isAccumulator()
bool IVP1ChannelWidget::isAccumulator |
( |
| ) |
const |
|
virtual |
◆ isAntiAliasing()
virtual bool IVP1ChannelWidget::isAntiAliasing |
( |
| ) |
|
|
inlinevirtual |
◆ lastOfActiveSystemsRefreshed()
void IVP1ChannelWidget::lastOfActiveSystemsRefreshed |
( |
| ) |
|
|
protectedvirtual |
◆ message
void IVP1ChannelWidget::message |
( |
QString |
| ) |
|
|
signal |
◆ name()
const QString & IVP1ChannelWidget::name |
( |
| ) |
const |
◆ operator=()
◆ registerController()
void IVP1ChannelWidget::registerController |
( |
QWidget * |
w | ) |
|
|
protected |
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 | ) |
|
|
protected |
◆ restoreFromState()
void IVP1ChannelWidget::restoreFromState |
( |
QByteArray |
ba | ) |
|
|
virtual |
◆ saveState()
QByteArray IVP1ChannelWidget::saveState |
( |
| ) |
|
|
virtual |
◆ setAntiAliasing()
virtual bool IVP1ChannelWidget::setAntiAliasing |
( |
bool |
aa | ) |
|
|
inlinevirtual |
◆ setCanRegister()
void IVP1ChannelWidget::setCanRegister |
( |
const bool & |
controller, |
|
|
const bool & |
system |
|
) |
| |
|
private |
◆ setCloneID()
void IVP1ChannelWidget::setCloneID |
( |
unsigned |
id | ) |
|
|
private |
◆ setEvtTimestamp()
void IVP1ChannelWidget::setEvtTimestamp |
( |
unsigned |
timestamp | ) |
|
|
protected |
◆ setRunEvtNumber()
void IVP1ChannelWidget::setRunEvtNumber |
( |
int |
runnumber, |
|
|
unsigned long long |
eventnumber |
|
) |
| |
◆ setState()
void IVP1ChannelWidget::setState |
( |
const State & |
s | ) |
|
|
private |
◆ 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 IVP1ChannelWidget::systemErased |
( |
IVP1System * |
s | ) |
|
|
protectedvirtual |
◆ systemRefreshed()
void IVP1ChannelWidget::systemRefreshed |
( |
IVP1System * |
s | ) |
|
|
protectedvirtual |
◆ systemRefreshInfoChanged
void IVP1ChannelWidget::systemRefreshInfoChanged |
( |
QString |
sysrefreshing, |
|
|
int |
nsysOn, |
|
|
int |
nsysOnRefreshed |
|
) |
| |
|
signal |
◆ systems()
◆ turnOff()
void IVP1ChannelWidget::turnOff |
( |
IVP1System * |
s, |
|
|
const bool & |
immediateErase = true |
|
) |
| |
|
protected |
◆ turnOn()
◆ type()
virtual Type IVP1ChannelWidget::type |
( |
| ) |
const |
|
pure virtual |
◆ uncreate()
void IVP1ChannelWidget::uncreate |
( |
| ) |
|
|
protectedvirtual |
◆ unique_name()
const QString IVP1ChannelWidget::unique_name |
( |
| ) |
const |
◆ uniqueNameChanged
void IVP1ChannelWidget::uniqueNameChanged |
( |
const QString & |
| ) |
|
|
signal |
◆ IVP1System
◆ VP1ChannelManager
◆ VP1ExecutionScheduler
◆ VP1MainWindow
◆ VP1Prioritiser
◆ VP1TabManager
◆ m_d
Imp* IVP1ChannelWidget::m_d |
|
private |
The documentation for this class was generated from the following files: