knode
#include <knconfigwidgets.h>
Classes | |
class | AccountListItem |
Public Slots | |
void | slotAddItem (KNNntpAccount::Ptr a) |
void | slotRemoveItem (KNNntpAccount::Ptr a) |
void | slotUpdateItem (KNNntpAccount::Ptr a) |
Public Member Functions | |
NntpAccountListWidget (const KComponentData &inst, QWidget *parent=0) | |
virtual void | load () |
Protected Slots | |
void | slotAddBtnClicked () |
void | slotDelBtnClicked () |
void | slotEditBtnClicked () |
void | slotSelectionChanged () |
void | slotSubBtnClicked () |
Detailed Description
News server account list widget.
Definition at line 58 of file knconfigwidgets.h.
Constructor & Destructor Documentation
|
explicit |
Create a new NNTP account list widget.
Definition at line 49 of file knconfigwidgets.cpp.
Member Function Documentation
|
virtual |
Reimplemented from KCModule.
Definition at line 77 of file knconfigwidgets.cpp.
|
protectedslot |
Add account button has been clicked.
Definition at line 144 of file knconfigwidgets.cpp.
|
slot |
Add an list view item for the given account.
- Parameters
-
a The new account.
Definition at line 86 of file knconfigwidgets.cpp.
|
protectedslot |
Delete account button has been clicked.
Definition at line 156 of file knconfigwidgets.cpp.
|
protectedslot |
Edit account button has been clicked.
Definition at line 165 of file knconfigwidgets.cpp.
|
slot |
Remove the list view item of the given account.
- Parameters
-
a The account.
Definition at line 97 of file knconfigwidgets.cpp.
|
protectedslot |
Item selection has changed.
Definition at line 126 of file knconfigwidgets.cpp.
|
protectedslot |
Subscribe button has been clicked.
Definition at line 175 of file knconfigwidgets.cpp.
|
slot |
Update the item of the given account.
- Parameters
-
a The account.
Definition at line 112 of file knconfigwidgets.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.