载入中...
搜索中...
未找到
Model with a list of Squirrel attribute objects. 更多...
#include <Model.h>
类 eve::ModelClass 继承关系图:
Public 属性 | |
| std::vector< ssq::Object > | attrs |
额外继承的成员函数 | |
Public 成员函数 继承自 eve::Model | |
| 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 成员函数 继承自 eve::Object | |
| virtual | ~Object () |
| bool | isDirty () const |
| Object * | getUpdate () const |
| void | ref () |
| void | unref () |
Protected 属性 继承自 eve::Model | |
| ssq::Object | object |
Protected 属性 继承自 eve::Object | |
| Object * | update |
| unsigned | ref_count = 0 |
详细描述
类成员变量说明
◆ attrs
该类的文档由以下文件生成:
- src/engine/common/Model.h
Public 成员函数 继承自