#include <dynamic_help.h>
Inheritance diagram for Dynamic_help:

Public Slots | |
| void | textChanged (const QString &text) |
| Shows help when of text. | |
| void | readyReadStandardOutput () |
| Reads and shows Octave output. | |
| void | update () |
| Updates shown help when QLineEdit changes happend. | |
Public Member Functions | |
| Dynamic_help (QWidget *parent=0) | |
| ~Dynamic_help () | |
| void | setLineEdit (QLineEdit *lineedit) |
| Sets QLineEdit from keyboard signals are listen. | |
Private Attributes | |
| QTextEdit * | textEdit |
| QCheckBox * | stop_help |
| QProcess * | octave |
| QTime | time |
| QTimer | timer |
| QString | input_text |
| Dynamic_help::Dynamic_help | ( | QWidget * | parent = 0 |
) |
| Dynamic_help::~Dynamic_help | ( | ) |
| void Dynamic_help::readyReadStandardOutput | ( | ) | [slot] |
Reads and shows Octave output.
| void Dynamic_help::setLineEdit | ( | QLineEdit * | lineedit | ) |
Sets QLineEdit from keyboard signals are listen.
| void Dynamic_help::textChanged | ( | const QString & | text | ) | [slot] |
Shows help when of text.
| text | Text from QLineEdit. |
| void Dynamic_help::update | ( | ) | [slot] |
Updates shown help when QLineEdit changes happend.
QString Dynamic_help::input_text [private] |
QProcess* Dynamic_help::octave [private] |
QCheckBox* Dynamic_help::stop_help [private] |
QTextEdit* Dynamic_help::textEdit [private] |
QTime Dynamic_help::time [private] |
QTimer Dynamic_help::timer [private] |
1.4.7