ShellInsertDialog Class Reference
#include <shellinsertdlg.h>
Inheritance diagram for ShellInsertDialog:

Public Member Functions | |
ShellInsertDialog () | |
~ShellInsertDialog () | |
virtual int | exec () |
QString | text () const |
Private Slots | |
void | slotStartClicked () |
void | slotReceivedStdout (KProcess *, char *text, int len) |
void | slotProcessExited (KProcess *) |
void | executeTextChanged (const QString &text) |
Private Attributes | |
QPushButton * | start_button |
QPushButton * | cancel_button |
QComboBox * | combo |
KProcess * | m_proc |
QCString | m_str |
Constructor & Destructor Documentation
|
Definition at line 30 of file shellinsertdlg.cpp. References KButtonBox::addButton(), cancel_button, combo, executeTextChanged(), KButtonBox::layout(), m_proc, KConfigBase::readListEntry(), KConfigBase::setGroup(), slotStartClicked(), and start_button. |
|
Definition at line 62 of file shellinsertdlg.cpp. References combo, endl(), kdDebug(), m_proc, KConfigBase::setGroup(), and KConfigBase::writeEntry(). |
Member Function Documentation
|
Definition at line 83 of file shellinsertdlg.cpp. References start_button. Referenced by FilterPart::slotShellInsert(). |
|
Definition at line 78 of file shellinsertdlg.cpp. References executeTextChanged(), start_button, and text(). Referenced by executeTextChanged(), and ShellInsertDialog(). |
|
Definition at line 112 of file shellinsertdlg.cpp. References KProcess::exitStatus(), m_proc, KProcess::normalExit(), and slotProcessExited(). Referenced by slotProcessExited(), and slotStartClicked(). |
|
Definition at line 106 of file shellinsertdlg.cpp. References len, m_str, slotReceivedStdout(), and text(). Referenced by slotReceivedStdout(), and slotStartClicked(). |
|
Definition at line 90 of file shellinsertdlg.cpp. References combo, m_proc, m_str, slotProcessExited(), slotReceivedStdout(), KProcess::start(), and start_button. Referenced by ShellInsertDialog(). |
|
Definition at line 33 of file shellinsertdlg.h. References m_str. Referenced by FilterPart::slotShellInsert(). |
Member Data Documentation
|
Definition at line 43 of file shellinsertdlg.h. Referenced by ShellInsertDialog(). |
|
Definition at line 44 of file shellinsertdlg.h. Referenced by ShellInsertDialog(), slotStartClicked(), and ~ShellInsertDialog(). |
|
Definition at line 45 of file shellinsertdlg.h. Referenced by ShellInsertDialog(), slotProcessExited(), slotStartClicked(), and ~ShellInsertDialog(). |
|
Definition at line 46 of file shellinsertdlg.h. Referenced by slotReceivedStdout(), slotStartClicked(), and text(). |
|
Definition at line 43 of file shellinsertdlg.h. Referenced by exec(), executeTextChanged(), ShellInsertDialog(), and slotStartClicked(). |
The documentation for this class was generated from the following files:
- parts/filter/shellinsertdlg.h
- parts/filter/shellinsertdlg.cpp