EditorWrapper Class Reference
#include <editorproxy.h>
Inheritance diagram for EditorWrapper:


Public Slots | |
virtual void | show () |
Public Member Functions | |
EditorWrapper (KTextEditor::Document *editor, bool activate, QWidget *parent, const char *name=0L) | |
virtual | ~EditorWrapper () |
KTextEditor::Document * | document () const |
void | setLine (int line) |
void | setCol (int col) |
Private Attributes | |
QGuardedPtr< KTextEditor::Document > | m_doc |
QGuardedPtr< KTextEditor::View > | m_view |
int | m_line |
int | m_col |
bool | m_first |
Constructor & Destructor Documentation
|
Definition at line 277 of file editorproxy.cpp. References EditorProxy::getInstance(), and EditorProxy::registerEditor(). |
|
Definition at line 288 of file editorproxy.cpp. References EditorProxy::deregisterEditor(), EditorProxy::getInstance(), k_funcinfo, and kdDebug(). |
Member Function Documentation
|
Definition at line 294 of file editorproxy.cpp. |
|
Definition at line 304 of file editorproxy.cpp. References m_col. |
|
Definition at line 299 of file editorproxy.cpp. References m_line. |
|
Definition at line 309 of file editorproxy.cpp. References PartController::getInstance(), PartController::integrateTextEditorPart(), m_col, m_doc, m_first, m_line, m_view, and KTextEditor::ViewCursorInterface::setCursorPositionReal(). |
Member Data Documentation
|
Definition at line 38 of file editorproxy.h. |
|
Definition at line 35 of file editorproxy.h. Referenced by show(). |
|
Definition at line 39 of file editorproxy.h. Referenced by show(). |
|
Definition at line 37 of file editorproxy.h. |
|
Definition at line 36 of file editorproxy.h. Referenced by show(). |
The documentation for this class was generated from the following files:
- src/editorproxy.h
- src/editorproxy.cpp