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

#include <hints.hxx>

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

Public Member Functions

 ScPaintHint ()=delete
 
 ScPaintHint (const ScRange &rRng, PaintPartFlags nPaint)
 
virtual ~ScPaintHint () override
 
SCCOL GetStartCol () const
 
SCROW GetStartRow () const
 
SCTAB GetStartTab () const
 
SCCOL GetEndCol () const
 
SCROW GetEndRow () const
 
SCTAB GetEndTab () const
 
PaintPartFlags GetParts () 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

ScRange aRange
 
PaintPartFlags nParts
 

Detailed Description

Definition at line 27 of file hints.hxx.

Constructor & Destructor Documentation

◆ ScPaintHint() [1/2]

ScPaintHint::ScPaintHint ( )
delete

◆ ScPaintHint() [2/2]

ScPaintHint::ScPaintHint ( const ScRange rRng,
PaintPartFlags  nPaint 
)

Definition at line 25 of file hints.cxx.

◆ ~ScPaintHint()

ScPaintHint::~ScPaintHint ( )
overridevirtual

Definition at line 31 of file hints.cxx.

Member Function Documentation

◆ GetEndCol()

SCCOL ScPaintHint::GetEndCol ( ) const
inline

Definition at line 40 of file hints.hxx.

References ScRange::aEnd, and ScAddress::Col().

◆ GetEndRow()

SCROW ScPaintHint::GetEndRow ( ) const
inline

Definition at line 41 of file hints.hxx.

References ScRange::aEnd, and ScAddress::Row().

◆ GetEndTab()

SCTAB ScPaintHint::GetEndTab ( ) const
inline

Definition at line 42 of file hints.hxx.

References ScRange::aEnd, and ScAddress::Tab().

◆ GetParts()

PaintPartFlags ScPaintHint::GetParts ( ) const
inline

Definition at line 43 of file hints.hxx.

◆ GetStartCol()

SCCOL ScPaintHint::GetStartCol ( ) const
inline

Definition at line 37 of file hints.hxx.

References ScRange::aStart, and ScAddress::Col().

◆ GetStartRow()

SCROW ScPaintHint::GetStartRow ( ) const
inline

Definition at line 38 of file hints.hxx.

References ScRange::aStart, and ScAddress::Row().

◆ GetStartTab()

SCTAB ScPaintHint::GetStartTab ( ) const
inline

Definition at line 39 of file hints.hxx.

References ScRange::aStart, and ScAddress::Tab().

Member Data Documentation

◆ aRange

ScRange ScPaintHint::aRange
private

Definition at line 29 of file hints.hxx.

◆ nParts

PaintPartFlags ScPaintHint::nParts
private

Definition at line 30 of file hints.hxx.


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