|
ATLAS Offline Software
|
Go to the documentation of this file.
19 #ifndef VP1COLLECTIONWIDGET_H
20 #define VP1COLLECTIONWIDGET_H
41 void clear(
bool deleteCollections =
true,
bool deleteGuiElements =
false );
45 void setCollections(
const QList<VP1Collection*>&,
bool applySavedStates =
true );
47 void addCollections(
const QList<VP1Collection*>&,
bool applySavedStates =
true );
56 template <
class collT>
57 void setCollections(
const QList<collT*>& colls,
bool applySavedStates =
true ) {
61 template <
class collT>
62 void addCollections(
const QList<collT*>& colls,
bool applySavedStates =
true ) {
69 template <
class collT>
73 collT*
c =
dynamic_cast<collT*
>(
col);
QMap< QByteArray, QByteArray > VP1CollStates
static QList< VP1Collection * > toBaseCollList(const QList< T * > &)