Base Framework
Public Member Functions | Protected Attributes | List of all members
GraphicsContext::GraphicsContextObject Class Reference

Handle to a graphics context object (e.g. pen, brush, and font). More...

#include <base/ui/GraphicsContext.h>

Inherited by GraphicsContext::Brush [private], GraphicsContext::Font [private], and GraphicsContext::Pen [private].

Public Member Functions

 GraphicsContextObject (void *_handle) noexcept
 
void * getHandle ()
 
void setHandle (void *handle) noexcept
 

Protected Attributes

Reference< GraphicsContextObjectHandlehandle
 

Detailed Description

Handle to a graphics context object (e.g. pen, brush, and font).