#include <scriptable_object_deprecated.h>
|
| | ScriptableObject () |
| |
| virtual | ~ScriptableObject () |
| |
| virtual bool | HasProperty (const Var &name, Var *exception) |
| |
| virtual bool | HasMethod (const Var &name, Var *exception) |
| |
| virtual Var | GetProperty (const Var &name, Var *exception) |
| |
| virtual void | GetAllPropertyNames (std::vector< Var > *properties, Var *exception) |
| |
| virtual void | SetProperty (const Var &name, const Var &value, Var *exception) |
| |
| virtual void | RemoveProperty (const Var &name, Var *exception) |
| |
| virtual Var | Call (const Var &method_name, const std::vector< Var > &args, Var *exception) |
| |
| virtual Var | Construct (const std::vector< Var > &args, Var *exception) |
| |
| pp::deprecated::ScriptableObject::ScriptableObject |
( |
| ) |
|
|
inline |
| virtual pp::deprecated::ScriptableObject::~ScriptableObject |
( |
| ) |
|
|
inlinevirtual |
| Var pp::deprecated::ScriptableObject::Call |
( |
const Var & |
method_name, |
|
|
const std::vector< Var > & |
args, |
|
|
Var * |
exception |
|
) |
| |
|
virtual |
| Var pp::deprecated::ScriptableObject::Construct |
( |
const std::vector< Var > & |
args, |
|
|
Var * |
exception |
|
) |
| |
|
virtual |
| void pp::deprecated::ScriptableObject::GetAllPropertyNames |
( |
std::vector< Var > * |
properties, |
|
|
Var * |
exception |
|
) |
| |
|
virtual |
| Var pp::deprecated::ScriptableObject::GetProperty |
( |
const Var & |
name, |
|
|
Var * |
exception |
|
) |
| |
|
virtual |
| bool pp::deprecated::ScriptableObject::HasMethod |
( |
const Var & |
name, |
|
|
Var * |
exception |
|
) |
| |
|
virtual |
| bool pp::deprecated::ScriptableObject::HasProperty |
( |
const Var & |
name, |
|
|
Var * |
exception |
|
) |
| |
|
virtual |
| void pp::deprecated::ScriptableObject::RemoveProperty |
( |
const Var & |
name, |
|
|
Var * |
exception |
|
) |
| |
|
virtual |
| void pp::deprecated::ScriptableObject::SetProperty |
( |
const Var & |
name, |
|
|
const Var & |
value, |
|
|
Var * |
exception |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: