KDevelop API Documentation

JAVADebugger::Dbg_PS_Dialog Class Reference

#include <dbgpsdlg.h>

Inheritance diagram for JAVADebugger::Dbg_PS_Dialog:

Inheritance graph
[legend]
Collaboration diagram for JAVADebugger::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

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

Definition at line 50 of file dbgpsdlg.cpp.

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

JAVADebugger::Dbg_PS_Dialog::~Dbg_PS_Dialog  ) 
 

Definition at line 107 of file dbgpsdlg.cpp.


Member Function Documentation

int JAVADebugger::Dbg_PS_Dialog::pidSelected  ) 
 

Definition at line 114 of file dbgpsdlg.cpp.

References pids_.

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

Definition at line 132 of file dbgpsdlg.cpp.

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

Referenced by Dbg_PS_Dialog().

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

Definition at line 125 of file dbgpsdlg.cpp.

References pidLines_.

Referenced by Dbg_PS_Dialog().


Member Data Documentation

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

Definition at line 49 of file dbgpsdlg.h.

Referenced by Dbg_PS_Dialog(), and slotProcessExited().

QString JAVADebugger::Dbg_PS_Dialog::pidCmd_ [private]
 

Definition at line 51 of file dbgpsdlg.h.

Referenced by Dbg_PS_Dialog(), and slotProcessExited().

QString JAVADebugger::Dbg_PS_Dialog::pidLines_ [private]
 

Definition at line 50 of file dbgpsdlg.h.

Referenced by slotProcessExited(), and slotReceivedOutput().

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

Definition at line 48 of file dbgpsdlg.h.

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

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

Definition at line 47 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:47 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003