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)
|
inline |
empty constructor used by std::vector
|
inline |
constructor: given position and note
|
inline |
comparison operator based on the position
bool libmwaw::DebugFile::NotePos::m_breaking |
flag to indicate a non breaking note
Referenced by operator<().
long libmwaw::DebugFile::NotePos::m_pos |
note offset
Referenced by operator<().
std::string libmwaw::DebugFile::NotePos::m_text |
note text
Referenced by operator<().