1.10 |
You are encouraged to use this instead of manually calling Painter::push_group() and Painter::pop_group(). More...
#include <painter.h>
Public Member Functions | |
AutoGroup (AutoGroup &&)=delete | |
AutoGroup (const AutoGroup &)=delete | |
AutoGroup (Painter &painter) | |
~AutoGroup () | |
AutoGroup & | operator= (AutoGroup &&)=delete |
AutoGroup & | operator= (const AutoGroup &)=delete |
Public Attributes | |
Painter & | m_painter |
You are encouraged to use this instead of manually calling Painter::push_group() and Painter::pop_group().
Example
|
inline |
Painter& m_painter |