struct CCL::IGraphicsRootLayer
Overview
#include <igraphicslayer.h> struct IGraphicsRootLayer: public CCL::IUnknown { // structs struct UpdateSuspender; // methods virtual tbool CCL_API suspendUpdates (tbool suspend) = 0; };
Inherited Members
public: // methods virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0; virtual unsigned int CCL_API retain () = 0; virtual unsigned int CCL_API release () = 0;
Detailed Documentation
Methods
virtual tbool CCL_API suspendUpdates (tbool suspend) = 0
Suspend committing pending changes to graphics hardware in IGraphicsLayer::flush for all deep sublayers.