11 fFilterLabel = GetString(
"BoolLabel",
"NODEFAULT@NODEFAULT");
13 ev.RequireByLabel<
QBool>(fFilterLabel);
14 bool warn = (GetLogicFlag() != CASE);
15 GetBool(
"Save",
false, warn);
#define REGISTER_MODULE(clazz)
Filter upon an already existing QBool in the QEvent.
bool Filter(const Diana::QEvent &ev)
return true if ev passes the cuts
bool wrapped into a QObject
const Q & GetByLabel(const QEventLabel &label) const
Get a QObject in read mode by label.
the Diana namespace is needed because sometimes we use Qt libraries, that use same class names of our...