|
MIRA
|
#include <gui/views/PythonEditor.h>

Signals | |
| void | editorClosed (EditorPart *editor) |
| void | editorDestroyed (EditorPart *editor) |
| void | windowTitleChanged (EditorPartWindow *editor) |
Public Member Functions | |
| PythonEditor () | |
| virtual | ~PythonEditor () |
| template<typename Reflector > | |
| void | reflect (Reflector &r) |
| virtual QWidget * | createPartControl () |
| void | setEditorText (const std::string &text) |
| std::string | getEditorText () const |
| virtual void | init (IWorkbenchPartSite *site) |
| IWorkbenchPartSite * | getSite () |
| virtual QImage | captureContent () |
| void | setWidget (QWidget *widget) |
| QWidget * | widget () const |
| EditorPartTitleBar * | getTitleBar () |
| void | undock () |
| void | dock () |
| bool | isDocked () const |
| void | setOnTop (bool onTop) |
| bool | isOnTop () const |
| void | showDecorations (bool show) |
| void | setAutoHideDecorations (bool on) |
| virtual void | activate () |
| virtual void | deactivate () |
| bool | isActivated () const |
| virtual Object * | getAdapter (const Class &adapter) |
| Class const & | getClass () const |
Static Public Member Functions | |
| static PseudoClass const & | CLASS () |
Protected Slots | |
| void | onShowWhitespace (bool show) |
| void | onShowSeparators (bool show) |
| void | onMinimized () |
| void | onMaximized () |
| void | onRestored () |
| void | onUndock () |
| void | onDock () |
| void | onOnTop (bool onTop) |
Protected Member Functions | |
| void | updateTextDisplay () |
| QMenu * | getViewMenu () |
| virtual void | closeEvent (QCloseEvent *) |
| virtual void | paintEvent (QPaintEvent *paintEvent) |
| virtual void | changeEvent (QEvent *event) |
| void | setActive (bool activate) |
| virtual void | windowStateChanged (Qt::WindowStates oldState, Qt::WindowStates newState) |
| void | updateDecorations () |
| void | updateStateButtons () |
| virtual Class const & | internalGetClass () const=0 |
Protected Attributes | |
| Authority | mAuthority |
| PythonEditorUI * | mUI |
| std::string | mEditorText |
| bool | mShowWhitespace |
| bool | mShowSeparators |
| PythonEditor | ( | ) |
|
inlinevirtual |
|
inline |
|
virtual |
Implements EditorPart.
| void setEditorText | ( | const std::string & | text | ) |
| std::string getEditorText | ( | ) | const |
|
protectedslot |
|
protectedslot |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.14