KDevCompilerOptions Class Reference
The interface to compiler options configuration. More...
#include <kdevcompileroptions.h>
Inheritance diagram for KDevCompilerOptions:

Public Member Functions | |
KDevCompilerOptions (QObject *parent=0, const char *name=0) | |
~KDevCompilerOptions () | |
virtual QString | exec (QWidget *parent, const QString &flags)=0 |
Opens a dialog which allows the user to configure the compiler options. |
Detailed Description
The interface to compiler options configuration.
Definition at line 31 of file kdevcompileroptions.h.
Constructor & Destructor Documentation
|
Definition at line 22 of file kdevcompileroptions.cpp. References KDevCompilerOptions(). Referenced by KDevCompilerOptions(). |
|
Definition at line 27 of file kdevcompileroptions.cpp. |
Member Function Documentation
|
Opens a dialog which allows the user to configure the compiler options. The initial settings in the dialog will be set from the flags argument of this method. After the dialog is accepted, the new settings will be returned as a string. If the dialog was cancelled, QString::null is returned. Implemented in GccOptionsPlugin, PgiOptionsPlugin, GhcOptionsPlugin, DccOptionsPlugin, and FpcOptionsPlugin. Referenced by ConfigureOptionsWidget::cflagsClicked(), ConfigureOptionsWidget::cxxflagsClicked(), AutoProjectTool::execFlagsDialog(), ConfigureOptionsWidget::f77flagsClicked(), PascalProjectOptionsDlg::optionsButtonClicked(), PascalGlobalOptionsDlg::optionsButtonClicked(), HaskellProjectOptionsDlg::optionsButtonClicked(), AdaProjectOptionsDlg::optionsButtonClicked(), and AdaGlobalOptionsDlg::optionsButtonClicked(). |
The documentation for this class was generated from the following files:
- lib/interfaces/kdevcompileroptions.h
- lib/interfaces/kdevcompileroptions.cpp