GreatWksGraphInternal::Frame Struct Reference

Internal: the graphic zone of a GreatWksGraph. More...

Inheritance diagram for GreatWksGraphInternal::Frame:
GreatWksGraphInternal::FrameBad GreatWksGraphInternal::FrameDBField GreatWksGraphInternal::FrameGroup GreatWksGraphInternal::FramePicture GreatWksGraphInternal::FrameShape GreatWksGraphInternal::FrameText

Public Types

enum  Type {
  T_BAD, T_BASIC, T_GROUP, T_PICTURE,
  T_TEXT, T_DBFIELD, T_UNSET
}
 the frame type More...
 

Public Member Functions

 Frame ()
 constructor More...
 
virtual ~Frame ()
 destructor More...
 
virtual Type getType () const
 return the frame type More...
 
virtual void print (std::ostream &o) const
 a virtual print function More...
 

Public Attributes

int m_type
 the zone type More...
 
int m_styleId
 the style identifier More...
 
int m_parent
 the parent identifier More...
 
int m_order
 the z order More...
 
long m_dataSize
 the data size ( if know) More...
 
MWAWBox2f m_box
 the zone bdbox More...
 
int m_page
 the page More...
 
std::string m_extra
 extra data More...
 
bool m_parsed
 true if the frame is send More...
 

Friends

std::ostream & operator<< (std::ostream &o, Frame const &zone)
 operator<< More...
 

Detailed Description

Internal: the graphic zone of a GreatWksGraph.

Member Enumeration Documentation

the frame type

Enumerator
T_BAD 
T_BASIC 
T_GROUP 
T_PICTURE 
T_TEXT 
T_DBFIELD 
T_UNSET 

Constructor & Destructor Documentation

GreatWksGraphInternal::Frame::Frame ( )
inline

constructor

virtual GreatWksGraphInternal::Frame::~Frame ( )
inlinevirtual

destructor

Member Function Documentation

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Frame const &  zone 
)
friend

operator<<

Member Data Documentation

MWAWBox2f GreatWksGraphInternal::Frame::m_box
long GreatWksGraphInternal::Frame::m_dataSize

the data size ( if know)

Referenced by print(), GreatWksGraph::readFrameExtraData(), and GreatWksGraph::readFrameHeader().

std::string GreatWksGraphInternal::Frame::m_extra

extra data

Referenced by print().

int GreatWksGraphInternal::Frame::m_order

the z order

Referenced by print(), and GreatWksGraph::readFrameHeader().

int GreatWksGraphInternal::Frame::m_page
int GreatWksGraphInternal::Frame::m_parent

the parent identifier

Referenced by print(), and GreatWksGraph::readFrameHeader().

bool GreatWksGraphInternal::Frame::m_parsed
mutable

true if the frame is send

int GreatWksGraphInternal::Frame::m_styleId
int GreatWksGraphInternal::Frame::m_type

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

Generated on Thu Jul 9 2015 20:26:40 for libmwaw by doxygen 1.8.8