NisusWrtTextInternal::Footnote Struct Reference

Internal structure: use to store a footnote. More...

Public Member Functions

 Footnote ()
 Constructor. More...
 
std::string getTextLabel (int actId) const
 returns a label corresponding to a note ( or nothing if we can use numbering note) More...
 

Public Attributes

int m_number
 the note number More...
 
int m_paragraph [2]
 the paragraph position in the footnote zone (first and last) More...
 
NisusWrtStruct::Position m_textPosition
 the text position More...
 
std::string m_textLabel
 the label in the text More...
 
std::string m_noteLabel
 the label in the note More...
 
bool m_parsed
 a flag to know if the footnote is parsed More...
 
std::string m_extra
 some extra debuging information More...
 

Friends

std::ostream & operator<< (std::ostream &o, Footnote const &ft)
 operator<< More...
 

Detailed Description

Internal structure: use to store a footnote.

Constructor & Destructor Documentation

◆ Footnote()

NisusWrtTextInternal::Footnote::Footnote ( )
inline

Constructor.

Member Function Documentation

◆ getTextLabel()

std::string NisusWrtTextInternal::Footnote::getTextLabel ( int  actId) const
inline

returns a label corresponding to a note ( or nothing if we can use numbering note)

Friends And Related Function Documentation

◆ operator<<

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

operator<<

Member Data Documentation

◆ m_extra

std::string NisusWrtTextInternal::Footnote::m_extra

some extra debuging information

Referenced by NisusWrtTextInternal::operator<<(), and NisusWrtText::readFootnotes().

◆ m_noteLabel

std::string NisusWrtTextInternal::Footnote::m_noteLabel

the label in the note

Referenced by NisusWrtTextInternal::operator<<(), and NisusWrtText::readFootnotes().

◆ m_number

int NisusWrtTextInternal::Footnote::m_number

◆ m_paragraph

int NisusWrtTextInternal::Footnote::m_paragraph[2]

the paragraph position in the footnote zone (first and last)

Referenced by Footnote(), NisusWrtTextInternal::operator<<(), and NisusWrtText::readFootnotes().

◆ m_parsed

bool NisusWrtTextInternal::Footnote::m_parsed
mutable

a flag to know if the footnote is parsed

◆ m_textLabel

std::string NisusWrtTextInternal::Footnote::m_textLabel

◆ m_textPosition

NisusWrtStruct::Position NisusWrtTextInternal::Footnote::m_textPosition

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

Generated for libmwaw by doxygen 1.8.14