MSK4ZoneInternal::Frame Struct Reference

Internal: a frame ( position, type, ...) More...

List of all members.

Public Types

enum  Type {
  Unknown = 0, Header, Footer, Table,
  Object, Textbox
}
 the type of the frame which can represent header, footer, textbox, ... More...

Public Member Functions

 Frame ()
 constructor

Public Attributes

Type m_type
 the frame type
MWAWPosition m_position
 the position of the frame in the document
MWAWEntry m_pictId
 some frames are associated with a picture stored in this entry ( name + id)
std::string m_error
 a string to store unparsed data

Friends

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

Detailed Description

Internal: a frame ( position, type, ...)


Member Enumeration Documentation

the type of the frame which can represent header, footer, textbox, ...

Enumerator:
Unknown 
Header 
Footer 
Table 
Object 
Textbox 

Constructor & Destructor Documentation

constructor


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Frame const &  ft 
) [friend]

operator<<


Member Data Documentation

a string to store unparsed data

Referenced by MSK4ZoneInternal::operator<<(), and MSK4Zone::readFRAM().

some frames are associated with a picture stored in this entry ( name + id)

Referenced by MSK4ZoneInternal::operator<<(), and MSK4Zone::readFRAM().


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