GccOptionsPlugin Class Reference
#include <gccoptionsplugin.h>
Inheritance diagram for GccOptionsPlugin:


Public Types | |
enum | Type { GCC, GPP, G77, Unknown } |
Public Member Functions | |
GccOptionsPlugin (QObject *parent, const char *name, const QStringList &args) | |
~GccOptionsPlugin () | |
virtual QString | exec (QWidget *parent, const QString &flags) |
Opens a dialog which allows the user to configure the compiler options. | |
Static Public Member Functions | |
QString | captionForType (Type type) |
Private Attributes | |
Type | gcctype |
Member Enumeration Documentation
|
Definition at line 32 of file gccoptionsplugin.h. |
Constructor & Destructor Documentation
|
Definition at line 628 of file gccoptionsplugin.cpp. References gcctype. |
|
Definition at line 647 of file gccoptionsplugin.cpp. |
Member Function Documentation
|
Definition at line 651 of file gccoptionsplugin.cpp. |
|
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. Implements KDevCompilerOptions. Definition at line 663 of file gccoptionsplugin.cpp. References GccOptionsDialog::flags(), gcctype, and GccOptionsDialog::setFlags(). |
Member Data Documentation
|
Definition at line 41 of file gccoptionsplugin.h. Referenced by exec(), and GccOptionsPlugin(). |
The documentation for this class was generated from the following files:
- languages/cpp/compiler/gccoptions/gccoptionsplugin.h
- languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp