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 31 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 64 of file shellfilterdlg.cpp. References combo, kdDebug(), KConfigBase::setGroup(), and KConfigBase::writeEntry(). |
Member Function Documentation
|
Definition at line 99 of file shellfilterdlg.cpp. References start_button. Referenced by FilterPart::slotShellFilter(). |
|
Definition at line 33 of file shellfilterdlg.h. References m_instr. Referenced by FilterPart::slotShellFilter(). |
|
Definition at line 120 of file shellfilterdlg.cpp. References KMessageBox::error(), KProcess::exitStatus(), kdDebug(), m_proc, and KProcess::normalExit(). Referenced by slotStartClicked(). |
|
Definition at line 106 of file shellfilterdlg.cpp. References kdDebug(), len, m_outstr, and text(). Referenced by slotStartClicked(). |
|
Definition at line 80 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 113 of file shellfilterdlg.cpp. References KProcess::closeStdin(), kdDebug(), m_outstr, and m_proc. Referenced by slotStartClicked(). |
|
Definition at line 35 of file shellfilterdlg.h. 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(), and slotWroteStdin(). |
|
Definition at line 47 of file shellfilterdlg.h. Referenced by ShellFilterDialog(), slotProcessExited(), slotStartClicked(), and slotWroteStdin(). |
|
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