KDevelop API Documentation

doctreeprojectconfigwidget.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2002 by Sebastian Kratzert                              *
00003  *   skratzert@gmx.de                                                      *
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 _DOCTREEPROJECTCONFIGWIDGET_H_
00013 #define _DOCTREEPROJECTCONFIGWIDGET_H_
00014 
00015 #include "doctreeprojectconfigwidgetbase.h"
00016 
00017 class DocTreeViewWidget;
00018 class KDevProject;
00019 
00020 class DocTreeProjectConfigWidget : public DocTreeProjectConfigWidgetBase
00021 {
00022     Q_OBJECT
00023 
00024 public:
00025     DocTreeProjectConfigWidget( DocTreeViewWidget *widget, QWidget *parent, KDevProject *project, const char *name=0 );
00026     //~DocTreeProjectConfigWidget();
00027 
00028 public slots:
00029     void accept();
00030    // void setProject(KDevProject* project);
00031 
00032 private:
00033     void readConfig();
00034     void storeConfig();
00035 
00037     QStringList m_ignoreQT_XML;
00038     QStringList m_ignoreDoxygen;
00039     QStringList m_ignoreKDoc;
00040     QStringList m_ignoreToc;
00041     QStringList m_ignoreDevHelp;
00042 
00043     QListViewItem *m_qtDocs;
00044     QListViewItem *m_doxygenDocs;
00045     QListViewItem *m_kdocDocs;
00046     QListViewItem *m_tocDocs;
00047     QListViewItem *m_devHelpDocs;
00048 
00049     DocTreeViewWidget *m_widget;
00050     KDevProject *m_project;
00051 
00052 friend class DocCheckItem;
00053 };
00054 
00055 #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:39 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003