WriteNowTextInternal::Style Struct Reference

Internal: class to store a style. More...

Public Member Functions

 Style ()
 

Public Attributes

std::string m_name
 the style name More...
 
int m_nextId
 the next style ? More...
 
Font m_font
 the font properties More...
 
Paragraph m_paragraph
 the paragraph properties More...
 
int m_values [12]
 some unknown value More...
 
int m_flags [6]
 some unknown flags More...
 

Friends

std::ostream & operator<< (std::ostream &o, Style const &st)
 operator<< More...
 

Detailed Description

Internal: class to store a style.

Constructor & Destructor Documentation

◆ Style()

WriteNowTextInternal::Style::Style ( )
inline

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  o,
Style const &  st 
)
friend

operator<<

Member Data Documentation

◆ m_flags

int WriteNowTextInternal::Style::m_flags[6]

some unknown flags

Referenced by Style().

◆ m_font

Font WriteNowTextInternal::Style::m_font

the font properties

◆ m_name

std::string WriteNowTextInternal::Style::m_name

the style name

◆ m_nextId

int WriteNowTextInternal::Style::m_nextId

the next style ?

◆ m_paragraph

Paragraph WriteNowTextInternal::Style::m_paragraph

the paragraph properties

◆ m_values

int WriteNowTextInternal::Style::m_values[12]

some unknown value

Referenced by Style().


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

Generated for libmwaw by doxygen 1.8.14