|
LibreOffice Module sd (master) 1
|
Local derivation of the SfxHint class that defines some hint ids that are used by the ViewShell class and its descendants. More...
#include <ViewShellHint.hxx>
Public Types | |
| enum | HintId { HINT_PAGE_RESIZE_START , HINT_PAGE_RESIZE_END , HINT_CHANGE_EDIT_MODE_START , HINT_CHANGE_EDIT_MODE_END , HINT_COMPLEX_MODEL_CHANGE_START , HINT_COMPLEX_MODEL_CHANGE_END } |
Public Member Functions | |
| ViewShellHint (HintId nHintId) | |
| HintId | GetHintId () 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 | |
| HintId | meHintId |
Local derivation of the SfxHint class that defines some hint ids that are used by the ViewShell class and its descendants.
Definition at line 29 of file ViewShellHint.hxx.
| Enumerator | |
|---|---|
| HINT_PAGE_RESIZE_START | |
| HINT_PAGE_RESIZE_END | |
| HINT_CHANGE_EDIT_MODE_START | |
| HINT_CHANGE_EDIT_MODE_END | |
| HINT_COMPLEX_MODEL_CHANGE_START | |
| HINT_COMPLEX_MODEL_CHANGE_END | |
Definition at line 32 of file ViewShellHint.hxx.
| sd::ViewShellHint::ViewShellHint | ( | HintId | nHintId | ) |
Definition at line 24 of file ViewShellHint.cxx.
|
inline |
Definition at line 49 of file ViewShellHint.hxx.
References meHintId.
|
private |
Definition at line 52 of file ViewShellHint.hxx.
Referenced by GetHintId().