LibreOffice Module sc (master) 1
Public Types | Public Member Functions | Protected Member Functions | Private Attributes | List of all members
sc::RefHint Class Referenceabstract

#include <refhint.hxx>

Inheritance diagram for sc::RefHint:
[legend]
Collaboration diagram for sc::RefHint:
[legend]

Public Types

enum  Type {
  ColumnReordered ,
  RowReordered ,
  StartListening ,
  StopListening
}
 

Public Member Functions

 RefHint ()=delete
 
virtual ~RefHint () override=0
 
 RefHint (RefHint const &)=default
 
 RefHint (RefHint &&)=default
 
RefHintoperator= (RefHint const &)=delete
 
RefHintoperator= (RefHint &&)=delete
 
Type getType () 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
 

Protected Member Functions

 RefHint (Type eType)
 

Private Attributes

Type meType
 

Detailed Description

Definition at line 20 of file refhint.hxx.

Member Enumeration Documentation

◆ Type

Enumerator
ColumnReordered 
RowReordered 
StartListening 
StopListening 

Definition at line 23 of file refhint.hxx.

Constructor & Destructor Documentation

◆ RefHint() [1/4]

sc::RefHint::RefHint ( Type  eType)
protected

Definition at line 14 of file refhint.cxx.

References eType, meType, and ScReference.

◆ RefHint() [2/4]

sc::RefHint::RefHint ( )
delete

◆ ~RefHint()

sc::RefHint::~RefHint ( )
overridepure virtual

Definition at line 15 of file refhint.cxx.

◆ RefHint() [3/4]

sc::RefHint::RefHint ( RefHint const &  )
default

◆ RefHint() [4/4]

sc::RefHint::RefHint ( RefHint &&  )
default

Member Function Documentation

◆ getType()

RefHint::Type sc::RefHint::getType ( ) const

Definition at line 17 of file refhint.cxx.

References meType.

Referenced by ScFormulaCell::Notify().

◆ operator=() [1/2]

RefHint & sc::RefHint::operator= ( RefHint &&  )
delete

◆ operator=() [2/2]

RefHint & sc::RefHint::operator= ( RefHint const &  )
delete

Member Data Documentation

◆ meType

Type sc::RefHint::meType
private

Definition at line 31 of file refhint.hxx.

Referenced by getType().


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