cgv
|
Public Member Functions | |
void | add_object (base_ptr object) |
void | remove_object (base_ptr object) |
void | unregister_all_objects () |
named_ptr | find_object_by_name (const std::string &name) |
base_ptr | find_object_by_type (const std::string &type_name) |
bool | request_exit_from_all_objects () |
Public Attributes | |
std::vector< base_ptr > | objects |
Definition at line 60 of file register.cxx.
Definition at line 63 of file register.cxx.
Definition at line 82 of file register.cxx.
Definition at line 91 of file register.cxx.
Definition at line 67 of file register.cxx.
|
inline |
Definition at line 100 of file register.cxx.
|
inline |
Definition at line 76 of file register.cxx.
std::vector<base_ptr> cgv::base::object_collection::objects |
Definition at line 62 of file register.cxx.