Public Member Functions | List of all members
GuiDoubleBufferRef Class Reference

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...
 

Detailed Description

Class used to push/pop the GUI double-buffer reference count.

Constructor & Destructor Documentation

GuiDoubleBufferRef ( MSWindowP  windowP,
bool  outputPending = false 
)

Constructor for GuiDoubleBufferRef.

Calls mdlWindow_doubleBufferPush for the window. Optionally calls mdlWindow_doubleBufferPending, based on outputPending.

Parameters
[in]windowPThe MSWindow that is using double-buffering
[in]outputPendingControls the call to mdlWindow_doubleBufferPending. This argument defaults to false.

Destructor for GuiDoubleBufferRef.

Calls mdlWindow_doubleBufferPop for the window.


The documentation for this class was generated from the following file:

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.