QuattroGraphInternal::Graph Struct Reference

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::Shapem_shape
 the graphic shape
 
std::shared_ptr< QuattroGraphInternal::Textboxm_textbox
 the textbox
 
std::shared_ptr< WPSStreamm_stream
 the main stream
 

Friends

std::ostreamoperator<< (std::ostream &o, Graph const &gr)
 operator<<
 

Detailed Description

Internal: a graph of a QuattroGraph.

Member Enumeration Documentation

◆ Type

the posible type

Enumerator
Button 
Chart 
Frame 
OLE 
Image 
Shape 
Textbox 
Unknown 

Constructor & Destructor Documentation

◆ Graph()

QuattroGraphInternal::Graph::Graph ( std::shared_ptr< WPSStream > const stream,
Type  type = Unknown 
)
inlineexplicit

constructor

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream o,
Graph const gr 
)
friend

operator<<

Member Data Documentation

◆ m_cellBox

WPSBox2i QuattroGraphInternal::Graph::m_cellBox

the cell's position

◆ m_cellBoxDecal

WPSBox2f QuattroGraphInternal::Graph::m_cellBoxDecal

the decal position(LT, RB)

◆ m_flags1

int QuattroGraphInternal::Graph::m_flags1[4]

some flags

◆ m_flags2

int QuattroGraphInternal::Graph::m_flags2[7]

final flag

◆ m_label

librevenge::RVNGString QuattroGraphInternal::Graph::m_label

the label(button)

◆ m_linkName

librevenge::RVNGString QuattroGraphInternal::Graph::m_linkName

the OLE's link name

◆ m_ole

WPSEmbeddedObject QuattroGraphInternal::Graph::m_ole

the OLE's data

◆ m_shape

std::shared_ptr<QuattroGraphInternal::Shape> QuattroGraphInternal::Graph::m_shape

the graphic shape

◆ m_size

Vec2f QuattroGraphInternal::Graph::m_size

the size

◆ m_stream

std::shared_ptr<WPSStream> QuattroGraphInternal::Graph::m_stream

the main stream

◆ m_textbox

std::shared_ptr<QuattroGraphInternal::Textbox> QuattroGraphInternal::Graph::m_textbox

the textbox

◆ m_type

Type QuattroGraphInternal::Graph::m_type

the type

◆ m_values

int QuattroGraphInternal::Graph::m_values[5]

some values


The documentation for this struct was generated from the following file:

Generated on Sat May 6 2023 13:09:45 for libwps by doxygen 1.9.8