LeechCraft  0.6.70-6645-gcd10d7e
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...
 

Functions

 Q_DECLARE_INTERFACE (IEditorWidget,"org.Deviant.LeechCraft.IEditorWidget/1.0")
 
 Q_DECLARE_INTERFACE (ITextEditor,"org.Deviant.LeechCraft.ITextEditor/1.0")
 

Function Documentation

Q_DECLARE_INTERFACE ( IEditorWidget  ,
"org.Deviant.LeechCraft.IEditorWidget/1.0"   
)

Referenced by ITextEditor::~ITextEditor().

+ Here is the caller graph for this function:

Q_DECLARE_INTERFACE ( ITextEditor  ,
"org.Deviant.LeechCraft.ITextEditor/1.0"   
)