Eneboo - Documentación para desarrolladores
|
#include <qsaeditor.h>
Slots públicos | |
void | expandFunction (QTextParagraph *p) |
void | collapseFunction (QTextParagraph *p) |
void | collapse (bool all) |
void | expand (bool all) |
Métodos públicos | |
QSAEditor (const QString &fn, QWidget *parent, const char *name) | |
~QSAEditor () | |
EditorCompletion * | completionManager () |
EditorBrowser * | browserManager () |
void | configChanged () |
void | setDebugging (bool b) |
bool | isDebugging () const |
void | makeFunctionVisible (QTextParagraph *p) |
void | saveLineStates () |
void | loadLineStates () |
void | paste () |
void | setInterpreter (QSInterpreter *ip) |
QSInterpreter * | interpreter () const |
void | clearError () |
bool | supportsBreakPoints () const |
QSAEditor::~QSAEditor | ( | ) |
EditorBrowser* QSAEditor::browserManager | ( | ) | [inline, virtual] |
Reimplementado de Editor.
void QSAEditor::clearError | ( | ) |
void QSAEditor::collapse | ( | bool | all | ) | [slot] |
void QSAEditor::collapseFunction | ( | QTextParagraph * | p | ) | [inline, slot] |
EditorCompletion* QSAEditor::completionManager | ( | ) | [inline, virtual] |
Reimplementado de Editor.
void QSAEditor::configChanged | ( | ) | [virtual] |
Reimplementado de Editor.
void QSAEditor::expand | ( | bool | all | ) | [slot] |
void QSAEditor::expandFunction | ( | QTextParagraph * | p | ) | [inline, slot] |
QSInterpreter* QSAEditor::interpreter | ( | ) | const [inline] |
bool QSAEditor::isDebugging | ( | ) | const [inline] |
void QSAEditor::loadLineStates | ( | ) |
void QSAEditor::makeFunctionVisible | ( | QTextParagraph * | p | ) | [virtual] |
Reimplementado de Editor.
void QSAEditor::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.
Reimplementado de QTextEdit.
void QSAEditor::saveLineStates | ( | ) |
void QSAEditor::setDebugging | ( | bool | b | ) | [inline] |
void QSAEditor::setInterpreter | ( | QSInterpreter * | ip | ) |