KDevelop API Documentation

GhcOptionsPlugin Class Reference

#include <ghcoptionsplugin.h>

Inheritance diagram for GhcOptionsPlugin:

Inheritance graph
[legend]
Collaboration diagram for GhcOptionsPlugin:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 GhcOptionsPlugin (QObject *parent, const char *name, const QStringList &args)
 ~GhcOptionsPlugin ()
virtual QString exec (QWidget *parent, const QString &flags)
 Opens a dialog which allows the user to configure the compiler options.

Constructor & Destructor Documentation

GhcOptionsPlugin::GhcOptionsPlugin QObject parent,
const char *  name,
const QStringList args
 

GhcOptionsPlugin::~GhcOptionsPlugin  ) 
 

Definition at line 35 of file ghcoptionsplugin.cpp.


Member Function Documentation

QString GhcOptionsPlugin::exec QWidget parent,
const QString flags
[virtual]
 

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 39 of file ghcoptionsplugin.cpp.

References GhcOptionsDialog::flags(), and GhcOptionsDialog::setFlags().


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 Wed Mar 23 00:25:42 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003