Namespaces | |
CustomTabBehaviors | |
Classes | |
class | BasicEditorDisplay |
class | BitmapEditor |
class | Changeable |
class | ConfigDataTableEditor |
class | ConfigDataTableModel |
class | ConfigDataTreeEditor |
class | ConfigDataTreeModel |
class | ConfigSelectionDialog |
class | CustomTabWidget |
class | DAQConfigEditorDisplay |
class | DataTreeCreatorThread |
class | DBParamsGroupBox |
class | DCSConfigEditorDisplay |
class | NamedConfigDataModel |
class | NamedConfigGroupBox |
class | NamedConfigTree |
class | NameValueLabelPair |
class | SettingsDisplay |
class | Storeable |
class | TabbedSetOfTableEditors |
class | TabbedSetOfTreeEditors |
class | TreeItem |
Functions | |
std::string | _createFEBDisplayString (const std::string &febId) |
std::string | _createPixelDisplayString (const std::string &pixelId) |
QString | _createFEBDisplayString (const QString &febId) |
QString | _createPixelDisplayString (const QString &pixelId) |
int32_t | _getIDFromDisplayString (const std::string &displayString) |
std::string | _getIDFromDisplayString2 (const std::string &displayString) |
Variables | |
const int32_t | INVALID_ID = -123 |
std::string dbutils::gui::_createFEBDisplayString | ( | const std::string & | febId | ) |
Definition at line 67 of file ConfigDataTreeModel.cpp.
Referenced by dbutils::gui::ConfigDataTreeModel::_populateSubTree(), and dbutils::gui::ConfigDataTreeModel::addChildRow().
QString dbutils::gui::_createFEBDisplayString | ( | const QString & | febId | ) |
Definition at line 75 of file ConfigDataTreeModel.cpp.
std::string dbutils::gui::_createPixelDisplayString | ( | const std::string & | pixelId | ) |
Definition at line 71 of file ConfigDataTreeModel.cpp.
Referenced by dbutils::gui::ConfigDataTreeModel::_populateSubTree(), and dbutils::gui::ConfigDataTreeModel::addChildRow().
QString dbutils::gui::_createPixelDisplayString | ( | const QString & | pixelId | ) |
Definition at line 79 of file ConfigDataTreeModel.cpp.
int32_t dbutils::gui::_getIDFromDisplayString | ( | const std::string & | displayString | ) |
Definition at line 85 of file ConfigDataTreeModel.cpp.
References INVALID_ID, elec2geo::pos, fillBadChanDBTables::result, string, trim(), and cet::trim_copy().
Referenced by dbutils::gui::ConfigDataTreeModel::allowsChildInsert(), dbutils::gui::ConfigDataTreeModel::allowsInsertAfter(), and dbutils::gui::ConfigDataTreeModel::allowsInsertBefore().
std::string dbutils::gui::_getIDFromDisplayString2 | ( | const std::string & | displayString | ) |
Definition at line 102 of file ConfigDataTreeModel.cpp.
References elec2geo::pos, string, trim(), and cet::trim_copy().
Referenced by dbutils::gui::ConfigDataTreeModel::saveChanges().
const int32_t dbutils::gui::INVALID_ID = -123 |
Definition at line 83 of file ConfigDataTreeModel.cpp.
Referenced by _getIDFromDisplayString().