akregator
deletesubscriptioncommand.cpp
Go to the documentation of this file.
54 : i18n("<qt>Are you sure you want to delete folder <b>%1</b> and its feeds and subfolders?</qt>", node->title());
139 DeleteSubscriptionCommand::DeleteSubscriptionCommand( QObject* parent ) : Command( parent ), d( new Private( this ) )
148 void DeleteSubscriptionCommand::setSubscription( const weak_ptr<FeedList>& feedList, int subId )
int subscriptionId() const
Definition: deletesubscriptioncommand.cpp:154
Definition: command.h:36
DeleteSubscriptionCommand(QObject *parent=0)
Definition: deletesubscriptioncommand.cpp:139
boost::weak_ptr< FeedList > feedList() const
Definition: deletesubscriptioncommand.cpp:159
void setSubscriptionId(int id)
Definition: subscriptionlistjobs.cpp:130
~DeleteSubscriptionCommand()
Definition: deletesubscriptioncommand.cpp:143
Definition: treenodevisitor.h:35
Represents a folder (containing feeds and/or other folders)
Definition: folder.h:44
void setSubscription(const boost::weak_ptr< FeedList > &feedList, int subId)
Definition: deletesubscriptioncommand.cpp:148
Abstract base class for all kind of elements in the feed tree, like feeds and feed groups (and search...
Definition: treenode.h:59
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
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.