• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

knode

  • sources
  • kde-4.12
  • kdepim
  • knode
settings_base.h
Go to the documentation of this file.
1 // This file is generated by kconfig_compiler from knode.kcfg.
2 // All changes you do to this file will be lost.
3 #ifndef KNODE_SETTINGSBASE_H
4 #define KNODE_SETTINGSBASE_H
5 
6 #include <qapplication.h>
7 #include <knode_export.h>
8 #include <kmime/kmime_dateformatter.h>
9 
10 #include <kglobal.h>
11 #include <kconfigskeleton.h>
12 #include <kdebug.h>
13 
14 #include <kglobalsettings.h>
15 #include <kcolorscheme.h>
16 namespace KNode {
17 
18 class KNODE_EXPORT SettingsBase : public KConfigSkeleton
19 {
20  public:
21 
22  SettingsBase( );
23  ~SettingsBase();
24 
28  void setIdentity( int v )
29  {
30  if (!isImmutable( QString::fromLatin1( "identity" ) ))
31  mIdentity = v;
32  }
33 
37  int identity() const
38  {
39  return mIdentity;
40  }
41 
45  ItemInt *identityItem()
46  {
47  return mIdentityItem;
48  }
49 
53  void setAutoCheckGroups( bool v )
54  {
55  if (!isImmutable( QString::fromLatin1( "autoCheckGroups" ) ))
56  mAutoCheckGroups = v;
57  }
58 
62  bool autoCheckGroups() const
63  {
64  return mAutoCheckGroups;
65  }
66 
70  ItemBool *autoCheckGroupsItem()
71  {
72  return mAutoCheckGroupsItem;
73  }
74 
78  void setMaxToFetch( int v )
79  {
80  if (!isImmutable( QString::fromLatin1( "maxToFetch" ) ))
81  mMaxToFetch = v;
82  }
83 
87  int maxToFetch() const
88  {
89  return mMaxToFetch;
90  }
91 
95  ItemInt *maxToFetchItem()
96  {
97  return mMaxToFetchItem;
98  }
99 
103  void setAutoMark( bool v )
104  {
105  if (!isImmutable( QString::fromLatin1( "autoMark" ) ))
106  mAutoMark = v;
107  }
108 
112  bool autoMark() const
113  {
114  return mAutoMark;
115  }
116 
120  ItemBool *autoMarkItem()
121  {
122  return mAutoMarkItem;
123  }
124 
128  void setAutoMarkSeconds( int v )
129  {
130  if (!isImmutable( QString::fromLatin1( "autoMarkSeconds" ) ))
131  mAutoMarkSeconds = v;
132  }
133 
137  int autoMarkSeconds() const
138  {
139  return mAutoMarkSeconds;
140  }
141 
145  ItemInt *autoMarkSecondsItem()
146  {
147  return mAutoMarkSecondsItem;
148  }
149 
153  void setMarkCrossposts( bool v )
154  {
155  if (!isImmutable( QString::fromLatin1( "markCrossposts" ) ))
156  mMarkCrossposts = v;
157  }
158 
162  bool markCrossposts() const
163  {
164  return mMarkCrossposts;
165  }
166 
170  ItemBool *markCrosspostsItem()
171  {
172  return mMarkCrosspostsItem;
173  }
174 
178  void setSmartScrolling( bool v )
179  {
180  if (!isImmutable( QString::fromLatin1( "smartScrolling" ) ))
181  mSmartScrolling = v;
182  }
183 
187  bool smartScrolling() const
188  {
189  return mSmartScrolling;
190  }
191 
195  ItemBool *smartScrollingItem()
196  {
197  return mSmartScrollingItem;
198  }
199 
203  void setTotalExpandThreads( bool v )
204  {
205  if (!isImmutable( QString::fromLatin1( "totalExpandThreads" ) ))
206  mTotalExpandThreads = v;
207  }
208 
212  bool totalExpandThreads() const
213  {
214  return mTotalExpandThreads;
215  }
216 
220  ItemBool *totalExpandThreadsItem()
221  {
222  return mTotalExpandThreadsItem;
223  }
224 
228  void setDefaultToExpandedThreads( bool v )
229  {
230  if (!isImmutable( QString::fromLatin1( "defaultToExpandedThreads" ) ))
231  mDefaultToExpandedThreads = v;
232  }
233 
237  bool defaultToExpandedThreads() const
238  {
239  return mDefaultToExpandedThreads;
240  }
241 
245  ItemBool *defaultToExpandedThreadsItem()
246  {
247  return mDefaultToExpandedThreadsItem;
248  }
249 
253  void setShowLines( bool v )
254  {
255  if (!isImmutable( QString::fromLatin1( "showLines" ) ))
256  mShowLines = v;
257  }
258 
262  bool showLines() const
263  {
264  return mShowLines;
265  }
266 
270  ItemBool *showLinesItem()
271  {
272  return mShowLinesItem;
273  }
274 
278  void setShowScore( bool v )
279  {
280  if (!isImmutable( QString::fromLatin1( "showScore" ) ))
281  mShowScore = v;
282  }
283 
287  bool showScore() const
288  {
289  return mShowScore;
290  }
291 
295  ItemBool *showScoreItem()
296  {
297  return mShowScoreItem;
298  }
299 
303  void setShowUnread( bool v )
304  {
305  if (!isImmutable( QString::fromLatin1( "showUnread" ) ))
306  mShowUnread = v;
307  }
308 
312  bool showUnread() const
313  {
314  return mShowUnread;
315  }
316 
320  ItemBool *showUnreadItem()
321  {
322  return mShowUnreadItem;
323  }
324 
328  void setShowThreads( bool v )
329  {
330  if (!isImmutable( QString::fromLatin1( "showThreads" ) ))
331  mShowThreads = v;
332  }
333 
337  bool showThreads() const
338  {
339  return mShowThreads;
340  }
341 
345  ItemBool *showThreadsItem()
346  {
347  return mShowThreadsItem;
348  }
349 
353  void setDateFormat( KMime::DateFormatter::FormatType v )
354  {
355  if (!isImmutable( QString::fromLatin1( "dateFormat" ) ))
356  mDateFormat = v;
357  }
358 
362  KMime::DateFormatter::FormatType dateFormat() const
363  {
364  return static_cast<KMime::DateFormatter::FormatType>(mDateFormat);
365  }
366 
370  ItemEnum *dateFormatItem()
371  {
372  return mDateFormatItem;
373  }
374 
378  void setCustomDateFormat( const QString & v )
379  {
380  if (!isImmutable( QString::fromLatin1( "customDateFormat" ) ))
381  mCustomDateFormat = v;
382  }
383 
387  QString customDateFormat() const
388  {
389  return mCustomDateFormat;
390  }
391 
395  ItemString *customDateFormatItem()
396  {
397  return mCustomDateFormatItem;
398  }
399 
403  void setRewrapBody( bool v )
404  {
405  if (!isImmutable( QString::fromLatin1( "rewrapBody" ) ))
406  mRewrapBody = v;
407  }
408 
412  bool rewrapBody() const
413  {
414  return mRewrapBody;
415  }
416 
420  ItemBool *rewrapBodyItem()
421  {
422  return mRewrapBodyItem;
423  }
424 
428  void setRemoveTrailingNewlines( bool v )
429  {
430  if (!isImmutable( QString::fromLatin1( "removeTrailingNewlines" ) ))
431  mRemoveTrailingNewlines = v;
432  }
433 
437  bool removeTrailingNewlines() const
438  {
439  return mRemoveTrailingNewlines;
440  }
441 
445  ItemBool *removeTrailingNewlinesItem()
446  {
447  return mRemoveTrailingNewlinesItem;
448  }
449 
453  void setShowSignature( bool v )
454  {
455  if (!isImmutable( QString::fromLatin1( "showSignature" ) ))
456  mShowSignature = v;
457  }
458 
462  bool showSignature() const
463  {
464  return mShowSignature;
465  }
466 
470  ItemBool *showSignatureItem()
471  {
472  return mShowSignatureItem;
473  }
474 
478  void setInterpretFormatTags( bool v )
479  {
480  if (!isImmutable( QString::fromLatin1( "interpretFormatTags" ) ))
481  mInterpretFormatTags = v;
482  }
483 
487  bool interpretFormatTags() const
488  {
489  return mInterpretFormatTags;
490  }
491 
495  ItemBool *interpretFormatTagsItem()
496  {
497  return mInterpretFormatTagsItem;
498  }
499 
503  void setQuoteCharacters( const QString & v )
504  {
505  if (!isImmutable( QString::fromLatin1( "quoteCharacters" ) ))
506  mQuoteCharacters = v;
507  }
508 
512  QString quoteCharacters() const
513  {
514  return mQuoteCharacters;
515  }
516 
520  ItemString *quoteCharactersItem()
521  {
522  return mQuoteCharactersItem;
523  }
524 
528  void setOpenAttachmentsOnClick( bool v )
529  {
530  if (!isImmutable( QString::fromLatin1( "openAttachmentsOnClick" ) ))
531  mOpenAttachmentsOnClick = v;
532  }
533 
537  bool openAttachmentsOnClick() const
538  {
539  return mOpenAttachmentsOnClick;
540  }
541 
545  ItemBool *openAttachmentsOnClickItem()
546  {
547  return mOpenAttachmentsOnClickItem;
548  }
549 
553  void setShowAlternativeContents( bool v )
554  {
555  if (!isImmutable( QString::fromLatin1( "showAlternativeContents" ) ))
556  mShowAlternativeContents = v;
557  }
558 
562  bool showAlternativeContents() const
563  {
564  return mShowAlternativeContents;
565  }
566 
570  ItemBool *showAlternativeContentsItem()
571  {
572  return mShowAlternativeContentsItem;
573  }
574 
578  void setUseFixedFont( bool v )
579  {
580  if (!isImmutable( QString::fromLatin1( "useFixedFont" ) ))
581  mUseFixedFont = v;
582  }
583 
587  bool useFixedFont() const
588  {
589  return mUseFixedFont;
590  }
591 
595  ItemBool *useFixedFontItem()
596  {
597  return mUseFixedFontItem;
598  }
599 
603  void setShowRefBar( bool v )
604  {
605  if (!isImmutable( QString::fromLatin1( "showRefBar" ) ))
606  mShowRefBar = v;
607  }
608 
612  bool showRefBar() const
613  {
614  return mShowRefBar;
615  }
616 
620  ItemBool *showRefBarItem()
621  {
622  return mShowRefBarItem;
623  }
624 
628  void setAlwaysShowHTML( bool v )
629  {
630  if (!isImmutable( QString::fromLatin1( "alwaysShowHTML" ) ))
631  mAlwaysShowHTML = v;
632  }
633 
637  bool alwaysShowHTML() const
638  {
639  return mAlwaysShowHTML;
640  }
641 
645  ItemBool *alwaysShowHTMLItem()
646  {
647  return mAlwaysShowHTMLItem;
648  }
649 
653  void setAllowExternalReferences( bool v )
654  {
655  if (!isImmutable( QString::fromLatin1( "allowExternalReferences" ) ))
656  mAllowExternalReferences = v;
657  }
658 
662  bool allowExternalReferences() const
663  {
664  return mAllowExternalReferences;
665  }
666 
670  ItemBool *allowExternalReferencesItem()
671  {
672  return mAllowExternalReferencesItem;
673  }
674 
678  void setMarkAllReadGoNext( bool v )
679  {
680  if (!isImmutable( QString::fromLatin1( "markAllReadGoNext" ) ))
681  mMarkAllReadGoNext = v;
682  }
683 
687  bool markAllReadGoNext() const
688  {
689  return mMarkAllReadGoNext;
690  }
691 
695  ItemBool *markAllReadGoNextItem()
696  {
697  return mMarkAllReadGoNextItem;
698  }
699 
703  void setMarkThreadReadGoNext( bool v )
704  {
705  if (!isImmutable( QString::fromLatin1( "markThreadReadGoNext" ) ))
706  mMarkThreadReadGoNext = v;
707  }
708 
712  bool markThreadReadGoNext() const
713  {
714  return mMarkThreadReadGoNext;
715  }
716 
720  ItemBool *markThreadReadGoNextItem()
721  {
722  return mMarkThreadReadGoNextItem;
723  }
724 
728  void setMarkThreadReadCloseThread( bool v )
729  {
730  if (!isImmutable( QString::fromLatin1( "markThreadReadCloseThread" ) ))
731  mMarkThreadReadCloseThread = v;
732  }
733 
737  bool markThreadReadCloseThread() const
738  {
739  return mMarkThreadReadCloseThread;
740  }
741 
745  ItemBool *markThreadReadCloseThreadItem()
746  {
747  return mMarkThreadReadCloseThreadItem;
748  }
749 
753  void setIgnoreThreadGoNext( bool v )
754  {
755  if (!isImmutable( QString::fromLatin1( "ignoreThreadGoNext" ) ))
756  mIgnoreThreadGoNext = v;
757  }
758 
762  bool ignoreThreadGoNext() const
763  {
764  return mIgnoreThreadGoNext;
765  }
766 
770  ItemBool *ignoreThreadGoNextItem()
771  {
772  return mIgnoreThreadGoNextItem;
773  }
774 
778  void setIgnoreThreadCloseThread( bool v )
779  {
780  if (!isImmutable( QString::fromLatin1( "ignoreThreadCloseThread" ) ))
781  mIgnoreThreadCloseThread = v;
782  }
783 
787  bool ignoreThreadCloseThread() const
788  {
789  return mIgnoreThreadCloseThread;
790  }
791 
795  ItemBool *ignoreThreadCloseThreadItem()
796  {
797  return mIgnoreThreadCloseThreadItem;
798  }
799 
803  void setLeaveGroupMarkAsRead( bool v )
804  {
805  if (!isImmutable( QString::fromLatin1( "leaveGroupMarkAsRead" ) ))
806  mLeaveGroupMarkAsRead = v;
807  }
808 
812  bool leaveGroupMarkAsRead() const
813  {
814  return mLeaveGroupMarkAsRead;
815  }
816 
820  ItemBool *leaveGroupMarkAsReadItem()
821  {
822  return mLeaveGroupMarkAsReadItem;
823  }
824 
828  void setIgnoredThreshold( int v )
829  {
830  if (!isImmutable( QString::fromLatin1( "ignoredThreshold" ) ))
831  mIgnoredThreshold = v;
832  }
833 
837  int ignoredThreshold() const
838  {
839  return mIgnoredThreshold;
840  }
841 
845  ItemInt *ignoredThresholdItem()
846  {
847  return mIgnoredThresholdItem;
848  }
849 
853  void setWatchedThreshold( int v )
854  {
855  if (!isImmutable( QString::fromLatin1( "watchedThreshold" ) ))
856  mWatchedThreshold = v;
857  }
858 
862  int watchedThreshold() const
863  {
864  return mWatchedThreshold;
865  }
866 
870  ItemInt *watchedThresholdItem()
871  {
872  return mWatchedThresholdItem;
873  }
874 
878  void setCollCacheSize( int v )
879  {
880  if (!isImmutable( QString::fromLatin1( "collCacheSize" ) ))
881  mCollCacheSize = v;
882  }
883 
887  int collCacheSize() const
888  {
889  return mCollCacheSize;
890  }
891 
895  ItemInt *collCacheSizeItem()
896  {
897  return mCollCacheSizeItem;
898  }
899 
903  void setArtCacheSize( int v )
904  {
905  if (!isImmutable( QString::fromLatin1( "artCacheSize" ) ))
906  mArtCacheSize = v;
907  }
908 
912  int artCacheSize() const
913  {
914  return mArtCacheSize;
915  }
916 
920  ItemInt *artCacheSizeItem()
921  {
922  return mArtCacheSizeItem;
923  }
924 
928  void setUseOwnCharset( bool v )
929  {
930  if (!isImmutable( QString::fromLatin1( "UseOwnCharset" ) ))
931  mUseOwnCharset = v;
932  }
933 
937  bool useOwnCharset() const
938  {
939  return mUseOwnCharset;
940  }
941 
945  ItemBool *useOwnCharsetItem()
946  {
947  return mUseOwnCharsetItem;
948  }
949 
953  void setHostname( const QString & v )
954  {
955  if (!isImmutable( QString::fromLatin1( "hostname" ) ))
956  mHostname = v;
957  }
958 
962  QString hostname() const
963  {
964  return mHostname;
965  }
966 
970  ItemString *hostnameItem()
971  {
972  return mHostnameItem;
973  }
974 
978  void setGenerateMessageID( bool v )
979  {
980  if (!isImmutable( QString::fromLatin1( "generateMessageID" ) ))
981  mGenerateMessageID = v;
982  }
983 
987  bool generateMessageID() const
988  {
989  return mGenerateMessageID;
990  }
991 
995  ItemBool *generateMessageIDItem()
996  {
997  return mGenerateMessageIDItem;
998  }
999 
1003  void setNoUserAgent( bool v )
1004  {
1005  if (!isImmutable( QString::fromLatin1( "noUserAgent" ) ))
1006  mNoUserAgent = v;
1007  }
1008 
1012  bool noUserAgent() const
1013  {
1014  return mNoUserAgent;
1015  }
1016 
1020  ItemBool *noUserAgentItem()
1021  {
1022  return mNoUserAgentItem;
1023  }
1024 
1028  void setUseExternalMailer( bool v )
1029  {
1030  if (!isImmutable( QString::fromLatin1( "useExternalMailer" ) ))
1031  mUseExternalMailer = v;
1032  }
1033 
1037  bool useExternalMailer() const
1038  {
1039  return mUseExternalMailer;
1040  }
1041 
1045  ItemBool *useExternalMailerItem()
1046  {
1047  return mUseExternalMailerItem;
1048  }
1049 
1053  void setAllow8BitBody( bool v )
1054  {
1055  if (!isImmutable( QString::fromLatin1( "allow8BitBody" ) ))
1056  mAllow8BitBody = v;
1057  }
1058 
1062  bool allow8BitBody() const
1063  {
1064  return mAllow8BitBody;
1065  }
1066 
1070  ItemBool *allow8BitBodyItem()
1071  {
1072  return mAllow8BitBodyItem;
1073  }
1074 
1078  void setCharset( const QString & v )
1079  {
1080  if (!isImmutable( QString::fromLatin1( "Charset" ) ))
1081  mCharset = v;
1082  }
1083 
1087  QString charset() const
1088  {
1089  return mCharset;
1090  }
1091 
1095  ItemString *charsetItem()
1096  {
1097  return mCharsetItem;
1098  }
1099 
1103  void setWordWrap( bool v )
1104  {
1105  if (!isImmutable( QString::fromLatin1( "wordWrap" ) ))
1106  mWordWrap = v;
1107  }
1108 
1112  bool wordWrap() const
1113  {
1114  return mWordWrap;
1115  }
1116 
1120  ItemBool *wordWrapItem()
1121  {
1122  return mWordWrapItem;
1123  }
1124 
1128  void setAutoSpellChecking( bool v )
1129  {
1130  if (!isImmutable( QString::fromLatin1( "autoSpellChecking" ) ))
1131  mAutoSpellChecking = v;
1132  }
1133 
1137  bool autoSpellChecking() const
1138  {
1139  return mAutoSpellChecking;
1140  }
1141 
1145  ItemBool *autoSpellCheckingItem()
1146  {
1147  return mAutoSpellCheckingItem;
1148  }
1149 
1153  void setMaxLineLength( int v )
1154  {
1155  if (!isImmutable( QString::fromLatin1( "maxLineLength" ) ))
1156  mMaxLineLength = v;
1157  }
1158 
1162  int maxLineLength() const
1163  {
1164  return mMaxLineLength;
1165  }
1166 
1170  ItemInt *maxLineLengthItem()
1171  {
1172  return mMaxLineLengthItem;
1173  }
1174 
1178  void setAppendOwnSignature( bool v )
1179  {
1180  if (!isImmutable( QString::fromLatin1( "appendOwnSignature" ) ))
1181  mAppendOwnSignature = v;
1182  }
1183 
1187  bool appendOwnSignature() const
1188  {
1189  return mAppendOwnSignature;
1190  }
1191 
1195  ItemBool *appendOwnSignatureItem()
1196  {
1197  return mAppendOwnSignatureItem;
1198  }
1199 
1203  void setRewrap( bool v )
1204  {
1205  if (!isImmutable( QString::fromLatin1( "rewrap" ) ))
1206  mRewrap = v;
1207  }
1208 
1212  bool rewrap() const
1213  {
1214  return mRewrap;
1215  }
1216 
1220  ItemBool *rewrapItem()
1221  {
1222  return mRewrapItem;
1223  }
1224 
1228  void setIncludeSignature( bool v )
1229  {
1230  if (!isImmutable( QString::fromLatin1( "includeSignature" ) ))
1231  mIncludeSignature = v;
1232  }
1233 
1237  bool includeSignature() const
1238  {
1239  return mIncludeSignature;
1240  }
1241 
1245  ItemBool *includeSignatureItem()
1246  {
1247  return mIncludeSignatureItem;
1248  }
1249 
1253  void setCursorOnTop( bool v )
1254  {
1255  if (!isImmutable( QString::fromLatin1( "cursorOnTop" ) ))
1256  mCursorOnTop = v;
1257  }
1258 
1262  bool cursorOnTop() const
1263  {
1264  return mCursorOnTop;
1265  }
1266 
1270  ItemBool *cursorOnTopItem()
1271  {
1272  return mCursorOnTopItem;
1273  }
1274 
1278  void setUseExternalEditor( bool v )
1279  {
1280  if (!isImmutable( QString::fromLatin1( "useExternalEditor" ) ))
1281  mUseExternalEditor = v;
1282  }
1283 
1287  bool useExternalEditor() const
1288  {
1289  return mUseExternalEditor;
1290  }
1291 
1295  ItemBool *useExternalEditorItem()
1296  {
1297  return mUseExternalEditorItem;
1298  }
1299 
1303  void setIntro( const QString & v )
1304  {
1305  if (!isImmutable( QString::fromLatin1( "Intro" ) ))
1306  mIntro = v;
1307  }
1308 
1312  QString intro() const
1313  {
1314  return mIntro;
1315  }
1316 
1320  ItemString *introItem()
1321  {
1322  return mIntroItem;
1323  }
1324 
1328  void setExternalEditor( const QString & v )
1329  {
1330  if (!isImmutable( QString::fromLatin1( "externalEditor" ) ))
1331  mExternalEditor = v;
1332  }
1333 
1337  QString externalEditor() const
1338  {
1339  return mExternalEditor;
1340  }
1341 
1345  ItemString *externalEditorItem()
1346  {
1347  return mExternalEditorItem;
1348  }
1349 
1353  void setUseCustomColors( bool v )
1354  {
1355  if (!isImmutable( QString::fromLatin1( "useCustomColors" ) ))
1356  mUseCustomColors = v;
1357  }
1358 
1362  bool useCustomColors() const
1363  {
1364  return mUseCustomColors;
1365  }
1366 
1370  ItemBool *useCustomColorsItem()
1371  {
1372  return mUseCustomColorsItem;
1373  }
1374 
1378  void setBackgroundColor( const QColor & v )
1379  {
1380  if (!isImmutable( QString::fromLatin1( "backgroundColor" ) ))
1381  mBackgroundColor = v;
1382  }
1383 
1387  QColor backgroundColor() const
1388  {
1389  return mBackgroundColor;
1390  }
1391 
1395  ItemColor *backgroundColorItem()
1396  {
1397  return mBackgroundColorItem;
1398  }
1399 
1403  void setAlternateBackgroundColor( const QColor & v )
1404  {
1405  if (!isImmutable( QString::fromLatin1( "alternateBackgroundColor" ) ))
1406  mAlternateBackgroundColor = v;
1407  }
1408 
1412  QColor alternateBackgroundColor() const
1413  {
1414  return mAlternateBackgroundColor;
1415  }
1416 
1420  ItemColor *alternateBackgroundColorItem()
1421  {
1422  return mAlternateBackgroundColorItem;
1423  }
1424 
1428  void setTextColor( const QColor & v )
1429  {
1430  if (!isImmutable( QString::fromLatin1( "textColor" ) ))
1431  mTextColor = v;
1432  }
1433 
1437  QColor textColor() const
1438  {
1439  return mTextColor;
1440  }
1441 
1445  ItemColor *textColorItem()
1446  {
1447  return mTextColorItem;
1448  }
1449 
1453  void setQuoteColor( int i, const QColor & v )
1454  {
1455  if (!isImmutable( QString::fromLatin1( "quote%1Color" ).arg( i ) ))
1456  mQuoteColor[i] = v;
1457  }
1458 
1462  QColor quoteColor( int i ) const
1463  {
1464  return mQuoteColor[i];
1465  }
1466 
1470  ItemColor *quoteColorItem( int i )
1471  {
1472  return mQuoteColorItem[i];
1473  }
1474 
1478  void setLinkColor( const QColor & v )
1479  {
1480  if (!isImmutable( QString::fromLatin1( "linkColor" ) ))
1481  mLinkColor = v;
1482  }
1483 
1487  QColor linkColor() const
1488  {
1489  return mLinkColor;
1490  }
1491 
1495  ItemColor *linkColorItem()
1496  {
1497  return mLinkColorItem;
1498  }
1499 
1503  void setReadThreadColor( const QColor & v )
1504  {
1505  if (!isImmutable( QString::fromLatin1( "readThreadColor" ) ))
1506  mReadThreadColor = v;
1507  }
1508 
1512  QColor readThreadColor() const
1513  {
1514  return mReadThreadColor;
1515  }
1516 
1520  ItemColor *readThreadColorItem()
1521  {
1522  return mReadThreadColorItem;
1523  }
1524 
1528  void setUnreadThreadColor( const QColor & v )
1529  {
1530  if (!isImmutable( QString::fromLatin1( "unreadThreadColor" ) ))
1531  mUnreadThreadColor = v;
1532  }
1533 
1537  QColor unreadThreadColor() const
1538  {
1539  return mUnreadThreadColor;
1540  }
1541 
1545  ItemColor *unreadThreadColorItem()
1546  {
1547  return mUnreadThreadColorItem;
1548  }
1549 
1553  void setReadArticleColor( const QColor & v )
1554  {
1555  if (!isImmutable( QString::fromLatin1( "readArticleColor" ) ))
1556  mReadArticleColor = v;
1557  }
1558 
1562  QColor readArticleColor() const
1563  {
1564  return mReadArticleColor;
1565  }
1566 
1570  ItemColor *readArticleColorItem()
1571  {
1572  return mReadArticleColorItem;
1573  }
1574 
1578  void setUnreadArticleColor( const QColor & v )
1579  {
1580  if (!isImmutable( QString::fromLatin1( "unreadArticleColor" ) ))
1581  mUnreadArticleColor = v;
1582  }
1583 
1587  QColor unreadArticleColor() const
1588  {
1589  return mUnreadArticleColor;
1590  }
1591 
1595  ItemColor *unreadArticleColorItem()
1596  {
1597  return mUnreadArticleColorItem;
1598  }
1599 
1603  void setSignOkKeyOkColor( const QColor & v )
1604  {
1605  if (!isImmutable( QString::fromLatin1( "signOkKeyOkColor" ) ))
1606  mSignOkKeyOkColor = v;
1607  }
1608 
1612  QColor signOkKeyOkColor() const
1613  {
1614  return mSignOkKeyOkColor;
1615  }
1616 
1620  ItemColor *signOkKeyOkColorItem()
1621  {
1622  return mSignOkKeyOkColorItem;
1623  }
1624 
1628  void setSignOkKeyBadColor( const QColor & v )
1629  {
1630  if (!isImmutable( QString::fromLatin1( "signOkKeyBadColor" ) ))
1631  mSignOkKeyBadColor = v;
1632  }
1633 
1637  QColor signOkKeyBadColor() const
1638  {
1639  return mSignOkKeyBadColor;
1640  }
1641 
1645  ItemColor *signOkKeyBadColorItem()
1646  {
1647  return mSignOkKeyBadColorItem;
1648  }
1649 
1653  void setSignWarnColor( const QColor & v )
1654  {
1655  if (!isImmutable( QString::fromLatin1( "signWarnColor" ) ))
1656  mSignWarnColor = v;
1657  }
1658 
1662  QColor signWarnColor() const
1663  {
1664  return mSignWarnColor;
1665  }
1666 
1670  ItemColor *signWarnColorItem()
1671  {
1672  return mSignWarnColorItem;
1673  }
1674 
1678  void setSignErrColor( const QColor & v )
1679  {
1680  if (!isImmutable( QString::fromLatin1( "signErrColor" ) ))
1681  mSignErrColor = v;
1682  }
1683 
1687  QColor signErrColor() const
1688  {
1689  return mSignErrColor;
1690  }
1691 
1695  ItemColor *signErrColorItem()
1696  {
1697  return mSignErrColorItem;
1698  }
1699 
1703  void setHtmlWarningColor( const QColor & v )
1704  {
1705  if (!isImmutable( QString::fromLatin1( "htmlWarningColor" ) ))
1706  mHtmlWarningColor = v;
1707  }
1708 
1712  QColor htmlWarningColor() const
1713  {
1714  return mHtmlWarningColor;
1715  }
1716 
1720  ItemColor *htmlWarningColorItem()
1721  {
1722  return mHtmlWarningColorItem;
1723  }
1724 
1728  void setUseCustomFonts( bool v )
1729  {
1730  if (!isImmutable( QString::fromLatin1( "useCustomFonts" ) ))
1731  mUseCustomFonts = v;
1732  }
1733 
1737  bool useCustomFonts() const
1738  {
1739  return mUseCustomFonts;
1740  }
1741 
1745  ItemBool *useCustomFontsItem()
1746  {
1747  return mUseCustomFontsItem;
1748  }
1749 
1753  void setArticleFont( const QFont & v )
1754  {
1755  if (!isImmutable( QString::fromLatin1( "articleFont" ) ))
1756  mArticleFont = v;
1757  }
1758 
1762  QFont articleFont() const
1763  {
1764  return mArticleFont;
1765  }
1766 
1770  ItemFont *articleFontItem()
1771  {
1772  return mArticleFontItem;
1773  }
1774 
1778  void setArticleFixedFont( const QFont & v )
1779  {
1780  if (!isImmutable( QString::fromLatin1( "articleFixedFont" ) ))
1781  mArticleFixedFont = v;
1782  }
1783 
1787  QFont articleFixedFont() const
1788  {
1789  return mArticleFixedFont;
1790  }
1791 
1795  ItemFont *articleFixedFontItem()
1796  {
1797  return mArticleFixedFontItem;
1798  }
1799 
1803  void setComposerFont( const QFont & v )
1804  {
1805  if (!isImmutable( QString::fromLatin1( "composerFont" ) ))
1806  mComposerFont = v;
1807  }
1808 
1812  QFont composerFont() const
1813  {
1814  return mComposerFont;
1815  }
1816 
1820  ItemFont *composerFontItem()
1821  {
1822  return mComposerFontItem;
1823  }
1824 
1828  void setGroupListFont( const QFont & v )
1829  {
1830  if (!isImmutable( QString::fromLatin1( "groupListFont" ) ))
1831  mGroupListFont = v;
1832  }
1833 
1837  QFont groupListFont() const
1838  {
1839  return mGroupListFont;
1840  }
1841 
1845  ItemFont *groupListFontItem()
1846  {
1847  return mGroupListFontItem;
1848  }
1849 
1853  void setArticleListFont( const QFont & v )
1854  {
1855  if (!isImmutable( QString::fromLatin1( "articleListFont" ) ))
1856  mArticleListFont = v;
1857  }
1858 
1862  QFont articleListFont() const
1863  {
1864  return mArticleListFont;
1865  }
1866 
1870  ItemFont *articleListFontItem()
1871  {
1872  return mArticleListFontItem;
1873  }
1874 
1875  protected:
1876 
1877  // IDENTITY
1878  int mIdentity;
1879 
1880  // READNEWS
1881  bool mAutoCheckGroups;
1882  int mMaxToFetch;
1883  bool mAutoMark;
1884  int mAutoMarkSeconds;
1885  bool mMarkCrossposts;
1886  bool mSmartScrolling;
1887  bool mTotalExpandThreads;
1888  bool mDefaultToExpandedThreads;
1889  bool mShowLines;
1890  bool mShowScore;
1891  bool mShowUnread;
1892  bool mShowThreads;
1893  int mDateFormat;
1894  QString mCustomDateFormat;
1895  bool mRewrapBody;
1896  bool mRemoveTrailingNewlines;
1897  bool mShowSignature;
1898  bool mInterpretFormatTags;
1899  QString mQuoteCharacters;
1900  bool mOpenAttachmentsOnClick;
1901  bool mShowAlternativeContents;
1902  bool mUseFixedFont;
1903  bool mShowRefBar;
1904  bool mAlwaysShowHTML;
1905  bool mAllowExternalReferences;
1906 
1907  // READNEWS_NAVIGATION
1908  bool mMarkAllReadGoNext;
1909  bool mMarkThreadReadGoNext;
1910  bool mMarkThreadReadCloseThread;
1911  bool mIgnoreThreadGoNext;
1912  bool mIgnoreThreadCloseThread;
1913  bool mLeaveGroupMarkAsRead;
1914 
1915  // SCORING
1916  int mIgnoredThreshold;
1917  int mWatchedThreshold;
1918 
1919  // CACHE
1920  int mCollCacheSize;
1921  int mArtCacheSize;
1922 
1923  // POSTNEWS
1924  bool mUseOwnCharset;
1925  QString mHostname;
1926  bool mGenerateMessageID;
1927  bool mNoUserAgent;
1928  bool mUseExternalMailer;
1929  bool mAllow8BitBody;
1930  QString mCharset;
1931  bool mWordWrap;
1932  bool mAutoSpellChecking;
1933  int mMaxLineLength;
1934  bool mAppendOwnSignature;
1935  bool mRewrap;
1936  bool mIncludeSignature;
1937  bool mCursorOnTop;
1938  bool mUseExternalEditor;
1939  QString mIntro;
1940  QString mExternalEditor;
1941 
1942  // VISUAL_APPEARANCE
1943  bool mUseCustomColors;
1944  QColor mBackgroundColor;
1945  QColor mAlternateBackgroundColor;
1946  QColor mTextColor;
1947  QColor mQuoteColor[3];
1948  QColor mLinkColor;
1949  QColor mReadThreadColor;
1950  QColor mUnreadThreadColor;
1951  QColor mReadArticleColor;
1952  QColor mUnreadArticleColor;
1953  QColor mSignOkKeyOkColor;
1954  QColor mSignOkKeyBadColor;
1955  QColor mSignWarnColor;
1956  QColor mSignErrColor;
1957  QColor mHtmlWarningColor;
1958  bool mUseCustomFonts;
1959  QFont mArticleFont;
1960  QFont mArticleFixedFont;
1961  QFont mComposerFont;
1962  QFont mGroupListFont;
1963  QFont mArticleListFont;
1964 
1965  private:
1966  ItemInt *mIdentityItem;
1967  ItemBool *mAutoCheckGroupsItem;
1968  ItemInt *mMaxToFetchItem;
1969  ItemBool *mAutoMarkItem;
1970  ItemInt *mAutoMarkSecondsItem;
1971  ItemBool *mMarkCrosspostsItem;
1972  ItemBool *mSmartScrollingItem;
1973  ItemBool *mTotalExpandThreadsItem;
1974  ItemBool *mDefaultToExpandedThreadsItem;
1975  ItemBool *mShowLinesItem;
1976  ItemBool *mShowScoreItem;
1977  ItemBool *mShowUnreadItem;
1978  ItemBool *mShowThreadsItem;
1979  ItemEnum *mDateFormatItem;
1980  ItemString *mCustomDateFormatItem;
1981  ItemBool *mRewrapBodyItem;
1982  ItemBool *mRemoveTrailingNewlinesItem;
1983  ItemBool *mShowSignatureItem;
1984  ItemBool *mInterpretFormatTagsItem;
1985  ItemString *mQuoteCharactersItem;
1986  ItemBool *mOpenAttachmentsOnClickItem;
1987  ItemBool *mShowAlternativeContentsItem;
1988  ItemBool *mUseFixedFontItem;
1989  ItemBool *mShowRefBarItem;
1990  ItemBool *mAlwaysShowHTMLItem;
1991  ItemBool *mAllowExternalReferencesItem;
1992  ItemBool *mMarkAllReadGoNextItem;
1993  ItemBool *mMarkThreadReadGoNextItem;
1994  ItemBool *mMarkThreadReadCloseThreadItem;
1995  ItemBool *mIgnoreThreadGoNextItem;
1996  ItemBool *mIgnoreThreadCloseThreadItem;
1997  ItemBool *mLeaveGroupMarkAsReadItem;
1998  ItemInt *mIgnoredThresholdItem;
1999  ItemInt *mWatchedThresholdItem;
2000  ItemInt *mCollCacheSizeItem;
2001  ItemInt *mArtCacheSizeItem;
2002  ItemBool *mUseOwnCharsetItem;
2003  ItemString *mHostnameItem;
2004  ItemBool *mGenerateMessageIDItem;
2005  ItemBool *mNoUserAgentItem;
2006  ItemBool *mUseExternalMailerItem;
2007  ItemBool *mAllow8BitBodyItem;
2008  ItemString *mCharsetItem;
2009  ItemBool *mWordWrapItem;
2010  ItemBool *mAutoSpellCheckingItem;
2011  ItemInt *mMaxLineLengthItem;
2012  ItemBool *mAppendOwnSignatureItem;
2013  ItemBool *mRewrapItem;
2014  ItemBool *mIncludeSignatureItem;
2015  ItemBool *mCursorOnTopItem;
2016  ItemBool *mUseExternalEditorItem;
2017  ItemString *mIntroItem;
2018  ItemString *mExternalEditorItem;
2019  ItemBool *mUseCustomColorsItem;
2020  ItemColor *mBackgroundColorItem;
2021  ItemColor *mAlternateBackgroundColorItem;
2022  ItemColor *mTextColorItem;
2023  ItemColor *mQuoteColorItem[3];
2024  ItemColor *mLinkColorItem;
2025  ItemColor *mReadThreadColorItem;
2026  ItemColor *mUnreadThreadColorItem;
2027  ItemColor *mReadArticleColorItem;
2028  ItemColor *mUnreadArticleColorItem;
2029  ItemColor *mSignOkKeyOkColorItem;
2030  ItemColor *mSignOkKeyBadColorItem;
2031  ItemColor *mSignWarnColorItem;
2032  ItemColor *mSignErrColorItem;
2033  ItemColor *mHtmlWarningColorItem;
2034  ItemBool *mUseCustomFontsItem;
2035  ItemFont *mArticleFontItem;
2036  ItemFont *mArticleFixedFontItem;
2037  ItemFont *mComposerFontItem;
2038  ItemFont *mGroupListFontItem;
2039  ItemFont *mArticleListFontItem;
2040 };
2041 
2042 }
2043 
2044 #endif
2045 
KNode::SettingsBase::setShowThreads
void setShowThreads(bool v)
Set Show Threads.
Definition: settings_base.h:328
KNode::SettingsBase::mOpenAttachmentsOnClick
bool mOpenAttachmentsOnClick
Definition: settings_base.h:1900
KNode::SettingsBase::mReadThreadColor
QColor mReadThreadColor
Definition: settings_base.h:1949
KNode::SettingsBase::mLinkColor
QColor mLinkColor
Definition: settings_base.h:1948
KNode::SettingsBase::quoteColor
QColor quoteColor(int i) const
Get quoteColor.
Definition: settings_base.h:1462
KNode::SettingsBase::autoMark
bool autoMark() const
Get Automatically mark articles as read.
Definition: settings_base.h:112
KNode::SettingsBase::setHostname
void setHostname(const QString &v)
Set Host name used to generate the message ID.
Definition: settings_base.h:953
KNode::SettingsBase::mMaxToFetch
int mMaxToFetch
Definition: settings_base.h:1882
KNode::SettingsBase::showThreadsItem
ItemBool * showThreadsItem()
Get Item object corresponding to showThreads()
Definition: settings_base.h:345
KNode::SettingsBase::alternateBackgroundColorItem
ItemColor * alternateBackgroundColorItem()
Get Item object corresponding to alternateBackgroundColor()
Definition: settings_base.h:1420
KNode::SettingsBase::mShowUnread
bool mShowUnread
Definition: settings_base.h:1891
KNode::SettingsBase::autoMarkSecondsItem
ItemInt * autoMarkSecondsItem()
Get Item object corresponding to autoMarkSeconds()
Definition: settings_base.h:145
KNode::SettingsBase::readThreadColorItem
ItemColor * readThreadColorItem()
Get Item object corresponding to readThreadColor()
Definition: settings_base.h:1520
KNode::SettingsBase::setInterpretFormatTags
void setInterpretFormatTags(bool v)
Set Interpret emoticons and other formatting.
Definition: settings_base.h:478
KNode::SettingsBase::mMarkThreadReadGoNext
bool mMarkThreadReadGoNext
Definition: settings_base.h:1909
KNode::SettingsBase::noUserAgent
bool noUserAgent() const
Get Do not add the "User-Agent" identification header.
Definition: settings_base.h:1012
KNode::SettingsBase::linkColorItem
ItemColor * linkColorItem()
Get Item object corresponding to linkColor()
Definition: settings_base.h:1495
KNode::SettingsBase::showRefBarItem
ItemBool * showRefBarItem()
Get Item object corresponding to showRefBar()
Definition: settings_base.h:620
KNode::SettingsBase::mQuoteCharacters
QString mQuoteCharacters
Definition: settings_base.h:1899
KNode::SettingsBase::defaultToExpandedThreadsItem
ItemBool * defaultToExpandedThreadsItem()
Get Item object corresponding to defaultToExpandedThreads()
Definition: settings_base.h:245
KNode::SettingsBase::mAutoMark
bool mAutoMark
Definition: settings_base.h:1883
KNode::SettingsBase::signErrColor
QColor signErrColor() const
Get Bad Signature.
Definition: settings_base.h:1687
KNode::SettingsBase::setAlternateBackgroundColor
void setAlternateBackgroundColor(const QColor &v)
Set Alternate Background.
Definition: settings_base.h:1403
KNode::SettingsBase::setUseCustomColors
void setUseCustomColors(bool v)
Set Use custom colors.
Definition: settings_base.h:1353
KNode::SettingsBase::mCursorOnTop
bool mCursorOnTop
Definition: settings_base.h:1937
KNode::SettingsBase::setCharset
void setCharset(const QString &v)
Set Charset.
Definition: settings_base.h:1078
KNode::SettingsBase::mInterpretFormatTags
bool mInterpretFormatTags
Definition: settings_base.h:1898
KNode::SettingsBase::useExternalMailerItem
ItemBool * useExternalMailerItem()
Get Item object corresponding to useExternalMailer()
Definition: settings_base.h:1045
KNode::SettingsBase::quoteCharactersItem
ItemString * quoteCharactersItem()
Get Item object corresponding to quoteCharacters()
Definition: settings_base.h:520
KNode::SettingsBase::generateMessageIDItem
ItemBool * generateMessageIDItem()
Get Item object corresponding to generateMessageID()
Definition: settings_base.h:995
KNode::SettingsBase::signErrColorItem
ItemColor * signErrColorItem()
Get Item object corresponding to signErrColor()
Definition: settings_base.h:1695
KNode::SettingsBase::ignoredThreshold
int ignoredThreshold() const
Get Default score for ignored threads.
Definition: settings_base.h:837
KNode::SettingsBase::mShowSignature
bool mShowSignature
Definition: settings_base.h:1897
KNode::SettingsBase::signWarnColor
QColor signWarnColor() const
Get Unchecked Signature.
Definition: settings_base.h:1662
KNode::SettingsBase::markAllReadGoNextItem
ItemBool * markAllReadGoNextItem()
Get Item object corresponding to markAllReadGoNext()
Definition: settings_base.h:695
KNode::SettingsBase::defaultToExpandedThreads
bool defaultToExpandedThreads() const
Get Default to expanded threads.
Definition: settings_base.h:237
KNode::SettingsBase::composerFontItem
ItemFont * composerFontItem()
Get Item object corresponding to composerFont()
Definition: settings_base.h:1820
KNode::SettingsBase::interpretFormatTags
bool interpretFormatTags() const
Get Interpret emoticons and other formatting.
Definition: settings_base.h:487
KNode::SettingsBase::setArtCacheSize
void setArtCacheSize(int v)
Set Cache size for articles.
Definition: settings_base.h:903
KNode::SettingsBase::hostname
QString hostname() const
Get Host name used to generate the message ID.
Definition: settings_base.h:962
KNode::SettingsBase::readArticleColor
QColor readArticleColor() const
Get Read Article.
Definition: settings_base.h:1562
KNode::SettingsBase::setCustomDateFormat
void setCustomDateFormat(const QString &v)
Set Custom date format.
Definition: settings_base.h:378
KNode::SettingsBase::setAutoMarkSeconds
void setAutoMarkSeconds(int v)
Set Mark article as read after.
Definition: settings_base.h:128
KNode::SettingsBase::includeSignatureItem
ItemBool * includeSignatureItem()
Get Item object corresponding to includeSignature()
Definition: settings_base.h:1245
KNode::SettingsBase::setIgnoreThreadCloseThread
void setIgnoreThreadCloseThread(bool v)
Set Ignore thread closes the current thread.
Definition: settings_base.h:778
KNode::SettingsBase::smartScrolling
bool smartScrolling() const
Get Smart scrolling.
Definition: settings_base.h:187
KNode::SettingsBase::customDateFormat
QString customDateFormat() const
Get Custom date format.
Definition: settings_base.h:387
KNode::SettingsBase::autoMarkSeconds
int autoMarkSeconds() const
Get Mark article as read after.
Definition: settings_base.h:137
KNode::SettingsBase::interpretFormatTagsItem
ItemBool * interpretFormatTagsItem()
Get Item object corresponding to interpretFormatTags()
Definition: settings_base.h:495
KNode::SettingsBase::mUnreadArticleColor
QColor mUnreadArticleColor
Definition: settings_base.h:1952
KNode::SettingsBase::useExternalEditorItem
ItemBool * useExternalEditorItem()
Get Item object corresponding to useExternalEditor()
Definition: settings_base.h:1295
KNode::SettingsBase::mBackgroundColor
QColor mBackgroundColor
Definition: settings_base.h:1944
KNode::SettingsBase::setShowRefBar
void setShowRefBar(bool v)
Set Show reference bar.
Definition: settings_base.h:603
KNode::SettingsBase::backgroundColor
QColor backgroundColor() const
Get Background.
Definition: settings_base.h:1387
KNode::SettingsBase::externalEditorItem
ItemString * externalEditorItem()
Get Item object corresponding to externalEditor()
Definition: settings_base.h:1345
KNode::SettingsBase::mIncludeSignature
bool mIncludeSignature
Definition: settings_base.h:1936
KNode::SettingsBase::mSignOkKeyOkColor
QColor mSignOkKeyOkColor
Definition: settings_base.h:1953
KNode::SettingsBase::setMarkCrossposts
void setMarkCrossposts(bool v)
Set Mark crossposted articles as read.
Definition: settings_base.h:153
KNode::SettingsBase::maxToFetchItem
ItemInt * maxToFetchItem()
Get Item object corresponding to maxToFetch()
Definition: settings_base.h:95
KNode::SettingsBase::includeSignature
bool includeSignature() const
Get Include the original author's signature in replies.
Definition: settings_base.h:1237
KNode::SettingsBase::mHostname
QString mHostname
Definition: settings_base.h:1925
KNode::SettingsBase::mShowAlternativeContents
bool mShowAlternativeContents
Definition: settings_base.h:1901
KNode::SettingsBase::identityItem
ItemInt * identityItem()
Get Item object corresponding to identity()
Definition: settings_base.h:45
KNode::SettingsBase::setExternalEditor
void setExternalEditor(const QString &v)
Set Path to external editor.
Definition: settings_base.h:1328
KNode::SettingsBase::smartScrollingItem
ItemBool * smartScrollingItem()
Get Item object corresponding to smartScrolling()
Definition: settings_base.h:195
KNode::SettingsBase::htmlWarningColor
QColor htmlWarningColor() const
Get HTML Message Warning.
Definition: settings_base.h:1712
KNode::SettingsBase::mSmartScrolling
bool mSmartScrolling
Definition: settings_base.h:1886
KNode::SettingsBase::allowExternalReferences
bool allowExternalReferences() const
Get Allow external references in HTML.
Definition: settings_base.h:662
KConfigSkeleton
KNode::SettingsBase::articleFontItem
ItemFont * articleFontItem()
Get Item object corresponding to articleFont()
Definition: settings_base.h:1770
KNode::SettingsBase::setSignOkKeyOkColor
void setSignOkKeyOkColor(const QColor &v)
Set Valid Signature with Trusted Key.
Definition: settings_base.h:1603
KNode::SettingsBase::setAlwaysShowHTML
void setAlwaysShowHTML(bool v)
Set Prefer HTML to plain text.
Definition: settings_base.h:628
KNode::SettingsBase::autoSpellChecking
bool autoSpellChecking() const
Get Automatic Spellchecking.
Definition: settings_base.h:1137
KNode::SettingsBase::mUseCustomColors
bool mUseCustomColors
Definition: settings_base.h:1943
KNode::SettingsBase::markThreadReadCloseThread
bool markThreadReadCloseThread() const
Get Mark thread as read closes the current thread.
Definition: settings_base.h:737
KNode::SettingsBase::mWatchedThreshold
int mWatchedThreshold
Definition: settings_base.h:1917
KNode::SettingsBase::unreadThreadColorItem
ItemColor * unreadThreadColorItem()
Get Item object corresponding to unreadThreadColor()
Definition: settings_base.h:1545
KNode::SettingsBase::rewrapBodyItem
ItemBool * rewrapBodyItem()
Get Item object corresponding to rewrapBody()
Definition: settings_base.h:420
KNode::SettingsBase::setQuoteCharacters
void setQuoteCharacters(const QString &v)
Set Recognized quote characters.
Definition: settings_base.h:503
KNode::SettingsBase::noUserAgentItem
ItemBool * noUserAgentItem()
Get Item object corresponding to noUserAgent()
Definition: settings_base.h:1020
KNode::SettingsBase::intro
QString intro() const
Get Introduction phrase.
Definition: settings_base.h:1312
KNode::SettingsBase::useExternalEditor
bool useExternalEditor() const
Get Start external editor automatically.
Definition: settings_base.h:1287
KNode::SettingsBase::quoteColorItem
ItemColor * quoteColorItem(int i)
Get Item object corresponding to quoteColor()
Definition: settings_base.h:1470
KNode::SettingsBase::mTextColor
QColor mTextColor
Definition: settings_base.h:1946
KNode::SettingsBase::backgroundColorItem
ItemColor * backgroundColorItem()
Get Item object corresponding to backgroundColor()
Definition: settings_base.h:1395
KNode::SettingsBase::mUseCustomFonts
bool mUseCustomFonts
Definition: settings_base.h:1958
KNode::SettingsBase::setRewrapBody
void setRewrapBody(bool v)
Set Rewrap text when necessary.
Definition: settings_base.h:403
KNode::SettingsBase::appendOwnSignatureItem
ItemBool * appendOwnSignatureItem()
Get Item object corresponding to appendOwnSignature()
Definition: settings_base.h:1195
KNode::SettingsBase::textColor
QColor textColor() const
Get Normal Text.
Definition: settings_base.h:1437
KNode::SettingsBase::setGenerateMessageID
void setGenerateMessageID(bool v)
Set Generate message-id.
Definition: settings_base.h:978
KNode::SettingsBase::mShowScore
bool mShowScore
Definition: settings_base.h:1890
KNode::SettingsBase::textColorItem
ItemColor * textColorItem()
Get Item object corresponding to textColor()
Definition: settings_base.h:1445
KNode::SettingsBase::allow8BitBody
bool allow8BitBody() const
Get Allow 8-bit encoding.
Definition: settings_base.h:1062
KNode::SettingsBase::autoMarkItem
ItemBool * autoMarkItem()
Get Item object corresponding to autoMark()
Definition: settings_base.h:120
KNode::SettingsBase::showThreads
bool showThreads() const
Get Show Threads.
Definition: settings_base.h:337
KNode::SettingsBase::unreadArticleColor
QColor unreadArticleColor() const
Get Unread Article.
Definition: settings_base.h:1587
KNode::SettingsBase::mMarkCrossposts
bool mMarkCrossposts
Definition: settings_base.h:1885
KNode::SettingsBase::mDefaultToExpandedThreads
bool mDefaultToExpandedThreads
Definition: settings_base.h:1888
KNode::SettingsBase::wordWrapItem
ItemBool * wordWrapItem()
Get Item object corresponding to wordWrap()
Definition: settings_base.h:1120
knode_export.h
KNode::SettingsBase::mReadArticleColor
QColor mReadArticleColor
Definition: settings_base.h:1951
KNode::SettingsBase::setUseCustomFonts
void setUseCustomFonts(bool v)
Set Use custom fonts.
Definition: settings_base.h:1728
KNode::SettingsBase::mMarkAllReadGoNext
bool mMarkAllReadGoNext
Definition: settings_base.h:1908
KNode::SettingsBase::leaveGroupMarkAsRead
bool leaveGroupMarkAsRead() const
Get Leaving a group marks all articles as read.
Definition: settings_base.h:812
KNode::SettingsBase::setMarkThreadReadCloseThread
void setMarkThreadReadCloseThread(bool v)
Set Mark thread as read closes the current thread.
Definition: settings_base.h:728
KNode::SettingsBase::setTextColor
void setTextColor(const QColor &v)
Set Normal Text.
Definition: settings_base.h:1428
KNode::SettingsBase::mAutoCheckGroups
bool mAutoCheckGroups
Definition: settings_base.h:1881
KNode::SettingsBase::autoCheckGroups
bool autoCheckGroups() const
Get Check for new articles automatically.
Definition: settings_base.h:62
KNode::SettingsBase::setShowScore
void setShowScore(bool v)
Set Show score column.
Definition: settings_base.h:278
KNode::SettingsBase::rewrap
bool rewrap() const
Get Rewrap quoted text automatically.
Definition: settings_base.h:1212
KNode::SettingsBase::mDateFormat
int mDateFormat
Definition: settings_base.h:1893
KNode::SettingsBase::showRefBar
bool showRefBar() const
Get Show reference bar.
Definition: settings_base.h:612
KNode::SettingsBase::charsetItem
ItemString * charsetItem()
Get Item object corresponding to Charset()
Definition: settings_base.h:1095
KNode::SettingsBase::externalEditor
QString externalEditor() const
Get Path to external editor.
Definition: settings_base.h:1337
KNode::SettingsBase::articleFixedFontItem
ItemFont * articleFixedFontItem()
Get Item object corresponding to articleFixedFont()
Definition: settings_base.h:1795
KNode::SettingsBase::setMaxLineLength
void setMaxLineLength(int v)
Set Maximum line length if word wrap is enabled.
Definition: settings_base.h:1153
KNode::SettingsBase::openAttachmentsOnClick
bool openAttachmentsOnClick() const
Get Open attachments on click.
Definition: settings_base.h:537
KNode::SettingsBase::dateFormatItem
ItemEnum * dateFormatItem()
Get Item object corresponding to dateFormat()
Definition: settings_base.h:370
KNode::SettingsBase::setAllowExternalReferences
void setAllowExternalReferences(bool v)
Set Allow external references in HTML.
Definition: settings_base.h:653
KNode::SettingsBase
Definition: settings_base.h:18
KNode::SettingsBase::mShowRefBar
bool mShowRefBar
Definition: settings_base.h:1903
KNode::SettingsBase::autoSpellCheckingItem
ItemBool * autoSpellCheckingItem()
Get Item object corresponding to autoSpellChecking()
Definition: settings_base.h:1145
KNode::SettingsBase::setUnreadArticleColor
void setUnreadArticleColor(const QColor &v)
Set Unread Article.
Definition: settings_base.h:1578
KNode::SettingsBase::mCollCacheSize
int mCollCacheSize
Definition: settings_base.h:1920
KNode::SettingsBase::mSignWarnColor
QColor mSignWarnColor
Definition: settings_base.h:1955
KNode::SettingsBase::mArtCacheSize
int mArtCacheSize
Definition: settings_base.h:1921
KNode::SettingsBase::setTotalExpandThreads
void setTotalExpandThreads(bool v)
Set Show whole thread on expanding.
Definition: settings_base.h:203
KNode::SettingsBase::openAttachmentsOnClickItem
ItemBool * openAttachmentsOnClickItem()
Get Item object corresponding to openAttachmentsOnClick()
Definition: settings_base.h:545
KNode::SettingsBase::collCacheSizeItem
ItemInt * collCacheSizeItem()
Get Item object corresponding to collCacheSize()
Definition: settings_base.h:895
KNode::SettingsBase::setNoUserAgent
void setNoUserAgent(bool v)
Set Do not add the "User-Agent" identification header.
Definition: settings_base.h:1003
KNode::SettingsBase::showLines
bool showLines() const
Get Show line count column.
Definition: settings_base.h:262
KNode::SettingsBase::useCustomFonts
bool useCustomFonts() const
Get Use custom fonts.
Definition: settings_base.h:1737
KNode::SettingsBase::mAllowExternalReferences
bool mAllowExternalReferences
Definition: settings_base.h:1905
KNode::SettingsBase::mIdentity
int mIdentity
Definition: settings_base.h:1878
KNode::SettingsBase::removeTrailingNewlines
bool removeTrailingNewlines() const
Get Remove trailing empty lines.
Definition: settings_base.h:437
KNode::SettingsBase::setUnreadThreadColor
void setUnreadThreadColor(const QColor &v)
Set Unread Thread.
Definition: settings_base.h:1528
KNode::SettingsBase::maxLineLength
int maxLineLength() const
Get Maximum line length if word wrap is enabled.
Definition: settings_base.h:1162
KNode::SettingsBase::collCacheSize
int collCacheSize() const
Get Cache size for headers.
Definition: settings_base.h:887
KNode::SettingsBase::setShowLines
void setShowLines(bool v)
Set Show line count column.
Definition: settings_base.h:253
KNode::SettingsBase::setAppendOwnSignature
void setAppendOwnSignature(bool v)
Set Append own signature automatically.
Definition: settings_base.h:1178
KNode::SettingsBase::mMaxLineLength
int mMaxLineLength
Definition: settings_base.h:1933
KNode::SettingsBase::setLeaveGroupMarkAsRead
void setLeaveGroupMarkAsRead(bool v)
Set Leaving a group marks all articles as read.
Definition: settings_base.h:803
KNode::SettingsBase::ignoredThresholdItem
ItemInt * ignoredThresholdItem()
Get Item object corresponding to ignoredThreshold()
Definition: settings_base.h:845
KNode::SettingsBase::mAlwaysShowHTML
bool mAlwaysShowHTML
Definition: settings_base.h:1904
KNode::SettingsBase::mExternalEditor
QString mExternalEditor
Definition: settings_base.h:1940
KNode::SettingsBase::setCursorOnTop
void setCursorOnTop(bool v)
Set Put the cursor below the introduction phrase.
Definition: settings_base.h:1253
KNode::SettingsBase::rewrapBody
bool rewrapBody() const
Get Rewrap text when necessary.
Definition: settings_base.h:412
KNode::SettingsBase::signOkKeyBadColorItem
ItemColor * signOkKeyBadColorItem()
Get Item object corresponding to signOkKeyBadColor()
Definition: settings_base.h:1645
KNode::SettingsBase::totalExpandThreads
bool totalExpandThreads() const
Get Show whole thread on expanding.
Definition: settings_base.h:212
KNode::SettingsBase::markCrosspostsItem
ItemBool * markCrosspostsItem()
Get Item object corresponding to markCrossposts()
Definition: settings_base.h:170
KNode::SettingsBase::mMarkThreadReadCloseThread
bool mMarkThreadReadCloseThread
Definition: settings_base.h:1910
KNode::SettingsBase::setShowUnread
void setShowUnread(bool v)
Set Show unread count in thread.
Definition: settings_base.h:303
KNode::SettingsBase::mUseExternalMailer
bool mUseExternalMailer
Definition: settings_base.h:1928
KNode::SettingsBase::customDateFormatItem
ItemString * customDateFormatItem()
Get Item object corresponding to customDateFormat()
Definition: settings_base.h:395
KNode::SettingsBase::showScoreItem
ItemBool * showScoreItem()
Get Item object corresponding to showScore()
Definition: settings_base.h:295
KNode::SettingsBase::setMarkAllReadGoNext
void setMarkAllReadGoNext(bool v)
Set Mark group as read goes to next group.
Definition: settings_base.h:678
KNode::SettingsBase::mSignOkKeyBadColor
QColor mSignOkKeyBadColor
Definition: settings_base.h:1954
KNode::SettingsBase::signOkKeyBadColor
QColor signOkKeyBadColor() const
Get Valid Signature with Untrusted Key.
Definition: settings_base.h:1637
KNode::SettingsBase::showUnread
bool showUnread() const
Get Show unread count in thread.
Definition: settings_base.h:312
KNode::SettingsBase::setGroupListFont
void setGroupListFont(const QFont &v)
Set Group List.
Definition: settings_base.h:1828
KNode::SettingsBase::setSignWarnColor
void setSignWarnColor(const QColor &v)
Set Unchecked Signature.
Definition: settings_base.h:1653
KNode::SettingsBase::markThreadReadCloseThreadItem
ItemBool * markThreadReadCloseThreadItem()
Get Item object corresponding to markThreadReadCloseThread()
Definition: settings_base.h:745
KNode::SettingsBase::showSignatureItem
ItemBool * showSignatureItem()
Get Item object corresponding to showSignature()
Definition: settings_base.h:470
KNode::SettingsBase::useCustomColors
bool useCustomColors() const
Get Use custom colors.
Definition: settings_base.h:1362
KNode::SettingsBase::markThreadReadGoNextItem
ItemBool * markThreadReadGoNextItem()
Get Item object corresponding to markThreadReadGoNext()
Definition: settings_base.h:720
KNode::SettingsBase::setShowSignature
void setShowSignature(bool v)
Set Show signature.
Definition: settings_base.h:453
KNode::SettingsBase::maxToFetch
int maxToFetch() const
Get Maximum number of articles to fetch.
Definition: settings_base.h:87
KNode::SettingsBase::setMaxToFetch
void setMaxToFetch(int v)
Set Maximum number of articles to fetch.
Definition: settings_base.h:78
KNode::SettingsBase::quoteCharacters
QString quoteCharacters() const
Get Recognized quote characters.
Definition: settings_base.h:512
KNode::SettingsBase::mRewrap
bool mRewrap
Definition: settings_base.h:1935
KNode::SettingsBase::setDateFormat
void setDateFormat(KMime::DateFormatter::FormatType v)
Set Date format.
Definition: settings_base.h:353
KNode::SettingsBase::introItem
ItemString * introItem()
Get Item object corresponding to Intro()
Definition: settings_base.h:1320
KNode::SettingsBase::mShowLines
bool mShowLines
Definition: settings_base.h:1889
KNode::SettingsBase::setSignOkKeyBadColor
void setSignOkKeyBadColor(const QColor &v)
Set Valid Signature with Untrusted Key.
Definition: settings_base.h:1628
KNode::SettingsBase::setWatchedThreshold
void setWatchedThreshold(int v)
Set Default score for watched threads.
Definition: settings_base.h:853
KNode::SettingsBase::setOpenAttachmentsOnClick
void setOpenAttachmentsOnClick(bool v)
Set Open attachments on click.
Definition: settings_base.h:528
KNode::SettingsBase::setIgnoredThreshold
void setIgnoredThreshold(int v)
Set Default score for ignored threads.
Definition: settings_base.h:828
KNode::SettingsBase::setRemoveTrailingNewlines
void setRemoveTrailingNewlines(bool v)
Set Remove trailing empty lines.
Definition: settings_base.h:428
KNode::SettingsBase::setIncludeSignature
void setIncludeSignature(bool v)
Set Include the original author's signature in replies.
Definition: settings_base.h:1228
KNode::SettingsBase::setUseExternalMailer
void setUseExternalMailer(bool v)
Set Use external mailer.
Definition: settings_base.h:1028
KNode::SettingsBase::autoCheckGroupsItem
ItemBool * autoCheckGroupsItem()
Get Item object corresponding to autoCheckGroups()
Definition: settings_base.h:70
KNode::SettingsBase::setLinkColor
void setLinkColor(const QColor &v)
Set Link.
Definition: settings_base.h:1478
KNode::SettingsBase::setArticleFixedFont
void setArticleFixedFont(const QFont &v)
Set Article Body (Fixed)
Definition: settings_base.h:1778
KNode::SettingsBase::cursorOnTopItem
ItemBool * cursorOnTopItem()
Get Item object corresponding to cursorOnTop()
Definition: settings_base.h:1270
KNode::SettingsBase::setAutoCheckGroups
void setAutoCheckGroups(bool v)
Set Check for new articles automatically.
Definition: settings_base.h:53
KNode::SettingsBase::ignoreThreadGoNext
bool ignoreThreadGoNext() const
Get Ignore thread goes to the next unread thread.
Definition: settings_base.h:762
KNode::SettingsBase::watchedThresholdItem
ItemInt * watchedThresholdItem()
Get Item object corresponding to watchedThreshold()
Definition: settings_base.h:870
KNode::SettingsBase::identity
int identity() const
Get identity.
Definition: settings_base.h:37
KNode::SettingsBase::charset
QString charset() const
Get Charset.
Definition: settings_base.h:1087
KNode::SettingsBase::mAutoSpellChecking
bool mAutoSpellChecking
Definition: settings_base.h:1932
KNode::SettingsBase::allowExternalReferencesItem
ItemBool * allowExternalReferencesItem()
Get Item object corresponding to allowExternalReferences()
Definition: settings_base.h:670
KNode::SettingsBase::setAllow8BitBody
void setAllow8BitBody(bool v)
Set Allow 8-bit encoding.
Definition: settings_base.h:1053
KNode::SettingsBase::mGroupListFont
QFont mGroupListFont
Definition: settings_base.h:1962
KNode::SettingsBase::alwaysShowHTML
bool alwaysShowHTML() const
Get Prefer HTML to plain text.
Definition: settings_base.h:637
KNode::SettingsBase::useOwnCharsetItem
ItemBool * useOwnCharsetItem()
Get Item object corresponding to UseOwnCharset()
Definition: settings_base.h:945
KNode::SettingsBase::signOkKeyOkColor
QColor signOkKeyOkColor() const
Get Valid Signature with Trusted Key.
Definition: settings_base.h:1612
KNode::SettingsBase::setWordWrap
void setWordWrap(bool v)
Set Word wrap at column.
Definition: settings_base.h:1103
KNode::SettingsBase::useCustomColorsItem
ItemBool * useCustomColorsItem()
Get Item object corresponding to useCustomColors()
Definition: settings_base.h:1370
KNODE_EXPORT
#define KNODE_EXPORT
Definition: knode_export.h:35
KNode::SettingsBase::mLeaveGroupMarkAsRead
bool mLeaveGroupMarkAsRead
Definition: settings_base.h:1913
KNode::SettingsBase::mRewrapBody
bool mRewrapBody
Definition: settings_base.h:1895
KNode::SettingsBase::mWordWrap
bool mWordWrap
Definition: settings_base.h:1931
KNode::SettingsBase::unreadThreadColor
QColor unreadThreadColor() const
Get Unread Thread.
Definition: settings_base.h:1537
KNode::SettingsBase::mComposerFont
QFont mComposerFont
Definition: settings_base.h:1961
KNode::SettingsBase::maxLineLengthItem
ItemInt * maxLineLengthItem()
Get Item object corresponding to maxLineLength()
Definition: settings_base.h:1170
KNode::SettingsBase::useExternalMailer
bool useExternalMailer() const
Get Use external mailer.
Definition: settings_base.h:1037
KNode::SettingsBase::setReadArticleColor
void setReadArticleColor(const QColor &v)
Set Read Article.
Definition: settings_base.h:1553
KNode::SettingsBase::showUnreadItem
ItemBool * showUnreadItem()
Get Item object corresponding to showUnread()
Definition: settings_base.h:320
KNode::SettingsBase::cursorOnTop
bool cursorOnTop() const
Get Put the cursor below the introduction phrase.
Definition: settings_base.h:1262
KNode::SettingsBase::setReadThreadColor
void setReadThreadColor(const QColor &v)
Set Read Thread.
Definition: settings_base.h:1503
KNode::SettingsBase::showScore
bool showScore() const
Get Show score column.
Definition: settings_base.h:287
KNode::SettingsBase::ignoreThreadGoNextItem
ItemBool * ignoreThreadGoNextItem()
Get Item object corresponding to ignoreThreadGoNext()
Definition: settings_base.h:770
KNode::SettingsBase::useCustomFontsItem
ItemBool * useCustomFontsItem()
Get Item object corresponding to useCustomFonts()
Definition: settings_base.h:1745
KNode::SettingsBase::signWarnColorItem
ItemColor * signWarnColorItem()
Get Item object corresponding to signWarnColor()
Definition: settings_base.h:1670
KNode::SettingsBase::mArticleFixedFont
QFont mArticleFixedFont
Definition: settings_base.h:1960
KNode::SettingsBase::mIgnoreThreadCloseThread
bool mIgnoreThreadCloseThread
Definition: settings_base.h:1912
KNode::SettingsBase::setAutoSpellChecking
void setAutoSpellChecking(bool v)
Set Automatic Spellchecking.
Definition: settings_base.h:1128
KNode::SettingsBase::groupListFont
QFont groupListFont() const
Get Group List.
Definition: settings_base.h:1837
KNode::SettingsBase::mUseOwnCharset
bool mUseOwnCharset
Definition: settings_base.h:1924
KNode::SettingsBase::markAllReadGoNext
bool markAllReadGoNext() const
Get Mark group as read goes to next group.
Definition: settings_base.h:687
KNode::SettingsBase::linkColor
QColor linkColor() const
Get Link.
Definition: settings_base.h:1487
KNode::SettingsBase::mSignErrColor
QColor mSignErrColor
Definition: settings_base.h:1956
KNode::SettingsBase::mAppendOwnSignature
bool mAppendOwnSignature
Definition: settings_base.h:1934
KNode::SettingsBase::signOkKeyOkColorItem
ItemColor * signOkKeyOkColorItem()
Get Item object corresponding to signOkKeyOkColor()
Definition: settings_base.h:1620
KNode::SettingsBase::mShowThreads
bool mShowThreads
Definition: settings_base.h:1892
KNode::SettingsBase::mAllow8BitBody
bool mAllow8BitBody
Definition: settings_base.h:1929
KNode::SettingsBase::setIdentity
void setIdentity(int v)
Set identity.
Definition: settings_base.h:28
KNode::SettingsBase::useFixedFontItem
ItemBool * useFixedFontItem()
Get Item object corresponding to useFixedFont()
Definition: settings_base.h:595
KNode::SettingsBase::mAutoMarkSeconds
int mAutoMarkSeconds
Definition: settings_base.h:1884
KNode::SettingsBase::readArticleColorItem
ItemColor * readArticleColorItem()
Get Item object corresponding to readArticleColor()
Definition: settings_base.h:1570
KNode::SettingsBase::mRemoveTrailingNewlines
bool mRemoveTrailingNewlines
Definition: settings_base.h:1896
KNode::SettingsBase::mTotalExpandThreads
bool mTotalExpandThreads
Definition: settings_base.h:1887
KNode::SettingsBase::showLinesItem
ItemBool * showLinesItem()
Get Item object corresponding to showLines()
Definition: settings_base.h:270
KNode::SettingsBase::setUseOwnCharset
void setUseOwnCharset(bool v)
Set Use own default charset when replying.
Definition: settings_base.h:928
KNode::SettingsBase::mArticleListFont
QFont mArticleListFont
Definition: settings_base.h:1963
KNode::SettingsBase::hostnameItem
ItemString * hostnameItem()
Get Item object corresponding to hostname()
Definition: settings_base.h:970
KNode::SettingsBase::mArticleFont
QFont mArticleFont
Definition: settings_base.h:1959
KNode::SettingsBase::articleFixedFont
QFont articleFixedFont() const
Get Article Body (Fixed)
Definition: settings_base.h:1787
KNode::SettingsBase::artCacheSize
int artCacheSize() const
Get Cache size for articles.
Definition: settings_base.h:912
KNode::SettingsBase::setShowAlternativeContents
void setShowAlternativeContents(bool v)
Set Show alternative contents as attachments.
Definition: settings_base.h:553
KNode::SettingsBase::setIntro
void setIntro(const QString &v)
Set Introduction phrase.
Definition: settings_base.h:1303
KNode::SettingsBase::setSignErrColor
void setSignErrColor(const QColor &v)
Set Bad Signature.
Definition: settings_base.h:1678
KNode::SettingsBase::readThreadColor
QColor readThreadColor() const
Get Read Thread.
Definition: settings_base.h:1512
KNode::SettingsBase::artCacheSizeItem
ItemInt * artCacheSizeItem()
Get Item object corresponding to artCacheSize()
Definition: settings_base.h:920
KNode::SettingsBase::setDefaultToExpandedThreads
void setDefaultToExpandedThreads(bool v)
Set Default to expanded threads.
Definition: settings_base.h:228
KNode::SettingsBase::setUseExternalEditor
void setUseExternalEditor(bool v)
Set Start external editor automatically.
Definition: settings_base.h:1278
KNode::SettingsBase::setRewrap
void setRewrap(bool v)
Set Rewrap quoted text automatically.
Definition: settings_base.h:1203
KNode::SettingsBase::setArticleFont
void setArticleFont(const QFont &v)
Set Article Body.
Definition: settings_base.h:1753
KNode::SettingsBase::markCrossposts
bool markCrossposts() const
Get Mark crossposted articles as read.
Definition: settings_base.h:162
KNode::SettingsBase::setSmartScrolling
void setSmartScrolling(bool v)
Set Smart scrolling.
Definition: settings_base.h:178
KNode::SettingsBase::mGenerateMessageID
bool mGenerateMessageID
Definition: settings_base.h:1926
KNode::SettingsBase::ignoreThreadCloseThreadItem
ItemBool * ignoreThreadCloseThreadItem()
Get Item object corresponding to ignoreThreadCloseThread()
Definition: settings_base.h:795
KNode::SettingsBase::setUseFixedFont
void setUseFixedFont(bool v)
Set Use fixed font.
Definition: settings_base.h:578
KNode::SettingsBase::setArticleListFont
void setArticleListFont(const QFont &v)
Set Article List.
Definition: settings_base.h:1853
KNode::SettingsBase::generateMessageID
bool generateMessageID() const
Get Generate message-id.
Definition: settings_base.h:987
KNode::SettingsBase::mIgnoreThreadGoNext
bool mIgnoreThreadGoNext
Definition: settings_base.h:1911
KNode::SettingsBase::mHtmlWarningColor
QColor mHtmlWarningColor
Definition: settings_base.h:1957
KNode::SettingsBase::mIntro
QString mIntro
Definition: settings_base.h:1939
KNode::SettingsBase::groupListFontItem
ItemFont * groupListFontItem()
Get Item object corresponding to groupListFont()
Definition: settings_base.h:1845
KNode::SettingsBase::mNoUserAgent
bool mNoUserAgent
Definition: settings_base.h:1927
KNode::SettingsBase::removeTrailingNewlinesItem
ItemBool * removeTrailingNewlinesItem()
Get Item object corresponding to removeTrailingNewlines()
Definition: settings_base.h:445
KNode::SettingsBase::articleListFont
QFont articleListFont() const
Get Article List.
Definition: settings_base.h:1862
KNode::SettingsBase::mUnreadThreadColor
QColor mUnreadThreadColor
Definition: settings_base.h:1950
KNode::SettingsBase::setMarkThreadReadGoNext
void setMarkThreadReadGoNext(bool v)
Set Mark thread as read goes to next unread thread.
Definition: settings_base.h:703
KNode::SettingsBase::showAlternativeContentsItem
ItemBool * showAlternativeContentsItem()
Get Item object corresponding to showAlternativeContents()
Definition: settings_base.h:570
KNode::SettingsBase::leaveGroupMarkAsReadItem
ItemBool * leaveGroupMarkAsReadItem()
Get Item object corresponding to leaveGroupMarkAsRead()
Definition: settings_base.h:820
KNode::SettingsBase::setQuoteColor
void setQuoteColor(int i, const QColor &v)
Set quoteColor.
Definition: settings_base.h:1453
KNode::SettingsBase::setCollCacheSize
void setCollCacheSize(int v)
Set Cache size for headers.
Definition: settings_base.h:878
KNode::SettingsBase::setAutoMark
void setAutoMark(bool v)
Set Automatically mark articles as read.
Definition: settings_base.h:103
KNode::SettingsBase::unreadArticleColorItem
ItemColor * unreadArticleColorItem()
Get Item object corresponding to unreadArticleColor()
Definition: settings_base.h:1595
KNode::SettingsBase::showSignature
bool showSignature() const
Get Show signature.
Definition: settings_base.h:462
KNode::SettingsBase::htmlWarningColorItem
ItemColor * htmlWarningColorItem()
Get Item object corresponding to htmlWarningColor()
Definition: settings_base.h:1720
KNode::SettingsBase::setIgnoreThreadGoNext
void setIgnoreThreadGoNext(bool v)
Set Ignore thread goes to the next unread thread.
Definition: settings_base.h:753
KNode::SettingsBase::dateFormat
KMime::DateFormatter::FormatType dateFormat() const
Get Date format.
Definition: settings_base.h:362
KNode::SettingsBase::mUseFixedFont
bool mUseFixedFont
Definition: settings_base.h:1902
KNode::SettingsBase::showAlternativeContents
bool showAlternativeContents() const
Get Show alternative contents as attachments.
Definition: settings_base.h:562
KNode::SettingsBase::wordWrap
bool wordWrap() const
Get Word wrap at column.
Definition: settings_base.h:1112
KNode::SettingsBase::mAlternateBackgroundColor
QColor mAlternateBackgroundColor
Definition: settings_base.h:1945
KNode::SettingsBase::mUseExternalEditor
bool mUseExternalEditor
Definition: settings_base.h:1938
KNode::SettingsBase::useOwnCharset
bool useOwnCharset() const
Get Use own default charset when replying.
Definition: settings_base.h:937
KNode::SettingsBase::articleFont
QFont articleFont() const
Get Article Body.
Definition: settings_base.h:1762
KNode::SettingsBase::articleListFontItem
ItemFont * articleListFontItem()
Get Item object corresponding to articleListFont()
Definition: settings_base.h:1870
KNode::SettingsBase::markThreadReadGoNext
bool markThreadReadGoNext() const
Get Mark thread as read goes to next unread thread.
Definition: settings_base.h:712
KNode::SettingsBase::rewrapItem
ItemBool * rewrapItem()
Get Item object corresponding to rewrap()
Definition: settings_base.h:1220
KNode::SettingsBase::alternateBackgroundColor
QColor alternateBackgroundColor() const
Get Alternate Background.
Definition: settings_base.h:1412
KNode::SettingsBase::mCustomDateFormat
QString mCustomDateFormat
Definition: settings_base.h:1894
KNode::SettingsBase::mCharset
QString mCharset
Definition: settings_base.h:1930
KNode::SettingsBase::appendOwnSignature
bool appendOwnSignature() const
Get Append own signature automatically.
Definition: settings_base.h:1187
KNode::SettingsBase::alwaysShowHTMLItem
ItemBool * alwaysShowHTMLItem()
Get Item object corresponding to alwaysShowHTML()
Definition: settings_base.h:645
KNode::SettingsBase::composerFont
QFont composerFont() const
Get Composer.
Definition: settings_base.h:1812
KNode::SettingsBase::totalExpandThreadsItem
ItemBool * totalExpandThreadsItem()
Get Item object corresponding to totalExpandThreads()
Definition: settings_base.h:220
KNode::SettingsBase::setBackgroundColor
void setBackgroundColor(const QColor &v)
Set Background.
Definition: settings_base.h:1378
KNode::SettingsBase::setHtmlWarningColor
void setHtmlWarningColor(const QColor &v)
Set HTML Message Warning.
Definition: settings_base.h:1703
KNode::SettingsBase::useFixedFont
bool useFixedFont() const
Get Use fixed font.
Definition: settings_base.h:587
KNode::SettingsBase::mIgnoredThreshold
int mIgnoredThreshold
Definition: settings_base.h:1916
KNode::SettingsBase::watchedThreshold
int watchedThreshold() const
Get Default score for watched threads.
Definition: settings_base.h:862
KNode::SettingsBase::ignoreThreadCloseThread
bool ignoreThreadCloseThread() const
Get Ignore thread closes the current thread.
Definition: settings_base.h:787
KNode::SettingsBase::allow8BitBodyItem
ItemBool * allow8BitBodyItem()
Get Item object corresponding to allow8BitBody()
Definition: settings_base.h:1070
KNode::SettingsBase::setComposerFont
void setComposerFont(const QFont &v)
Set Composer.
Definition: settings_base.h:1803
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

knode

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

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal