Starshatter_Open
Open source Starshatter engine
|
#include <RadioVox.h>
Public Member Functions | |
RadioVox (int channel, const char *path, const char *message=0) | |
virtual | ~RadioVox () |
virtual bool | AddPhrase (const char *key) |
virtual bool | Start () |
Static Public Member Functions | |
static const char * | TYPENAME () |
static void | Initialize () |
static void | Close () |
Protected Member Functions | |
virtual bool | Update () |
Protected Attributes | |
Text | path |
Text | message |
List< Sound > | sounds |
int | index |
int | channel |
Friends | |
class | RadioVoxController |
Definition at line 31 of file RadioVox.h.
RadioVox::RadioVox | ( | int | channel, |
const char * | path, | ||
const char * | message = 0 |
||
) |
Definition at line 153 of file RadioVox.cpp.
|
virtual |
Definition at line 158 of file RadioVox.cpp.
|
virtual |
Definition at line 166 of file RadioVox.cpp.
|
static |
Definition at line 145 of file RadioVox.cpp.
|
static |
Definition at line 137 of file RadioVox.cpp.
|
virtual |
Definition at line 207 of file RadioVox.cpp.
|
inlinestatic |
Definition at line 36 of file RadioVox.h.
|
protectedvirtual |
Definition at line 216 of file RadioVox.cpp.
|
friend |
Definition at line 33 of file RadioVox.h.
|
protected |
Definition at line 55 of file RadioVox.h.
|
protected |
Definition at line 54 of file RadioVox.h.
|
protected |
Definition at line 52 of file RadioVox.h.
|
protected |
Definition at line 51 of file RadioVox.h.
Definition at line 53 of file RadioVox.h.