Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
Window.hpp File Reference
Include dependency graph for Window.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  gamp::wt::RenderListener::Private
 
struct  gamp::wt::Window::Private
 
class  gamp::wt::RenderListener
 
class  gamp::wt::Window
 

Namespaces

namespace  gamp
 Gamp: Graphics, Audio, Multimedia and Processing Framework (Native C++, WebAssembly, ...)
 
namespace  gamp::wt
 

Typedefs

typedef std::shared_ptr< RenderListenergamp::wt::RenderListenerRef
 

Enumerations

enum class  gamp::wt::RenderActions : uint16_t { gamp::wt::RenderActions::none = 0 , gamp::wt::RenderActions::init = 1 , gamp::wt::RenderActions::reshape = 2 }
 
enum class  gamp::wt::WindowState : uint16_t { gamp::wt::WindowState::none = 0 , gamp::wt::WindowState::focused = 1 , gamp::wt::WindowState::visible = 2 }
 

Functions

 gamp::wt::JAU_MAKE_BITFIELD_ENUM_STRING (RenderActions, init, reshape)
 
 gamp::wt::JAU_MAKE_BITFIELD_ENUM_STRING (WindowState, focused, visible)
 
 gamp::wt::JAU_MAKE_ENUM_INFO (RenderActions, init, reshape)
 
 gamp::wt::JAU_MAKE_ENUM_INFO (WindowState, focused, visible)