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