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

#include <event.hxx>

Inheritance diagram for SfxEventHint:
[legend]
Collaboration diagram for SfxEventHint:
[legend]

Public Member Functions

 SfxEventHint (SfxEventHintId nId, OUString aName, SfxObjectShell *pObj)
 
SfxEventHintId GetEventId () const
 
const OUString & GetEventName () const
 
SfxObjectShellGetObjShell () const
 
- Public Member Functions inherited from SfxHint
 SfxHint ()
 
 SfxHint (SfxHintId nId)
 
virtual ~SfxHint ()
 
 SfxHint (SfxHint const &)=default
 
 SfxHint (SfxHint &&)=default
 
SfxHintoperator= (SfxHint const &)=default
 
SfxHintoperator= (SfxHint &&)=default
 
SfxHintId GetId () const
 

Private Attributes

SfxObjectShellpObjShell
 
OUString aEventName
 
SfxEventHintId nEventId
 

Detailed Description

Definition at line 192 of file event.hxx.

Constructor & Destructor Documentation

◆ SfxEventHint()

SfxEventHint::SfxEventHint ( SfxEventHintId  nId,
OUString  aName,
SfxObjectShell pObj 
)
inline

Definition at line 199 of file event.hxx.

References aName, and nId.

Member Function Documentation

◆ GetEventId()

SfxEventHintId SfxEventHint::GetEventId ( ) const
inline

Definition at line 205 of file event.hxx.

Referenced by SfxBaseModel::Notify(), SfxViewShell::Notify(), and SfxPickListImpl::Notify().

◆ GetEventName()

const OUString & SfxEventHint::GetEventName ( ) const
inline

Definition at line 208 of file event.hxx.

Referenced by SfxBaseModel::Notify(), and SfxApplication::NotifyEvent().

◆ GetObjShell()

SfxObjectShell * SfxEventHint::GetObjShell ( ) const
inline

Definition at line 211 of file event.hxx.

Referenced by SfxPickListImpl::Notify(), and SfxApplication::NotifyEvent().

Member Data Documentation

◆ aEventName

OUString SfxEventHint::aEventName
private

Definition at line 195 of file event.hxx.

◆ nEventId

SfxEventHintId SfxEventHint::nEventId
private

Definition at line 196 of file event.hxx.

◆ pObjShell

SfxObjectShell* SfxEventHint::pObjShell
private

Definition at line 194 of file event.hxx.


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