Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
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< Capabilities > | CapabilitiesPtr |
typedef std::shared_ptr< RenderListener > | RenderListenerRef |
typedef std::shared_ptr< Surface > | SurfaceRef |
typedef std::shared_ptr< Window > | WindowRef |
typedef std::weak_ptr< Window > | WindowWeakPtr |
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 } |
typedef std::weak_ptr<Window> gamp::wt::WindowWeakPtr |