LibreOffice Module sw (master) 1
Public Member Functions | Protected Attributes | List of all members
SwImplEnterLeave Class Reference
Collaboration diagram for SwImplEnterLeave:
[legend]

Public Member Functions

 SwImplEnterLeave (const SwFrame *pF, PROT nFunct, DbgAction nAct, void *pPar)
 
virtual ~SwImplEnterLeave ()
 
virtual void Enter ()
 
virtual void Leave ()
 

Protected Attributes

const SwFramem_pFrame
 
PROT m_nFunction
 
DbgAction m_nAction
 
void * m_pParam
 

Detailed Description

Definition at line 176 of file dbg_lay.cxx.

Constructor & Destructor Documentation

◆ SwImplEnterLeave()

SwImplEnterLeave::SwImplEnterLeave ( const SwFrame pF,
PROT  nFunct,
DbgAction  nAct,
void *  pPar 
)
inline

Definition at line 184 of file dbg_lay.cxx.

◆ ~SwImplEnterLeave()

virtual SwImplEnterLeave::~SwImplEnterLeave ( )
inlinevirtual

Definition at line 191 of file dbg_lay.cxx.

Member Function Documentation

◆ Enter()

void SwImplEnterLeave::Enter ( )
virtual

Definition at line 912 of file dbg_lay.cxx.

References m_nFunction, m_pFrame, m_pParam, SwProtocol::Record(), and Start.

◆ Leave()

void SwImplEnterLeave::Leave ( )
virtual

Definition at line 917 of file dbg_lay.cxx.

References End, m_nFunction, m_pFrame, m_pParam, and SwProtocol::Record().

Member Data Documentation

◆ m_nAction

DbgAction SwImplEnterLeave::m_nAction
protected

Definition at line 181 of file dbg_lay.cxx.

◆ m_nFunction

PROT SwImplEnterLeave::m_nFunction
protected

Definition at line 180 of file dbg_lay.cxx.

Referenced by Enter(), and Leave().

◆ m_pFrame

const SwFrame* SwImplEnterLeave::m_pFrame
protected

Definition at line 179 of file dbg_lay.cxx.

Referenced by Enter(), and Leave().

◆ m_pParam

void* SwImplEnterLeave::m_pParam
protected

Definition at line 182 of file dbg_lay.cxx.

Referenced by Enter(), and Leave().


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