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

#include <slotserv.hxx>

Collaboration diagram for SfxSlotServer:
[legend]

Public Member Functions

 SfxSlotServer ()
 
sal_uInt16 GetShellLevel () const
 
void SetShellLevel (sal_uInt16 nLevel)
 
void SetSlot (const SfxSlot *pSlot)
 
const SfxSlotGetSlot () const
 

Private Attributes

const SfxSlot_pSlot
 
sal_uInt16 _nShellLevel
 

Detailed Description

Definition at line 26 of file slotserv.hxx.

Constructor & Destructor Documentation

◆ SfxSlotServer()

SfxSlotServer::SfxSlotServer ( )
inline

Definition at line 41 of file slotserv.hxx.

Member Function Documentation

◆ GetShellLevel()

sal_uInt16 SfxSlotServer::GetShellLevel ( ) const
inline

◆ GetSlot()

const SfxSlot * SfxSlotServer::GetSlot ( ) const
inline

◆ SetShellLevel()

void SfxSlotServer::SetShellLevel ( sal_uInt16  nLevel)
inline

Definition at line 36 of file slotserv.hxx.

References _nShellLevel.

Referenced by SfxDispatcher::FindServer_().

◆ SetSlot()

void SfxSlotServer::SetSlot ( const SfxSlot pSlot)
inline

Definition at line 37 of file slotserv.hxx.

References _pSlot.

Referenced by SfxDispatcher::FindServer_(), and SfxStateCache::Invalidate().

Member Data Documentation

◆ _nShellLevel

sal_uInt16 SfxSlotServer::_nShellLevel
private

Definition at line 30 of file slotserv.hxx.

Referenced by GetShellLevel(), and SetShellLevel().

◆ _pSlot

const SfxSlot* SfxSlotServer::_pSlot
private

Definition at line 29 of file slotserv.hxx.

Referenced by GetSlot(), and SetSlot().


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