KDevelop API Documentation

overviewlistview.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2003 Roberto Raggi                                      *
00003  *   roberto@kdevelop.org                                                  *
00004  *   Copyright (C) 2003 Alexander Dymo                                     *
00005  *   cloudtemple@mksat.net                                                 *
00006  *                                                                         *
00007  *   This program is free software; you can redistribute it and/or modify  *
00008  *   it under the terms of the GNU General Public License as published by  *
00009  *   the Free Software Foundation; either version 2 of the License, or     *
00010  *   (at your option) any later version.                                   *
00011  *                                                                         *
00012  ***************************************************************************/
00013 #ifndef OVERVIEWLISTVIEW_H
00014 #define OVERVIEWLISTVIEW_H
00015 
00016 #include <klistview.h>
00017 
00018 class QHBox;
00019 class GenericProjectPart;
00020 
00021 class OverviewListView : public KListView
00022 {
00023     Q_OBJECT
00024 public:
00025     OverviewListView( GenericProjectPart* part, QWidget *parent, const char *name = 0 );
00026     virtual ~OverviewListView();
00027 };
00028 
00029 #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