• Skip to content
  • Skip to link menu
KDE 4.0 API Reference
  • KDE API Reference
  • kdeedu
  • Sitemap
  • Contact Us
 

parley

documentsettings.h

Go to the documentation of this file.
00001 // This file is generated by kconfig_compiler from documentsettings.kcfg.
00002 // All changes you do to this file will be lost.
00003 #ifndef DOCUMENTSETTINGS_H
00004 #define DOCUMENTSETTINGS_H
00005 
00006 #include <kconfigskeleton.h>
00007 #include <kdebug.h>
00008 
00009 class DocumentSettings : public KConfigSkeleton
00010 {
00011   public:
00012 
00013     DocumentSettings( const QString & fileurl );
00014     ~DocumentSettings();
00015 
00019     void setConjugationTenses( const QStringList & v )
00020     {
00021       if (!isImmutable( QString::fromLatin1 ( "ConjugationTenses" ) ))
00022         mConjugationTenses = v;
00023     }
00024 
00028     QStringList conjugationTenses() const
00029     {
00030       return mConjugationTenses;
00031     }
00032 
00036     ItemStringList *conjugationTensesItem()
00037     {
00038       return mConjugationTensesItem;
00039     }
00040 
00041   protected:
00042     QString mParamfileurl;
00043 
00044     // Document $(fileurl)
00045     QStringList mConjugationTenses;
00046 
00047   private:
00048     ItemStringList *mConjugationTensesItem;
00049 };
00050 
00051 #endif
00052 

parley

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

kdeedu

Skip menu "kdeedu"
  • kalzium
  • kanagram
  • kig
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  •   docs
  •   src
  • parley
Generated for kdeedu 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