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...
 
 Frame (Frame const &)=default
 
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

◆ Type

the frame type

Enumerator
T_BAD 
T_BASIC 
T_GROUP 
T_PICTURE 
T_TEXT 
T_DBFIELD 
T_UNSET 

Constructor & Destructor Documentation

◆ Frame() [1/2]

GreatWksGraphInternal::Frame::Frame ( )
inline

constructor

◆ Frame() [2/2]

GreatWksGraphInternal::Frame::Frame ( Frame const &  )
default

◆ ~Frame()

GreatWksGraphInternal::Frame::~Frame ( )
virtual

destructor

Member Function Documentation

◆ getType()

◆ print()

Friends And Related Function Documentation

◆ operator<<

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

operator<<

Member Data Documentation

◆ m_box

MWAWBox2f GreatWksGraphInternal::Frame::m_box

◆ m_dataSize

long GreatWksGraphInternal::Frame::m_dataSize

the data size ( if know)

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

◆ m_extra

std::string GreatWksGraphInternal::Frame::m_extra

extra data

Referenced by print().

◆ m_order

int GreatWksGraphInternal::Frame::m_order

the z order

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

◆ m_page

int GreatWksGraphInternal::Frame::m_page

◆ m_parent

int GreatWksGraphInternal::Frame::m_parent

the parent identifier

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

◆ m_parsed

bool GreatWksGraphInternal::Frame::m_parsed
mutable

true if the frame is send

◆ m_styleId

int GreatWksGraphInternal::Frame::m_styleId

◆ m_type

int GreatWksGraphInternal::Frame::m_type

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

Generated on Fri Sep 18 2020 18:14:52 for libmwaw by doxygen 1.8.20