Patronum
|
Classes | |
class | Controller |
The Controller class provide control functionality for your service how to use : just inherit from the Service Controller and override the methods you need. So, invoke the send methon, and if you need to get a responce from your service then invoke a waitForResponce method. More... | |
class | Feature |
The Feature class - it is atomic type for describe service command. More... | |
class | IController |
class | IService |
class | ISocketWraper |
class | LocalSocket |
The LocalSocket class this socket work only with locale data. More... | |
struct | Package |
class | Service |
class | ServicePrivate |
Enumerations | |
enum | State : int { State::Connected, State::Disconeccted } |
enum | Command : char { Command::FeaturesRequest, Command::Features, Command::Feature, Command::FeatureResponce } |
Functions | |
QDataStream & | operator<< (QDataStream &stream, const Feature &obj) |
QDataStream & | operator>> (QDataStream &stream, Feature &obj) |
|
strong |
|
strong |
Enumerator | |
---|---|
Connected | |
Disconeccted |
Definition at line 9 of file isocketwraper.h.
QDataStream& Patronum::operator<< | ( | QDataStream & | stream, |
const Feature & | obj | ||
) |
Definition at line 47 of file feature.cpp.
QDataStream& Patronum::operator>> | ( | QDataStream & | stream, |
Feature & | obj | ||
) |
Definition at line 53 of file feature.cpp.