KDevelop API Documentation

RunOptionsWidgetBase Class Reference

#include <runoptionswidgetbase.h>

Inheritance diagram for RunOptionsWidgetBase:

Inheritance graph
[legend]
Collaboration diagram for RunOptionsWidgetBase:

Collaboration graph
[legend]
List of all members.

Public Slots

virtual void directoryRadioChanged ()
virtual void browseCustomDirectory ()
virtual void browseMainProgram ()

Public Member Functions

 RunOptionsWidgetBase (QWidget *parent=0, const char *name=0, WFlags fl=0)
 ~RunOptionsWidgetBase ()

Public Attributes

QButtonGroupdirectoryButtonGroup
QRadioButtonexecutableDirectory_radio
QRadioButtonbuildDirectory_radio
KSqueezedTextLabelbuildDirectory_label
QRadioButtoncustomDirectory_radio
QLineEditcustomRunDirectory_edit
QPushButtonbrowseCustomButton
QGroupBoxprogramGroupBox
QLabelmainprogram_label
QLabelmainProgram_relativeness_label
QLineEditmainprogram_edit
QPushButtonbrowseMainButton
QLabelprogargs_label
QLineEditprogargs_edit
QGroupBoxenv_var_group
QCheckBoxstartinterminal_box
QCheckBoxautocompile_box

Protected Slots

virtual void languageChange ()

Protected Attributes

QVBoxLayoutrun_options_widgetLayout
QGridLayoutdirectoryButtonGroupLayout
QHBoxLayoutlayout2
QGridLayoutprogramGroupBoxLayout
QHBoxLayoutlayout1

Constructor & Destructor Documentation

RunOptionsWidgetBase::RunOptionsWidgetBase QWidget parent = 0,
const char *  name = 0,
WFlags  fl = 0
 

Definition at line 32 of file runoptionswidgetbase.cpp.

References autocompile_box, browseCustomButton, browseCustomDirectory(), browseMainButton, browseMainProgram(), buildDirectory_label, buildDirectory_radio, customDirectory_radio, customRunDirectory_edit, directoryButtonGroup, directoryButtonGroupLayout, directoryRadioChanged(), env_var_group, executableDirectory_radio, languageChange(), layout1, layout2, mainprogram_edit, mainprogram_label, mainProgram_relativeness_label, progargs_edit, progargs_label, programGroupBox, programGroupBoxLayout, run_options_widgetLayout, and startinterminal_box.

RunOptionsWidgetBase::~RunOptionsWidgetBase  ) 
 

Definition at line 155 of file runoptionswidgetbase.cpp.


Member Function Documentation

void RunOptionsWidgetBase::browseCustomDirectory  )  [virtual, slot]
 

Reimplemented in RunOptionsWidget.

Definition at line 192 of file runoptionswidgetbase.cpp.

Referenced by RunOptionsWidgetBase().

void RunOptionsWidgetBase::browseMainProgram  )  [virtual, slot]
 

Reimplemented in RunOptionsWidget.

Definition at line 197 of file runoptionswidgetbase.cpp.

Referenced by RunOptionsWidgetBase().

void RunOptionsWidgetBase::directoryRadioChanged  )  [virtual, slot]
 

Reimplemented in RunOptionsWidget.

Definition at line 187 of file runoptionswidgetbase.cpp.

Referenced by RunOptionsWidgetBase().

void RunOptionsWidgetBase::languageChange  )  [protected, virtual, slot]
 

Definition at line 164 of file runoptionswidgetbase.cpp.

References autocompile_box, browseCustomButton, browseMainButton, buildDirectory_radio, customDirectory_radio, customRunDirectory_edit, directoryButtonGroup, env_var_group, executableDirectory_radio, mainprogram_edit, mainprogram_label, progargs_edit, progargs_label, programGroupBox, and startinterminal_box.

Referenced by RunOptionsWidgetBase().


Member Data Documentation

QCheckBox* RunOptionsWidgetBase::autocompile_box
 

Definition at line 54 of file runoptionswidgetbase.h.

Referenced by languageChange(), and RunOptionsWidgetBase().

QPushButton* RunOptionsWidgetBase::browseCustomButton
 

Definition at line 44 of file runoptionswidgetbase.h.

