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
|
virtual |
destructor
returns true if the shape is a textbox
Reimplemented in QuattroGraphInternal::Textbox.
|
friend |
operator<<
WPSBox2i QuattroGraphInternal::ShapeHeader::m_box |
the bdbox
std::string QuattroGraphInternal::ShapeHeader::m_extra |
error message
int QuattroGraphInternal::ShapeHeader::m_flags[14] |
some flags
Referenced by ShapeHeader().
int QuattroGraphInternal::ShapeHeader::m_id |
an id?
WPSGraphicStyle QuattroGraphInternal::ShapeHeader::m_style |
the graphic style
int QuattroGraphInternal::ShapeHeader::m_type |
the type
int QuattroGraphInternal::ShapeHeader::m_values[5] |
optional values
Referenced by ShapeHeader().
int QuattroGraphInternal::ShapeHeader::m_values2[4] |
style values
Referenced by ShapeHeader().