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
KDE 4.0 API Reference