#include <GizmoEvent.hpp>
Inheritance diagram for Gizmod::GizmoEvent:
Public Member Functions | |
GizmoEventClass | getClass () |
Get the class of the Gizmo. | |
bool | isRemote () |
Get whether or not it's a remote event. | |
void | setIsRemote (bool IsRemote) |
Set whether or not it's a remote event. | |
GizmoEvent () | |
Serialize Constructor. | |
GizmoEvent (GizmoEventClass Class, bool IsRemote) | |
Default Constructor. | |
virtual | ~GizmoEvent () |
Destructor. | |
Protected Attributes | |
GizmoEventClass | mClass |
Class of the Gizmo. | |
bool | mIsRemote |
True if the event is a remote event. | |
Friends | |
class | boost::serialization::access |
This class is the base of all GizmoEvents attached to the system. Each gizmo must inherit this class
GizmoEventClass GizmoEvent::getClass | ( | ) |
bool GizmoEvent::isRemote | ( | ) |
Get whether or not it's a remote event.
void GizmoEvent::setIsRemote | ( | bool | IsRemote | ) |
Set whether or not it's a remote event.
IsRemote | True if the remote is from afar |