19 #ifndef FASTUIDRAW_PAINTER_BRUSH_SHADER_SET_HPP 20 #define FASTUIDRAW_PAINTER_BRUSH_SHADER_SET_HPP file painter_image_brush_shader.hpp
all classes and functions of FastUIDraw are in the namespace fastuidraw.
A wrapper over a pointer to implement reference counting.
file painter_brush_shader.hpp
file painter_gradient_brush_shader.hpp
const reference_counted_ptr< PainterBrushShader > & standard_brush(void) const
PainterBrushShaderSet & operator=(const PainterBrushShaderSet &rhs)
const reference_counted_ptr< const PainterImageBrushShader > & image_brush(void) const
void swap(PainterBrushShaderSet &obj)
const reference_counted_ptr< const PainterGradientBrushShader > & gradient_brush(void) const
A PainterBrushShaderSet holds the PainterBrushShader objects to be used with the default brushes...
PainterBrushShaderSet(void)