a cell position More...
#include <STOFFChart.hxx>
Public Member Functions | |
| Position (STOFFVec2i pos=STOFFVec2i(-1,-1), librevenge::RVNGString const &sheetName="") | |
| constructor | |
| bool | valid () const |
| return true if the position is valid | |
| bool | valid (Position const &maxPos) const |
| return true if the position is valid | |
| librevenge::RVNGString | getCellName () const |
| return the cell name | |
| bool | operator== (Position &pos) const |
| operator== | |
| bool | operator!= (Position &pos) const |
| operator!= | |
Public Attributes | |
| STOFFVec2i | m_pos |
| the cell column and row | |
| librevenge::RVNGString | m_sheetName |
| the cell sheet name | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, STOFFChart::Position const &pos) |
| operator<< | |
a cell position
|
inlineexplicit |
constructor
Referenced by operator!=(), operator==(), and valid().
| librevenge::RVNGString STOFFChart::Position::getCellName | ( | ) | const |
return the cell name
|
inline |
operator!=
|
inline |
operator==
Referenced by operator!=().
|
inline |
return true if the position is valid
Referenced by getCellName(), STOFFChart::Axis::operator<<, operator<<, STOFFChart::Serie::operator<<, valid(), STOFFChart::Serie::valid(), and STOFFChart::TextZone::valid().
|
inline |
return true if the position is valid
|
friend |
operator<<
Referenced by operator<<.
| STOFFVec2i STOFFChart::Position::m_pos |
the cell column and row
Referenced by getCellName(), operator<<, operator==(), Position(), valid(), and valid().
| librevenge::RVNGString STOFFChart::Position::m_sheetName |
the cell sheet name
Referenced by getCellName(), operator<<, operator==(), Position(), and valid().