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

helper class for method <SwDrawContact::Changed_(..)> for handling nested <SdrObjUserCall> events More...

Collaboration diagram for NestedUserCallHdl:
[legend]

Public Member Functions

 NestedUserCallHdl (SwDrawContact *_pDrawContact, SdrUserCallType _eEventType)
 
 ~NestedUserCallHdl ()
 
void DrawContactDeleted ()
 
bool IsNestedUserCall () const
 
void AssertNestedUserCall ()
 

Private Attributes

SwDrawContactmpDrawContact
 
bool mbParentUserCallActive
 
SdrUserCallType meParentUserCallEventType
 

Detailed Description

helper class for method <SwDrawContact::Changed_(..)> for handling nested <SdrObjUserCall> events

Definition at line 1018 of file dcontact.cxx.

Constructor & Destructor Documentation

◆ NestedUserCallHdl()

NestedUserCallHdl::NestedUserCallHdl ( SwDrawContact _pDrawContact,
SdrUserCallType  _eEventType 
)
inline

◆ ~NestedUserCallHdl()

NestedUserCallHdl::~NestedUserCallHdl ( )
inline

Member Function Documentation

◆ AssertNestedUserCall()

void NestedUserCallHdl::AssertNestedUserCall ( )
inline

◆ DrawContactDeleted()

void NestedUserCallHdl::DrawContactDeleted ( )
inline

Definition at line 1045 of file dcontact.cxx.

References mpDrawContact.

Referenced by SwDrawContact::Changed_().

◆ IsNestedUserCall()

bool NestedUserCallHdl::IsNestedUserCall ( ) const
inline

Definition at line 1050 of file dcontact.cxx.

References mbParentUserCallActive.

Referenced by AssertNestedUserCall(), and SwDrawContact::Changed_().

Member Data Documentation

◆ mbParentUserCallActive

bool NestedUserCallHdl::mbParentUserCallActive
private

Definition at line 1022 of file dcontact.cxx.

Referenced by IsNestedUserCall(), and ~NestedUserCallHdl().

◆ meParentUserCallEventType

SdrUserCallType NestedUserCallHdl::meParentUserCallEventType
private

Definition at line 1023 of file dcontact.cxx.

Referenced by AssertNestedUserCall(), and ~NestedUserCallHdl().

◆ mpDrawContact

SwDrawContact* NestedUserCallHdl::mpDrawContact
private

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