KDevelop API Documentation

buildtools/autotools/targetoptionsdlg.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 _TARGETOPTIONSDLG_ 00013 #define _TARGETOPTIONSDLG_ 00014 00015 #include "targetoptionsdlgbase.h" 00016 00017 class AutoProjectWidget; 00018 class TargetItem; 00019 00020 00021 class TargetOptionsDialog : public TargetOptionsDialogBase 00022 { 00023 Q_OBJECT 00024 00025 public: 00026 TargetOptionsDialog( AutoProjectWidget *widget, TargetItem *item, 00027 QWidget *parent=0, const char *name=0 ); 00028 ~TargetOptionsDialog(); 00029 00030 private: 00031 virtual void insideMoveUpClicked(); 00032 virtual void insideMoveDownClicked(); 00033 virtual void outsideMoveUpClicked(); 00034 virtual void outsideMoveDownClicked(); 00035 virtual void outsideAddClicked(); 00036 virtual void outsideEditClicked(); 00037 virtual void outsideRemoveClicked(); 00038 virtual void accept(); 00039 00040 void readConfig(); 00041 void storeConfig(); 00042 00043 TargetItem *target; 00044 AutoProjectWidget *m_widget; 00045 }; 00046 00047 #endif
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:38:54 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003