KDevelop API Documentation

subprojectoptionsdlg.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2001 by Bernd Gehrmann                                  *
00003  *   bernd@kdevelop.org                                                    *
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU General Public License as published by  *
00007  *   the Free Software Foundation; either version 2 of the License, or     *
00008  *   (at your option) any later version.                                   *
00009  *                                                                         *
00010  ***************************************************************************/
00011 
00012 #ifndef _SUBPROJECTOPTIONSDLG_H_
00013 #define _SUBPROJECTOPTIONSDLG_H_
00014 
00015 #include "subprojectoptionsdlgbase.h"
00016 
00017 class AutoProjectPart;
00018 class AutoProjectWidget;
00019 class SubprojectItem;
00020 
00021 
00022 class SubprojectOptionsDialog : public SubprojectOptionsDialogBase
00023 {
00024     Q_OBJECT
00025     
00026 public:
00027     SubprojectOptionsDialog( AutoProjectPart *part, AutoProjectWidget *widget,
00028                              SubprojectItem *item, QWidget *parent=0, const char *name=0 );
00029     ~SubprojectOptionsDialog();
00030 
00031 private:
00032     virtual void cflagsClicked();
00033     virtual void cxxFlagsClicked();
00034     virtual void fflagsClicked();
00035     virtual void insideMoveUpClicked();
00036     virtual void insideMoveDownClicked();
00037     virtual void outsideMoveUpClicked();
00038     virtual void outsideMoveDownClicked();
00039     virtual void outsideAddClicked();
00040     virtual void outsideRemoveClicked();
00041     virtual void outsideEditClicked();
00042     virtual void addPrefixClicked();
00043     virtual void editPrefixClicked();
00044     virtual void removePrefixClicked();
00045     virtual void buildorderMoveUpClicked();
00046     virtual void buildorderMoveDownClicked();
00047     virtual void accept();
00048 
00049     void readConfig();
00050     void storeConfig();
00051 
00052     SubprojectItem *subProject;
00053     AutoProjectWidget *m_widget;
00054     AutoProjectPart *m_part;
00055 
00056     QString ccompiler;
00057     QString cxxcompiler;
00058     QString f77compiler;
00059 };
00060 
00061 #endif
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:22:22 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003