KDevelop API Documentation

GDBDebugger::Dbg_PS_Dialog Class Reference

#include <dbgpsdlg.h>

Inheritance diagram for GDBDebugger::Dbg_PS_Dialog:

KDialog QDialog List of all members.

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

KProcesspsProc_
QListBoxpids_
QLabelheading_
QString pidLines_
QString pidCmd_

Constructor & Destructor Documentation

GDBDebugger::Dbg_PS_Dialog::Dbg_PS_Dialog QWidget parent = 0,
const char *  name = 0
 

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().

GDBDebugger::Dbg_PS_Dialog::~Dbg_PS_Dialog  ) 
 

Definition at line 97 of file dbgpsdlg.cpp.

References psProc_.


Member Function Documentation

int GDBDebugger::Dbg_PS_Dialog::pidSelected  ) 
 

Definition at line 104 of file dbgpsdlg.cpp.

References pids_.

Referenced by GDBDebugger::DebuggerPart::slotAttachProcess().

void GDBDebugger::Dbg_PS_Dialog::slotProcessExited  )  [private, slot]
 

Definition at line 122 of file dbgpsdlg.cpp.

References heading_, pidCmd_, pidLines_, pids_, and psProc_.

Referenced by Dbg_PS_Dialog().

void GDBDebugger::Dbg_PS_Dialog::slotReceivedOutput KProcess proc,
char *  buffer,
int  buflen
[private, slot]
 

Definition at line 115 of file dbgpsdlg.cpp.

References pidLines_.

Referenced by Dbg_PS_Dialog().


Member Data Documentation

QLabel* GDBDebugger::Dbg_PS_Dialog::heading_ [private]
 

Definition at line 47 of file dbgpsdlg.h.

Referenced by Dbg_PS_Dialog(), and slotProcessExited().

QString GDBDebugger::Dbg_PS_Dialog::pidCmd_ [private]
 

Definition at line 49 of file dbgpsdlg.h.

Referenced by Dbg_PS_Dialog(), and slotProcessExited().

QString GDBDebugger::Dbg_PS_Dialog::pidLines_ [private]
 

Definition at line 48 of file dbgpsdlg.h.

Referenced by slotProcessExited(), and slotReceivedOutput().

QListBox* GDBDebugger::Dbg_PS_Dialog::pids_ [private]
 

Definition at line 46 of file dbgpsdlg.h.

Referenced by Dbg_PS_Dialog(), pidSelected(), and slotProcessExited().

KProcess* GDBDebugger::Dbg_PS_Dialog::psProc_ [private]
 

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:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:32 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003