#include <GizmoClient.hpp>
Inheritance diagram for Gizmod::GizmoClient:
Public Member Functions | |
void | sendEventATIX10 (GizmoEventATIX10 const &Event, GizmoATIX10 const &Gizmo) |
Send ATIX10 Event to server. | |
void | sendEventCPUUsage (GizmoEventCPUUsage const &Event) |
Send CPUUsage Event to server. | |
void | sendEventLIRC (GizmoEventLIRC const &Event, GizmoLIRC const &Gizmo) |
Send LIRC Event to server. | |
void | sendEventPowermate (GizmoEventPowermate const &Event, GizmoPowermate const &Gizmo) |
Send Powermate Event to server. | |
void | sendEventSoundCard (GizmoEventSoundCard const &Event) |
Send Sound Card Event to server. | |
void | sendEventSoundVisualization (GizmoEventSoundVisualization const &Event) |
Send Sound Visualization Event to server. | |
void | sendEventStandard (GizmoEventStandard const &Event, GizmoStandard const &Gizmo) |
Send Powermate Event to server. | |
void | sendEventWindowFocus (GizmoEventWindowFocus const &Event) |
Send Window Focus Event to server. | |
GizmoClient () | |
Default Constructor. | |
virtual | ~GizmoClient () |
Destructor. |
All you need to do is call SocketClient::connectToServer! Then you're a client, and can use the rest of this class
void GizmoClient::sendEventATIX10 | ( | GizmoEventATIX10 const & | Event, | |
GizmoATIX10 const & | Gizmo | |||
) |
void GizmoClient::sendEventCPUUsage | ( | GizmoEventCPUUsage const & | Event | ) |
void GizmoClient::sendEventLIRC | ( | GizmoEventLIRC const & | Event, | |
GizmoLIRC const & | Gizmo | |||
) |
void GizmoClient::sendEventPowermate | ( | GizmoEventPowermate const & | Event, | |
GizmoPowermate const & | Gizmo | |||
) |
void GizmoClient::sendEventSoundCard | ( | GizmoEventSoundCard const & | Event | ) |
Send Sound Card Event to server.
Event | The Event |
void GizmoClient::sendEventSoundVisualization | ( | GizmoEventSoundVisualization const & | Event | ) |
Send Sound Visualization Event to server.
Event | The Event |
void GizmoClient::sendEventStandard | ( | GizmoEventStandard const & | Event, | |
GizmoStandard const & | Gizmo | |||
) |
void GizmoClient::sendEventWindowFocus | ( | GizmoEventWindowFocus const & | Event | ) |
Send Window Focus Event to server.
Event | The Event |