LMMS
Loading...
Searching...
No Matches
CapturePretty Class Reference
Inheritance diagram for CapturePretty:
rtosc::RtData

Public Member Functions

const char * value () const
 Return the argument values, pretty-printed.
 CapturePretty (char *buffer, std::size_t size, int cols_used)
Public Member Functions inherited from rtosc::RtData
 RtData (void)
void push_index (int ind)
void pop_index (void)
virtual void replyArray (const char *path, const char *args, rtosc_arg_t *vals)
virtual void chain (const char *path, const char *args,...)
virtual void chain (const char *msg)
 Bypass message to some kind of backend if the message can not be handled.
virtual void chainArray (const char *path, const char *args, rtosc_arg_t *vals)
virtual void broadcast (const char *path, const char *args,...)
 Transmit initialization/change of a value to all listeners.
virtual void broadcast (const char *msg)
virtual void broadcastArray (const char *path, const char *args, rtosc_arg_t *vals)
virtual void forward (const char *rational=NULL)

Private Member Functions

void reply (const char *) override
 Reply if information has been requested.
void reply (const char *, const char *args,...) override

Private Attributes

char * buffer
std::size_t buffersize
int cols_used

Additional Inherited Members

Public Attributes inherited from rtosc::RtData
char * loc
size_t loc_size
voidobj
 runtime object to dispatch this object to
int matches
 number of matches returned from dispatch routine
const Portport
const char * message
 Will be set to point to the full OSC message in case of a base dispatch.
int idx [16]

Detailed Description

RtData subclass to capture argument values pretty-printed from a runtime object

Constructor & Destructor Documentation

◆ CapturePretty()

CapturePretty::CapturePretty ( char * buffer,
std::size_t size,
int cols_used )
inline

Member Function Documentation

◆ reply() [1/2]

void CapturePretty::reply ( const char * msg)
inlineoverrideprivatevirtual

Reply if information has been requested.

Reimplemented from rtosc::RtData.

◆ reply() [2/2]

void CapturePretty::reply ( const char * ,
const char * args,
... )
inlineoverrideprivatevirtual

Reimplemented from rtosc::RtData.

◆ value()

const char * CapturePretty::value ( ) const
inline

Return the argument values, pretty-printed.

Member Data Documentation

◆ buffer

char* CapturePretty::buffer
private

◆ buffersize

std::size_t CapturePretty::buffersize
private

◆ cols_used

int CapturePretty::cols_used
private

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