8 #ifndef __VRV_DOC_SELECTION_H__
9 #define __VRV_DOC_SELECTION_H__
39 bool Parse(
const std::string &selection);
50 std::string m_selectionStart;
51 std::string m_selectionEnd;
52 int m_selectionRangeStart;
53 int m_selectionRangeEnd;
54 std::string m_measureRange;
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This class stores a document selection.
Definition: docselection.h:24
void Set(Doc *doc)
Set the selection to the Doc.
bool Parse(const std::string &selection)
Parse the stringified JSON string a stores the values.