KDevelop API Documentation

parts/distpart/specsupport.h

Go to the documentation of this file.
00001 #ifndef __SPECSUPPORT_H__ 00002 #define __SPECSUPPORT_H__ 00003 00004 #include <qwidget.h> 00005 #include <qmap.h> 00006 #include "packagebase.h" 00007 #include "distpart_part.h" 00008 #include "distpart_widget.h" 00009 00010 class QPushButton; 00011 class QVBox; 00012 00013 class SpecSupport : public packageBase { 00014 Q_OBJECT 00015 00016 public: 00017 SpecSupport(DistpartPart * m_part); 00018 ~SpecSupport(); 00019 00020 public slots: 00021 void slotbuildAllPushButtonPressed(); 00022 void slotexportSPECPushButtonPressed(); 00023 void slotimportSPECPushButtonPressed(); 00024 void slotsrcPackagePushButtonPressed(); 00025 00026 private: 00027 void parseDotRpmmacros(); 00028 bool createRpmDirectoryFromMacro(const QString & name); 00029 00030 QString getInfo(QString s, QString motif); 00031 00032 DistpartPart * m_part; 00033 QMap<QString,QString> map; 00034 QPushButton *buildAllPushButton, *exportSPECPushButton, *importSPECPushButton, *srcPackagePushButton; 00035 QVBox * box; 00036 }; 00037 00038 #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 Tue Oct 19 08:01:50 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003