|
cgv
|
This is the complete list of members for cgv::gui::window, including all inherited members.
| add_button(const std::string &label, const std::string &options, const std::string &align) | cgv::gui::gui_group | virtual |
| add_control(const std::string &label, T &value, const std::string &gui_type="", const std::string &options="", const std::string &align="\n") | cgv::gui::gui_group | inline |
| add_control(const std::string &label, control_provider< T > *provider, const std::string &gui_type="", const std::string &options="", const std::string &align="\n", void *user_data=0) | cgv::gui::gui_group | inline |
| add_control_void(const std::string &label, void *value_ptr, abst_control_provider *acp, const std::string &value_type, const std::string &gui_type, const std::string &options, const std::string &align, void *user_data) | cgv::gui::gui_group | virtual |
| add_decorator(const std::string &label, const std::string &decorator_type, const std::string &options, const std::string &align) | cgv::gui::gui_group | virtual |
| add_group(const std::string &label, const std::string &group_type, const std::string &options, const std::string &align) | cgv::gui::gui_group | virtual |
| add_managed_objects(cgv::base::base_ptr object) | cgv::gui::gui_group | |
| add_view(const std::string &label, const T &value, const std::string &gui_type="", const std::string &options="", const std::string &align="\n") | cgv::gui::gui_group | inline |
| add_view_void(const std::string &label, const void *value_ptr, const std::string &value_type, const std::string &gui_type, const std::string &options, const std::string &align) | cgv::gui::gui_group | virtual |
| align(const std::string &_align) | cgv::gui::gui_group | virtual |
| append_child(base_ptr child) | cgv::base::group | virtual |
| call_void(const std::string &method, const std::vector< std::string > ¶m_value_types, const std::vector< const void * > ¶m_value_ptrs, const std::string &result_type="", void *result_value_ptr=0) | cgv::base::base | virtual |
| can_open_and_close() const | cgv::gui::gui_group | virtual |
| cast() | cgv::base::base | inline |
| cast_const() | cgv::base::base | inline |
| cast_dynamic(base *b) | cgv::base::base | inlineprotectedstatic |
| children | cgv::base::group | protected |
| close_child_group(gui_group_ptr g) | cgv::gui::gui_group | virtual |
| create_and_append_child(const std::string &name="", unsigned int *index=nullptr) | cgv::base::group | inline |
| dispatch_event(event &e) | cgv::gui::window | virtual |
| find_control(T &value, int *idx_ptr=0) | cgv::gui::gui_group | inline |
| find_control_void(void *value_ptr, int *idx_ptr) | cgv::gui::gui_group | |
| find_element(const std::string &name) | cgv::gui::gui_group | |
| find_member_ptr(const std::string &property_name, std::string *type_name=0) | cgv::base::base | |
| find_view(const T &value, int *idx_ptr=0) | cgv::gui::gui_group | inline |
| find_view_void(const void *value_ptr, int *idx_ptr) | cgv::gui::gui_group | |
| get(const std::string &property) | cgv::base::base | inline |
| get_child(unsigned int i) const | cgv::base::group | |
| get_const_interface() const | cgv::base::base | inline |
| get_default_options() const | cgv::base::base | virtual |
| get_group() | cgv::base::group | virtual |
| get_group_const() | cgv::base::group | |
| cgv::base::node::get_group_const() const | cgv::base::base | virtual |
| get_inner_group() | cgv::gui::window | virtual |
| get_interface() | cgv::base::base | inline |
| get_name() const | cgv::base::named | |
| get_name_or_type_name() const | cgv::base::base | |
| get_named() | cgv::base::named | virtual |
| get_named_const() | cgv::base::named | |
| cgv::base::base::get_named_const() const | cgv::base::base | virtual |
| get_node() | cgv::base::node | virtual |
| get_node_const() | cgv::base::node | |
| cgv::base::named::get_node_const() const | cgv::base::base | virtual |
| get_nr_children() const | cgv::base::group | |
| get_parent() const | cgv::base::node | |
| get_property_declarations() | cgv::base::base | virtual |
| get_provider_parent(const provider *p) | cgv::gui::gui_group | protectedstatic |
| get_ref_count() const | cgv::data::ref_counted | inline |
| get_root() const | cgv::base::node | |
| get_selected_child() const | cgv::gui::gui_group | virtual |
| get_selected_child_index() const | cgv::gui::gui_group | virtual |
| get_type_name() const | cgv::gui::window | virtual |
| get_user_data() const | cgv::base::base | virtual |
| get_void(const std::string &property, const std::string &value_type, void *value_ptr) | cgv::base::base | virtual |
| group(const std::string &name="") | cgv::base::group | |
| gui_group(const std::string &name="") | cgv::gui::gui_group | |
| hide()=0 | cgv::gui::window | pure virtual |
| insert_child(unsigned int i, base_ptr child) | cgv::base::group | virtual |
| is_managed_object(cgv::base::base_ptr object) | cgv::gui::gui_group | |
| is_open_child_group(gui_group_ptr g) const | cgv::gui::gui_group | virtual |
| is_open_child_group(unsigned ci) const | cgv::gui::gui_group | |
| is_property(const std::string &property_name, std::string *type_name=0) | cgv::base::base | |
| is_selected(cgv::base::base_ptr c) const | cgv::gui::gui_group | virtual |
| is_selected(unsigned ci) const | cgv::gui::gui_group | |
| link(base_ptr b) | cgv::base::group | protected |
| managed_objects | cgv::gui::gui_group | protected |
| multi_set(const std::string &property_assignments, bool report_error=true) | cgv::base::base | |
| multiple_selection() const | cgv::gui::gui_group | virtual |
| name | cgv::base::named | protected |
| named(const std::string &name="") | cgv::base::named | |
| node(const std::string &name="") | cgv::base::node | |
| on_exit_request() | cgv::base::base | virtual |
| on_open_state_change | cgv::gui::gui_group | |
| on_register() | cgv::base::base | virtual |
| on_selection_change | cgv::gui::gui_group | |
| on_set(void *member_ptr) | cgv::base::base | virtual |
| open_child_group(gui_group_ptr g) | cgv::gui::gui_group | virtual |
| parent | cgv::base::node | protected |
| ref_counted() | cgv::data::ref_counted | inlineprotected |
| register_object(cgv::base::base_ptr object, const std::string &options) | cgv::gui::gui_group | virtual |
| release_all_managed_objects() | cgv::gui::gui_group | |
| release_managed_objects(cgv::base::base_ptr object) | cgv::gui::gui_group | |
| remove_all_children() | cgv::base::group | virtual |
| remove_child(base_ptr child) | cgv::base::group | virtual |
| select_child(unsigned ci, bool exclusive=false) | cgv::gui::gui_group | virtual |
| select_child(cgv::base::base_ptr ci, bool exclusive=false) | cgv::gui::gui_group | virtual |
| self_reflect(cgv::reflect::reflection_handler &) | cgv::base::base | virtual |
| set(const std::string &property, const char *value) | cgv::base::base | inline |
| set(const std::string &property, const T &value) | cgv::base::base | inline |
| set_name(const std::string &_name) | cgv::base::named | |
| set_parent(node_ptr _parent) | cgv::base::node | |
| set_provider_parent(provider *p, gui_group_ptr g) | cgv::gui::gui_group | protectedstatic |
| set_ref_count(int c) const | cgv::data::ref_counted | inlineprotected |
| set_void(const std::string &property, const std::string &value_type, const void *value_ptr) | cgv::base::base | virtual |
| show(bool modal=false)=0 | cgv::gui::window | pure virtual |
| stream_stats(std::ostream &) | cgv::base::base | virtual |
| unlink(base_ptr b) | cgv::base::group | protected |
| unregister() | cgv::base::base | virtual |
| unregister_object(cgv::base::base_ptr object, const std::string &options) | cgv::gui::gui_group | virtual |
| unselect_child(unsigned ci) | cgv::gui::gui_group | virtual |
| unselect_child(cgv::base::base_ptr ci) | cgv::gui::gui_group | virtual |
| update() | cgv::base::base | virtual |
| window(const std::string &name) | cgv::gui::window | |
| ~base() | cgv::base::base | protectedvirtual |