7 int Room( std::string text )
12 bool Video(
int room, std::string
index, std::string
file,
float x,
float y ) {
return false; }
13 bool VideoStream(
int room, std::string
index, std::string
file,
float x,
float y,
float w,
float h ) {
return false; }
18 void Link(
int room, std::string
index,
float x,
float y,
float wid,
float hei, std::string text,
int to )
20 LinkPython( room, index,
"", x, y, wid, hei, text, to );
24 std::string pythonfile,
31 void Launch(
int room, std::string
index,
float x,
float y,
float wid,
float hei, std::string text )
37 std::string pythonfile,
43 void EjectPython(
int room, std::string
index, std::string pythonfile,
float x,
float y,
float wid,
float hei,
45 void Comp(
int room, std::string
index,
float x,
float y,
float wid,
float hei, std::string text, std::string modes )
47 CompPython( room, index,
"", x, y, wid, hei, text, modes );
51 std::string pythonfile,
57 std::string modes ) {}
58 void Python(
int room, std::string
index,
float x,
float y,
float wid,
float hei, std::string text, std::string pythonfile ) {}
59 void Message( std::string text ) {}