ValgrindDialog Class Reference
Harald Fernengel. More...
#include <valgrind_dialog.h>
Inheritance diagram for ValgrindDialog:


Public Types | |
enum | Type { Memcheck = 0, Calltree = 1 } |
Public Member Functions | |
ValgrindDialog (Type type, QWidget *parent=0) | |
~ValgrindDialog () | |
QString | executableName () const |
void | setExecutable (const QString &url) |
QString | parameters () const |
void | setParameters (const QString ¶ms) |
QString | valExecutable () const |
void | setValExecutable (const QString &ve) |
QString | valParams () const |
void | setValParams (const QString ¶ms) |
QString | ctExecutable () const |
void | setCtExecutable (const QString &ce) |
QString | ctParams () const |
void | setCtParams (const QString ¶ms) |
QString | kcExecutable () const |
void | setKcExecutable (const QString &ke) |
Private Slots | |
void | valgrindTextChanged () |
Private Attributes | |
DialogWidget * | w |
Type | m_type |
Detailed Description
Harald Fernengel.
Definition at line 14 of file valgrind_dialog.h.
Member Enumeration Documentation
|
Definition at line 18 of file valgrind_dialog.h. |
Constructor & Destructor Documentation
|
|
Definition at line 35 of file valgrind_dialog.cpp. |
Member Function Documentation
|
Definition at line 123 of file valgrind_dialog.cpp. References DialogWidget::ctExecutableEdit, KURLRequester::url, and w. Referenced by ValgrindPart::slotExecCalltree(). |
|
Definition at line 144 of file valgrind_dialog.cpp. References DialogWidget::ctChildrenBox, DialogWidget::ctParamEdit, and w. Referenced by ValgrindPart::slotExecCalltree(). |
|
Definition at line 47 of file valgrind_dialog.cpp. References DialogWidget::executableEdit, KURLRequester::url, and w. Referenced by ValgrindPart::slotExecCalltree(), and ValgrindPart::slotExecValgrind(). |
|
Definition at line 165 of file valgrind_dialog.cpp. References DialogWidget::kcExecutableEdit, KURLRequester::url, and w. Referenced by ValgrindPart::slotExecCalltree(). |
|
Definition at line 62 of file valgrind_dialog.cpp. References DialogWidget::paramEdit, and w. Referenced by ValgrindPart::slotExecCalltree(), and ValgrindPart::slotExecValgrind(). |
|
Definition at line 128 of file valgrind_dialog.cpp. References DialogWidget::ctExecutableEdit, KStandardDirs::findExe(), KURLRequester::setURL(), KMessageBox::sorry(), and w. Referenced by ValgrindPart::slotExecCalltree(). |
|
Definition at line 153 of file valgrind_dialog.cpp. References childrenParam(), DialogWidget::ctChildrenBox, DialogWidget::ctParamEdit, DialogWidget::init(), KLineEdit::setText(), and w. Referenced by ValgrindPart::slotExecCalltree(). |
|
Definition at line 52 of file valgrind_dialog.cpp. References DialogWidget::executableEdit, KURLRequester::setURL(), and w. Referenced by ValgrindPart::slotExecCalltree(), and ValgrindPart::slotExecValgrind(). |
|
Definition at line 170 of file valgrind_dialog.cpp. References KStandardDirs::findExe(), DialogWidget::kcExecutableEdit, KURLRequester::setURL(), KMessageBox::sorry(), and w. Referenced by ValgrindPart::slotExecCalltree(). |
|
Definition at line 67 of file valgrind_dialog.cpp. References DialogWidget::paramEdit, KLineEdit::setText(), and w. Referenced by ValgrindPart::slotExecCalltree(), and ValgrindPart::slotExecValgrind(). |
|
Definition at line 72 of file valgrind_dialog.cpp. References KStandardDirs::findExe(), KURLRequester::setURL(), KMessageBox::sorry(), DialogWidget::valExecutableEdit, and w. Referenced by ValgrindPart::slotExecValgrind(). |
|
Definition at line 105 of file valgrind_dialog.cpp. References DialogWidget::childrenBox, childrenParam(), DialogWidget::init(), leakCheckParam(), DialogWidget::memleakBox, DialogWidget::reachableBox, reachableParam(), KLineEdit::setText(), DialogWidget::valParamEdit, and w. Referenced by ValgrindPart::slotExecValgrind(). |
|
Definition at line 57 of file valgrind_dialog.cpp. References KURLRequester::url, DialogWidget::valExecutableEdit, and w. Referenced by ValgrindPart::slotExecValgrind(). |
|
Definition at line 39 of file valgrind_dialog.cpp. References DialogWidget::ctExecutableEdit, KDialogBase::enableButtonOK(), DialogWidget::executableEdit, DialogWidget::kcExecutableEdit, KURLRequester::lineEdit(), m_type, DialogWidget::valExecutableEdit, and w. Referenced by ValgrindDialog(). |
|
Definition at line 92 of file valgrind_dialog.cpp. References DialogWidget::childrenBox, DialogWidget::memleakBox, DialogWidget::reachableBox, DialogWidget::valParamEdit, and w. Referenced by ValgrindPart::slotExecValgrind(). |
Member Data Documentation
|
Definition at line 53 of file valgrind_dialog.h. Referenced by ValgrindDialog(), and valgrindTextChanged(). |
|
Definition at line 52 of file valgrind_dialog.h. Referenced by ctExecutable(), ctParams(), executableName(), kcExecutable(), parameters(), setCtExecutable(), setCtParams(), setExecutable(), setKcExecutable(), setParameters(), setValExecutable(), setValParams(), valExecutable(), ValgrindDialog(), valgrindTextChanged(), and valParams(). |
The documentation for this class was generated from the following files:
- parts/valgrind/valgrind_dialog.h
- parts/valgrind/valgrind_dialog.cpp