kate Library API Documentation

katemain.h

00001 /* This file is part of the KDE project
00002    Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org>
00003    Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
00004    Copyright (C) 2001 Anders Lund <anders.lund@lund.tdcadsl.dk>
00005 
00006    This library is free software; you can redistribute it and/or
00007    modify it under the terms of the GNU Library General Public
00008    License version 2 as published by the Free Software Foundation.
00009 
00010    This library is distributed in the hope that it will be useful,
00011    but WITHOUT ANY WARRANTY; without even the implied warranty of
00012    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013    Library General Public License for more details.
00014 
00015    You should have received a copy of the GNU Library General Public License
00016    along with this library; see the file COPYING.LIB.  If not, write to
00017    the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
00018    Boston, MA 02111-1307, USA.
00019 */
00020 
00021 #ifndef __KATE_MAIN_H__
00022 #define __KATE_MAIN_H__
00023 
00024 #include <config.h>
00025 
00026 #define KATE_VERSION "2.4.1"
00027 
00028 class QComboBox;
00029 class QDateTime;
00030 class QEvent;
00031 class QFileInfo;
00032 class QGridLayout;
00033 class QLabel;
00034 class QListBox;
00035 class QObject;
00036 class QPixmap;
00037 class QVBoxLayout;
00038 class QString;
00039 class QWidgetStack;
00040 
00041 class KAction;
00042 class KActionMenu;
00043 class KConfig;
00044 class KDirOperator;
00045 class KEditToolbar;
00046 class KFileViewItem;
00047 class KHistoryCombo;
00048 class KLineEdit;
00049 class KListBox;
00050 class KProcess;
00051 class KPushButton;
00052 class KRecentFilesAction;
00053 class KSelectAction;
00054 class KStatusBar;
00055 class KToggleAction;
00056 class KURL;
00057 class KURLComboBox;
00058 
00059 class KateApp;
00060 class KateConfigDlg;
00061 class KateConsole;
00062 class KateDocManager;
00063 class KateFileList;
00064 class KateFileSelector;
00065 class KateMainWindow;
00066 class KatePluginIface;
00067 class KatePluginManager;
00068 class KateSidebar;
00069 class KateViewManager;
00070 class KateViewSpace;
00071 
00072 #endif
KDE Logo
This file is part of the documentation for kate Library Version 3.4.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Jun 13 19:27:53 2006 by doxygen 1.4.3 written by Dimitri van Heesch, © 1997-2003