#include <DQMStoreStats.h>
Public Member Functions | |
void | add (Folder *f) |
Folder * | cd (const std::string &name) |
void | children (std::string &sql_statement) |
VIterator< Folder * > | CreateIterator () |
void | dump (std::string indent) |
void | files (std::string &sql_statement) |
Folder (const std::string name) | |
unsigned int | getBins (void) |
unsigned int | getEmptyBins (void) |
Folder * | getFather () |
unsigned int | getHistos (void) |
unsigned int | getMemory (void) |
unsigned int | id (void) |
unsigned int | level (void) |
void | mainrows (std::string &sql_statement) |
void | mainrows_cumulative (std::string &sql_statement) |
const std::string & | name (void) |
void | parents (std::string &sql_statement) |
void | setFather (Folder *e) |
void | setId (unsigned int id) |
void | setLevel (unsigned int value) |
void | summary (std::string &sql_statement) |
void | symbols (std::string &sql_statement) |
void | update (unsigned int bins, unsigned int empty, unsigned int memory) |
~Folder (void) | |
Private Attributes | |
Folder * | father_ |
std::string | folderName_ |
unsigned int | id_ |
unsigned int | level_ |
std::vector< Folder * > | subfolders_ |
unsigned int | totalBins_ |
unsigned int | totalEmptyBins_ |
unsigned int | totalHistos_ |
unsigned int | totalMemory_ |
Definition at line 117 of file DQMStoreStats.h.
|
inline |
Definition at line 119 of file DQMStoreStats.h.
|
inline |
Definition at line 124 of file DQMStoreStats.h.
|
inline |
Definition at line 148 of file DQMStoreStats.h.
Referenced by counter.Counter::register().
|
inline |
Definition at line 133 of file DQMStoreStats.h.
|
inline |
Definition at line 239 of file DQMStoreStats.h.
Referenced by Vispa.Share.BasicDataAccessor.BasicDataAccessor::allChildren(), Vispa.Views.WidgetView.WidgetView::clear(), Vispa.Gui.ConnectableWidgetOwner.ConnectableWidgetOwner::deleteSelectedConnections(), Vispa.Gui.ConnectableWidgetOwner.ConnectableWidgetOwner::getWidgetByName(), Vispa.Gui.ConnectableWidgetOwner.ConnectableWidgetOwner::hideMenuWidgets(), Vispa.Gui.ConnectableWidgetOwner.ConnectableWidgetOwner::portConnection(), Vispa.Gui.ConnectableWidgetOwner.ConnectableWidgetOwner::propagateEventUnderConnectionWidget(), Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom(), and Vispa.Gui.ConnectableWidgetOwner.ConnectableWidgetOwner::updateConnections().
Definition at line 198 of file DQMStoreStats.h.
|
inline |
Definition at line 187 of file DQMStoreStats.h.
|
inline |
Definition at line 270 of file DQMStoreStats.h.
|
inline |
Definition at line 161 of file DQMStoreStats.h.
|
inline |
Definition at line 167 of file DQMStoreStats.h.
|
inline |
Definition at line 130 of file DQMStoreStats.h.
|
inline |
Definition at line 155 of file DQMStoreStats.h.
|
inline |
Definition at line 173 of file DQMStoreStats.h.
|
inline |
Definition at line 143 of file DQMStoreStats.h.
|
inline |
Definition at line 145 of file DQMStoreStats.h.
|
inline |
Definition at line 203 of file DQMStoreStats.h.
|
inline |
Definition at line 252 of file DQMStoreStats.h.
|
inline |
Definition at line 131 of file DQMStoreStats.h.
Referenced by VIDSelectorBase.VIDSelectorBase::initialize().
|
inline |
Definition at line 227 of file DQMStoreStats.h.
|
inline |
Definition at line 129 of file DQMStoreStats.h.
|
inline |
Definition at line 142 of file DQMStoreStats.h.
|
inline |
Definition at line 144 of file DQMStoreStats.h.
|
inline |
Definition at line 262 of file DQMStoreStats.h.
|
inline |
Definition at line 216 of file DQMStoreStats.h.
|
inline |
Definition at line 179 of file DQMStoreStats.h.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
private |
Definition at line 285 of file DQMStoreStats.h.
|
private |
Definition at line 284 of file DQMStoreStats.h.
|
private |
Definition at line 282 of file DQMStoreStats.h.
|
private |
Definition at line 283 of file DQMStoreStats.h.
|
private |
Definition at line 286 of file DQMStoreStats.h.
|
private |
Definition at line 279 of file DQMStoreStats.h.
|
private |
Definition at line 280 of file DQMStoreStats.h.
|
private |
Definition at line 278 of file DQMStoreStats.h.
|
private |
Definition at line 281 of file DQMStoreStats.h.