Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
gamp::wt Namespace Reference

Namespaces

namespace  event
 

Classes

class  Capabilities
 Specifies a set of capabilities that a window's rendering context must support, such as color depth per channel. More...
 
class  RenderListener
 
class  Surface
 
class  Window
 

Typedefs

typedef std::unique_ptr< CapabilitiesCapabilitiesPtr
 
typedef std::shared_ptr< RenderListenerRenderListenerRef
 
typedef std::shared_ptr< SurfaceSurfaceRef
 
typedef std::shared_ptr< WindowWindowRef
 
typedef std::weak_ptr< WindowWindowWeakPtr
 

Enumerations

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

Functions

 JAU_MAKE_BITFIELD_ENUM_STRING (RenderActions, init, reshape)
 
 JAU_MAKE_BITFIELD_ENUM_STRING (WindowState, focused, visible)
 
 JAU_MAKE_ENUM_INFO (RenderActions, init, reshape)
 
 JAU_MAKE_ENUM_INFO (WindowState, focused, visible)
 

Typedef Documentation

◆ WindowWeakPtr

typedef std::weak_ptr<Window> gamp::wt::WindowWeakPtr

Definition at line 37 of file Event.hpp.