PgiOptionsPlugin Class Reference
#include <pgioptionsplugin.h>
Inheritance diagram for PgiOptionsPlugin:

Public Types | |
enum | Type { PGHPF, PGF77 } |
Public Member Functions | |
PgiOptionsPlugin (Type type, QObject *parent=0, const char *name=0) | |
~PgiOptionsPlugin () | |
virtual QString | exec (QWidget *parent, const QString &flags) |
Opens a dialog which allows the user to configure the compiler options. | |
Private Attributes | |
Type | pgitype |
Member Enumeration Documentation
|
Definition at line 29 of file pgioptionsplugin.h. |
Constructor & Destructor Documentation
|
Definition at line 302 of file pgioptionsplugin.cpp. References PgiOptionsPlugin(), and pgitype. Referenced by PgiOptionsPlugin(). |
|
Definition at line 309 of file pgioptionsplugin.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. Implements KDevCompilerOptions. Definition at line 313 of file pgioptionsplugin.cpp. References exec(), PgiOptionsDialog::flags(), pgitype, and PgiOptionsDialog::setFlags(). Referenced by exec(). |
Member Data Documentation
|
Definition at line 37 of file pgioptionsplugin.h. Referenced by exec(), and PgiOptionsPlugin(). |
The documentation for this class was generated from the following files:
- languages/fortran/compiler/pgioptions/pgioptionsplugin.h
- languages/fortran/compiler/pgioptions/pgioptionsplugin.cpp