#include <akregator_part.h>
Inherits MyBasePart, and Akregator::AkregatorPartIface.
|
void | showPart () |
|
void | signalSettingsChanged () |
|
This is a RSS Aggregator "Part".
It does all the real work. It is also embeddable into other applications (e.g. for use in Kontact).
Definition at line 77 of file akregator_part.h.
◆ inherited
typedef MyBasePart Akregator::Part::inherited |
◆ Part()
Akregator::Part::Part |
( |
TQWidget * |
parentWidget, |
|
|
const char * |
widgetName, |
|
|
TQObject * |
parent, |
|
|
const char * |
name, |
|
|
const TQStringList & |
|
|
) |
| |
◆ ~Part()
Akregator::Part::~Part |
( |
| ) |
|
|
virtual |
◆ addFeed()
void Akregator::Part::addFeed |
( |
| ) |
|
|
virtual |
◆ addFeedsToGroup()
void Akregator::Part::addFeedsToGroup |
( |
const TQStringList & |
urls, |
|
|
const TQString & |
group |
|
) |
| |
|
virtual |
Add a feed to a group.
- Parameters
-
urls | The URL(s) of the feed(s) to add. |
group | The name of the folder into which the feed is added. If the group does not exist, it is created. The feed is added as the last member of the group. |
Definition at line 751 of file akregator_part.cpp.
◆ createAboutData()
TDEAboutData * Akregator::Part::createAboutData |
( |
| ) |
|
|
static |
◆ exportFile()
void Akregator::Part::exportFile |
( |
const KURL & |
url | ) |
|
|
protected |
◆ fetchAllFeeds()
void Akregator::Part::fetchAllFeeds |
( |
| ) |
|
|
virtual |
◆ fetchFeedUrl()
void Akregator::Part::fetchFeedUrl |
( |
const TQString & |
s | ) |
|
|
virtual |
◆ fileExport
void Akregator::Part::fileExport |
( |
| ) |
|
|
slot |
◆ fileGetFeeds
void Akregator::Part::fileGetFeeds |
( |
| ) |
|
|
slot |
◆ fileImport
void Akregator::Part::fileImport |
( |
| ) |
|
|
slot |
◆ fileSendArticle
void Akregator::Part::fileSendArticle |
( |
bool |
attach = false | ) |
|
|
slot |
◆ fileSendFile
void Akregator::Part::fileSendFile |
( |
| ) |
|
|
inlineslot |
◆ fileSendLink
void Akregator::Part::fileSendLink |
( |
| ) |
|
|
inlineslot |
◆ getMainWindow()
TQWidget * Akregator::Part::getMainWindow |
( |
| ) |
|
|
protected |
◆ hitTest()
KParts::Part * Akregator::Part::hitTest |
( |
TQWidget * |
widget, |
|
|
const TQPoint & |
globalPos |
|
) |
| |
|
protectedvirtual |
◆ importFile()
void Akregator::Part::importFile |
( |
const KURL & |
url | ) |
|
|
protected |
◆ isTrayIconEnabled()
bool Akregator::Part::isTrayIconEnabled |
( |
| ) |
const |
|
protectedvirtual |
◆ loadPlugins()
void Akregator::Part::loadPlugins |
( |
| ) |
|
|
protected |
◆ loadTagSet()
void Akregator::Part::loadTagSet |
( |
const TQString & |
path | ) |
|
◆ mergePart()
bool Akregator::Part::mergePart |
( |
KParts::Part * |
part | ) |
|
|
virtual |
merges a nested part's GUI into the gui of this part
- Returns
- true iff merging was successful, i.e. the GUI factory was not NULL
Definition at line 502 of file akregator_part.cpp.
◆ openFile()
bool Akregator::Part::openFile |
( |
| ) |
|
|
protectedvirtual |
◆ openStandardFeedList()
void Akregator::Part::openStandardFeedList |
( |
| ) |
|
|
virtual |
◆ openURL()
bool Akregator::Part::openURL |
( |
const KURL & |
url | ) |
|
|
virtual |
◆ partActivateEvent()
void Akregator::Part::partActivateEvent |
( |
KParts::PartActivateEvent * |
event | ) |
|
|
protectedvirtual |
reimplemented to load/unload the merged parts on selection/deselection
Definition at line 793 of file akregator_part.cpp.
◆ readProperties()
void Akregator::Part::readProperties |
( |
TDEConfig * |
config | ) |
|
|
virtual |
This method is called when this app is restored.
The TDEConfig object points to the session management config file that was saved with saveProperties Calls AkregatorView's saveProperties.
Definition at line 313 of file akregator_part.cpp.
◆ saveProperties()
void Akregator::Part::saveProperties |
( |
TDEConfig * |
config | ) |
|
|
virtual |
This method is called when it is time for the app to save its properties for session management purposes.
Calls AkregatorView's readProperties.
Definition at line 322 of file akregator_part.cpp.
◆ saveSettings
void Akregator::Part::saveSettings |
( |
| ) |
|
|
virtualslot |
Used to save settings after changing them from configuration dialog.
Calls AkregatorPart's saveSettings.
Definition at line 297 of file akregator_part.cpp.
◆ saveTagSet()
void Akregator::Part::saveTagSet |
( |
const TQString & |
path | ) |
|
◆ showKNotifyOptions
void Akregator::Part::showKNotifyOptions |
( |
| ) |
|
|
slot |
◆ showOptions
void Akregator::Part::showOptions |
( |
| ) |
|
|
slot |
◆ slotOnShutdown
void Akregator::Part::slotOnShutdown |
( |
| ) |
|
|
protectedslot |
◆ slotSaveFeedList
void Akregator::Part::slotSaveFeedList |
( |
| ) |
|
|
slot |
Saves the standard feed list to it's default location.
Definition at line 459 of file akregator_part.cpp.
◆ slotSettingsChanged
void Akregator::Part::slotSettingsChanged |
( |
| ) |
|
|
protectedslot |
The documentation for this class was generated from the following files: