LibreOffice Module toolkit (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
svt::table::TableColumnGeometry Class Referencefinal

#include <tablegeometry.hxx>

Inheritance diagram for svt::table::TableColumnGeometry:
[legend]
Collaboration diagram for svt::table::TableColumnGeometry:
[legend]

Public Member Functions

 TableColumnGeometry (TableControl_Impl const &_rControl, tools::Rectangle const &_rBoundaries, ColPos const _nCol)
 
ColPos getCol () const
 
bool moveRight ()
 
- Public Member Functions inherited from svt::table::TableGeometry
const TableControl_ImplgetControl () const
 
const tools::RectanglegetRect () const
 
bool isValid () const
 

Private Member Functions

void impl_initRect ()
 
bool impl_isValidColumn (ColPos const i_column) const
 

Private Attributes

ColPos m_nColPos
 

Additional Inherited Members

- Protected Member Functions inherited from svt::table::TableGeometry
 TableGeometry (const TableControl_Impl &_rControl, const tools::Rectangle &_rBoundaries)
 
- Protected Attributes inherited from svt::table::TableGeometry
const TableControl_Implm_rControl
 
const tools::Rectanglem_rBoundaries
 
tools::Rectangle m_aRect
 

Detailed Description

Definition at line 91 of file tablegeometry.hxx.

Constructor & Destructor Documentation

◆ TableColumnGeometry()

svt::table::TableColumnGeometry::TableColumnGeometry ( TableControl_Impl const &  _rControl,
tools::Rectangle const &  _rBoundaries,
ColPos const  _nCol 
)

Member Function Documentation

◆ getCol()

ColPos svt::table::TableColumnGeometry::getCol ( ) const
inline

Definition at line 101 of file tablegeometry.hxx.

References m_nColPos.

Referenced by svt::table::TableCellGeometry::getColumn().

◆ impl_initRect()

void svt::table::TableColumnGeometry::impl_initRect ( )
private

◆ impl_isValidColumn()

bool svt::table::TableColumnGeometry::impl_isValidColumn ( ColPos const  i_column) const
private

◆ moveRight()

bool svt::table::TableColumnGeometry::moveRight ( )

Member Data Documentation

◆ m_nColPos

ColPos svt::table::TableColumnGeometry::m_nColPos
private

Definition at line 109 of file tablegeometry.hxx.

Referenced by getCol(), impl_initRect(), moveRight(), and TableColumnGeometry().


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