Internal structure: use to store a footnote. More...
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) | |
NisusWrtStruct::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<< | |
Internal structure: use to store a footnote.
|
inline |
Constructor.
|
inline |
returns a label corresponding to a note ( or nothing if we can use numbering note)
|
friend |
operator<<
std::string NisusWrtTextInternal::Footnote::m_extra |
some extra debuging information
Referenced by NisusWrtText::readFootnotes().
std::string NisusWrtTextInternal::Footnote::m_noteLabel |
the label in the note
Referenced by NisusWrtText::readFootnotes().
int NisusWrtTextInternal::Footnote::m_number |
the note number
Referenced by NisusWrtText::readFootnotes().
int NisusWrtTextInternal::Footnote::m_paragraph[2] |
the paragraph position in the footnote zone (first and last)
Referenced by Footnote(), and NisusWrtText::readFootnotes().
|
mutable |
a flag to know if the footnote is parsed
std::string NisusWrtTextInternal::Footnote::m_textLabel |
the label in the text
Referenced by getTextLabel(), and NisusWrtText::readFootnotes().
NisusWrtStruct::Position NisusWrtTextInternal::Footnote::m_textPosition |
the text position
Referenced by NisusWrtText::readFootnotes().