26 void frontendConnected(
const ServiceBase& _serviceInformation);
29 void frontendDisconnected(
void);
36 bool sendQueuedRequestToFrontend(
const std::string& _message);
This file contains defines that may be used simplyfy class creation.
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
#define OT_GUIAPI_API_EXPORT
Definition OTGuiAPIAPIExport.h:6
The GuiAPIManager singleton manages the frontend information and provides a message sending method.
Definition GuiAPIManager.h:18
bool isFrontendConnected(void) const
Returns true if the frontend information was set.
Definition GuiAPIManager.h:32
General service information. The ServiceBase class is used to store the general service information.
Definition ServiceBase.h:24