32 bool pEnabled =
false,
33 bool pAvailable =
false);
43 return mValues.contains(pKey);
49 return mValues.value(pKey);
55 mValues.insert(pKey, pValue);
85 mAvailable = pAvailable;
97 mResponding = pResponding;
102 ReaderManagerPlugInType mType;
103 QMap<Key, QVariant> mValues;
const ReaderManagerPlugInType & getPlugInType() const
Definition: ReaderManagerPlugInInfo.h:35
bool isResponding() const
Definition: ReaderManagerPlugInInfo.h:89
bool isEnabled() const
Is the interface / daemon process etc.
Definition: ReaderManagerPlugInInfo.h:62
UNKNOWN
Definition: SelfAuthenticationData.h:32
Key
Definition: ReaderManagerPlugInInfo.h:25
void setResponding(bool pResponding)
Definition: ReaderManagerPlugInInfo.h:95
void setAvailable(bool pAvailable)
Definition: ReaderManagerPlugInInfo.h:83
bool hasValue(Key pKey)
Definition: ReaderManagerPlugInInfo.h:41
Definition: ReaderManagerPlugInInfo.h:22
void setEnabled(bool pEnabled)
Definition: ReaderManagerPlugInInfo.h:68
void setValue(Key pKey, const QVariant &pValue)
Definition: ReaderManagerPlugInInfo.h:53
defineEnumType(UiModule, CURRENT, DEFAULT, IDENTIFY, SETTINGS, PINMANAGEMENT) defineEnumType(StatusFormat
UI modules that can be requested to show.
bool isAvailable() const
Is there a device/interface?
Definition: ReaderManagerPlugInInfo.h:77
QVariant getValue(Key pKey) const
Definition: ReaderManagerPlugInInfo.h:47