#include <Note.h>

Public Slots | |
| bool | autoexec () const |
| void | evaluate () |
| void | execute () |
| void | executeAll () |
| QString | exportASCII (const QString &file=QString::null) |
| void | exportPDF (const QString &fileName) |
| QString | importASCII (const QString &file=QString::null) |
| void | modifiedNote () |
| void | print () |
| void | restore (const QStringList &) |
| Not implemented yet. | |
| QString | saveToString (const QString &info) |
| void | setAutoexec (bool) |
| void | setText (const QString &s) |
| QString | text () |
| QTextEdit * | textWidget () |
Public Member Functions | |
| void | init (ScriptingEnv *env) |
| Note (ScriptingEnv *env, const QString &label, QWidget *parent=0, const char *name=0, Qt::WFlags f=0) | |
| void | setName (const char *name) |
| Set the widget's name. | |
| ~Note () | |
Private Attributes | |
| bool | autoExec |
| ScriptEdit * | te |
| Note::Note | ( | ScriptingEnv * | env, | |
| const QString & | label, | |||
| QWidget * | parent = 0, |
|||
| const char * | name = 0, |
|||
| Qt::WFlags | f = 0 | |||
| ) |
| Note::~Note | ( | ) | [inline] |
| bool Note::autoexec | ( | ) | const [inline, slot] |
| void Note::evaluate | ( | ) | [inline, slot] |
| void Note::execute | ( | ) | [inline, slot] |
| void Note::executeAll | ( | ) | [inline, slot] |
| QString Note::exportASCII | ( | const QString & | file = QString::null |
) | [inline, slot] |
| void Note::exportPDF | ( | const QString & | fileName | ) | [inline, virtual, slot] |
Reimplemented from MyWidget.
| QString Note::importASCII | ( | const QString & | file = QString::null |
) | [inline, slot] |
| void Note::init | ( | ScriptingEnv * | env | ) |
| void Note::modifiedNote | ( | ) | [slot] |
| void Note::print | ( | ) | [inline, virtual, slot] |
Reimplemented from MyWidget.
| void Note::restore | ( | const QStringList & | ) | [virtual, slot] |
| QString Note::saveToString | ( | const QString & | info | ) | [virtual, slot] |
Reimplemented from MyWidget.
| void Note::setAutoexec | ( | bool | exec | ) | [slot] |
| void Note::setName | ( | const char * | newname | ) |
| void Note::setText | ( | const QString & | s | ) | [inline, slot] |
| QString Note::text | ( | ) | [inline, slot] |
| QTextEdit* Note::textWidget | ( | ) | [inline, slot] |
bool Note::autoExec [private] |
ScriptEdit* Note::te [private] |
1.5.3