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

kate

  • kate
  • app
katemain.h
1 /* This file is part of the KDE project
2  Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org>
3  Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
4  Copyright (C) 2001 Anders Lund <anders.lund@lund.tdcadsl.dk>
5 
6  This library is free software; you can redistribute it and/or
7  modify it under the terms of the GNU Library General Public
8  License version 2 as published by the Free Software Foundation.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Library General Public License for more details.
14 
15  You should have received a copy of the GNU Library General Public License
16  along with this library; see the file COPYING.LIB. If not, write to
17  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  Boston, MA 02110-1301, USA.
19 */
20 
21 #ifndef __KATE_MAIN_H__
22 #define __KATE_MAIN_H__
23 
24 #include <config.h>
25 
26 class TQComboBox;
27 class TQDateTime;
28 class TQEvent;
29 class TQFileInfo;
30 class TQGridLayout;
31 class TQLabel;
32 class TQListBox;
33 class TQObject;
34 class TQPixmap;
35 class TQVBoxLayout;
36 class TQString;
37 class TQWidgetStack;
38 
39 class TDEAction;
40 class TDEActionMenu;
41 class TDEConfig;
42 class KDirOperator;
43 class KEditToolbar;
44 class KFileViewItem;
45 class KHistoryCombo;
46 class KLineEdit;
47 class TDEListBox;
48 class TDEProcess;
49 class KPushButton;
50 class TDERecentFilesAction;
51 class TDESelectAction;
52 class KStatusBar;
53 class TDEToggleAction;
54 class KURL;
55 class KURLComboBox;
56 
57 class KateApp;
58 class KateConfigDlg;
59 class KateConsole;
60 class KateDocManager;
61 class KateFileList;
62 class KateFileSelector;
63 class KateSessionPanel;
64 class KateMainWindow;
65 class KatePluginIface;
66 class KatePluginManager;
67 class KateSidebar;
68 class KateViewManager;
69 class KateViewSpace;
70 
71 #endif
KateApp
Kate Application This class represents the core kate application object.
Definition: kateapp.h:43
KateConsole
KateConsole This class is used for the internal terminal emulator It uses internally the konsole part...
Definition: kateconsole.h:46

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.9.1
This website is maintained by Timothy Pearson.