LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
itexteditor.h File Reference
#include <QVariantMap>
+ Include dependency graph for itexteditor.h:

Go to the source code of this file.

Classes

class  IEditorWidget
 Interface to be implemented by editor widgets returned from ITextEditor::GetTextEditor(). More...
 
class  ITextEditor
 Interface for plugins implementing a text editor component. More...
 

Namespaces

 LeechCraft
 

Enumerations

enum  LeechCraft::ContentType {
  LeechCraft::ContentType::HTML,
  LeechCraft::ContentType::PlainText
}
 
enum  LeechCraft::EditorAction {
  LeechCraft::EditorAction::Find,
  LeechCraft::EditorAction::Replace,
  LeechCraft::EditorAction::Bold,
  LeechCraft::EditorAction::Italic,
  LeechCraft::EditorAction::Underline,
  LeechCraft::EditorAction::InsertLink,
  LeechCraft::EditorAction::InsertImage,
  LeechCraft::EditorAction::ToggleView
}
 Enumeration for some standard editor actions. More...