svcore  1.9
OSCMessage Class Reference

#include <OSCMessage.h>

List of all members.

Public Member Functions

 OSCMessage ()
 ~OSCMessage ()
void setTarget (const int &target)
int getTarget () const
void setTargetData (const int &targetData)
int getTargetData () const
void setMethod (QString method)
QString getMethod () const
void clearArgs ()
void addArg (QVariant arg)
int getArgCount () const
const QVariant & getArg (int i) const

Private Attributes

int m_target
int m_targetData
QString m_method
std::vector< QVariant > m_args

Detailed Description

Definition at line 32 of file OSCMessage.h.


Constructor & Destructor Documentation

OSCMessage::OSCMessage ( ) [inline]

Definition at line 35 of file OSCMessage.h.

Definition at line 24 of file OSCMessage.cpp.

References clearArgs().


Member Function Documentation

void OSCMessage::setTarget ( const int &  target) [inline]

Definition at line 38 of file OSCMessage.h.

References m_target.

Referenced by OSCQueue::oscMessageHandler().

int OSCMessage::getTarget ( ) const [inline]

Definition at line 39 of file OSCMessage.h.

References m_target.

Referenced by OSCQueue::postMessage().

void OSCMessage::setTargetData ( const int &  targetData) [inline]

Definition at line 41 of file OSCMessage.h.

References m_targetData.

Referenced by OSCQueue::oscMessageHandler().

int OSCMessage::getTargetData ( ) const [inline]

Definition at line 42 of file OSCMessage.h.

References m_targetData.

Referenced by OSCQueue::postMessage().

void OSCMessage::setMethod ( QString  method) [inline]

Definition at line 44 of file OSCMessage.h.

References m_method.

Referenced by OSCQueue::oscMessageHandler().

QString OSCMessage::getMethod ( ) const [inline]

Definition at line 45 of file OSCMessage.h.

References m_method.

Referenced by OSCQueue::postMessage().

Definition at line 30 of file OSCMessage.cpp.

References m_args.

Referenced by ~OSCMessage().

void OSCMessage::addArg ( QVariant  arg)

Definition at line 36 of file OSCMessage.cpp.

References m_args.

Referenced by OSCQueue::oscMessageHandler().

int OSCMessage::getArgCount ( ) const

Definition at line 42 of file OSCMessage.cpp.

References m_args.

const QVariant & OSCMessage::getArg ( int  i) const

Definition at line 48 of file OSCMessage.cpp.

References m_args.


Member Data Documentation

int OSCMessage::m_target [private]

Definition at line 54 of file OSCMessage.h.

Referenced by getTarget(), and setTarget().

int OSCMessage::m_targetData [private]

Definition at line 55 of file OSCMessage.h.

Referenced by getTargetData(), and setTargetData().

QString OSCMessage::m_method [private]

Definition at line 56 of file OSCMessage.h.

Referenced by getMethod(), and setMethod().

std::vector<QVariant> OSCMessage::m_args [private]

Definition at line 57 of file OSCMessage.h.

Referenced by addArg(), clearArgs(), getArg(), and getArgCount().


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