a shape header of a QuattroGraph More...
 
  
| Public Member Functions | |
| ShapeHeader () | |
| constructor | |
| virtual | ~ShapeHeader () | 
| destructor | |
| virtual bool | isTextbox () const | 
| returns true if the shape is a textbox | |
| Public Attributes | |
| int | m_type | 
| the type | |
| WPSBox2i | m_box | 
| the bdbox | |
| int | m_id | 
| an id? | |
| WPSGraphicStyle | m_style | 
| the graphic style | |
| int | m_values [5] | 
| optional values | |
| int | m_flags [14] | 
| some flags | |
| int | m_values2 [4] | 
| style values | |
| std::string | m_extra | 
| error message | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, ShapeHeader const &sh) | 
| operator<< | |
a shape header of a QuattroGraph
| 
 | inline | 
constructor
Referenced by operator<<, QuattroGraphInternal::Shape::Shape(), and QuattroGraphInternal::Textbox::Textbox().
| 
 | virtual | 
destructor
| 
 | inlinevirtual | 
returns true if the shape is a textbox
Reimplemented in QuattroGraphInternal::Textbox.
Referenced by QuattroGraph::readShapeHeader().
| 
 | friend | 
operator<<
| WPSBox2i QuattroGraphInternal::ShapeHeader::m_box | 
the bdbox
Referenced by operator<<, QuattroGraph::readShapeHeader(), and ShapeHeader().
| std::string QuattroGraphInternal::ShapeHeader::m_extra | 
error message
Referenced by operator<<, QuattroGraph::readShapeHeader(), and ShapeHeader().
| int QuattroGraphInternal::ShapeHeader::m_flags[14] | 
some flags
Referenced by operator<<, QuattroGraph::readShapeHeader(), and ShapeHeader().
| int QuattroGraphInternal::ShapeHeader::m_id | 
an id?
Referenced by operator<<, QuattroGraph::readShapeHeader(), and ShapeHeader().
| WPSGraphicStyle QuattroGraphInternal::ShapeHeader::m_style | 
the graphic style
Referenced by operator<<, QuattroGraph::readShapeHeader(), and ShapeHeader().
| int QuattroGraphInternal::ShapeHeader::m_type | 
the type
Referenced by operator<<, QuattroGraph::readShapeHeader(), and ShapeHeader().
| int QuattroGraphInternal::ShapeHeader::m_values[5] | 
optional values
Referenced by operator<<, QuattroGraph::readShapeHeader(), and ShapeHeader().
| int QuattroGraphInternal::ShapeHeader::m_values2[4] | 
style values
Referenced by operator<<, QuattroGraph::readShapeHeader(), and ShapeHeader().