NSTextInternal::Footnote Struct Reference

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

List of all members.

Public Member Functions

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

Public Attributes

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

Friends

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

Detailed Description

Internal structure: use to store a footnote.


Constructor & Destructor Documentation

Constructor.


Member Function Documentation

std::string NSTextInternal::Footnote::getTextLabel ( int  actId) const [inline]

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

Referenced by NSText::sendText().


Friends And Related Function Documentation

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

operator<<


Member Data Documentation

some extra debuging information

Referenced by NSTextInternal::operator<<(), and NSText::readFootnotes().

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

Referenced by Footnote(), NSTextInternal::operator<<(), NSText::readFootnotes(), and NSText::sendFootnote().

a flag to know if the footnote is parsed

Referenced by NSText::sendFootnote().


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