Graphite
Version 3
An experimental 3D geometry processing program
|
This is the complete list of members for OGF::DynamicMetaClass, including all inherited members.
__pad0__ (defined in OGF::DynamicMetaClass) | OGF::DynamicMetaClass | |
__pad1__ (defined in OGF::MetaType) | OGF::MetaType | |
add_connection(Connection *connection) | OGF::Object | virtual |
add_member(MetaMember *member) | OGF::MetaClass | inline |
add_slot(const std::string &name, Callable *action, const std::string &return_type="void") | OGF::DynamicMetaClass | |
append_members(std::vector< MetaMember * > &result, bool super=true) const | OGF::MetaClass | protected |
append_methods(std::vector< MetaMethod * > &result, bool super=true) const | OGF::MetaClass | protected |
append_properties(std::vector< MetaProperty * > &result, bool super=true) const | OGF::MetaClass | protected |
append_signals(std::vector< MetaSignal * > &result, bool super=true) const | OGF::MetaClass | protected |
append_slots(std::vector< MetaSlot * > &result, bool super=true) const | OGF::MetaClass | protected |
best_constructor(const ArgList &args) | OGF::MetaClass | |
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(const ArgList &args) | OGF::MetaClass | |
create_custom_attribute(const std::string &name, const std::string &value) | OGF::MetaInformation | |
create_subclass(const std::string &name, bool is_abstract=false) | OGF::MetaClass | virtual |
custom_attribute_value(const std::string &name) const | OGF::MetaInformation | |
disable_signals() | OGF::Object | inline |
disable_slots() | OGF::Object | inline |
disconnect() | OGF::Object | |
DynamicMetaClass(const std::string &class_name, const std::string &super_class_name, bool is_abstract=false) | OGF::DynamicMetaClass | explicit |
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 |
factory() const | OGF::MetaClass | inline |
find_member(const std::string &member_name, bool super=true) const | OGF::MetaClass | |
find_method(const std::string &method_name, bool super=true) const | OGF::MetaClass | |
find_property(const std::string &property_name, bool super=true) const | OGF::MetaClass | |
find_signal(const std::string &signal_name, bool super=true) const | OGF::MetaClass | |
find_slot(const std::string &slot_name, bool super=true) const | OGF::MetaClass | |
get_constructors(std::vector< MetaConstructor * > &result) const | OGF::MetaClass | |
get_doc() const override | OGF::MetaClass | virtual |
get_element(index_t i, Any &value) const | OGF::Object | virtual |
get_members(std::vector< MetaMember * > &result, bool super=true) const | OGF::MetaClass | inline |
get_meta_class() const | OGF::Object | inline |
get_methods(std::vector< MetaMethod * > &result, bool super=true) const | OGF::MetaClass | inline |
get_properties(std::vector< MetaProperty * > &result, bool super=true) const | OGF::MetaClass | 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(std::vector< MetaSignal * > &result, bool super=true) const | OGF::MetaClass | inline |
get_signals_enabled() const | OGF::Object | inline |
get_slots(std::vector< MetaSlot * > &result, bool super=true) const | OGF::MetaClass | inline |
get_slots_enabled() const | OGF::Object | inline |
get_string_id() const | OGF::Object | inline |
get_used_types(std::set< std::string > &used_types, bool super=true) const | OGF::MetaClass | |
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_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_abstract() const | OGF::MetaClass | inline |
is_shared() const | GEO::Counted | inline |
is_subclass_of(const MetaClass *other) const | OGF::MetaClass | virtual |
is_subtype_of(const MetaType *other) const override | OGF::MetaClass | |
ith_constructor(index_t i) const | OGF::MetaClass | |
ith_custom_attribute_name(index_t i) const | OGF::MetaInformation | |
ith_custom_attribute_value(index_t i) const | OGF::MetaInformation | |
ith_member(index_t i, bool super=true) const | OGF::MetaClass | |
ith_property(index_t i, bool super=true) const | OGF::MetaClass | |
ith_signal(index_t i, bool super=true) const | OGF::MetaClass | |
ith_slot(index_t i, bool super=true) const | OGF::MetaClass | |
life_cycle() const | OGF::MetaType | inline |
meta_class() const | OGF::Object | virtual |
MetaClass(const std::string &class_name, MetaClass *super_class=nullptr, bool is_abstract=false) | OGF::MetaClass | explicit |
MetaClass(const std::string &class_name, const std::string &super_class_name, bool is_abstract=false) | OGF::MetaClass | explicit |
MetaInformation() (defined in OGF::MetaInformation) | OGF::MetaInformation | inline |
MetaType(const std::string &name) | OGF::MetaType | explicit |
name() const | OGF::MetaType | inline |
nb_constructors() const | OGF::MetaClass | |
nb_custom_attributes() const | OGF::CustomAttributes | inline |
nb_members(bool super=true) const | OGF::MetaClass | |
nb_properties(bool super=true) const | OGF::MetaClass | |
nb_refs() const | GEO::Counted | inline |
nb_signals(bool super=true) const | OGF::MetaClass | |
nb_slots(bool super=true) const | OGF::MetaClass | |
new_constructor_name() const | OGF::MetaClass | protected |
Object(bool transient=false) | OGF::Object | explicit |
pre_delete() override | OGF::MetaClass | virtual |
ref() const | GEO::Counted | inline |
ref(const Counted *counted) | GEO::Counted | inlinestatic |
remove_connection(Connection *connection) | OGF::Object | virtual |
search(const std::string &needle, const std::string &path="") override | OGF::MetaClass | virtual |
serializer() const | OGF::MetaType | inline |
set_abstract(bool b) | OGF::MetaClass | inline |
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_factory(Factory *f) | OGF::MetaClass | inline |
set_life_cycle(LifeCycle *life_cycle) | OGF::MetaType | inline |
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_serializer(Serializer *ser) | OGF::MetaType | inline |
set_signals_enabled(bool value) | OGF::Object | inline |
set_slots_enabled(bool value) | OGF::Object | inline |
set_typeid_name(const std::string &typeid_name) | OGF::MetaType | inline |
string_id() const | OGF::Object | |
super_class_name() const | OGF::MetaClass | inline |
typeid_name() const | OGF::MetaType | inline |
unref() const | GEO::Counted | inline |
unref(const Counted *counted) | GEO::Counted | inlinestatic |
~Counted() | GEO::Counted | protectedvirtual |
~MetaClass() override | OGF::MetaClass | |
~MetaInformation() (defined in OGF::MetaInformation) | OGF::MetaInformation | virtual |
~MetaType() override | OGF::MetaType | |
~Object() | OGF::Object | virtual |