FpcOptionsPlugin Class Reference
#include <fpcoptionsplugin.h>
Inheritance diagram for FpcOptionsPlugin:


Public Member Functions | |
FpcOptionsPlugin (QObject *parent, const char *name, const QStringList &args) | |
~FpcOptionsPlugin () | |
virtual QString | exec (QWidget *parent, const QString &flags) |
Opens a dialog which allows the user to configure the compiler options. |
Constructor & Destructor Documentation
|
|
|
Definition at line 26 of file fpcoptionsplugin.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 30 of file fpcoptionsplugin.cpp. References FpcOptionsDialog::flags(), and FpcOptionsDialog::setFlags(). |
The documentation for this class was generated from the following files:
- languages/pascal/compiler/fpcoptions/fpcoptionsplugin.h
- languages/pascal/compiler/fpcoptions/fpcoptionsplugin.cpp