Public Member Functions | |
ScriptEdit * | addTab () |
bool | autoexec () const |
ScriptEdit * | currentEditor () |
ScriptEdit * | editor (int index) |
QString | exportASCII (const QString &file=QString::null)/PyName |
void | exportPDF (const QString &fileName) |
QString | importASCII (const QString &file=QString::null) |
int | indexOf (ScriptEdit *) |
void | removeTab (int=-1) |
void | renameTab (int, const QString &) |
void | setAutoexec (bool=true) |
void | setFont (const QFont &f) |
void | setTabStopWidth (int length) |
void | setText (const QString &s) |
void | showLineNumbers (bool=true) |
int | tabs () |
QString | text () |
Private Member Functions | |
Note (const Note &) |
Note::Note | ( | const Note & | ) | [private] |
ScriptEdit* Note::addTab | ( | ) |
bool Note::autoexec | ( | ) | const |
ScriptEdit* Note::currentEditor | ( | ) |
ScriptEdit* Note::editor | ( | int | index | ) |
QString Note::exportASCII | ( | const QString & | file = QString::null |
) |
void Note::exportPDF | ( | const QString & | fileName | ) |
QString Note::importASCII | ( | const QString & | file = QString::null |
) |
int Note::indexOf | ( | ScriptEdit * | ) |
void Note::removeTab | ( | int | = -1 |
) |
void Note::renameTab | ( | int | , | |
const QString & | ||||
) |
void Note::setAutoexec | ( | bool | = true |
) |
void Note::setFont | ( | const QFont & | f | ) |
void Note::setTabStopWidth | ( | int | length | ) |
void Note::setText | ( | const QString & | s | ) |
void Note::showLineNumbers | ( | bool | = true |
) |
int Note::tabs | ( | ) |
QString Note::text | ( | ) |