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

#include <uiitems.hxx>

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

Public Member Functions

 ScEditViewHint ()=delete
 
 ScEditViewHint (ScEditEngineDefaulter *pEngine, const ScAddress &rCurPos)
 Create new EditView for Cursorposition. More...
 
virtual ~ScEditViewHint () override
 
SCCOL GetCol () const
 
SCROW GetRow () const
 
SCTAB GetTab () const
 
ScEditEngineDefaulterGetEngine () 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

ScEditEngineDefaulterpEditEngine
 
ScAddress aCursorPos
 

Detailed Description

Definition at line 98 of file uiitems.hxx.

Constructor & Destructor Documentation

◆ ScEditViewHint() [1/2]

ScEditViewHint::ScEditViewHint ( )
delete

◆ ScEditViewHint() [2/2]

ScEditViewHint::ScEditViewHint ( ScEditEngineDefaulter pEngine,
const ScAddress rCurPos 
)

Create new EditView for Cursorposition.

Definition at line 111 of file uiitems.cxx.

◆ ~ScEditViewHint()

ScEditViewHint::~ScEditViewHint ( )
overridevirtual

Definition at line 117 of file uiitems.cxx.

Member Function Documentation

◆ GetCol()

SCCOL ScEditViewHint::GetCol ( ) const
inline

Definition at line 108 of file uiitems.hxx.

References aCursorPos, and ScAddress::Col().

◆ GetEngine()

ScEditEngineDefaulter * ScEditViewHint::GetEngine ( ) const
inline

Definition at line 111 of file uiitems.hxx.

References pEditEngine.

◆ GetRow()

SCROW ScEditViewHint::GetRow ( ) const
inline

Definition at line 109 of file uiitems.hxx.

References aCursorPos, and ScAddress::Row().

◆ GetTab()

SCTAB ScEditViewHint::GetTab ( ) const
inline

Definition at line 110 of file uiitems.hxx.

References aCursorPos, and ScAddress::Tab().

Member Data Documentation

◆ aCursorPos

ScAddress ScEditViewHint::aCursorPos
private

Definition at line 101 of file uiitems.hxx.

Referenced by GetCol(), GetRow(), and GetTab().

◆ pEditEngine

ScEditEngineDefaulter* ScEditViewHint::pEditEngine
private

Definition at line 100 of file uiitems.hxx.

Referenced by GetEngine().


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