![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
#include <QVariantMap>
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 | |
LC | |
Enumerations | |
enum | LC::ContentType { LC::ContentType::HTML, LC::ContentType::PlainText } |
enum | LC::EditorAction { LC::EditorAction::Find, LC::EditorAction::Replace, LC::EditorAction::Bold, LC::EditorAction::Italic, LC::EditorAction::Underline, LC::EditorAction::InsertLink, LC::EditorAction::InsertImage, LC::EditorAction::ToggleView } |
Enumeration for some standard editor actions. More... | |