Referenced by languageChange(), and RunOptionsWidgetBase().

QPushButton* RunOptionsWidgetBase::browseMainButton
 

Definition at line 49 of file runoptionswidgetbase.h.

Referenced by languageChange(), and RunOptionsWidgetBase().

KSqueezedTextLabel* RunOptionsWidgetBase::buildDirectory_label
 

Definition at line 41 of file runoptionswidgetbase.h.

Referenced by RunOptionsWidgetBase().

QRadioButton* RunOptionsWidgetBase::buildDirectory_radio
 

Definition at line 40 of file runoptionswidgetbase.h.

Referenced by languageChange(), and RunOptionsWidgetBase().

QRadioButton* RunOptionsWidgetBase::customDirectory_radio
 

Definition at line 42 of file runoptionswidgetbase.h.

Referenced by languageChange(), and RunOptionsWidgetBase().

QLineEdit* RunOptionsWidgetBase::customRunDirectory_edit
 

Definition at line 43 of file runoptionswidgetbase.h.

Referenced by languageChange(), and RunOptionsWidgetBase().

QButtonGroup* RunOptionsWidgetBase::directoryButtonGroup
 

Definition at line 38 of file runoptionswidgetbase.h.

Referenced by languageChange(), and RunOptionsWidgetBase().

QGridLayout* RunOptionsWidgetBase::directoryButtonGroupLayout [protected]
 

Definition at line 63 of file runoptionswidgetbase.h.

Referenced by RunOptionsWidgetBase().

QGroupBox* RunOptionsWidgetBase::env_var_group
 

Definition at line 52 of file runoptionswidgetbase.h.

Referenced by languageChange(), and RunOptionsWidgetBase().

QRadioButton* RunOptionsWidgetBase::executableDirectory_radio
 

Definition at line 39 of file runoptionswidgetbase.h.

Referenced by languageChange(), and RunOptionsWidgetBase().

QHBoxLayout* RunOptionsWidgetBase::layout1 [protected]
 

Definition at line 66 of file runoptionswidgetbase.h.

Referenced by RunOptionsWidgetBase().

QHBoxLayout* RunOptionsWidgetBase::layout2 [protected]
 

Definition at line 64 of file runoptionswidgetbase.h.

Referenced by RunOptionsWidgetBase().

QLineEdit* RunOptionsWidgetBase::mainprogram_edit
 

Definition at line 48 of file runoptionswidgetbase.h.

Referenced by languageChange(), and RunOptionsWidgetBase().

QLabel* RunOptionsWidgetBase::mainprogram_label
 

Definition at line 46 of file runoptionswidgetbase.h.

Referenced by languageChange(), PascalProjectPart::projectConfigWidget(), HaskellProjectPart::projectConfigWidget(), and RunOptionsWidgetBase().

QLabel* RunOptionsWidgetBase::mainProgram_relativeness_label
 

Definition at line 47 of file runoptionswidgetbase.h.

Referenced by RunOptionsWidgetBase().

QLineEdit* RunOptionsWidgetBase::progargs_edit
 

Definition at line 51 of file runoptionswidgetbase.h.

Referenced by languageChange(), and RunOptionsWidgetBase().

QLabel* RunOptionsWidgetBase::progargs_label
 

Definition at line 50 of file runoptionswidgetbase.h.

Referenced by languageChange(), and RunOptionsWidgetBase().

QGroupBox* RunOptionsWidgetBase::programGroupBox
 

Definition at line 45 of file runoptionswidgetbase.h.

Referenced by AutoProjectPart::insertConfigWidget(), languageChange(), and RunOptionsWidgetBase().

QGridLayout* RunOptionsWidgetBase::programGroupBoxLayout [protected]
 

Definition at line 65 of file runoptionswidgetbase.h.

Referenced by RunOptionsWidgetBase().

QVBoxLayout* RunOptionsWidgetBase::run_options_widgetLayout [protected]
 

Definition at line 62 of file runoptionswidgetbase.h.

Referenced by RunOptionsWidgetBase().

QCheckBox* RunOptionsWidgetBase::startinterminal_box
 

Definition at line 53 of file runoptionswidgetbase.h.

Referenced by languageChange(), and RunOptionsWidgetBase().


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 Tue Feb 22 09:47:21 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003