• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdelibs
  • Sitemap
  • Contact Us
 

Kate

katemodeconfigpage.h

Go to the documentation of this file.
00001 /* This file is part of the KDE libraries
00002    Copyright (C) 2001-2003 Christoph Cullmann <cullmann@kde.org>
00003 
00004    This library is free software; you can redistribute it and/or
00005    modify it under the terms of the GNU Library General Public
00006    License version 2 as published by the Free Software Foundation.
00007 
00008    This library is distributed in the hope that it will be useful,
00009    but WITHOUT ANY WARRANTY; without even the implied warranty of
00010    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00011    Library General Public License for more details.
00012 
00013    You should have received a copy of the GNU Library General Public License
00014    along with this library; see the file COPYING.LIB.  If not, write to
00015    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00016    Boston, MA 02110-1301, USA.
00017 */
00018 
00019 #ifndef KATE_MODECONFIGPAGE_H__
00020 #define KATE_MODECONFIGPAGE_H__
00021 
00022 #include <QtCore/QStringList>
00023 #include <QtCore/QPointer>
00024 #include <QtCore/QHash>
00025 
00026 #include "katedialogs.h"
00027 #include "katemodemanager.h"
00028 
00029 
00030 namespace Ui
00031 {
00032   class FileTypeConfigWidget;
00033 }
00034 
00035 class ModeConfigPage : public KateConfigPage
00036 {
00037   Q_OBJECT
00038 
00039   public:
00040     explicit ModeConfigPage( QWidget *parent );
00041     ~ModeConfigPage ();
00042 
00043   public Q_SLOTS:
00044     void apply();
00045     void reload();
00046     void reset();
00047     void defaults();
00048 
00049   private Q_SLOTS:
00050     void update ();
00051     void deleteType ();
00052     void newType ();
00053     void typeChanged (int type);
00054     void showMTDlg();
00055     void save ();
00056     void hlDownload ();
00057 
00058   private:
00059     Ui::FileTypeConfigWidget *ui;
00060 
00061     QList<KateFileType *> m_types;
00062     int m_lastType;
00063 };
00064 
00065 #endif
00066 // kate: space-indent on; indent-width 2; replace-tabs on;

Kate

Skip menu "Kate"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • Kross
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.5.7
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal