22 #ifndef POLKITQT1_ACTION_DESCRIPTION_H 23 #define POLKITQT1_ACTION_DESCRIPTION_H 27 #include <QtCore/QList> 28 #include <QtCore/QMetaType> 29 #include <QtCore/QSharedData> 31 typedef struct _PolkitActionDescription PolkitActionDescription;
51 AuthenticationRequired = 1,
53 AdministratorAuthenticationRequired = 2,
55 AuthenticationRequiredRetained = 3,
57 AdministratorAuthenticationRequiredRetained = 4,
62 typedef QList< ActionDescription > List;
83 QString actionId()
const;
90 QString description()
const;
97 QString message()
const;
104 QString vendorName()
const;
111 QString vendorUrl()
const;
118 QString iconName()
const;
143 QSharedDataPointer< Data > d;
147 Q_DECLARE_METATYPE(PolkitQt1::ActionDescription::List)
149 #endif //POLKIT_QT_ACTION_DESCRIPTION_H ImplicitAuthorization
Definition: polkitqt1-actiondescription.h:45
Contains Macros for exporting symbols.
Namespace wrapping Polkit-Qt classes.
Definition: listeneradapter.cpp:26
Class used to encapsulate a registered action.
Definition: polkitqt1-actiondescription.h:42