GDBDebugger::Dbg_PS_Dialog Class Reference
#include <dbgpsdlg.h>
Inheritance diagram for GDBDebugger::Dbg_PS_Dialog:

Public Member Functions | |
Dbg_PS_Dialog (QWidget *parent=0, const char *name=0) | |
~Dbg_PS_Dialog () | |
int | pidSelected () |
Private Slots | |
void | slotReceivedOutput (KProcess *proc, char *buffer, int buflen) |
void | slotProcessExited () |
Private Attributes | |
KProcess * | psProc_ |
QListBox * | pids_ |
QLabel * | heading_ |
QString | pidLines_ |
QString | pidCmd_ |
Constructor & Destructor Documentation
|
Definition at line 46 of file dbgpsdlg.cpp. References KButtonBox::addButton(), KButtonBox::addStretch(), QBoxLayout::addWidget(), heading_, KButtonBox::layout(), pidCmd_, pids_, psProc_, slotProcessExited(), slotReceivedOutput(), and KProcess::start(). |
|
Definition at line 97 of file dbgpsdlg.cpp. References psProc_. |
Member Function Documentation
|
Definition at line 104 of file dbgpsdlg.cpp. References pids_. Referenced by GDBDebugger::DebuggerPart::slotAttachProcess(). |
|
Definition at line 122 of file dbgpsdlg.cpp. References heading_, pidCmd_, pidLines_, pids_, and psProc_. Referenced by Dbg_PS_Dialog(). |
|
Definition at line 115 of file dbgpsdlg.cpp. References pidLines_. Referenced by Dbg_PS_Dialog(). |
Member Data Documentation
|
Definition at line 47 of file dbgpsdlg.h. Referenced by Dbg_PS_Dialog(), and slotProcessExited(). |
|
Definition at line 49 of file dbgpsdlg.h. Referenced by Dbg_PS_Dialog(), and slotProcessExited(). |
|
Definition at line 48 of file dbgpsdlg.h. Referenced by slotProcessExited(), and slotReceivedOutput(). |
|
Definition at line 46 of file dbgpsdlg.h. Referenced by Dbg_PS_Dialog(), pidSelected(), and slotProcessExited(). |
|
Definition at line 45 of file dbgpsdlg.h. Referenced by Dbg_PS_Dialog(), slotProcessExited(), and ~Dbg_PS_Dialog(). |
The documentation for this class was generated from the following files:
- languages/cpp/debugger/dbgpsdlg.h
- languages/cpp/debugger/dbgpsdlg.cpp