KDevelop API Documentation

GDBDebugger::Dbg_PS_Dialog Class Reference

#include <dbgpsdlg.h>

Inheritance diagram for GDBDebugger::Dbg_PS_Dialog:

Inheritance graph
[legend]
Collaboration diagram for GDBDebugger::Dbg_PS_Dialog:

Collaboration graph
[legend]
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 48 of file dbgpsdlg.cpp.

References KButtonBox::addButton(), KButtonBox::addStretch(), QBoxLayout::addWidget(), heading_, KButtonBox::layout(), pidCmd_, pids_, psProc_, KDialog::setCaption(), slotProcessExited(), slotReceivedOutput(), and KProcess::start().

GDBDebugger::Dbg_PS_Dialog::~Dbg_PS_Dialog  ) 
 

Definition at line 120 of file dbgpsdlg.cpp.


Member Function Documentation

int GDBDebugger::Dbg_PS_Dialog::pidSelected  ) 
 

Definition at line 127 of file dbgpsdlg.cpp.

References pids_.

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

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

Definition at line 145 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 138 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(), and slotProcessExited().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:32:17 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003