Go to the source code of this file.
|
int | push_luavalue (bool b) |
|
bool | luavalue_cast (int index, bool &b) |
|
int | push_luavalue (int i) |
|
bool | luavalue_cast (int index, int &i) |
|
int | push_luavalue (double d) |
|
bool | luavalue_cast (int index, double &d) |
|
int | push_luavalue (const char *cstr) |
|
int | push_luavalue (const std::string &str) |
|
bool | luavalue_cast (int index, std::string &str) |
|
int | push_luavalue (const LuaCppFunction &func) |
|
int | push_luavalue (const Color &color) |
|
bool | luavalue_cast (int index, Color &color) |
|
int | push_luavalue (const Rect &rect) |
|
bool | luavalue_cast (int index, Rect &rect) |
|
int | push_luavalue (const Point &point) |
|
bool | luavalue_cast (int index, Point &point) |
|
int | push_luavalue (const Size &size) |
|
bool | luavalue_cast (int index, Size &size) |
|
void | push_otml_subnode_luavalue (const OTMLNodePtr &node) |
|
int | push_luavalue (const OTMLNodePtr &node) |
|
bool | luavalue_cast (int index, OTMLNodePtr &node) |
|
bool | luavalue_cast (int index, LuaObjectPtr &obj) |
|
◆ luavalue_cast() [1/10]
bool luavalue_cast |
( |
int |
index, |
|
|
bool & |
b |
|
) |
| |
◆ luavalue_cast() [2/10]
bool luavalue_cast |
( |
int |
index, |
|
|
Color & |
color |
|
) |
| |
◆ luavalue_cast() [3/10]
bool luavalue_cast |
( |
int |
index, |
|
|
double & |
d |
|
) |
| |
◆ luavalue_cast() [4/10]
bool luavalue_cast |
( |
int |
index, |
|
|
int & |
i |
|
) |
| |
◆ luavalue_cast() [5/10]
◆ luavalue_cast() [6/10]
◆ luavalue_cast() [7/10]
bool luavalue_cast |
( |
int |
index, |
|
|
Point & |
point |
|
) |
| |
◆ luavalue_cast() [8/10]
bool luavalue_cast |
( |
int |
index, |
|
|
Rect & |
rect |
|
) |
| |
◆ luavalue_cast() [9/10]
bool luavalue_cast |
( |
int |
index, |
|
|
Size & |
size |
|
) |
| |
◆ luavalue_cast() [10/10]
bool luavalue_cast |
( |
int |
index, |
|
|
std::string & |
str |
|
) |
| |
◆ push_luavalue() [1/11]
int push_luavalue |
( |
bool |
b | ) |
|
◆ push_luavalue() [2/11]
int push_luavalue |
( |
const char * |
cstr | ) |
|
◆ push_luavalue() [3/11]
int push_luavalue |
( |
const Color & |
color | ) |
|
◆ push_luavalue() [4/11]
◆ push_luavalue() [5/11]
◆ push_luavalue() [6/11]
int push_luavalue |
( |
const Point & |
point | ) |
|
◆ push_luavalue() [7/11]
int push_luavalue |
( |
const Rect & |
rect | ) |
|
◆ push_luavalue() [8/11]
int push_luavalue |
( |
const Size & |
size | ) |
|
◆ push_luavalue() [9/11]
int push_luavalue |
( |
const std::string & |
str | ) |
|
◆ push_luavalue() [10/11]
int push_luavalue |
( |
double |
d | ) |
|
◆ push_luavalue() [11/11]
int push_luavalue |
( |
int |
i | ) |
|
◆ push_otml_subnode_luavalue()
void push_otml_subnode_luavalue |
( |
const OTMLNodePtr & |
node | ) |
|