FWTextInternal::DataModifier Struct Reference

Internal: class to store a font/para modifier with appear in text data. More...

List of all members.

Public Member Functions

 DataModifier ()
 constructor
float getSuper () const
 returns the superscript value ( negative in pt, position in li)
float getSub () const
 returns the sub value ( negative in pt, position in li)
int getBorderId () const
 returns the border id
int getDocParaId () const
 returns the document extra id

Public Attributes

MWAWColor m_color
 the color
int m_data [4]
 the data
std::string m_extra
 extra data

Friends

std::ostream & operator<< (std::ostream &o, DataModifier const &m)
 operator<<

Detailed Description

Internal: class to store a font/para modifier with appear in text data.


Constructor & Destructor Documentation


Member Function Documentation

returns the border id

Referenced by FWText::send().

returns the document extra id

Referenced by FWText::send().

float FWTextInternal::DataModifier::getSub ( ) const [inline]

returns the sub value ( negative in pt, position in li)

Referenced by FWTextInternal::Font::update().

float FWTextInternal::DataModifier::getSuper ( ) const [inline]

returns the superscript value ( negative in pt, position in li)

Referenced by FWTextInternal::Font::update().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
DataModifier const &  m 
) [friend]

operator<<


Member Data Documentation

extra data

Referenced by FWText::readDataMod().


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