载入中...
搜索中...
未找到
eve::Model类 参考
Script-backed model: wraps a Squirrel object (table/class instance). 更多...
#include <Model.h>
类 eve::Model 继承关系图:
Public 成员函数 | |
| Model (ssq::Object object) | |
| Wraps an existing Squirrel object. | |
Public 成员函数 继承自 eve::Object | |
| Object () | |
| void | setUpdate (Object *update) |
| Update the current object with a replacement. You don't need to care about the reference to the old object since it will be automatically updated in the ref smart pointer. | |
Protected 属性 | |
| ssq::Object | object |
Protected 属性 继承自 eve::Object | |
| Object * | update |
| unsigned | ref_count = 0 |
额外继承的成员函数 | |
Protected 成员函数 继承自 eve::Object | |
| virtual | ~Object () |
| bool | isDirty () const |
| Object * | getUpdate () const |
| void | ref () |
| void | unref () |
详细描述
构造及析构函数说明
◆ Model()
类成员变量说明
◆ object
该类的文档由以下文件生成:
Public 成员函数 继承自