|
HDK
|
#include <RE_WindowDrawable.h>
Inheritance diagram for re_AutoPaintBlockBase:Public Member Functions | |
| re_AutoPaintBlockBase & | operator= (const re_AutoPaintBlockBase &src)=delete |
| RE_WindowDrawablePaintState * | paintState () |
| Return the underlying paint state. More... | |
| RE_WindowDrawablePainter * | painter () const |
| Convenience method to access the paint state's painter. More... | |
| const UT_DimRect & | paintArea () const |
| Convenience method to access the paint state's paint area. More... | |
| void | toPainterPosition (int &x, int &y, int w=0, int h=0) const |
| void | toUIPosition (int &x, int &y, int w=0, int h=0) const |
Protected Member Functions | |
| re_AutoPaintBlockBase (RE_Render *r) | |
| ~re_AutoPaintBlockBase () | |
| RE_WindowDrawablePaintState * | getPaintState () |
Definition at line 206 of file RE_WindowDrawable.h.
|
protected |
|
protected |
|
inlineprotected |
Definition at line 238 of file RE_WindowDrawable.h.
|
delete |
|
inline |
Convenience method to access the paint state's paint area.
Definition at line 221 of file RE_WindowDrawable.h.
|
inline |
Convenience method to access the paint state's painter.
Definition at line 217 of file RE_WindowDrawable.h.
|
inline |
Return the underlying paint state.
Definition at line 213 of file RE_WindowDrawable.h.
|
inline |
Convenience method to call the paint state's toPainterPosition() method.
Definition at line 226 of file RE_WindowDrawable.h.
Convenience method to call the paint state's toUIPosition() method.
Definition at line 231 of file RE_WindowDrawable.h.