LibreOffice Module sd (master) 1
|
Use this class to prevent the visible tool bars from being updated (and thus causing repaints and GUI rearrangements) when several tool bar operations are made in a row. More...
#include <ToolBarManager.hxx>
Public Member Functions | |
UpdateLock (std::shared_ptr< ToolBarManager > pManager) | |
~UpdateLock () COVERITY_NOEXCEPT_FALSE | |
Private Attributes | |
std::shared_ptr< ToolBarManager > | mpManager |
Use this class to prevent the visible tool bars from being updated (and thus causing repaints and GUI rearrangements) when several tool bar operations are made in a row.
Definition at line 248 of file ToolBarManager.hxx.
|
inline |
Definition at line 249 of file ToolBarManager.hxx.
References mpManager.
|
inline |
Definition at line 251 of file ToolBarManager.hxx.
References mpManager.
|
private |
Definition at line 253 of file ToolBarManager.hxx.
Referenced by UpdateLock(), and ~UpdateLock().