Graphite  Version 3
An experimental 3D geometry processing program
OGF::DynamicMetaClass Member List

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::Objectvirtual
add_member(MetaMember *member)OGF::MetaClassinline
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) constOGF::MetaClassprotected
append_methods(std::vector< MetaMethod * > &result, bool super=true) constOGF::MetaClassprotected
append_properties(std::vector< MetaProperty * > &result, bool super=true) constOGF::MetaClassprotected
append_signals(std::vector< MetaSignal * > &result, bool super=true) constOGF::MetaClassprotected
append_slots(std::vector< MetaSlot * > &result, bool super=true) constOGF::MetaClassprotected
best_constructor(const ArgList &args)OGF::MetaClass
clear_custom_attributes()OGF::CustomAttributesinline
compare(const Object *other) constOGF::Objectvirtual
connect_signal_to_slot(const std::string &signal_name, Object *to, const std::string &slot_name)OGF::Objectvirtual
Counted()GEO::Countedinlineprotected
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::MetaClassvirtual
custom_attribute_value(const std::string &name) constOGF::MetaInformation
disable_signals()OGF::Objectinline
disable_slots()OGF::Objectinline
disconnect()OGF::Object
DynamicMetaClass(const std::string &class_name, const std::string &super_class_name, bool is_abstract=false)OGF::DynamicMetaClassexplicit
emit_signal(const std::string &signal_name, const ArgList &args, bool called_from_slot=false)OGF::Objectprotectedvirtual
enable_signals()OGF::Objectinline
enable_slots()OGF::Objectinline
factory() constOGF::MetaClassinline
find_member(const std::string &member_name, bool super=true) constOGF::MetaClass
find_method(const std::string &method_name, bool super=true) constOGF::MetaClass
find_property(const std::string &property_name, bool super=true) constOGF::MetaClass
find_signal(const std::string &signal_name, bool super=true) constOGF::MetaClass
find_slot(const std::string &slot_name, bool super=true) constOGF::MetaClass
get_constructors(std::vector< MetaConstructor * > &result) constOGF::MetaClass
get_doc() const overrideOGF::MetaClassvirtual
get_element(index_t i, Any &value) constOGF::Objectvirtual
get_members(std::vector< MetaMember * > &result, bool super=true) constOGF::MetaClassinline
get_meta_class() constOGF::Objectinline
get_methods(std::vector< MetaMethod * > &result, bool super=true) constOGF::MetaClassinline
get_properties(std::vector< MetaProperty * > &result, bool super=true) constOGF::MetaClassinline
get_property(const std::string &prop_name, std::string &prop_value) constOGF::Objectvirtual
get_property(const std::string &prop_name, Any &prop_value) constOGF::Objectvirtual
get_signals(std::vector< MetaSignal * > &result, bool super=true) constOGF::MetaClassinline
get_signals_enabled() constOGF::Objectinline
get_slots(std::vector< MetaSlot * > &result, bool super=true) constOGF::MetaClassinline
get_slots_enabled() constOGF::Objectinline
get_string_id() constOGF::Objectinline
get_used_types(std::set< std::string > &used_types, bool super=true) constOGF::MetaClass
has_custom_attribute(const std::string &name) constOGF::MetaInformation
has_method(const std::string &method_name) constOGF::Object
has_property(const std::string &prop_name) constOGF::Object
help() constOGF::Object
id() constOGF::Objectinline
id_to_object(unsigned int id)OGF::Objectinlinestatic
invoke_method(const std::string &method_name, const ArgList &args, Any &ret_val)OGF::Objectvirtual
invoke_method(const std::string &method_name, const ArgList &args)OGF::Objectinline
invoke_method(const std::string &method_name)OGF::Objectinline
is_a(const MetaType *type) constOGF::Objectvirtual
is_abstract() constOGF::MetaClassinline
is_shared() constGEO::Countedinline
is_subclass_of(const MetaClass *other) constOGF::MetaClassvirtual
is_subtype_of(const MetaType *other) const overrideOGF::MetaClass
ith_constructor(index_t i) constOGF::MetaClass
ith_custom_attribute_name(index_t i) constOGF::MetaInformation
ith_custom_attribute_value(index_t i) constOGF::MetaInformation
ith_member(index_t i, bool super=true) constOGF::MetaClass
ith_property(index_t i, bool super=true) constOGF::MetaClass
ith_signal(index_t i, bool super=true) constOGF::MetaClass
ith_slot(index_t i, bool super=true) constOGF::MetaClass
life_cycle() constOGF::MetaTypeinline
meta_class() constOGF::Objectvirtual
MetaClass(const std::string &class_name, MetaClass *super_class=nullptr, bool is_abstract=false)OGF::MetaClassexplicit
MetaClass(const std::string &class_name, const std::string &super_class_name, bool is_abstract=false)OGF::MetaClassexplicit
MetaInformation() (defined in OGF::MetaInformation)OGF::MetaInformationinline
MetaType(const std::string &name)OGF::MetaTypeexplicit
name() constOGF::MetaTypeinline
nb_constructors() constOGF::MetaClass
nb_custom_attributes() constOGF::CustomAttributesinline
nb_members(bool super=true) constOGF::MetaClass
nb_properties(bool super=true) constOGF::MetaClass
nb_refs() constGEO::Countedinline
nb_signals(bool super=true) constOGF::MetaClass
nb_slots(bool super=true) constOGF::MetaClass
new_constructor_name() constOGF::MetaClassprotected
Object(bool transient=false)OGF::Objectexplicit
pre_delete() overrideOGF::MetaClassvirtual
ref() constGEO::Countedinline
ref(const Counted *counted)GEO::Countedinlinestatic
remove_connection(Connection *connection)OGF::Objectvirtual
search(const std::string &needle, const std::string &path="") overrideOGF::MetaClassvirtual
serializer() constOGF::MetaTypeinline
set_abstract(bool b)OGF::MetaClassinline
set_custom_attribute(const std::string &name, const std::string &value)OGF::MetaInformation
set_element(index_t i, const Any &value)OGF::Objectvirtual
set_factory(Factory *f)OGF::MetaClassinline
set_life_cycle(LifeCycle *life_cycle)OGF::MetaTypeinline
set_meta_class(MetaClass *mclass)OGF::Objectvirtual
set_properties(const ArgList &args)OGF::Object
set_property(const std::string &name, const std::string &value)OGF::Objectvirtual
set_property(const std::string &name, const Any &value)OGF::Objectvirtual
set_serializer(Serializer *ser)OGF::MetaTypeinline
set_signals_enabled(bool value)OGF::Objectinline
set_slots_enabled(bool value)OGF::Objectinline
set_typeid_name(const std::string &typeid_name)OGF::MetaTypeinline
string_id() constOGF::Object
super_class_name() constOGF::MetaClassinline
typeid_name() constOGF::MetaTypeinline
unref() constGEO::Countedinline
unref(const Counted *counted)GEO::Countedinlinestatic
~Counted()GEO::Countedprotectedvirtual
~MetaClass() overrideOGF::MetaClass
~MetaInformation() (defined in OGF::MetaInformation)OGF::MetaInformationvirtual
~MetaType() overrideOGF::MetaType
~Object()OGF::Objectvirtual