LibreOffice Module sfx2 (master) 1
|
#include <event.hxx>
Public Member Functions | |
SfxEventHint (SfxEventHintId nId, OUString aName, SfxObjectShell *pObj) | |
SfxEventHintId | GetEventId () const |
const OUString & | GetEventName () const |
SfxObjectShell * | GetObjShell () const |
Public Member Functions inherited from SfxHint | |
SfxHint () | |
SfxHint (SfxHintId nId) | |
virtual | ~SfxHint () |
SfxHint (SfxHint const &)=default | |
SfxHint (SfxHint &&)=default | |
SfxHint & | operator= (SfxHint const &)=default |
SfxHint & | operator= (SfxHint &&)=default |
SfxHintId | GetId () const |
Private Attributes | |
SfxObjectShell * | pObjShell |
OUString | aEventName |
SfxEventHintId | nEventId |
|
inline |
|
inline |
Definition at line 205 of file event.hxx.
Referenced by SfxBaseModel::Notify(), SfxViewShell::Notify(), and SfxPickListImpl::Notify().
|
inline |
Definition at line 208 of file event.hxx.
Referenced by SfxBaseModel::Notify(), and SfxApplication::NotifyEvent().
|
inline |
Definition at line 211 of file event.hxx.
Referenced by SfxPickListImpl::Notify(), and SfxApplication::NotifyEvent().
|
private |
|
private |