|
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(QList<VP1Collection*>,
bool applySavedStates =
true );
47 void addCollections(QList<VP1Collection*>,
bool applySavedStates =
true );
56 template <
class collT>
61 template <
class collT>
69 template <
class collT>
73 collT*
c =
dynamic_cast<collT*
>(
col);
QMap< QByteArray, QByteArray > VP1CollStates
static QList< VP1Collection * > toBaseCollList(const QList< T * > &)