Graphite
Version 3
An experimental 3D geometry processing program
|
This is the complete list of members for OGF::MetaSlot, including all inherited members.
__pad0__ (defined in OGF::MetaMethod) | OGF::MetaMethod | |
__pad1__ (defined in OGF::MetaMember) | OGF::MetaMember | |
add_arg(const MetaArg &arg) | OGF::MetaMethod | inline |
add_connection(Connection *connection) | OGF::Object | virtual |
add_default_args(ArgList &args) | OGF::MetaMethod | virtual |
check_args(const ArgList &args) | OGF::MetaMethod | virtual |
clear_custom_attributes() | OGF::CustomAttributes | inline |
compare(const Object *other) const | OGF::Object | 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_custom_attribute(const std::string &name, const std::string &value) | OGF::MetaInformation | |
custom_attribute_value(const std::string &name) const | OGF::MetaInformation | |
disable_signals() | OGF::Object | inline |
disable_slots() | OGF::Object | inline |
disconnect() | OGF::Object | |
emit_signal(Object *target, const std::string &sig_name, const ArgList &args, bool called_from_slot=true) | OGF::MetaMethod | protectedstatic |
emit_signal(const std::string &signal_name, const ArgList &args, bool called_from_slot=true) override | OGF::MetaMethod | inlineprotectedvirtual |
enable_signals() | OGF::Object | inline |
enable_slots() | OGF::Object | inline |
find_arg(const std::string &meta_arg_name) const | OGF::MetaMethod | |
find_arg(const std::string &meta_arg_name) | OGF::MetaMethod | |
get_doc() const override | OGF::MetaMethod | virtual |
get_element(index_t i, Any &value) const | OGF::Object | virtual |
get_meta_class() const | OGF::Object | 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_arg(const std::string &meta_arg_name) | OGF::MetaMethod | |
has_custom_attribute(const std::string &name) const | OGF::MetaInformation | |
has_method(const std::string &method_name) const | OGF::Object | |
has_property(const std::string &prop_name) const | OGF::Object | |
help() const | OGF::Object | |
id() const | OGF::Object | inline |
id_to_object(unsigned int id) | OGF::Object | inlinestatic |
invoke(Object *target, const ArgList &args, Any &return_value) | OGF::MetaMethod | virtual |
invoke(const std::string &method_name, const ArgList &args, Any &ret_val) | OGF::MetaMethod | inlinevirtual |
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 |
ith_arg(index_t i) const | OGF::MetaMethod | inline |
ith_arg(index_t i) | OGF::MetaMethod | inline |
ith_arg_custom_attribute_value(index_t i, const std::string &name) const | OGF::MetaMethod | |
ith_arg_default_value(index_t i) const | OGF::MetaMethod | inline |
ith_arg_default_value_as_string(index_t i) const | OGF::MetaMethod | inline |
ith_arg_has_custom_attribute(index_t i, const std::string &name) const | OGF::MetaMethod | |
ith_arg_has_default_value(index_t i) const | OGF::MetaMethod | inline |
ith_arg_jth_custom_attribute_name(index_t i, index_t j) | OGF::MetaMethod | |
ith_arg_jth_custom_attribute_value(index_t i, index_t j) | OGF::MetaMethod | |
ith_arg_name(index_t i) const | OGF::MetaMethod | inline |
ith_arg_nb_custom_attributes(index_t i) | OGF::MetaMethod | |
ith_arg_type(index_t i) const | OGF::MetaMethod | inline |
ith_arg_type_name(index_t i) const | OGF::MetaMethod | inline |
ith_custom_attribute_name(index_t i) const | OGF::MetaInformation | |
ith_custom_attribute_value(index_t i) const | OGF::MetaInformation | |
meta_class() const | OGF::Object | virtual |
MetaInformation() (defined in OGF::MetaInformation) | OGF::MetaInformation | inline |
MetaMember(const std::string &name, MetaClass *container) | OGF::MetaMember | |
MetaMethod(const std::string &name, MetaClass *container, const std::string &return_type) | OGF::MetaMethod | |
MetaMethod(const std::string &name, MetaClass *container, MetaType *return_type) | OGF::MetaMethod | |
MetaSlot(const std::string &name, MetaClass *container, const std::string &return_type_name="void") | OGF::MetaSlot | |
MetaSlot(const std::string &name, MetaClass *container, MetaType *return_type) | OGF::MetaSlot | |
method_adapter() const | OGF::MetaMethod | inline |
name() const | OGF::MetaMember | inline |
nb_custom_attributes() const | OGF::CustomAttributes | inline |
nb_default_args(const ArgList &args) | OGF::MetaMethod | virtual |
nb_refs() const | GEO::Counted | inline |
nb_used_args(const ArgList &args) | OGF::MetaMethod | virtual |
Object(bool transient=false) | OGF::Object | explicit |
pre_delete() override | OGF::MetaMethod | virtual |
ref() const | GEO::Counted | inline |
ref(const Counted *counted) | GEO::Counted | inlinestatic |
remove_connection(Connection *connection) | OGF::Object | virtual |
return_type() const | OGF::MetaMethod | |
return_type_name() const | OGF::MetaMethod | inline |
search(const std::string &needle, const std::string &path="") | OGF::MetaInformation | virtual |
set_custom_attribute(const std::string &name, const std::string &value) | OGF::MetaInformation | |
set_element(index_t i, const Any &value) | OGF::Object | virtual |
set_meta_class(MetaClass *mclass) | OGF::Object | virtual |
set_method_adapter(gom_method_adapter adapter) | OGF::MetaMethod | inline |
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 |
string_id() const | OGF::Object | |
unref() const | GEO::Counted | inline |
unref(const Counted *counted) | GEO::Counted | inlinestatic |
~Counted() | GEO::Counted | protectedvirtual |
~MetaInformation() (defined in OGF::MetaInformation) | OGF::MetaInformation | virtual |
~MetaMember() override | OGF::MetaMember | |
~MetaMethod() override | OGF::MetaMethod | |
~MetaSlot() | OGF::MetaSlot | virtual |
~Object() | OGF::Object | virtual |