#include <DoubleBufferCanvas.h>
Inheritance diagram for DoubleBufferCanvas
Public Methods | |
DoubleBufferCanvas () | |
~DoubleBufferCanvas () | |
void | beginDraw (WinLockInitType initMode) |
Switch drawing window to the window into which the application shall paint. More... | |
void | endDraw (RectangleType *bounds) |
Notify the canvas of the end of user paint operations. More... | |
void | show () |
Display user painted graphics. More... |
Definition at line 39 of file DoubleBufferCanvas.h.
|
Definition at line 43 of file DoubleBufferCanvas.h. |
|
Definition at line 95 of file DoubleBufferCanvas.h. |
|
Switch drawing window to the window into which the application shall paint.
Reimplemented from Canvas. Definition at line 105 of file DoubleBufferCanvas.h. |
|
Notify the canvas of the end of user paint operations.
Reimplemented from Canvas. Definition at line 135 of file DoubleBufferCanvas.h. |
|
Display user painted graphics.
Reimplemented from Canvas. Definition at line 168 of file DoubleBufferCanvas.h. |