akregator_part.h
Akregator-specific implementation of the ActionManager interface.
Definition: actionmanagerimpl.h:51
Storage is the main interface to the article archive.
Definition: storage.h:45
TQWidget * getMainWindow()
FIXME: hack to get the tray icon working.
Definition: akregator_part.cpp:529
virtual void partActivateEvent(KParts::PartActivateEvent *event)
reimplemented to load/unload the merged parts on selection/deselection
Definition: akregator_part.cpp:793
virtual bool isTrayIconEnabled() const
Definition: akregator_part.cpp:497
static TDEAboutData * createAboutData()
Create TDEAboutData for this KPart.
Definition: akregator_part.cpp:766
virtual bool mergePart(KParts::Part *)
merges a nested part's GUI into the gui of this part
Definition: akregator_part.cpp:502
virtual void saveProperties(TDEConfig *config)
This method is called when it is time for the app to save its properties for session management purpo...
Definition: akregator_part.cpp:322
void slotSaveFeedList()
Saves the standard feed list to it's default location.
Definition: akregator_part.cpp:459
Part(TQWidget *parentWidget, const char *widgetName, TQObject *parent, const char *name, const TQStringList &)
Default constructor.
Definition: akregator_part.cpp:121
virtual void addFeedsToGroup(const TQStringList &urls, const TQString &group)
Add a feed to a group.
Definition: akregator_part.cpp:751
virtual void readProperties(TDEConfig *config)
This method is called when this app is restored.
Definition: akregator_part.cpp:313
virtual void saveSettings()
Used to save settings after changing them from configuration dialog.
Definition: akregator_part.cpp:297
This is the main widget of the view, containing tree view, article list, viewer etc.
Definition: akregator_view.h:81