|
| | RSOptionRange (float min, float max, float step, float def) |
| |
| void | DeleteMember (const char *name) |
| |
| | DictBase (v8::Local< v8::Object > source) |
| |
| | DictBase () |
| |
| v8::Local< v8::Value > | GetMember (const char *name) const |
| |
| v8::Local< v8::Value > | GetMember (const std::string &name) const |
| |
| v8::Local< v8::Object > | GetObject () const |
| |
| bool | IsMemberPresent (const char *name) const |
| |
| bool | IsMemberPresent (const std::string &name) const |
| |
| void | SetMember (const char *name, const char *value) |
| |
| void | SetMember (const char *name, v8::Local< v8::Value > value) |
| |
| void | SetMember (const char *name, const std::string &value) |
| |
| template<typename T , typename V , uint32_t len> |
| void | SetMemberArray (const char *name, V value[len]) |
| |
| template<typename T > |
| void | SetMemberT (const char *name, const T &value) |
| |
| void | SetMemberUndefined (const char *name) |
| |
| | ~DictBase () |
| |
Definition at line 362 of file addon.cpp.