3#include <cgv/base/base.h>
17 window(
const std::string& name);
19 std::string get_type_name()
const;
23 virtual void show(
bool modal =
false) = 0;
27 virtual bool dispatch_event(
event& e);
45#include <cgv/config/lib_end.h>
gui independent group class which is a container for gui elements
gui independent window class
virtual void show(bool modal=false)=0
show the window. This needs to be called after creation to make the window visible
virtual void hide()=0
hide the window
data::ref_ptr< window > window_ptr
ref counted pointer to &window
data::ref_ptr< const window > const_window_ptr
ref counted pointer to const window