QtiPlot
0.9.8.2
|
#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 | |
Graph * | d_graph |
QString | d_initial_text |
QWidget * | d_target |
TextEditor::TextEditor | ( | Graph * | g | ) |
void TextEditor::addSymbol | ( | const QString & | letter | ) | [slot] |
void TextEditor::closeEvent | ( | QCloseEvent * | e | ) | [private] |
void TextEditor::formatText | ( | const QString & | prefix, |
const QString & | postfix | ||
) |
Graph* TextEditor::d_graph [private] |
Referenced by closeEvent().
QString TextEditor::d_initial_text [private] |
Referenced by closeEvent(), and TextEditor().
QWidget* TextEditor::d_target [private] |
Referenced by closeEvent(), and TextEditor().