17class ControllerPrivate;
71 bool send(
int argc,
char **argv);
90 QuasarAppUtils::Help::Section help()
const;
107 void handleFeatures(
const QList<Feature> &features)
override;
114 void handleResponce(
const QVariantMap &responce)
override;
121 void finished()
override;
128 QList<Feature> features();
132 ControllerPrivate *d_ptr =
nullptr;
133 bool _disableFinished =
false;
134 void printDefaultHelp()
const;
#define PATRONUM_LIBRARYSHARED_EXPORT
The Controller class provide control functionality for your service.
The IController class This is base interface for the handling network events.
The Patronum namespace - It is main name space of Patronum Library. The Patronum library support the ...
PatronumError
The PatronumError enum - controller work error codes.