• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kate
 

kate

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., 51 Franklin Street, Fifth Floor,
00018    Boston, MA 02110-1301, USA.
00019 */
00020 
00021 #ifndef __KATE_MAIN_H__
00022 #define __KATE_MAIN_H__
00023 
00024 #include <config.h>
00025 
00026 class TQComboBox;
00027 class TQDateTime;
00028 class TQEvent;
00029 class TQFileInfo;
00030 class TQGridLayout;
00031 class TQLabel;
00032 class TQListBox;
00033 class TQObject;
00034 class TQPixmap;
00035 class TQVBoxLayout;
00036 class TQString;
00037 class TQWidgetStack;
00038 
00039 class TDEAction;
00040 class TDEActionMenu;
00041 class TDEConfig;
00042 class KDirOperator;
00043 class KEditToolbar;
00044 class KFileViewItem;
00045 class KHistoryCombo;
00046 class KLineEdit;
00047 class TDEListBox;
00048 class TDEProcess;
00049 class KPushButton;
00050 class TDERecentFilesAction;
00051 class TDESelectAction;
00052 class KStatusBar;
00053 class TDEToggleAction;
00054 class KURL;
00055 class KURLComboBox;
00056 
00057 class KateApp;
00058 class KateConfigDlg;
00059 class KateConsole;
00060 class KateDocManager;
00061 class KateFileList;
00062 class KateFileSelector;
00063 class KateMainWindow;
00064 class KatePluginIface;
00065 class KatePluginManager;
00066 class KateSidebar;
00067 class KateViewManager;
00068 class KateViewSpace;
00069 
00070 #endif

kate

Skip menu "kate"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

kate

Skip menu "kate"
  • kate
  • libkonq
  • twin
  •   lib
Generated for kate by doxygen 1.7.1
This website is maintained by Timothy Pearson.