|
ATLAS Offline Software
|
#include <VP1MissingEtCollWidget.h>
|
| VP1MissingEtCollWidget (QWidget *parent=0) |
|
virtual | ~VP1MissingEtCollWidget () |
|
void | clear (bool deleteCollections=true, bool deleteGuiElements=false) |
|
void | addStateInfo (const VP1CollStates &, bool overwritesExisting=true) |
|
void | setCollections (QList< VP1Collection * >, bool applySavedStates=true) |
|
template<class collT > |
void | setCollections (QList< collT * > colls, bool applySavedStates=true) |
|
void | addCollections (QList< VP1Collection * >, bool applySavedStates=true) |
|
template<class collT > |
void | addCollections (QList< collT * > colls, bool applySavedStates=true) |
|
VP1CollStates | states () const |
|
QList< VP1Collection * > | collections () const |
|
template<class collT > |
QList< collT * > | collections () const |
|
int | appropriateFixedWidth () const |
|
QList< qint32 > | visibleStdCollectionTypes () const |
|
QList< VP1StdCollection * > | visibleStdCollections () const |
|
void | setSystemBasePointer (IVP1System *sys) |
|
void | message (const QString &) const |
|
void | message (const QStringList &, const QString &addtoend="") const |
|
void | message (const QString &addtostart, const QStringList &, const QString &addtoend="") const |
|
void | messageDebug (const QString &) const |
|
void | messageDebug (const QStringList &, const QString &addtoend="") const |
|
void | messageDebug (const QString &addtostart, const QStringList &, const QString &addtoend="") const |
|
void | messageVerbose (const QString &) const |
|
void | messageVerbose (const QStringList &, const QString &addtoend="") const |
|
void | messageVerbose (const QString &addtostart, const QStringList &, const QString &addtoend="") const |
|
IVP1System * | systemBase () const |
|
QString | helperClassName () const |
|
Definition at line 23 of file VP1MissingEtCollWidget.h.
◆ VP1MissingEtCollWidget()
VP1MissingEtCollWidget::VP1MissingEtCollWidget |
( |
QWidget * |
parent = 0 | ) |
|
◆ ~VP1MissingEtCollWidget()
VP1MissingEtCollWidget::~VP1MissingEtCollWidget |
( |
| ) |
|
|
virtual |
◆ addCollections() [1/2]
template<class collT >
void VP1CollectionWidget::addCollections |
( |
QList< collT * > |
colls, |
|
|
bool |
applySavedStates = true |
|
) |
| |
|
inlineinherited |
◆ addCollections() [2/2]
void VP1CollectionWidget::addCollections |
( |
QList< VP1Collection * > |
cols, |
|
|
bool |
applySavedStates = true |
|
) |
| |
|
inherited |
◆ addStateInfo()
void VP1CollectionWidget::addStateInfo |
( |
const VP1CollStates & |
newinfo, |
|
|
bool |
overwritesExisting = true |
|
) |
| |
|
inherited |
Definition at line 289 of file VP1CollectionWidget.cxx.
292 QMapIterator<QByteArray,QByteArray>
it(newinfo);
293 while (
it.hasNext()) {
295 if (!overwritesExisting&&
m_d->
states.contains(
it.key()))
299 if (overwritesExisting)
◆ appropriateFixedWidth()
int VP1CollectionWidget::appropriateFixedWidth |
( |
| ) |
const |
|
inherited |
◆ clear()
void VP1CollectionWidget::clear |
( |
bool |
deleteCollections = true , |
|
|
bool |
deleteGuiElements = false |
|
) |
| |
|
inherited |
◆ collections() [1/2]
QList< VP1Collection * > VP1CollectionWidget::collections |
( |
| ) |
const |
|
inherited |
◆ collections() [2/2]
template<class collT >
QList<collT*> VP1CollectionWidget::collections |
( |
| ) |
const |
|
inlineinherited |
◆ ensureFirst()
void VP1CollectionWidget::ensureFirst |
( |
const QString & |
wildcard, |
|
|
QList< QString > & |
strs |
|
) |
| |
|
staticprotectedinherited |
◆ ensureLast()
void VP1CollectionWidget::ensureLast |
( |
const QString & |
wildcard, |
|
|
QList< QString > & |
strs |
|
) |
| |
|
staticprotectedinherited |
◆ helperClassName()
QString VP1HelperClassBase::helperClassName |
( |
| ) |
const |
|
inlineinherited |
◆ message() [1/3]
void VP1HelperClassBase::message |
( |
const QString & |
str | ) |
const |
|
inherited |
◆ message() [2/3]
void VP1HelperClassBase::message |
( |
const QString & |
addtostart, |
|
|
const QStringList & |
l, |
|
|
const QString & |
addtoend = "" |
|
) |
| const |
|
inherited |
◆ message() [3/3]
void VP1HelperClassBase::message |
( |
const QStringList & |
l, |
|
|
const QString & |
addtoend = "" |
|
) |
| const |
|
inherited |
◆ messageDebug() [1/3]
void VP1HelperClassBase::messageDebug |
( |
const QString & |
str | ) |
const |
|
inherited |
◆ messageDebug() [2/3]
void VP1HelperClassBase::messageDebug |
( |
const QString & |
addtostart, |
|
|
const QStringList & |
l, |
|
|
const QString & |
addtoend = "" |
|
) |
| const |
|
inherited |
◆ messageDebug() [3/3]
void VP1HelperClassBase::messageDebug |
( |
const QStringList & |
l, |
|
|
const QString & |
addtoend = "" |
|
) |
| const |
|
inherited |
◆ messageVerbose() [1/3]
void VP1HelperClassBase::messageVerbose |
( |
const QString & |
str | ) |
const |
|
inherited |
◆ messageVerbose() [2/3]
void VP1HelperClassBase::messageVerbose |
( |
const QString & |
addtostart, |
|
|
const QStringList & |
l, |
|
|
const QString & |
addtoend = "" |
|
) |
| const |
|
inherited |
◆ messageVerbose() [3/3]
void VP1HelperClassBase::messageVerbose |
( |
const QStringList & |
l, |
|
|
const QString & |
addtoend = "" |
|
) |
| const |
|
inherited |
◆ possibleChange_visibleStdCollections
void VP1CollectionWidget::possibleChange_visibleStdCollections |
( |
| ) |
|
|
protectedslotinherited |
◆ setCollections() [1/2]
template<class collT >
void VP1CollectionWidget::setCollections |
( |
QList< collT * > |
colls, |
|
|
bool |
applySavedStates = true |
|
) |
| |
|
inlineinherited |
◆ setCollections() [2/2]
void VP1CollectionWidget::setCollections |
( |
QList< VP1Collection * > |
cols, |
|
|
bool |
applySavedStates = true |
|
) |
| |
|
inherited |
◆ setHelperClassName()
void VP1HelperClassBase::setHelperClassName |
( |
const QString & |
n | ) |
|
|
inlineprotectedinherited |
◆ setShape
void VP1MissingEtCollWidget::setShape |
( |
bool |
| ) |
|
|
privateslot |
◆ setSystemBasePointer()
void VP1HelperClassBase::setSystemBasePointer |
( |
IVP1System * |
sys | ) |
|
|
inherited |
◆ sortSections()
void VP1MissingEtCollWidget::sortSections |
( |
QList< QString > & |
sections | ) |
|
|
protectedvirtual |
◆ states()
◆ 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 |
◆ systemBase()
IVP1System* VP1HelperClassBase::systemBase |
( |
| ) |
const |
|
inlineinherited |
◆ verbose()
static bool VP1HelperClassBase::verbose |
( |
| ) |
|
|
inlinestaticinherited |
◆ visibleContentsChanged
void VP1CollectionWidget::visibleContentsChanged |
( |
| ) |
|
|
signalinherited |
◆ visibleStdCollections()
QList< VP1StdCollection * > VP1CollectionWidget::visibleStdCollections |
( |
| ) |
const |
|
inherited |
◆ visibleStdCollectionsChanged
◆ visibleStdCollectionTypes()
QList< qint32 > VP1CollectionWidget::visibleStdCollectionTypes |
( |
| ) |
const |
|
inherited |
◆ visibleStdCollectionTypesChanged
void VP1CollectionWidget::visibleStdCollectionTypesChanged |
( |
const QList< qint32 > & |
| ) |
|
|
signalinherited |
◆ warnUndeletedInstances()
void VP1HelperClassBase::warnUndeletedInstances |
( |
| ) |
|
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
185 if (vp1helperclassbase_instanceMap.empty())
187 std::cout <<
"WARNING: Detected "<<vp1helperclassbase_instanceMap.size()<<
" undeleted helper class instances:"<<std::endl;
190 for (
it = vp1helperclassbase_instanceMap.begin();
it!=
itE;++
it) {
191 std::cout <<
" ==> "<<
it->first<<
": "<<
it->first->m_helpername.toStdString()
192 << (
it->second.isEmpty()?QString(
""):
" (in system "+
it->
second+
")").toStdString()<<std::endl;
◆ m_d
Imp* VP1CollectionWidget::m_d |
|
privateinherited |
◆ m_helpername
QString VP1HelperClassBase::m_helpername |
|
privateinherited |
◆ m_system
◆ s_vp1verbose
The documentation for this class was generated from the following files:
JetConstituentVector::iterator iterator
void messageVerbose(const QString &) const
static const bool s_vp1verbose
static QString str(const QString &s)
void messageDebug(const QString &) const
static const char * prefix_msg()
static QList< VP1Collection * > toBaseCollList(const QList< T * > &)
const QString & name() const
static void applyStates(QList< VP1Collection * >, const VP1CollStates &)
static QColor sbcol2qcol(const SbColor &)
static const char * prefix_debug()
static const char * prefix_verbose()
void message(const QString &) const
void message(const QString &) const