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

akregator

  • sources
  • kde-4.12
  • kdepim
  • akregator
  • interfaces
akregatorconfig.h
Go to the documentation of this file.
1 // This file is generated by kconfig_compiler from akregator.kcfg.
2 // All changes you do to this file will be lost.
3 #ifndef AKREGATOR_SETTINGS_H
4 #define AKREGATOR_SETTINGS_H
5 
6 #include <akregator_export.h>
7 
8 #include <kconfigskeleton.h>
9 #include <kdebug.h>
10 
11 namespace Akregator {
12 
13 class AKREGATOR_EXPORT Settings : public KConfigSkeleton
14 {
15  public:
16  class EnumArchiveMode
17  {
18  public:
19  enum type { keepAllArticles, limitArticleNumber, limitArticleAge, disableArchiving, COUNT };
20  };
21  class EnumLMBBehaviour
22  {
23  public:
24  enum type { OpenInInternalBrowser, OpenInBackground, OpenInExternalBrowser, COUNT };
25  };
26  class EnumMMBBehaviour
27  {
28  public:
29  enum type { OpenInInternalBrowser, OpenInBackground, OpenInExternalBrowser, COUNT };
30  };
31 
32  static Settings *self();
33  ~Settings();
34 
38  static
39  void setShowQuickFilter( bool v )
40  {
41  if (!self()->isImmutable( QString::fromLatin1( "ShowQuickFilter" ) ))
42  self()->mShowQuickFilter = v;
43  }
44 
48  static
49  bool showQuickFilter()
50  {
51  return self()->mShowQuickFilter;
52  }
53 
57  static
58  void setStatusFilter( int v )
59  {
60  if (!self()->isImmutable( QString::fromLatin1( "StatusFilter" ) ))
61  self()->mStatusFilter = v;
62  }
63 
67  static
68  int statusFilter()
69  {
70  return self()->mStatusFilter;
71  }
72 
76  static
77  void setTextFilter( const QString & v )
78  {
79  if (!self()->isImmutable( QString::fromLatin1( "TextFilter" ) ))
80  self()->mTextFilter = v;
81  }
82 
86  static
87  QString textFilter()
88  {
89  return self()->mTextFilter;
90  }
91 
95  static
96  void setViewMode( int v )
97  {
98  if (!self()->isImmutable( QString::fromLatin1( "ViewMode" ) ))
99  self()->mViewMode = v;
100  }
101 
105  static
106  int viewMode()
107  {
108  return self()->mViewMode;
109  }
110 
114  static
115  void setSplitter1Sizes( const QList<int> & v )
116  {
117  if (!self()->isImmutable( QString::fromLatin1( "Splitter1Sizes" ) ))
118  self()->mSplitter1Sizes = v;
119  }
120 
124  static
125  QList<int> splitter1Sizes()
126  {
127  return self()->mSplitter1Sizes;
128  }
129 
133  static
134  void setSplitter2Sizes( const QList<int> & v )
135  {
136  if (!self()->isImmutable( QString::fromLatin1( "Splitter2Sizes" ) ))
137  self()->mSplitter2Sizes = v;
138  }
139 
143  static
144  QList<int> splitter2Sizes()
145  {
146  return self()->mSplitter2Sizes;
147  }
148 
152  static
153  void setStandardFont( const QString & v )
154  {
155  if (!self()->isImmutable( QString::fromLatin1( "StandardFont" ) ))
156  self()->mStandardFont = v;
157  }
158 
162  static
163  QString standardFont()
164  {
165  return self()->mStandardFont;
166  }
167 
171  static
172  void setFixedFont( const QString & v )
173  {
174  if (!self()->isImmutable( QString::fromLatin1( "FixedFont" ) ))
175  self()->mFixedFont = v;
176  }
177 
181  static
182  QString fixedFont()
183  {
184  return self()->mFixedFont;
185  }
186 
190  static
191  void setSerifFont( const QString & v )
192  {
193  if (!self()->isImmutable( QString::fromLatin1( "SerifFont" ) ))
194  self()->mSerifFont = v;
195  }
196 
200  static
201  QString serifFont()
202  {
203  return self()->mSerifFont;
204  }
205 
209  static
210  void setSansSerifFont( const QString & v )
211  {
212  if (!self()->isImmutable( QString::fromLatin1( "SansSerifFont" ) ))
213  self()->mSansSerifFont = v;
214  }
215 
219  static
220  QString sansSerifFont()
221  {
222  return self()->mSansSerifFont;
223  }
224 
228  static
229  void setUseCustomColors( bool v )
230  {
231  if (!self()->isImmutable( QString::fromLatin1( "UseCustomColors" ) ))
232  self()->mUseCustomColors = v;
233  }
234 
238  static
239  bool useCustomColors()
240  {
241  return self()->mUseCustomColors;
242  }
243 
247  static
248  void setColorUnreadArticles( const QColor & v )
249  {
250  if (!self()->isImmutable( QString::fromLatin1( "ColorUnreadArticles" ) ))
251  self()->mColorUnreadArticles = v;
252  }
253 
257  static
258  QColor colorUnreadArticles()
259  {
260  return self()->mColorUnreadArticles;
261  }
262 
266  static
267  void setColorNewArticles( const QColor & v )
268  {
269  if (!self()->isImmutable( QString::fromLatin1( "ColorNewArticles" ) ))
270  self()->mColorNewArticles = v;
271  }
272 
276  static
277  QColor colorNewArticles()
278  {
279  return self()->mColorNewArticles;
280  }
281 
285  static
286  void setFonts( const QStringList & v )
287  {
288  if (!self()->isImmutable( QString::fromLatin1( "Fonts" ) ))
289  self()->mFonts = v;
290  }
291 
295  static
296  QStringList fonts()
297  {
298  return self()->mFonts;
299  }
300 
304  static
305  void setMediumFontSize( int v )
306  {
307  if (!self()->isImmutable( QString::fromLatin1( "MediumFontSize" ) ))
308  self()->mMediumFontSize = v;
309  }
310 
314  static
315  int mediumFontSize()
316  {
317  return self()->mMediumFontSize;
318  }
319 
323  static
324  void setMinimumFontSize( int v )
325  {
326  if (!self()->isImmutable( QString::fromLatin1( "MinimumFontSize" ) ))
327  self()->mMinimumFontSize = v;
328  }
329 
333  static
334  int minimumFontSize()
335  {
336  return self()->mMinimumFontSize;
337  }
338 
342  static
343  void setUnderlineLinks( bool v )
344  {
345  if (!self()->isImmutable( QString::fromLatin1( "UnderlineLinks" ) ))
346  self()->mUnderlineLinks = v;
347  }
348 
352  static
353  bool underlineLinks()
354  {
355  return self()->mUnderlineLinks;
356  }
357 
361  static
362  void setArchiveMode( int v )
363  {
364  if (!self()->isImmutable( QString::fromLatin1( "ArchiveMode" ) ))
365  self()->mArchiveMode = v;
366  }
367 
371  static
372  int archiveMode()
373  {
374  return self()->mArchiveMode;
375  }
376 
380  static
381  void setMaxArticleAge( int v )
382  {
383  if (!self()->isImmutable( QString::fromLatin1( "MaxArticleAge" ) ))
384  self()->mMaxArticleAge = v;
385  }
386 
390  static
391  int maxArticleAge()
392  {
393  return self()->mMaxArticleAge;
394  }
395 
399  static
400  void setMaxArticleNumber( int v )
401  {
402  if (!self()->isImmutable( QString::fromLatin1( "MaxArticleNumber" ) ))
403  self()->mMaxArticleNumber = v;
404  }
405 
409  static
410  int maxArticleNumber()
411  {
412  return self()->mMaxArticleNumber;
413  }
414 
418  static
419  void setDoNotExpireImportantArticles( bool v )
420  {
421  if (!self()->isImmutable( QString::fromLatin1( "DoNotExpireImportantArticles" ) ))
422  self()->mDoNotExpireImportantArticles = v;
423  }
424 
428  static
429  bool doNotExpireImportantArticles()
430  {
431  return self()->mDoNotExpireImportantArticles;
432  }
433 
437  static
438  void setConcurrentFetches( int v )
439  {
440  if (!self()->isImmutable( QString::fromLatin1( "ConcurrentFetches" ) ))
441  self()->mConcurrentFetches = v;
442  }
443 
447  static
448  int concurrentFetches()
449  {
450  return self()->mConcurrentFetches;
451  }
452 
456  static
457  void setUseHTMLCache( bool v )
458  {
459  if (!self()->isImmutable( QString::fromLatin1( "UseHTMLCache" ) ))
460  self()->mUseHTMLCache = v;
461  }
462 
466  static
467  bool useHTMLCache()
468  {
469  return self()->mUseHTMLCache;
470  }
471 
475  static
476  void setCustomUserAgent( const QString & v )
477  {
478  if (!self()->isImmutable( QString::fromLatin1( "CustomUserAgent" ) ))
479  self()->mCustomUserAgent = v;
480  }
481 
485  static
486  QString customUserAgent()
487  {
488  return self()->mCustomUserAgent;
489  }
490 
494  static
495  void setFetchOnStartup( bool v )
496  {
497  if (!self()->isImmutable( QString::fromLatin1( "FetchOnStartup" ) ))
498  self()->mFetchOnStartup = v;
499  }
500 
504  static
505  bool fetchOnStartup()
506  {
507  return self()->mFetchOnStartup;
508  }
509 
513  static
514  void setMarkAllFeedsReadOnStartup( bool v )
515  {
516  if (!self()->isImmutable( QString::fromLatin1( "MarkAllFeedsReadOnStartup" ) ))
517  self()->mMarkAllFeedsReadOnStartup = v;
518  }
519 
523  static
524  bool markAllFeedsReadOnStartup()
525  {
526  return self()->mMarkAllFeedsReadOnStartup;
527  }
528 
532  static
533  void setUseIntervalFetch( bool v )
534  {
535  if (!self()->isImmutable( QString::fromLatin1( "UseIntervalFetch" ) ))
536  self()->mUseIntervalFetch = v;
537  }
538 
542  static
543  bool useIntervalFetch()
544  {
545  return self()->mUseIntervalFetch;
546  }
547 
551  static
552  void setAutoFetchInterval( int v )
553  {
554  if (!self()->isImmutable( QString::fromLatin1( "AutoFetchInterval" ) ))
555  self()->mAutoFetchInterval = v;
556  }
557 
561  static
562  int autoFetchInterval()
563  {
564  return self()->mAutoFetchInterval;
565  }
566 
570  static
571  void setUseNotifications( bool v )
572  {
573  if (!self()->isImmutable( QString::fromLatin1( "UseNotifications" ) ))
574  self()->mUseNotifications = v;
575  }
576 
580  static
581  bool useNotifications()
582  {
583  return self()->mUseNotifications;
584  }
585 
589  static
590  void setShowTrayIcon( bool v )
591  {
592  if (!self()->isImmutable( QString::fromLatin1( "ShowTrayIcon" ) ))
593  self()->mShowTrayIcon = v;
594  }
595 
599  static
600  bool showTrayIcon()
601  {
602  return self()->mShowTrayIcon;
603  }
604 
608  static
609  void setEnableTrayIconUnreadArticleCount( bool v )
610  {
611  if (!self()->isImmutable( QString::fromLatin1( "EnableTrayIconUnreadArticleCount" ) ))
612  self()->mEnableTrayIconUnreadArticleCount = v;
613  }
614 
618  static
619  bool enableTrayIconUnreadArticleCount()
620  {
621  return self()->mEnableTrayIconUnreadArticleCount;
622  }
623 
627  static
628  void setAlwaysShowTabBar( bool v )
629  {
630  if (!self()->isImmutable( QString::fromLatin1( "AlwaysShowTabBar" ) ))
631  self()->mAlwaysShowTabBar = v;
632  }
633 
637  static
638  bool alwaysShowTabBar()
639  {
640  return self()->mAlwaysShowTabBar;
641  }
642 
646  static
647  void setCloseButtonOnTabs( bool v )
648  {
649  if (!self()->isImmutable( QString::fromLatin1( "CloseButtonOnTabs" ) ))
650  self()->mCloseButtonOnTabs = v;
651  }
652 
656  static
657  bool closeButtonOnTabs()
658  {
659  return self()->mCloseButtonOnTabs;
660  }
661 
665  static
666  void setNewWindowInTab( bool v )
667  {
668  if (!self()->isImmutable( QString::fromLatin1( "NewWindowInTab" ) ))
669  self()->mNewWindowInTab = v;
670  }
671 
675  static
676  bool newWindowInTab()
677  {
678  return self()->mNewWindowInTab;
679  }
680 
684  static
685  void setExternalBrowserUseKdeDefault( bool v )
686  {
687  if (!self()->isImmutable( QString::fromLatin1( "ExternalBrowserUseKdeDefault" ) ))
688  self()->mExternalBrowserUseKdeDefault = v;
689  }
690 
694  static
695  bool externalBrowserUseKdeDefault()
696  {
697  return self()->mExternalBrowserUseKdeDefault;
698  }
699 
703  static
704  void setExternalBrowserUseCustomCommand( bool v )
705  {
706  if (!self()->isImmutable( QString::fromLatin1( "ExternalBrowserUseCustomCommand" ) ))
707  self()->mExternalBrowserUseCustomCommand = v;
708  }
709 
713  static
714  bool externalBrowserUseCustomCommand()
715  {
716  return self()->mExternalBrowserUseCustomCommand;
717  }
718 
722  static
723  void setExternalBrowserCustomCommand( const QString & v )
724  {
725  if (!self()->isImmutable( QString::fromLatin1( "ExternalBrowserCustomCommand" ) ))
726  self()->mExternalBrowserCustomCommand = v;
727  }
728 
732  static
733  QString externalBrowserCustomCommand()
734  {
735  return self()->mExternalBrowserCustomCommand;
736  }
737 
741  static
742  void setLMBBehaviour( int v )
743  {
744  if (!self()->isImmutable( QString::fromLatin1( "LMBBehaviour" ) ))
745  self()->mLMBBehaviour = v;
746  }
747 
751  static
752  int lMBBehaviour()
753  {
754  return self()->mLMBBehaviour;
755  }
756 
760  static
761  void setMMBBehaviour( int v )
762  {
763  if (!self()->isImmutable( QString::fromLatin1( "MMBBehaviour" ) ))
764  self()->mMMBBehaviour = v;
765  }
766 
770  static
771  int mMBBehaviour()
772  {
773  return self()->mMMBBehaviour;
774  }
775 
779  static
780  void setFeedlistHeaderStates( const QList<int> & v )
781  {
782  if (!self()->isImmutable( QString::fromLatin1( "FeedlistHeaderStates" ) ))
783  self()->mFeedlistHeaderStates = v;
784  }
785 
789  static
790  QList<int> feedlistHeaderStates()
791  {
792  return self()->mFeedlistHeaderStates;
793  }
794 
798  static
799  void setArticlelistHeaderStates( const QList<int> & v )
800  {
801  if (!self()->isImmutable( QString::fromLatin1( "ArticlelistHeaderStates" ) ))
802  self()->mArticlelistHeaderStates = v;
803  }
804 
808  static
809  QList<int> articlelistHeaderStates()
810  {
811  return self()->mArticlelistHeaderStates;
812  }
813 
817  static
818  void setArticlelistSortColumn( int v )
819  {
820  if (!self()->isImmutable( QString::fromLatin1( "ArticlelistSortColumn" ) ))
821  self()->mArticlelistSortColumn = v;
822  }
823 
827  static
828  int articlelistSortColumn()
829  {
830  return self()->mArticlelistSortColumn;
831  }
832 
836  static
837  void setArticlelistSortOrder( int v )
838  {
839  if (!self()->isImmutable( QString::fromLatin1( "ArticlelistSortOrder" ) ))
840  self()->mArticlelistSortOrder = v;
841  }
842 
846  static
847  int articlelistSortOrder()
848  {
849  return self()->mArticlelistSortOrder;
850  }
851 
855  static
856  void setArchiveBackend( const QString & v )
857  {
858  if (!self()->isImmutable( QString::fromLatin1( "ArchiveBackend" ) ))
859  self()->mArchiveBackend = v;
860  }
861 
865  static
866  QString archiveBackend()
867  {
868  return self()->mArchiveBackend;
869  }
870 
874  static
875  void setUseMarkReadDelay( bool v )
876  {
877  if (!self()->isImmutable( QString::fromLatin1( "UseMarkReadDelay" ) ))
878  self()->mUseMarkReadDelay = v;
879  }
880 
884  static
885  bool useMarkReadDelay()
886  {
887  return self()->mUseMarkReadDelay;
888  }
889 
893  static
894  void setMarkReadDelay( int v )
895  {
896  if (!self()->isImmutable( QString::fromLatin1( "MarkReadDelay" ) ))
897  self()->mMarkReadDelay = v;
898  }
899 
903  static
904  int markReadDelay()
905  {
906  return self()->mMarkReadDelay;
907  }
908 
912  static
913  void setResetQuickFilterOnNodeChange( bool v )
914  {
915  if (!self()->isImmutable( QString::fromLatin1( "ResetQuickFilterOnNodeChange" ) ))
916  self()->mResetQuickFilterOnNodeChange = v;
917  }
918 
922  static
923  bool resetQuickFilterOnNodeChange()
924  {
925  return self()->mResetQuickFilterOnNodeChange;
926  }
927 
928  protected:
929  Settings();
930  friend class SettingsHelper;
931 
932 
933  // View
934  bool mShowQuickFilter;
935  int mStatusFilter;
936  QString mTextFilter;
937  int mViewMode;
938  QList<int> mSplitter1Sizes;
939  QList<int> mSplitter2Sizes;
940 
941  // Appearance
942  QString mStandardFont;
943  QString mFixedFont;
944  QString mSerifFont;
945  QString mSansSerifFont;
946  bool mUseCustomColors;
947  QColor mColorUnreadArticles;
948  QColor mColorNewArticles;
949 
950  // HTML Settings
951  QStringList mFonts;
952  int mMediumFontSize;
953  int mMinimumFontSize;
954  bool mUnderlineLinks;
955 
956  // Archive
957  int mArchiveMode;
958  int mMaxArticleAge;
959  int mMaxArticleNumber;
960  bool mDoNotExpireImportantArticles;
961 
962  // Network
963  int mConcurrentFetches;
964  bool mUseHTMLCache;
965  QString mCustomUserAgent;
966 
967  // General
968  bool mFetchOnStartup;
969  bool mMarkAllFeedsReadOnStartup;
970  bool mUseIntervalFetch;
971  int mAutoFetchInterval;
972  bool mUseNotifications;
973  bool mShowTrayIcon;
974  bool mEnableTrayIconUnreadArticleCount;
975 
976  // Browser
977  bool mAlwaysShowTabBar;
978  bool mCloseButtonOnTabs;
979  bool mNewWindowInTab;
980  bool mExternalBrowserUseKdeDefault;
981  bool mExternalBrowserUseCustomCommand;
982  QString mExternalBrowserCustomCommand;
983  int mLMBBehaviour;
984  int mMMBBehaviour;
985 
986  // Columns
987  QList<int> mFeedlistHeaderStates;
988  QList<int> mArticlelistHeaderStates;
989  int mArticlelistSortColumn;
990  int mArticlelistSortOrder;
991 
992  // Advanced
993  QString mArchiveBackend;
994  bool mUseMarkReadDelay;
995  int mMarkReadDelay;
996  bool mResetQuickFilterOnNodeChange;
997 
998  private:
999 };
1000 
1001 }
1002 
1003 #endif
1004 
Akregator::Settings::externalBrowserUseCustomCommand
static bool externalBrowserUseCustomCommand()
Get Use this command:
Definition: akregatorconfig.h:714
Akregator::Settings::setArchiveMode
static void setArchiveMode(int v)
Set Archive Mode.
Definition: akregatorconfig.h:362
Akregator::Settings::mMaxArticleNumber
int mMaxArticleNumber
Definition: akregatorconfig.h:959
Akregator::Settings::setSansSerifFont
static void setSansSerifFont(const QString &v)
Set Sans Serif Font.
Definition: akregatorconfig.h:210
Akregator::Settings::mFonts
QStringList mFonts
Definition: akregatorconfig.h:951
Akregator::Settings::mSplitter1Sizes
QList< int > mSplitter1Sizes
Definition: akregatorconfig.h:938
Akregator::Settings::mMMBBehaviour
int mMMBBehaviour
Definition: akregatorconfig.h:984
Akregator::Settings::setFonts
static void setFonts(const QStringList &v)
Set Fonts.
Definition: akregatorconfig.h:286
Akregator::Settings::mUseIntervalFetch
bool mUseIntervalFetch
Definition: akregatorconfig.h:970
Akregator::Settings::setUseCustomColors
static void setUseCustomColors(bool v)
Set UseCustomColors.
Definition: akregatorconfig.h:229
Akregator::Settings::sansSerifFont
static QString sansSerifFont()
Get Sans Serif Font.
Definition: akregatorconfig.h:220
Akregator::Settings::setUseHTMLCache
static void setUseHTMLCache(bool v)
Set Use HTML Cache.
Definition: akregatorconfig.h:457
Akregator::Settings::setEnableTrayIconUnreadArticleCount
static void setEnableTrayIconUnreadArticleCount(bool v)
Set Display an unread article count in the tray icon.
Definition: akregatorconfig.h:609
Akregator::Settings::maxArticleAge
static int maxArticleAge()
Get Expiry Age.
Definition: akregatorconfig.h:391
Akregator::Settings::mAlwaysShowTabBar
bool mAlwaysShowTabBar
Definition: akregatorconfig.h:977
Akregator::Settings::customUserAgent
static QString customUserAgent()
Get Custom UserAgent.
Definition: akregatorconfig.h:486
Akregator::Settings::useNotifications
static bool useNotifications()
Get Use notifications.
Definition: akregatorconfig.h:581
Akregator::Settings::archiveBackend
static QString archiveBackend()
Get Archive Backend.
Definition: akregatorconfig.h:866
Akregator::Settings::EnumLMBBehaviour::type
type
Definition: akregatorconfig.h:24
Akregator::Settings::doNotExpireImportantArticles
static bool doNotExpireImportantArticles()
Get Do Not Expire Important Articles.
Definition: akregatorconfig.h:429
Akregator::Settings::alwaysShowTabBar
static bool alwaysShowTabBar()
Get Always show the tab bar.
Definition: akregatorconfig.h:638
Akregator::Settings::closeButtonOnTabs
static bool closeButtonOnTabs()
Get Show close buttons on tabs.
Definition: akregatorconfig.h:657
AKREGATOR_EXPORT
#define AKREGATOR_EXPORT
Definition: akregator_export.h:35
Akregator::Settings::enableTrayIconUnreadArticleCount
static bool enableTrayIconUnreadArticleCount()
Get Display an unread article count in the tray icon.
Definition: akregatorconfig.h:619
Akregator::Settings::useMarkReadDelay
static bool useMarkReadDelay()
Get Delay Mark Read.
Definition: akregatorconfig.h:885
Akregator::Settings::setCustomUserAgent
static void setCustomUserAgent(const QString &v)
Set Custom UserAgent.
Definition: akregatorconfig.h:476
Akregator::Settings::setFetchOnStartup
static void setFetchOnStartup(bool v)
Set Fetch on startup.
Definition: akregatorconfig.h:495
Akregator::Settings::standardFont
static QString standardFont()
Get Standard Font.
Definition: akregatorconfig.h:163
Akregator::Settings::mArchiveBackend
QString mArchiveBackend
Definition: akregatorconfig.h:993
Akregator::Settings::setAutoFetchInterval
static void setAutoFetchInterval(int v)
Set Interval for autofetching.
Definition: akregatorconfig.h:552
Akregator::Settings::useIntervalFetch
static bool useIntervalFetch()
Get Use interval fetching.
Definition: akregatorconfig.h:543
Akregator::Settings::minimumFontSize
static int minimumFontSize()
Get MinimumFontSize.
Definition: akregatorconfig.h:334
Akregator::Settings::setShowQuickFilter
static void setShowQuickFilter(bool v)
Set Show Quick Filter.
Definition: akregatorconfig.h:39
Akregator::Settings::mMBBehaviour
static int mMBBehaviour()
Get MMB Behaviour.
Definition: akregatorconfig.h:771
Akregator::Settings::mArchiveMode
int mArchiveMode
Definition: akregatorconfig.h:957
Akregator::Settings::mediumFontSize
static int mediumFontSize()
Get MediumFontSize.
Definition: akregatorconfig.h:315
KConfigSkeleton
Akregator::Settings::serifFont
static QString serifFont()
Get Serif Font.
Definition: akregatorconfig.h:201
Akregator::Settings::mShowQuickFilter
bool mShowQuickFilter
Definition: akregatorconfig.h:934
Akregator::Settings::useCustomColors
static bool useCustomColors()
Get UseCustomColors.
Definition: akregatorconfig.h:239
Akregator::Settings::showTrayIcon
static bool showTrayIcon()
Get Show tray icon.
Definition: akregatorconfig.h:600
Akregator::Settings::setMediumFontSize
static void setMediumFontSize(int v)
Set MediumFontSize.
Definition: akregatorconfig.h:305
Akregator::Settings::mSerifFont
QString mSerifFont
Definition: akregatorconfig.h:944
Akregator::Settings::setShowTrayIcon
static void setShowTrayIcon(bool v)
Set Show tray icon.
Definition: akregatorconfig.h:590
Akregator::Settings::setMarkAllFeedsReadOnStartup
static void setMarkAllFeedsReadOnStartup(bool v)
Set Mark all feeds as read on startup.
Definition: akregatorconfig.h:514
Akregator::Settings::mUseCustomColors
bool mUseCustomColors
Definition: akregatorconfig.h:946
Akregator::Settings::mMaxArticleAge
int mMaxArticleAge
Definition: akregatorconfig.h:958
Akregator::Settings::mArticlelistSortColumn
int mArticlelistSortColumn
Definition: akregatorconfig.h:989
Akregator::Settings::mColorNewArticles
QColor mColorNewArticles
Definition: akregatorconfig.h:948
Akregator::Settings::EnumLMBBehaviour
Definition: akregatorconfig.h:21
Akregator::Settings::mStandardFont
QString mStandardFont
Definition: akregatorconfig.h:942
Akregator::Settings::markReadDelay
static int markReadDelay()
Get Mark Read Delay.
Definition: akregatorconfig.h:904
Akregator::Settings::setUseIntervalFetch
static void setUseIntervalFetch(bool v)
Set Use interval fetching.
Definition: akregatorconfig.h:533
Akregator::Settings::mArticlelistHeaderStates
QList< int > mArticlelistHeaderStates
Definition: akregatorconfig.h:988
Akregator::Settings::EnumMMBBehaviour::type
type
Definition: akregatorconfig.h:29
Akregator::Settings::mExternalBrowserCustomCommand
QString mExternalBrowserCustomCommand
Definition: akregatorconfig.h:982
Akregator::Settings::setViewMode
static void setViewMode(int v)
Set View Mode.
Definition: akregatorconfig.h:96
Akregator::Settings::setFeedlistHeaderStates
static void setFeedlistHeaderStates(const QList< int > &v)
Set Feedlist Header States.
Definition: akregatorconfig.h:780
Akregator::Settings::setConcurrentFetches
static void setConcurrentFetches(int v)
Set Concurrent Fetches.
Definition: akregatorconfig.h:438
Akregator::Settings::setCloseButtonOnTabs
static void setCloseButtonOnTabs(bool v)
Set Show close buttons on tabs.
Definition: akregatorconfig.h:647
Akregator::Settings::articlelistSortColumn
static int articlelistSortColumn()
Get Articlelist Sort Column.
Definition: akregatorconfig.h:828
Akregator::Settings::mConcurrentFetches
int mConcurrentFetches
Definition: akregatorconfig.h:963
Akregator::Settings::mCloseButtonOnTabs
bool mCloseButtonOnTabs
Definition: akregatorconfig.h:978
Akregator::Settings::setLMBBehaviour
static void setLMBBehaviour(int v)
Set LMB Behaviour.
Definition: akregatorconfig.h:742
Akregator::Settings::setStatusFilter
static void setStatusFilter(int v)
Set Status Filter.
Definition: akregatorconfig.h:58
Akregator::Settings::lMBBehaviour
static int lMBBehaviour()
Get LMB Behaviour.
Definition: akregatorconfig.h:752
Akregator::Settings::mFeedlistHeaderStates
QList< int > mFeedlistHeaderStates
Definition: akregatorconfig.h:987
Akregator::Settings::mMediumFontSize
int mMediumFontSize
Definition: akregatorconfig.h:952
Akregator::Settings::viewMode
static int viewMode()
Get View Mode.
Definition: akregatorconfig.h:106
Akregator::Settings::mSplitter2Sizes
QList< int > mSplitter2Sizes
Definition: akregatorconfig.h:939
Akregator::Settings::markAllFeedsReadOnStartup
static bool markAllFeedsReadOnStartup()
Get Mark all feeds as read on startup.
Definition: akregatorconfig.h:524
Akregator::Settings::setColorNewArticles
static void setColorNewArticles(const QColor &v)
Set ColorNewArticles.
Definition: akregatorconfig.h:267
Akregator::Settings::concurrentFetches
static int concurrentFetches()
Get Concurrent Fetches.
Definition: akregatorconfig.h:448
Akregator::Settings::setFixedFont
static void setFixedFont(const QString &v)
Set Fixed Font.
Definition: akregatorconfig.h:172
Akregator::Settings::setTextFilter
static void setTextFilter(const QString &v)
Set Text Filter.
Definition: akregatorconfig.h:77
Akregator::Settings::fixedFont
static QString fixedFont()
Get Fixed Font.
Definition: akregatorconfig.h:182
Akregator::Settings::showQuickFilter
static bool showQuickFilter()
Get Show Quick Filter.
Definition: akregatorconfig.h:49
Akregator::Settings::mSansSerifFont
QString mSansSerifFont
Definition: akregatorconfig.h:945
Akregator::Settings::articlelistSortOrder
static int articlelistSortOrder()
Get Articlelist Sort Order.
Definition: akregatorconfig.h:847
Akregator::Settings::setExternalBrowserUseKdeDefault
static void setExternalBrowserUseKdeDefault(bool v)
Set Use default KDE web browser.
Definition: akregatorconfig.h:685
Akregator::Settings::setColorUnreadArticles
static void setColorUnreadArticles(const QColor &v)
Set ColorUnreadArticles.
Definition: akregatorconfig.h:248
Akregator::Settings::mFixedFont
QString mFixedFont
Definition: akregatorconfig.h:943
Akregator::Settings::mNewWindowInTab
bool mNewWindowInTab
Definition: akregatorconfig.h:979
Akregator::Settings::textFilter
static QString textFilter()
Get Text Filter.
Definition: akregatorconfig.h:87
Akregator::Settings::setNewWindowInTab
static void setNewWindowInTab(bool v)
Set Open links in new tab instead of in new window.
Definition: akregatorconfig.h:666
Akregator::Settings::mUseNotifications
bool mUseNotifications
Definition: akregatorconfig.h:972
Akregator::Settings::setMaxArticleAge
static void setMaxArticleAge(int v)
Set Expiry Age.
Definition: akregatorconfig.h:381
Akregator::Settings::resetQuickFilterOnNodeChange
static bool resetQuickFilterOnNodeChange()
Get Reset Quick Filter On Node Change.
Definition: akregatorconfig.h:923
Akregator::Settings::mCustomUserAgent
QString mCustomUserAgent
Definition: akregatorconfig.h:965
Akregator::Settings::setDoNotExpireImportantArticles
static void setDoNotExpireImportantArticles(bool v)
Set Do Not Expire Important Articles.
Definition: akregatorconfig.h:419
Akregator::Settings::mFetchOnStartup
bool mFetchOnStartup
Definition: akregatorconfig.h:968
Akregator::Settings::newWindowInTab
static bool newWindowInTab()
Get Open links in new tab instead of in new window.
Definition: akregatorconfig.h:676
Akregator::Settings::externalBrowserUseKdeDefault
static bool externalBrowserUseKdeDefault()
Get Use default KDE web browser.
Definition: akregatorconfig.h:695
Akregator::Settings::setMaxArticleNumber
static void setMaxArticleNumber(int v)
Set Article Limit.
Definition: akregatorconfig.h:400
Akregator::Settings::articlelistHeaderStates
static QList< int > articlelistHeaderStates()
Get Articlelist Header States.
Definition: akregatorconfig.h:809
Akregator::Settings::setUnderlineLinks
static void setUnderlineLinks(bool v)
Set UnderlineLinks.
Definition: akregatorconfig.h:343
Akregator::Settings::autoFetchInterval
static int autoFetchInterval()
Get Interval for autofetching.
Definition: akregatorconfig.h:562
Akregator::Settings::underlineLinks
static bool underlineLinks()
Get UnderlineLinks.
Definition: akregatorconfig.h:353
Akregator::Settings::setArchiveBackend
static void setArchiveBackend(const QString &v)
Set Archive Backend.
Definition: akregatorconfig.h:856
Akregator::Settings::setExternalBrowserUseCustomCommand
static void setExternalBrowserUseCustomCommand(bool v)
Set Use this command:
Definition: akregatorconfig.h:704
Akregator::Settings::archiveMode
static int archiveMode()
Get Archive Mode.
Definition: akregatorconfig.h:372
Akregator::Settings::splitter2Sizes
static QList< int > splitter2Sizes()
Get Sizes for second splitter.
Definition: akregatorconfig.h:144
Akregator::Settings::EnumMMBBehaviour
Definition: akregatorconfig.h:26
Akregator::Settings::mDoNotExpireImportantArticles
bool mDoNotExpireImportantArticles
Definition: akregatorconfig.h:960
Akregator::Settings::EnumArchiveMode
Definition: akregatorconfig.h:16
Akregator::Settings::fonts
static QStringList fonts()
Get Fonts.
Definition: akregatorconfig.h:296
Akregator::Settings::mEnableTrayIconUnreadArticleCount
bool mEnableTrayIconUnreadArticleCount
Definition: akregatorconfig.h:974
akregator_export.h
Akregator::Settings::setArticlelistSortColumn
static void setArticlelistSortColumn(int v)
Set Articlelist Sort Column.
Definition: akregatorconfig.h:818
Akregator::Settings::statusFilter
static int statusFilter()
Get Status Filter.
Definition: akregatorconfig.h:68
Akregator::Settings::colorNewArticles
static QColor colorNewArticles()
Get ColorNewArticles.
Definition: akregatorconfig.h:277
Akregator::Settings::mResetQuickFilterOnNodeChange
bool mResetQuickFilterOnNodeChange
Definition: akregatorconfig.h:996
Akregator::Settings::mExternalBrowserUseKdeDefault
bool mExternalBrowserUseKdeDefault
Definition: akregatorconfig.h:980
Akregator::Settings::mViewMode
int mViewMode
Definition: akregatorconfig.h:937
Akregator::Settings::setSplitter2Sizes
static void setSplitter2Sizes(const QList< int > &v)
Set Sizes for second splitter.
Definition: akregatorconfig.h:134
Akregator::Settings::setUseNotifications
static void setUseNotifications(bool v)
Set Use notifications.
Definition: akregatorconfig.h:571
Akregator::Settings::mMinimumFontSize
int mMinimumFontSize
Definition: akregatorconfig.h:953
Akregator::Settings::setAlwaysShowTabBar
static void setAlwaysShowTabBar(bool v)
Set Always show the tab bar.
Definition: akregatorconfig.h:628
Akregator::Settings::EnumArchiveMode::type
type
Definition: akregatorconfig.h:19
Akregator::Settings::setSplitter1Sizes
static void setSplitter1Sizes(const QList< int > &v)
Set Sizes for first splitter.
Definition: akregatorconfig.h:115
Akregator::Settings::setSerifFont
static void setSerifFont(const QString &v)
Set Serif Font.
Definition: akregatorconfig.h:191
Akregator::Settings::feedlistHeaderStates
static QList< int > feedlistHeaderStates()
Get Feedlist Header States.
Definition: akregatorconfig.h:790
Akregator::Settings::useHTMLCache
static bool useHTMLCache()
Get Use HTML Cache.
Definition: akregatorconfig.h:467
Akregator::Settings::mExternalBrowserUseCustomCommand
bool mExternalBrowserUseCustomCommand
Definition: akregatorconfig.h:981
Akregator::Settings::externalBrowserCustomCommand
static QString externalBrowserCustomCommand()
Get External Browser Custom Command.
Definition: akregatorconfig.h:733
Akregator::Settings::setMarkReadDelay
static void setMarkReadDelay(int v)
Set Mark Read Delay.
Definition: akregatorconfig.h:894
Akregator::Settings::mMarkReadDelay
int mMarkReadDelay
Definition: akregatorconfig.h:995
Akregator::Settings::maxArticleNumber
static int maxArticleNumber()
Get Article Limit.
Definition: akregatorconfig.h:410
Akregator::Settings::setMinimumFontSize
static void setMinimumFontSize(int v)
Set MinimumFontSize.
Definition: akregatorconfig.h:324
Akregator::Settings::mUseMarkReadDelay
bool mUseMarkReadDelay
Definition: akregatorconfig.h:994
Akregator::Settings::setArticlelistHeaderStates
static void setArticlelistHeaderStates(const QList< int > &v)
Set Articlelist Header States.
Definition: akregatorconfig.h:799
Akregator::Settings::fetchOnStartup
static bool fetchOnStartup()
Get Fetch on startup.
Definition: akregatorconfig.h:505
Akregator::Settings::colorUnreadArticles
static QColor colorUnreadArticles()
Get ColorUnreadArticles.
Definition: akregatorconfig.h:258
Akregator::Settings::setExternalBrowserCustomCommand
static void setExternalBrowserCustomCommand(const QString &v)
Set External Browser Custom Command.
Definition: akregatorconfig.h:723
Akregator::Settings::mLMBBehaviour
int mLMBBehaviour
Definition: akregatorconfig.h:983
Akregator::Settings::setArticlelistSortOrder
static void setArticlelistSortOrder(int v)
Set Articlelist Sort Order.
Definition: akregatorconfig.h:837
Akregator::Settings::setMMBBehaviour
static void setMMBBehaviour(int v)
Set MMB Behaviour.
Definition: akregatorconfig.h:761
Akregator::Settings::mUnderlineLinks
bool mUnderlineLinks
Definition: akregatorconfig.h:954
Akregator::Settings::setStandardFont
static void setStandardFont(const QString &v)
Set Standard Font.
Definition: akregatorconfig.h:153
Akregator::Settings::mShowTrayIcon
bool mShowTrayIcon
Definition: akregatorconfig.h:973
Akregator::Settings
Definition: akregatorconfig.h:13
Akregator::Settings::mTextFilter
QString mTextFilter
Definition: akregatorconfig.h:936
Akregator::Settings::mArticlelistSortOrder
int mArticlelistSortOrder
Definition: akregatorconfig.h:990
Akregator::Settings::mMarkAllFeedsReadOnStartup
bool mMarkAllFeedsReadOnStartup
Definition: akregatorconfig.h:969
Akregator::Settings::splitter1Sizes
static QList< int > splitter1Sizes()
Get Sizes for first splitter.
Definition: akregatorconfig.h:125
Akregator::Settings::mStatusFilter
int mStatusFilter
Definition: akregatorconfig.h:935
Akregator::Settings::setResetQuickFilterOnNodeChange
static void setResetQuickFilterOnNodeChange(bool v)
Set Reset Quick Filter On Node Change.
Definition: akregatorconfig.h:913
QList< int >
Akregator::Settings::mColorUnreadArticles
QColor mColorUnreadArticles
Definition: akregatorconfig.h:947
Akregator::Settings::setUseMarkReadDelay
static void setUseMarkReadDelay(bool v)
Set Delay Mark Read.
Definition: akregatorconfig.h:875
Akregator::Settings::mAutoFetchInterval
int mAutoFetchInterval
Definition: akregatorconfig.h:971
Akregator::Settings::mUseHTMLCache
bool mUseHTMLCache
Definition: akregatorconfig.h:964
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

akregator

Skip menu "akregator"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

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