gui independent group class which is a container for gui elements
window(const std::string &name)
construct from name
virtual bool dispatch_event(event &e)
dispatch a cgv event
virtual gui_group_ptr get_inner_group()
return the group that is managing the content of the window
std::string get_type_name() const
overload to return the type name of this object
data::ref_ptr< gui_group, true > gui_group_ptr
ref counted pointer to a gui group