Internal: a graph of a QuattroGraph. More...
| Public Types | |
| enum | Type { Button , Chart , Frame , OLE , Image , Shape , Textbox , Unknown } | 
| the posible type  More... | |
| Public Member Functions | |
| Graph (std::shared_ptr< WPSStream > const &stream, Type type=Unknown) | |
| constructor | |
| Public Attributes | |
| Type | m_type | 
| the type | |
| Vec2f | m_size | 
| the size | |
| WPSBox2i | m_cellBox | 
| the cell's position | |
| WPSBox2f | m_cellBoxDecal | 
| the decal position(LT, RB) | |
| int | m_flags1 [4] | 
| some flags | |
| int | m_flags2 [7] | 
| final flag | |
| int | m_values [5] | 
| some values | |
| librevenge::RVNGString | m_label | 
| the label(button) | |
| WPSEmbeddedObject | m_ole | 
| the OLE's data | |
| librevenge::RVNGString | m_linkName | 
| the OLE's link name | |
| std::shared_ptr< QuattroGraphInternal::Shape > | m_shape | 
| the graphic shape | |
| std::shared_ptr< QuattroGraphInternal::Textbox > | m_textbox | 
| the textbox | |
| std::shared_ptr< WPSStream > | m_stream | 
| the main stream | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Graph const &gr) | 
| operator<< | |
Internal: a graph of a QuattroGraph.
| 
 | inlineexplicit | 
constructor
| 
 | friend | 
operator<<
| WPSBox2i QuattroGraphInternal::Graph::m_cellBox | 
the cell's position
Referenced by QuattroGraph::readHeader(), QuattroGraph::sendGraphic(), QuattroGraph::sendShape(), and QuattroGraph::sendTextbox().
| WPSBox2f QuattroGraphInternal::Graph::m_cellBoxDecal | 
the decal position(LT, RB)
Referenced by QuattroGraph::readHeader(), QuattroGraph::sendGraphic(), QuattroGraph::sendShape(), and QuattroGraph::sendTextbox().
| int QuattroGraphInternal::Graph::m_flags1[4] | 
some flags
Referenced by QuattroGraph::readHeader().
| int QuattroGraphInternal::Graph::m_flags2[7] | 
final flag
Referenced by QuattroGraph::readHeader().
| librevenge::RVNGString QuattroGraphInternal::Graph::m_label | 
the label(button)
Referenced by QuattroGraph::sendGraphic().
| librevenge::RVNGString QuattroGraphInternal::Graph::m_linkName | 
the OLE's link name
Referenced by QuattroGraph::sendGraphic().
| WPSEmbeddedObject QuattroGraphInternal::Graph::m_ole | 
the OLE's data
Referenced by QuattroGraph::sendGraphic().
| std::shared_ptr<QuattroGraphInternal::Shape> QuattroGraphInternal::Graph::m_shape | 
the graphic shape
Referenced by QuattroGraph::sendShape().
| Vec2f QuattroGraphInternal::Graph::m_size | 
the size
Referenced by QuattroGraph::readHeader(), QuattroGraph::sendGraphic(), QuattroGraph::sendShape(), and QuattroGraph::sendTextbox().
| std::shared_ptr<WPSStream> QuattroGraphInternal::Graph::m_stream | 
the main stream
Referenced by QuattroGraph::sendTextbox().
| std::shared_ptr<QuattroGraphInternal::Textbox> QuattroGraphInternal::Graph::m_textbox | 
the textbox
Referenced by QuattroGraph::sendTextbox().
| Type QuattroGraphInternal::Graph::m_type | 
the type
Referenced by QuattroGraph::sendGraphic(), QuattroGraph::sendShape(), and QuattroGraph::sendTextbox().
| int QuattroGraphInternal::Graph::m_values[5] | 
some values
Referenced by QuattroGraph::readHeader().