|
Graphite Version 3
An experimental 3D geometry processing program
|
This is the complete list of members for OGF::LuaInterpreter, including all inherited members.
| __pad0__ (defined in OGF::Interpreter) | OGF::Interpreter | |
| __pad1__ (defined in OGF::Interpreter) | OGF::Interpreter | |
| add_connection(Connection *connection) | OGF::Object | virtual |
| add_to_history(const std::string &command) | OGF::Interpreter | |
| adjust_lua_state() | OGF::LuaInterpreter | protectedvirtual |
| append_dynamic_libraries_path(const std::string &path) | OGF::Interpreter | virtual |
| automatic_completion(const std::string &line, index_t startw, index_t endw, const std::string &cmpword, std::vector< std::string > &matches) | OGF::Interpreter | virtual |
| bind(const std::string &id, const Any &value) override | OGF::LuaInterpreter | virtual |
| bind_meta_type(MetaType *mtype) | OGF::Interpreter | virtual |
| bind_object(const std::string &id, Object *object) | OGF::Interpreter | |
| clear_history() | OGF::Interpreter | virtual |
| compare(const Object *other) const | OGF::Object | virtual |
| connect(Request *from, Callable *to) | OGF::Interpreter | virtual |
| connect_signal_to_slot(const std::string &signal_name, Object *to, const std::string &slot_name) | OGF::Object | virtual |
| Counted() | GEO::Counted | inlineprotected |
| create(const ArgList &args) | OGF::Interpreter | virtual |
| create(const std::string &classname, const ArgList &args) | OGF::Interpreter | |
| default_interpreter() | OGF::Interpreter | inlinestatic |
| disable_signals() | OGF::Object | inline |
| disable_slots() | OGF::Object | inline |
| disconnect() | OGF::Object | |
| display_error_message(const std::string &msg) | OGF::LuaInterpreter | static |
| emit_signal(const std::string &signal_name, const ArgList &args, bool called_from_slot=false) | OGF::Object | protectedvirtual |
| enable_signals() | OGF::Object | inline |
| enable_slots() | OGF::Object | inline |
| err(const std::string &message, const std::string &tag="GOM") | OGF::Interpreter | virtual |
| eval(const std::string &expression, bool quiet=true) const override | OGF::LuaInterpreter | virtual |
| eval_object(const std::string &expression, bool quiet=true) const | OGF::Interpreter | |
| eval_string(const std::string &expression, bool quiet=true) const | OGF::Interpreter | |
| execute(const std::string &command, bool save_in_history, bool log) override | OGF::LuaInterpreter | virtual |
| execute_file(const std::string &file_name) override | OGF::LuaInterpreter | virtual |
| extension_ (defined in OGF::Interpreter) | OGF::Interpreter | protected |
| filename_completion(const std::string &prefix, std::vector< std::string > &completions) | OGF::Interpreter | protected |
| filter_completion_candidates(const std::string &prefix, std::vector< std::string > &completions) | OGF::Interpreter | protected |
| get_dimension() const | OGF::Object | virtual |
| get_doc() const | OGF::Object | virtual |
| get_element(index_t i, Any &value) const | OGF::Object | virtual |
| get_element(index_t item, index_t component, Any &value) const | OGF::Object | inline |
| get_environment_value(const std::string &name) | OGF::Interpreter | virtual |
| get_filename_extension() const | OGF::Interpreter | inline |
| get_globals() const | OGF::Interpreter | inline |
| get_keys(const std::string &context, std::vector< std::string > &keys) override | OGF::LuaInterpreter | protectedvirtual |
| OGF::Interpreter::get_keys(Any &context, std::vector< std::string > &keys) | OGF::Interpreter | protectedvirtual |
| get_language() const | OGF::Interpreter | inline |
| get_meta_class() const | OGF::Object | inline |
| get_meta_types() const | OGF::Interpreter | inline |
| get_property(const std::string &prop_name, std::string &prop_value) const | OGF::Object | virtual |
| get_property(const std::string &prop_name, Any &prop_value) const | OGF::Object | virtual |
| get_signals_enabled() const | OGF::Object | inline |
| get_slots_enabled() const | OGF::Object | inline |
| get_string_id() const | OGF::Object | inline |
| has_method(const std::string &method_name) const | OGF::Object | |
| has_property(const std::string &prop_name) const | OGF::Object | |
| help() const | OGF::Object | |
| history_ (defined in OGF::Interpreter) | OGF::Interpreter | protected |
| history_line(unsigned int l) const | OGF::Interpreter | inline |
| history_size() const | OGF::Interpreter | inline |
| id() const | OGF::Object | inline |
| id_to_object(unsigned int id) | OGF::Object | inlinestatic |
| initialize(Interpreter *instance, const std::string &language, const std::string &extension) | OGF::Interpreter | static |
| inspect_meta_class(Object *object, MetaClass *mclass) | OGF::Interpreter | protected |
| inspect_meta_method(MetaMethod *mmethod) | OGF::Interpreter | protected |
| inspect_meta_type(MetaType *meta_type) | OGF::Interpreter | |
| inspect_method(Object *object, MetaMethod *mmethod) | OGF::Interpreter | protected |
| instance_by_file_extension(const std::string &extension) | OGF::Interpreter | static |
| instance_by_language(const std::string &language) | OGF::Interpreter | static |
| Interpreter() | OGF::Interpreter | |
| interpreter(const std::string &language) | OGF::Interpreter | inline |
| interpreter_by_file_extension(const std::string &extension) | OGF::Interpreter | inline |
| invoke_method(const std::string &method_name, const ArgList &args, Any &ret_val) | OGF::Object | virtual |
| invoke_method(const std::string &method_name, const ArgList &args) | OGF::Object | inline |
| invoke_method(const std::string &method_name) | OGF::Object | inline |
| is_a(const MetaType *type) const | OGF::Object | virtual |
| is_shared() const | GEO::Counted | inline |
| language_ (defined in OGF::Interpreter) | OGF::Interpreter | protected |
| list_classes() | OGF::Interpreter | |
| list_names(std::vector< std::string > &names) const override | OGF::LuaInterpreter | virtual |
| load_module(const std::string &module_name) | OGF::Interpreter | virtual |
| lua_state() | OGF::LuaInterpreter | inline |
| LuaInterpreter() | OGF::LuaInterpreter | |
| meta_class() const | OGF::Object | virtual |
| name_value_pair_call(const std::string &args) const override | OGF::LuaInterpreter | protectedvirtual |
| nb_refs() const | GEO::Counted | inline |
| Object(bool transient=false) | OGF::Object | explicit |
| out(const std::string &message, const std::string &tag="GOM") | OGF::Interpreter | virtual |
| ref() const | GEO::Counted | inline |
| ref(const Counted *counted) | GEO::Counted | inlinestatic |
| remove_connection(Connection *connection) | OGF::Object | virtual |
| reset() override | OGF::LuaInterpreter | virtual |
| resolve(const std::string &id, bool quiet=true) const override | OGF::LuaInterpreter | virtual |
| resolve_meta_type(const std::string &type_name) const | OGF::Interpreter | virtual |
| resolve_object(const std::string &id, bool quiet=true) const | OGF::Interpreter | |
| resolve_object_by_global_id(const std::string &id, bool quiet=true) const | OGF::Interpreter | |
| save_history(const std::string &file_name) const | OGF::Interpreter | virtual |
| search(const std::string &needle, const std::string &path="") override | OGF::Interpreter | virtual |
| set_element(index_t i, const Any &value) | OGF::Object | virtual |
| set_element(index_t item, index_t component, const Any &value) | OGF::Object | inline |
| set_environment_value(const std::string &name, const std::string &value) | OGF::Interpreter | virtual |
| set_filename_extension(const std::string &extension) | OGF::Interpreter | inlineprotected |
| set_language(const std::string &language) | OGF::Interpreter | inlineprotected |
| set_meta_class(MetaClass *mclass) | OGF::Object | virtual |
| set_properties(const ArgList &args) | OGF::Object | |
| set_property(const std::string &name, const std::string &value) | OGF::Object | virtual |
| set_property(const std::string &name, const Any &value) | OGF::Object | virtual |
| set_signals_enabled(bool value) | OGF::Object | inline |
| set_slots_enabled(bool value) | OGF::Object | inline |
| status(const std::string &message) | OGF::Interpreter | virtual |
| string_id() const | OGF::Object | |
| stringify(const std::string &str) const | OGF::Interpreter | protectedvirtual |
| terminate(const std::string &language, const std::string &extension) | OGF::Interpreter | static |
| terminate() | OGF::Interpreter | static |
| unref() const | GEO::Counted | inline |
| unref(const Counted *counted) | GEO::Counted | inlinestatic |
| warn(const std::string &message, const std::string &tag="GOM") | OGF::Interpreter | virtual |
| ~Counted() | GEO::Counted | protectedvirtual |
| ~Interpreter() override | OGF::Interpreter | |
| ~LuaInterpreter() override | OGF::LuaInterpreter | |
| ~Object() override | OGF::Object |