RunOptionsWidget Class Reference
#include <runoptionswidget.h>
Inheritance diagram for RunOptionsWidget:

Public Slots | |
void | accept () |
Public Member Functions | |
RunOptionsWidget (QDomDocument &dom, const QString &configGroup, const QString &buildDirectory, QWidget *parent=0, const char *name=0) | |
~RunOptionsWidget () | |
Private Member Functions | |
virtual void | directoryRadioChanged () |
virtual void | browseCustomDirectory () |
virtual void | browseMainProgram () |
Private Attributes | |
QDomDocument & | m_dom |
QString | m_configGroup |
KURL | m_buildDirectory |
KURL | m_customRunDirectory |
KURL | m_mainProgramAbsolutePath |
EnvironmentVariablesWidget * | m_environmentVariablesWidget |
Constructor & Destructor Documentation
|
Definition at line 39 of file runoptionswidget.cpp. References KURL::cleanPath(), KURL::directory(), directoryRadioChanged(), m_buildDirectory, m_customRunDirectory, m_environmentVariablesWidget, m_mainProgramAbsolutePath, KURL::path(), RunOptionsWidget(), and KSqueezedTextLabel::setText(). Referenced by RunOptionsWidget(). |
|
Definition at line 99 of file runoptionswidget.cpp. |
Member Function Documentation
|
Definition at line 103 of file runoptionswidget.cpp. References EnvironmentVariablesWidget::accept(), m_configGroup, m_dom, and m_environmentVariablesWidget. |
|
Reimplemented from RunOptionsWidgetBase. Definition at line 142 of file runoptionswidget.cpp. References KURL::path(), KDialog::setCaption(), and KDirSelectDialog::url(). |
|
Reimplemented from RunOptionsWidgetBase. Definition at line 163 of file runoptionswidget.cpp. References KURL::addPath(), KURL::cleanPath(), KURL::directory(), KURL::filename(), m_buildDirectory, m_mainProgramAbsolutePath, URLUtil::relativePath(), KFileDialog::selectedFile(), KDialog::setCaption(), KFileDialog::setMimeFilter(), KFileDialog::setSelection(), and KFileDialog::setURL(). |
|
Reimplemented from RunOptionsWidgetBase. Definition at line 126 of file runoptionswidget.cpp. References KURL::directory(), m_buildDirectory, m_mainProgramAbsolutePath, and KURL::path(). Referenced by RunOptionsWidget(). |
Member Data Documentation
|
Definition at line 54 of file runoptionswidget.h. Referenced by browseMainProgram(), directoryRadioChanged(), and RunOptionsWidget(). |
|
Definition at line 53 of file runoptionswidget.h. Referenced by accept(). |
|
Definition at line 55 of file runoptionswidget.h. Referenced by RunOptionsWidget(). |
|
Definition at line 52 of file runoptionswidget.h. Referenced by accept(). |
|
Definition at line 57 of file runoptionswidget.h. Referenced by accept(), and RunOptionsWidget(). |
|
Definition at line 56 of file runoptionswidget.h. Referenced by browseMainProgram(), directoryRadioChanged(), and RunOptionsWidget(). |
The documentation for this class was generated from the following files:
- lib/project/runoptionswidget.h
- lib/project/runoptionswidget.cpp