LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
DisableCallbackAction Class Reference

helper class to disable creation of an action by a callback event in particular, change event from a drawing object (SwDrawContact::Changed()) More...

#include <rootfrm.hxx>

Collaboration diagram for DisableCallbackAction:
[legend]

Public Member Functions

 DisableCallbackAction (SwRootFrame &rRootFrame)
 
 ~DisableCallbackAction ()
 

Private Attributes

SwRootFramem_rRootFrame
 
bool m_bOldCallbackActionState
 

Detailed Description

helper class to disable creation of an action by a callback event in particular, change event from a drawing object (SwDrawContact::Changed())

Definition at line 464 of file rootfrm.hxx.

Constructor & Destructor Documentation

◆ DisableCallbackAction()

DisableCallbackAction::DisableCallbackAction ( SwRootFrame rRootFrame)
inlineexplicit

Definition at line 471 of file rootfrm.hxx.

References m_rRootFrame, and SwRootFrame::SetCallbackActionEnabled().

◆ ~DisableCallbackAction()

DisableCallbackAction::~DisableCallbackAction ( )
inline

Member Data Documentation

◆ m_bOldCallbackActionState

bool DisableCallbackAction::m_bOldCallbackActionState
private

Definition at line 468 of file rootfrm.hxx.

Referenced by ~DisableCallbackAction().

◆ m_rRootFrame

SwRootFrame& DisableCallbackAction::m_rRootFrame
private

Definition at line 467 of file rootfrm.hxx.

Referenced by DisableCallbackAction(), and ~DisableCallbackAction().


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