Eneboo - Documentación para desarrolladores
Métodos públicos | Atributos protegidos
Referencia de la Clase CppEditor

#include <cppeditor.h>

Diagrama de herencias de CppEditor
Editor QTextEdit QTextEdit QScrollView QScrollView QScrollView QScrollView QFrame QFrame QFrame QFrame QFrame QFrame QFrame QFrame

Lista de todos los miembros.

Métodos públicos

 CppEditor (const QString &fn, QWidget *parent, const char *name, DesignerInterface *i)
 ~CppEditor ()
virtual EditorCompletioncompletionManager ()
virtual EditorBrowserbrowserManager ()
void configChanged ()
bool supportsBreakPoints () const
QPopupMenucreatePopupMenu (const QPoint &p)
void paste ()

Atributos protegidos

EditorCompletioncompletion
EditorBrowserbrowser
DesignerInterfacedIface
CIndentindent

Documentación del constructor y destructor

CppEditor::CppEditor ( const QString fn,
QWidget parent,
const char *  name,
DesignerInterface i 
)
CppEditor::~CppEditor ( )

Documentación de las funciones miembro

virtual EditorBrowser* CppEditor::browserManager ( ) [inline, virtual]

Reimplementado de Editor.

virtual EditorCompletion* CppEditor::completionManager ( ) [inline, virtual]

Reimplementado de Editor.

void CppEditor::configChanged ( ) [virtual]

Reimplementado de Editor.

QPopupMenu * CppEditor::createPopupMenu ( const QPoint pos) [virtual]

This function is called to create a right mouse button popup menu at the document position pos. If you want to create a custom popup menu, reimplement this function and return the created popup menu. Ownership of the popup menu is transferred to the caller.

Atención:
The QPopupMenu ID values 0-7 are reserved, and they map to the standard operations. When inserting items into your custom popup menu, be sure to specify ID values larger than 7.

Reimplementado de Editor.

void CppEditor::paste ( ) [virtual]

Pastes the text from the clipboard into the text edit at the current cursor position. Only plain text is pasted.

If there is no text in the clipboard nothing happens.

Ver también:
pasteSubType() cut() QTextEdit::copy()

Reimplementado de QTextEdit.

bool CppEditor::supportsBreakPoints ( ) const [inline, virtual]

Reimplementado de Editor.


Documentación de los datos miembro

CIndent* CppEditor::indent [protected]

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'