Class used to push/pop the GUI double-buffer reference count. More...
#include <MSWindow.h>
Public Member Functions | |
GuiDoubleBufferRef (MSWindowP windowP, bool outputPending=false) | |
Constructor for GuiDoubleBufferRef. More... | |
~GuiDoubleBufferRef () | |
Destructor for GuiDoubleBufferRef. More... | |
Class used to push/pop the GUI double-buffer reference count.
GuiDoubleBufferRef | ( | MSWindowP | windowP, |
bool | outputPending = false |
||
) |
Constructor for GuiDoubleBufferRef.
Calls mdlWindow_doubleBufferPush for the window. Optionally calls mdlWindow_doubleBufferPending, based on outputPending.
[in] | windowP | The MSWindow that is using double-buffering |
[in] | outputPending | Controls the call to mdlWindow_doubleBufferPending. This argument defaults to false. |
~GuiDoubleBufferRef | ( | ) |
Destructor for GuiDoubleBufferRef.
Calls mdlWindow_doubleBufferPop for the window.