Definition at line 15 of file VP1BanksSystem.cxx.
◆ Imp()
Definition at line 17 of file VP1BanksSystem.cxx.
VP1BanksSystem * theclass
SmartIF< IClassIDSvc > clidSvc
◆ emitIfChanged()
| void VP1BanksSystem::Imp::emitIfChanged |
( |
const QStringList & | keys, |
|
|
const QStringList & | types, |
|
|
const QStringList & | ids ) |
|
inline |
Definition at line 30 of file VP1BanksSystem.cxx.
30 {
32 return;
36 theclass->messageVerbose(
"emitting entriesChanged(..) with "+
str(
keys.count())+
" entries");
38 }
static const std::vector< std::string > types
QStringList lastEmitted_keys
QStringList lastEmitted_types
QStringList lastEmitted_ids
◆ idToName()
| QString VP1BanksSystem::Imp::idToName |
( |
const CLID & | id | ) |
const |
Definition at line 63 of file VP1BanksSystem.cxx.
64{
66 return "";
68 if (
clidSvc->getTypeNameOfID(
id, n).isFailure())
69 return "<unknown>";
71}
◆ useDetStore()
| bool VP1BanksSystem::Imp::useDetStore |
( |
| ) |
|
Definition at line 74 of file VP1BanksSystem.cxx.
75{
76 return ui.radioButton_store_event && !
ui.radioButton_store_event->isChecked();
77}
Ui::VP1BanksSystemControllerForm ui
◆ allowRefresh
| bool VP1BanksSystem::Imp::allowRefresh |
◆ clidSvc
| SmartIF<IClassIDSvc> VP1BanksSystem::Imp::clidSvc |
◆ lastEmitted_ids
| QStringList VP1BanksSystem::Imp::lastEmitted_ids |
◆ lastEmitted_keys
| QStringList VP1BanksSystem::Imp::lastEmitted_keys |
◆ lastEmitted_types
| QStringList VP1BanksSystem::Imp::lastEmitted_types |
◆ theclass
◆ ui
| Ui::VP1BanksSystemControllerForm VP1BanksSystem::Imp::ui {} |
The documentation for this class was generated from the following file: