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

#include <detdata.hxx>

Collaboration diagram for ScDetOpData:
[legend]

Public Member Functions

 ScDetOpData (const ScAddress &rP, ScDetOpType eOp)
 
const ScAddressGetPos () const
 
ScDetOpType GetOperation () const
 
void SetPos (const ScAddress &rNew)
 
bool operator== (const ScDetOpData &r) const
 

Private Attributes

ScAddress aPos
 
ScDetOpType eOperation
 

Detailed Description

Definition at line 35 of file detdata.hxx.

Constructor & Destructor Documentation

◆ ScDetOpData()

ScDetOpData::ScDetOpData ( const ScAddress rP,
ScDetOpType  eOp 
)
inline

Definition at line 41 of file detdata.hxx.

Member Function Documentation

◆ GetOperation()

ScDetOpType ScDetOpData::GetOperation ( ) const
inline

◆ GetPos()

const ScAddress & ScDetOpData::GetPos ( ) const
inline

◆ operator==()

bool ScDetOpData::operator== ( const ScDetOpData r) const
inline

Definition at line 50 of file detdata.hxx.

References aPos, and eOperation.

◆ SetPos()

void ScDetOpData::SetPos ( const ScAddress rNew)
inline

Definition at line 48 of file detdata.hxx.

References aPos.

Member Data Documentation

◆ aPos

ScAddress ScDetOpData::aPos
private

Definition at line 37 of file detdata.hxx.

Referenced by GetPos(), operator==(), and SetPos().

◆ eOperation

ScDetOpType ScDetOpData::eOperation
private

Definition at line 38 of file detdata.hxx.

Referenced by GetOperation(), and operator==().


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