#include <FWPSetTableManager.h>
Public Member Functions | |
PSetData () | |
Public Attributes | |
bool | childMatches |
bool | editable |
bool | expandedFilter |
bool | expandedUser |
std::string | label |
int | level |
bool | matches |
size_t | module |
size_t | parent |
size_t | path |
edm::ParameterSet | pset |
bool | tracked |
char | type |
std::string | value |
bool | visible |
Custom structure for holding the table contents
Definition at line 44 of file FWPSetTableManager.h.
FWPSetTableManager::PSetData::PSetData | ( | ) | [inline] |
Definition at line 46 of file FWPSetTableManager.h.
:level(-1), tracked(false), type(-1), parent(-1), module(-1), path(-1), expandedUser(false), expandedFilter(false), visible(false), matches(false), childMatches(false), editable(false) {}
Definition at line 82 of file FWPSetTableManager.h.
Referenced by FWPSetTableManager::cellRenderer(), FWPSetTableManager::recalculateVisibility(), and FWPSetTableManager::setExpanded().
Definition at line 83 of file FWPSetTableManager.h.
Referenced by FWPathsPopup::cellClicked(), FWPSetTableManager::cellRenderer(), FWPSetTableManager::handleEntry(), FWPSetTableManager::handlePSetEntry(), FWPSetTableManager::handleVPSetEntry(), FWPSetTableManager::setSelection(), and FWPSetTableManager::updateSchedule().
Definition at line 78 of file FWPSetTableManager.h.
Referenced by FWPSetTableManager::cellRenderer(), and FWPSetTableManager::setExpanded().
Definition at line 77 of file FWPSetTableManager.h.
Referenced by FWPSetTableManager::cellRenderer(), and FWPSetTableManager::setExpanded().
std::string FWPSetTableManager::PSetData::label |
Definition at line 66 of file FWPSetTableManager.h.
Referenced by FWPSetCellEditor::apply(), FWPSetTableManager::cellRenderer(), FWPSetTableManager::handleEntry(), FWPSetTableManager::handlePSetEntry(), FWPSetTableManager::handleVPSetEntry(), FWPathsPopup::scheduleReloadEvent(), FWPSetTableManager::updateFilter(), and FWPSetTableManager::updateSchedule().
Definition at line 69 of file FWPSetTableManager.h.
Referenced by FWPSetTableManager::cellRenderer(), FWPSetTableManager::handleEntry(), FWPSetTableManager::handlePSetEntry(), FWPSetTableManager::handleVPSetEntry(), FWPSetTableManager::updateFilter(), and FWPSetTableManager::updateSchedule().
Definition at line 81 of file FWPSetTableManager.h.
Referenced by FWPSetTableManager::cellRenderer(), FWPSetTableManager::recalculateVisibility(), and FWPSetTableManager::updateFilter().
Definition at line 74 of file FWPSetTableManager.h.
Referenced by FWPSetTableManager::applyEditor(), FWPSetTableManager::cellRenderer(), FWPSetTableManager::handleEntry(), FWPSetTableManager::handlePSetEntry(), FWPSetTableManager::handleVPSetEntry(), and FWPSetTableManager::updateSchedule().
Definition at line 72 of file FWPSetTableManager.h.
Referenced by FWPSetTableManager::applyEditor(), FWPSetTableManager::handleEntry(), FWPSetTableManager::handlePSetEntry(), FWPSetTableManager::handleVPSetEntry(), FWPSetTableManager::recalculateVisibility(), FWPSetTableManager::updateFilter(), and FWPSetTableManager::updateSchedule().
Definition at line 75 of file FWPSetTableManager.h.
Referenced by FWPSetTableManager::cellRenderer(), FWPSetTableManager::handlePSetEntry(), FWPSetTableManager::handleVPSetEntry(), and FWPSetTableManager::updateSchedule().
Definition at line 85 of file FWPSetTableManager.h.
Referenced by FWPSetCellEditor::apply(), FWPSetTableManager::handlePSetEntry(), FWPathsPopup::scheduleReloadEvent(), and FWPSetTableManager::updateSchedule().
Definition at line 70 of file FWPSetTableManager.h.
Referenced by FWPSetCellEditor::apply(), FWPSetTableManager::handleEntry(), FWPSetTableManager::handlePSetEntry(), and FWPSetTableManager::handleVPSetEntry().
Definition at line 71 of file FWPSetTableManager.h.
Referenced by FWPSetCellEditor::apply(), FWPSetTableManager::cellRenderer(), FWPSetTableManager::handleEntry(), FWPSetTableManager::handlePSetEntry(), and FWPSetTableManager::handleVPSetEntry().
std::string FWPSetTableManager::PSetData::value |
Definition at line 67 of file FWPSetTableManager.h.
Referenced by FWPSetTableManager::applyEditor(), FWPSetTableManager::cellRenderer(), FWPSetTableManager::createScalarString(), FWPSetTableManager::createVectorString(), FWPSetTableManager::handleEntry(), FWPSetTableManager::setSelection(), FWPSetTableManager::updateFilter(), and FWPSetTableManager::updateSchedule().
Definition at line 80 of file FWPSetTableManager.h.
Referenced by FWPSetTableManager::recalculateVisibility().