Verovio
Source code documentation
vrv::EditorToolkitCMN Class Reference
Inheritance diagram for vrv::EditorToolkitCMN:
vrv::EditorToolkit

Public Member Functions

 EditorToolkitCMN (Doc *doc, View *view)
 
bool ParseEditorAction (const std::string &json_editorAction) override
 In child classes, this parses the provided editor action and then performs the correct action.
 
bool ParseEditorAction (const std::string &json_editorAction, bool commitOnly=false)
 
std::string EditInfo () override
 Get information on the last editor function used.
 
- Public Member Functions inherited from vrv::EditorToolkit
 EditorToolkit (Doc *doc, View *view)
 

Protected Member Functions

bool InsertNote (Object *object)
 
bool DeleteNote (Note *note)
 
ObjectGetElement (std::string &elementId)
 
bool Chain (jsonxx::Array actions)
 Parse JSON instructions for experimental editor functions.
 
bool ParseDeleteAction (jsonxx::Object param, std::string &elementId)
 
bool ParseDragAction (jsonxx::Object param, std::string &elementId, int &x, int &y)
 
bool ParseKeyDownAction (jsonxx::Object param, std::string &elementid, int &key, bool &shiftKey, bool &ctrlKey)
 
bool ParseInsertAction (jsonxx::Object param, std::string &elementType, std::string &startid, std::string &endid)
 
bool ParseSetAction (jsonxx::Object param, std::string &elementId, std::string &attribute, std::string &value)
 
bool Delete (std::string &elementId)
 Experimental editor functions.
 
bool Drag (std::string &elementId, int x, int y)
 
bool KeyDown (std::string &elementId, int key, bool shiftKey, bool ctrlKey)
 
bool Insert (std::string &elementType, std::string const &startid, std::string const &endid)
 
bool Insert (std::string &elementType, std::string const &startid)
 
bool Set (std::string &elementId, std::string const &attribute, std::string const &value)
 

Protected Attributes

std::string m_chainedId
 
- Protected Attributes inherited from vrv::EditorToolkit
Docm_doc
 
Viewm_view
 
jsonxx::Object m_editInfo
 

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