Internal: class to store a basic cell with borders. More...
Public Member Functions | |
| Cell (WPS8Table &parser) | |
| constructor | |
| virtual | ~Cell () |
| virtual destructor | |
| virtual bool | send (WPSContentListenerPtr &listener) |
| call when a cell must be send | |
| virtual bool | sendContent (WPSContentListenerPtr &) |
| call when the content of a cell must be send | |
Public Member Functions inherited from WPSCell | |
| WPSCell () | |
| constructor | |
| void | setBox (Box2f const &b) |
| set the bounding box (units in point) | |
| Box2f const & | box () const |
| return the bounding box | |
| bool | isVerticalSet () const |
| returns true if the vertical is fixed | |
| void | setVerticalSet (bool verticalSet) |
| fixes or not the vertical size | |
| Vec2i & | position () |
| position accessor | |
| Vec2i const & | position () const |
| position accessor | |
| void | setPosition (Vec2i posi) |
| set the cell positions : 0,0 -> A1, 0,1 -> A2 | |
| Vec2i const & | numSpannedCells () const |
| returns the number of spanned cells | |
| void | setNumSpannedCells (Vec2i numSpanned) |
| sets the number of spanned cells : Vec2i(1,1) means 1 cellule | |
Public Member Functions inherited from WPSCellFormat | |
| WPSCellFormat () | |
| constructor | |
| virtual | ~WPSCellFormat () |
| HorizontalAlignment | hAlignement () const |
| returns the horizontal alignement | |
| void | setHAlignement (HorizontalAlignment align) |
| sets the horizontal alignement | |
| bool | hasBorders () const |
| return true if the cell has some border | |
| std::vector< WPSBorder > const & | borders () const |
| return the cell border: libwps::LeftBit | ... | |
| void | resetBorders () |
| reset the border | |
| void | setBorders (int wh, WPSBorder const &border) |
| sets the cell border: wh=WPSBorder::LeftBit|... | |
| uint32_t | backgroundColor () const |
| returns the background color | |
| void | setBackgroundColor (uint32_t color) |
| set the background color | |
| int | compare (WPSCellFormat const &cell) const |
| a comparison function | |
Public Attributes | |
| WPS8Table & | m_tableParser |
| the actual parser | |
| int | m_id |
| the cell id | |
| int | m_strsId |
| the strsId | |
| Vec2f | m_size |
| frame size in inches | |
| float | m_bordersSep [4] |
| border text separator T,L,R,B ( checkme, not sure ) | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Cell const &cell) |
| operator<< | |
Additional Inherited Members | |
Public Types inherited from WPSCellFormat | |
| enum | HorizontalAlignment { HALIGN_LEFT, HALIGN_RIGHT, HALIGN_CENTER, HALIGN_FULL, HALIGN_DEFAULT } |
| the default horizontal alignement. More... | |
Protected Attributes inherited from WPSCell | |
| Box2f | m_box |
| the cell bounding box (unit in point) | |
| bool | m_verticalSet |
| true if y size is fixed | |
| Vec2i | m_position |
| the cell row and column : 0,0 -> A1, 0,1 -> A2 | |
| Vec2i | m_numberCellSpanned |
| the cell spanned : by default (1,1) | |
Internal: class to store a basic cell with borders.
|
inline |
constructor
|
inlinevirtual |
virtual destructor
|
inlinevirtual |
call when a cell must be send
Implements WPSCell.
|
inlinevirtual |
|
friend |
operator<<
| float WPS8TableInternal::Cell::m_bordersSep[4] |
border text separator T,L,R,B ( checkme, not sure )
Referenced by Cell(), and WPS8TableInternal::operator<<().
| int WPS8TableInternal::Cell::m_id |
the cell id
Referenced by sendContent().
| Vec2f WPS8TableInternal::Cell::m_size |
frame size in inches
Referenced by WPS8TableInternal::operator<<().
|
mutable |
the strsId
Referenced by sendContent().
| WPS8Table& WPS8TableInternal::Cell::m_tableParser |
the actual parser
Referenced by sendContent().