a note and its position (used to sort all notes) More...
#include <MWAWDebug.hxx>
Classes | |
struct | NotePosLt |
internal struct used to sort the notes, sorted by position More... | |
Public Member Functions | |
NotePos () | |
empty constructor used by std::vector | |
NotePos (long p, std::string const &n, bool br=true) | |
constructor: given position and note | |
bool | operator< (NotePos const &p) const |
comparison operator based on the position | |
Public Attributes | |
long | m_pos |
note offset | |
std::string | m_text |
note text | |
bool | m_breaking |
flag to indicate a non breaking note |
a note and its position (used to sort all notes)
libmwaw::DebugFile::NotePos::NotePos | ( | ) | [inline] |
empty constructor used by std::vector
libmwaw::DebugFile::NotePos::NotePos | ( | long | p, |
std::string const & | n, | ||
bool | br = true |
||
) | [inline] |
constructor: given position and note
bool libmwaw::DebugFile::NotePos::operator< | ( | NotePos const & | p | ) | const [inline] |
comparison operator based on the position
flag to indicate a non breaking note
Referenced by operator<().
note offset
Referenced by operator<().
std::string libmwaw::DebugFile::NotePos::m_text |
note text
Referenced by operator<().