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