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

Kate

docwordcompletion_config.h

Go to the documentation of this file.
00001 
00021 #ifndef DOCWORDCOMPLETION_CONFIG_H
00022 #define DOCWORDCOMPLETION_CONFIG_H
00023 
00024 #include <kcmodule.h>
00025 
00026 class DocWordCompletionConfig
00027     : public KCModule
00028 {
00029     Q_OBJECT
00030 
00031 public:
00032     explicit DocWordCompletionConfig(QWidget *parent, const QVariantList &);
00033     virtual ~DocWordCompletionConfig();
00034 
00035     virtual void save();
00036     virtual void load();
00037     virtual void defaults();
00038 
00039 private Q_SLOTS:
00040     void slotChanged();
00041 
00042 private:
00043     class QCheckBox *cbAutoPopup;
00044     class QSpinBox *sbAutoPopup;
00045     class QLabel *lSbRight;
00046 };
00047 
00048 #endif // DOCWORDCOMPLETION_CONFIG_H

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
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.5.4
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