LibreOffice Module sd (master) 1
Public Types | Public Member Functions | Private Attributes | List of all members
sd::ViewShellHint Class Referencefinal

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>

Inheritance diagram for sd::ViewShellHint:
[legend]
Collaboration diagram for sd::ViewShellHint:
[legend]

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
 
SfxHintoperator= (SfxHint const &)=default
 
SfxHintoperator= (SfxHint &&)=default
 
SfxHintId GetId () const
 

Private Attributes

HintId meHintId
 

Detailed Description

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.

Member Enumeration Documentation

◆ HintId

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.

Constructor & Destructor Documentation

◆ ViewShellHint()

sd::ViewShellHint::ViewShellHint ( HintId  nHintId)

Definition at line 24 of file ViewShellHint.cxx.

Member Function Documentation

◆ GetHintId()

HintId sd::ViewShellHint::GetHintId ( ) const
inline

Definition at line 49 of file ViewShellHint.hxx.

References meHintId.

Member Data Documentation

◆ meHintId

HintId sd::ViewShellHint::meHintId
private

Definition at line 52 of file ViewShellHint.hxx.

Referenced by GetHintId().


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