• 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
26class TQComboBox;
27class TQDateTime;
28class TQEvent;
29class TQFileInfo;
30class TQGridLayout;
31class TQLabel;
32class TQListBox;
33class TQObject;
34class TQPixmap;
35class TQVBoxLayout;
36class TQString;
37class TQWidgetStack;
38
39class TDEAction;
40class TDEActionMenu;
41class TDEConfig;
42class KDirOperator;
43class KEditToolbar;
44class KFileViewItem;
45class KHistoryCombo;
46class KLineEdit;
47class TDEListBox;
48class TDEProcess;
49class KPushButton;
50class TDERecentFilesAction;
51class TDESelectAction;
52class KStatusBar;
53class TDEToggleAction;
54class KURL;
55class KURLComboBox;
56
57class KateApp;
58class KateConfigDlg;
59class KateConsole;
60class KateDocManager;
61class KateFileList;
62class KateFileSelector;
63class KateSessionPanel;
64class KateMainWindow;
65class KatePluginIface;
66class KatePluginManager;
67class KateSidebar;
68class KateViewManager;
69class 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.4
This website is maintained by Timothy Pearson.