libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moEvent Class Reference

Clase Evento. More...

#include <moEventList.h>

Inheritance diagram for moEvent:
moMessage

Public Member Functions

 moEvent ()
 Constructor. More...
 
 moEvent (MOint did, MOint cod, MOint val0=0, MOint val1=0, MOint val2=0, MOint val3=0, MOpointer ptr=0)
 Constructor. More...
 
 moEvent (MOint did, MOint cod, MOint val0, MOpointer ptr)
 Constructor. More...
 
virtual ~moEvent ()
 Destructor. More...
 
virtual const moTextToJSON ()
 

Public Attributes

moEventprevious
 
moEventnext
 
MOint deviceid
 
MOint devicecode
 
MOint reservedvalue0
 
MOint reservedvalue1
 
MOint reservedvalue2
 
MOint reservedvalue3
 
MOpointer pointer
 
moText JSON
 

Detailed Description

Clase Evento.

Clase Evento

Definition at line 56 of file moEventList.h.

Constructor & Destructor Documentation

moEvent::moEvent ( )

Constructor.

EVENTO

Definition at line 172 of file moEventList.cpp.

moEvent::moEvent ( MOint  did,
MOint  cod,
MOint  val0 = 0,
MOint  val1 = 0,
MOint  val2 = 0,
MOint  val3 = 0,
MOpointer  ptr = 0 
)

Constructor.

Definition at line 183 of file moEventList.cpp.

moEvent::moEvent ( MOint  did,
MOint  cod,
MOint  val0,
MOpointer  ptr 
)

Constructor.

Definition at line 196 of file moEventList.cpp.

moEvent::~moEvent ( )
virtual

Destructor.

Definition at line 204 of file moEventList.cpp.

Member Function Documentation

const moText & moEvent::ToJSON ( )
virtual

enum edeviceid { DID_IODEVICE_KEYBOARD=0, DID_IODEVICE_MOUSE=1, DID_IODEVICE_MIDI=2, DID_IODEVICE_MIXER=3, DID_IODEVICE_JOYSTICK=4, #define MO_IODEVICE_NET_TCP_IN 5 #define MO_IODEVICE_NET_UDP_IN 6 #define MO_IODEVICE_NET_TCP_OUT 7 #define MO_IODEVICE_NET_UDP_OUT 8 #define MO_IODEVICE_LIVE 9 #define MO_IODEVICE_TRACKER 10

#define MO_IODEVICE_TABLET 11 #define MO_IODEVICE_TOUCH 12 #define MO_IODEVICE_CONSOLE 20 #define MO_IODEVICE_ANY -1

Reimplemented in moMessage.

Definition at line 226 of file moEventList.cpp.

Member Data Documentation

MOint moEvent::devicecode

Definition at line 63 of file moEventList.h.

MOint moEvent::deviceid

Definition at line 62 of file moEventList.h.

moText moEvent::JSON

Definition at line 79 of file moEventList.h.

moEvent* moEvent::next

Definition at line 60 of file moEventList.h.

MOpointer moEvent::pointer

Definition at line 68 of file moEventList.h.

moEvent* moEvent::previous

Definition at line 59 of file moEventList.h.

MOint moEvent::reservedvalue0

Definition at line 64 of file moEventList.h.

MOint moEvent::reservedvalue1

Definition at line 65 of file moEventList.h.

MOint moEvent::reservedvalue2

Definition at line 66 of file moEventList.h.

MOint moEvent::reservedvalue3

Definition at line 67 of file moEventList.h.


The documentation for this class was generated from the following files: