KDevelop API Documentation

buildtools/generic/detailslistview.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 DETAILSLISTVIEW_H 00014 #define DETAILSLISTVIEW_H 00015 00016 #include <klistview.h> 00017 00018 class QHBox; 00019 class GenericProjectPart; 00020 00021 class DetailsListView : public KListView 00022 { 00023 Q_OBJECT 00024 public: 00025 DetailsListView(GenericProjectPart* part, QWidget* parent, const char *name = 0); 00026 virtual ~DetailsListView(); 00027 }; 00028 00029 #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