#include <TextEditor.h>
Public Slots | |
| void | addSymbol (const QString &letter) |
Public Member Functions | |
| void | formatText (const QString &prefix, const QString &postfix) |
| TextEditor (Graph *g) | |
Private Member Functions | |
| void | closeEvent (QCloseEvent *e) |
Private Attributes | |
| QString | d_initial_text |
| QWidget * | d_target |
| TextEditor::TextEditor | ( | Graph * | g | ) |
| void TextEditor::addSymbol | ( | const QString & | letter | ) | [slot] |
| void TextEditor::closeEvent | ( | QCloseEvent * | e | ) | [private] |
References d_initial_text, d_target, Graph::notifyChanges(), and Graph::setActiveText().
| void TextEditor::formatText | ( | const QString & | prefix, | |
| const QString & | postfix | |||
| ) |
QString TextEditor::d_initial_text [private] |
Referenced by closeEvent(), and TextEditor().
QWidget* TextEditor::d_target [private] |
Referenced by closeEvent(), and TextEditor().
1.5.6