LibreOffice Module toolkit (master) 1
Public Member Functions | List of all members
svt::table::MutableColumnMetrics Struct Reference

#include <tablecontrol_impl.hxx>

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

Public Member Functions

 MutableColumnMetrics ()
 
 MutableColumnMetrics (tools::Long const i_startPixel, tools::Long const i_endPixel)
 
tools::Long getStart () const
 
tools::Long getEnd () const
 
void move (tools::Long const i_offset)
 
tools::Long getWidth () const
 
- Public Member Functions inherited from svt::table::ColumnMetrics
 ColumnMetrics ()
 
 ColumnMetrics (tools::Long const i_start, tools::Long const i_end)
 

Additional Inherited Members

- Public Attributes inherited from svt::table::ColumnMetrics
tools::Long nStartPixel
 the start of the column, in pixels. More...
 
tools::Long nEndPixel
 the end of the column, in pixels, plus 1. More...
 

Detailed Description

Definition at line 37 of file tablecontrol_impl.hxx.

Constructor & Destructor Documentation

◆ MutableColumnMetrics() [1/2]

svt::table::MutableColumnMetrics::MutableColumnMetrics ( )
inline

Definition at line 39 of file tablecontrol_impl.hxx.

◆ MutableColumnMetrics() [2/2]

svt::table::MutableColumnMetrics::MutableColumnMetrics ( tools::Long const  i_startPixel,
tools::Long const  i_endPixel 
)
inline

Definition at line 44 of file tablecontrol_impl.hxx.

Member Function Documentation

◆ getEnd()

tools::Long svt::table::MutableColumnMetrics::getEnd ( ) const
inline

◆ getStart()

tools::Long svt::table::MutableColumnMetrics::getStart ( ) const
inline

◆ getWidth()

tools::Long svt::table::MutableColumnMetrics::getWidth ( ) const
inline

◆ move()

void svt::table::MutableColumnMetrics::move ( tools::Long const  i_offset)
inline

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