KDevelop API Documentation

DccOptionsPlugin Class Reference

#include <dccoptionsplugin.h>

Inheritance diagram for DccOptionsPlugin:

KDevCompilerOptions QObject List of all members.

Public Member Functions

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


Constructor & Destructor Documentation

DccOptionsPlugin::DccOptionsPlugin QObject parent,
const char *  name,
const  QStringList
 

DccOptionsPlugin::~DccOptionsPlugin  ) 
 

Definition at line 29 of file dccoptionsplugin.cpp.


Member Function Documentation

QString DccOptionsPlugin::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 33 of file dccoptionsplugin.cpp.

References exec(), DccOptionsDialog::flags(), and DccOptionsDialog::setFlags().

Referenced by exec().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:22 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003