a cell position More...
#include <WKSChart.h>
| Public Member Functions | |
| Position (Vec2i pos=Vec2i(-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 const &pos) const | 
| operator== | |
| bool | operator!= (Position const &pos) const | 
| operator!= | |
| Public Attributes | |
| Vec2i | m_pos | 
| the cell column and row | |
| librevenge::RVNGString | m_sheetName | 
| the cell sheet name | |
| int | m_sheetId | 
| the cell sheet id | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, WKSChart::Position const &pos) | 
| operator<< | |
a cell position
| 
 | inlineexplicit | 
constructor
Referenced by operator!=(), operator==(), and valid().
| librevenge::RVNGString WKSChart::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(), WKSChart::Axis::operator<<, operator<<, WKSChart::Serie::operator<<, and valid().
| 
 | inline | 
return true if the position is valid
| 
 | friend | 
operator<<
| Vec2i WKSChart::Position::m_pos | 
the cell column and row
Referenced by getCellName(), operator<<, operator==(), Position(), valid(), and valid().
| int WKSChart::Position::m_sheetId | 
the cell sheet id
Referenced by operator==(), Position(), and valid().
| librevenge::RVNGString WKSChart::Position::m_sheetName | 
the cell sheet name
Referenced by getCellName(), operator<<, operator==(), Position(), and valid().