kwave
18.07.70
|
#include <StringEnterDialog.h>
Public Member Functions | |
StringEnterDialog (QWidget *parent, const QString &preset) | |
virtual | ~StringEnterDialog () Q_DECL_OVERRIDE |
QString | command () |
Private Slots | |
virtual void | accept () Q_DECL_OVERRIDE |
void | invokeHelp () |
Private Attributes | |
QString | m_command |
Definition at line 32 of file StringEnterDialog.h.
|
explicit |
Constructor.
parent | the parent widget the dialog belongs to |
preset | initial text of the line edit field |
Definition at line 36 of file StringEnterDialog.cpp.
References CONFIG_GROUP, CONFIG_WIDTH, and m_command.
|
virtual |
Destructor
Definition at line 59 of file StringEnterDialog.cpp.
References CONFIG_GROUP, and CONFIG_WIDTH.
|
privatevirtualslot |
called when the dialog has been accepted (OK pressed)
Definition at line 73 of file StringEnterDialog.cpp.
References m_command.
QString Kwave::StringEnterDialog::command | ( | ) |
Returns the string that has been entered
Definition at line 67 of file StringEnterDialog.cpp.
References m_command.
|
privateslot |
|
private |
the command that has been entered
Definition at line 62 of file StringEnterDialog.h.
Referenced by accept(), command(), and StringEnterDialog().