![]() |
Scanframe Modular Application 0.1.0
|
Implements a connection between to application exporting and importing generic information. More...
#include <InformationService.h>


Public Types | |
| enum | EServiceType { None = 0 , Client , Server , Both } |
| Type determining the function of the service. More... | |
Public Member Functions | |
| InformationService (QObject *parent=nullptr) | |
| void | setType (EServiceType type) |
| Sets the type of service for this instance. | |
| EServiceType | getType () const |
| gets the type of service of this instance. | |
| void | setIdOffset (gii::IdType idOffset) const |
| Sets the client idOffset for the information instances. | |
| gii::IdType | getIdOffset () const |
| Gets the client idOffset of the information instances. | |
Implements a connection between to application exporting and importing generic information.
|
explicit |
| gii::IdType sf::InformationService::getIdOffset | ( | ) | const |
Gets the client idOffset of the information instances.
| EServiceType sf::InformationService::getType | ( | ) | const |
gets the type of service of this instance.
| void sf::InformationService::setIdOffset | ( | gii::IdType | idOffset | ) | const |
Sets the client idOffset for the information instances.
| void sf::InformationService::setType | ( | EServiceType | type | ) |
Sets the type of service for this instance.