ShellFilterDialog Class Reference
#include <shellfilterdlg.h>
Inheritance diagram for ShellFilterDialog:

Public Member Functions | |
ShellFilterDialog () | |
~ShellFilterDialog () | |
virtual int | exec () |
void | setText (const QString &str) |
QString | text () const |
Private Slots | |
void | slotStartClicked () |
void | slotReceivedStdout (KProcess *, char *text, int len) |
void | slotWroteStdin (KProcess *) |
void | slotProcessExited (KProcess *) |
Private Attributes | |
QPushButton * | start_button |
QPushButton * | cancel_button |
QComboBox * | combo |
KProcess * | m_proc |
QCString | m_instr |
QString | m_outstr |
Constructor & Destructor Documentation
|
Definition at line 29 of file shellfilterdlg.cpp. References KButtonBox::addButton(), cancel_button, combo, KButtonBox::layout(), m_proc, KConfigBase::readListEntry(), KConfigBase::setGroup(), slotStartClicked(), and start_button. |
|
Definition at line 58 of file shellfilterdlg.cpp. References combo, endl(), kdDebug(), m_proc, KConfigBase::setGroup(), and KConfigBase::writeEntry(). |
Member Function Documentation
|
Definition at line 93 of file shellfilterdlg.cpp. References start_button. Referenced by FilterPart::slotShellFilter(). |
|
Definition at line 33 of file shellfilterdlg.h. References m_instr, and setText(). Referenced by setText(), and FilterPart::slotShellFilter(). |
|
Definition at line 114 of file shellfilterdlg.cpp. References endl(), KProcess::exitStatus(), kdDebug(), m_proc, KProcess::normalExit(), and slotProcessExited(). Referenced by slotProcessExited(), and slotStartClicked(). |
|
Definition at line 100 of file shellfilterdlg.cpp. References endl(), kdDebug(), len, m_outstr, slotReceivedStdout(), and text(). Referenced by slotReceivedStdout(), and slotStartClicked(). |
|
Definition at line 74 of file shellfilterdlg.cpp. References combo, m_instr, m_outstr, m_proc, slotProcessExited(), slotReceivedStdout(), slotWroteStdin(), KProcess::start(), start_button, and KProcess::writeStdin(). Referenced by ShellFilterDialog(). |
|
Definition at line 107 of file shellfilterdlg.cpp. References KProcess::closeStdin(), endl(), kdDebug(), m_outstr, m_proc, and slotWroteStdin(). Referenced by slotStartClicked(), and slotWroteStdin(). |
|
Definition at line 35 of file shellfilterdlg.h. References m_outstr. Referenced by FilterPart::slotShellFilter(). |
Member Data Documentation
|
Definition at line 45 of file shellfilterdlg.h. Referenced by ShellFilterDialog(). |
|
Definition at line 46 of file shellfilterdlg.h. Referenced by ShellFilterDialog(), slotStartClicked(), and ~ShellFilterDialog(). |
|
Definition at line 48 of file shellfilterdlg.h. Referenced by setText(), and slotStartClicked(). |
|
Definition at line 49 of file shellfilterdlg.h. Referenced by slotReceivedStdout(), slotStartClicked(), slotWroteStdin(), and text(). |
|
Definition at line 47 of file shellfilterdlg.h. Referenced by ShellFilterDialog(), slotProcessExited(), slotStartClicked(), slotWroteStdin(), and ~ShellFilterDialog(). |
|
Definition at line 45 of file shellfilterdlg.h. Referenced by exec(), ShellFilterDialog(), and slotStartClicked(). |
The documentation for this class was generated from the following files:
- parts/filter/shellfilterdlg.h
- parts/filter/shellfilterdlg.cpp