#include <CodeEditor.h>
List of all members.
Detailed Description
Definition at line 38 of file CodeEditor.h.
Constructor & Destructor Documentation
Tinkercell::CodeEditor::CodeEditor |
( |
QWidget * |
parent = 0 | ) |
|
Member Function Documentation
QCompleter * Tinkercell::CodeEditor::completer |
( |
| ) |
const |
bool Tinkercell::CodeEditor::find |
( |
const QString & |
s | ) |
[slot] |
void Tinkercell::CodeEditor::focusInEvent |
( |
QFocusEvent * |
e | ) |
[protected] |
void Tinkercell::CodeEditor::keyPressEvent |
( |
QKeyEvent * |
e | ) |
[protected] |
void Tinkercell::CodeEditor::lineNumberAreaPaintEvent |
( |
QPaintEvent * |
event | ) |
|
int Tinkercell::CodeEditor::lineNumberAreaWidth |
( |
| ) |
|
bool Tinkercell::CodeEditor::replace |
( |
const QString & |
old_string, |
|
|
const QString & |
new_string |
|
) |
| [slot] |
void Tinkercell::CodeEditor::resizeEvent |
( |
QResizeEvent * |
event | ) |
[protected] |
void Tinkercell::CodeEditor::setCompleter |
( |
QCompleter * |
c | ) |
|
void Tinkercell::CodeEditor::setText |
( |
const QString & |
s | ) |
[slot] |
void Tinkercell::CodeEditor::showFindReplaceDialog |
( |
| ) |
[slot] |
QString Tinkercell::CodeEditor::text |
( |
| ) |
const |
void Tinkercell::CodeEditor::wheelEvent |
( |
QWheelEvent * |
wheelEvent | ) |
[protected, virtual] |
void Tinkercell::CodeEditor::zoomIn |
( |
int |
r = 1 | ) |
|
void Tinkercell::CodeEditor::zoomOut |
( |
int |
r = 1 | ) |
|
Member Data Documentation
The documentation for this class was generated from the following files: