|
|
| EditorToolkit (Doc *doc, View *view) |
| |
|
virtual bool | ParseEditorAction (const std::string &json_editorAction)=0 |
| | In child classes, this parses the provided editor action and then performs the correct action.
|
| |
|
virtual std::string | EditInfo () |
| | Get information on the last editor function used.
|
| |
|
|
bool | AppendChild (const std::string &elementId, const std::string &elementName) |
| |
|
bool | InsertBefore (const std::string &elementId, const std::string &elementName) |
| |
|
bool | InsertAfter (const std::string &elementId, const std::string &elementName) |
| |
|
Object * | GetElement (const std::string &elementId) |
| |
|
Object * | PrepareInsertion (Object *parent, const std::string &elementName) |
| |
|
|
Doc * | m_doc |
| |
|
View * | m_view |
| |
|
jsonxx::Object | m_editInfo |
| |
The documentation for this class was generated from the following file: