knode
#include <kngroupdialog.h>

Signals | |
| void | checkNew (KNNntpAccount::Ptr a, QDate date) |
| void | fetchList (KNNntpAccount::Ptr a) |
Signals inherited from KNGroupBrowser | |
| void | loadList (KNNntpAccount::Ptr a) |
Public Member Functions | |
| KNGroupDialog (QWidget *parent, KNNntpAccount::Ptr a) | |
| ~KNGroupDialog () | |
| void | toSubscribe (QList< KNGroupInfo > *l) |
| void | toUnsubscribe (QStringList *l) |
Public Member Functions inherited from KNGroupBrowser | |
| KNGroupBrowser (QWidget *parent, const QString &caption, KNNntpAccount::Ptr a, ButtonCodes buttons=0, bool newCBact=false, const QString &user1=QString(), const QString &user2=QString()) | |
| ~KNGroupBrowser () | |
| KNNntpAccount::Ptr | account () const |
Protected Types | |
| enum | arrowButton { btn1, btn2 } |
| enum | arrowDirection { right, left } |
Protected Slots | |
| void | slotArrowBtn1 () |
| void | slotArrowBtn2 () |
| void | slotDatePickerEnabled (bool) |
| void | slotItemSelected (Q3ListViewItem *it) |
| void | slotSelectionChanged () |
| void | slotUser1 () |
| void | slotUser2 () |
Protected Slots inherited from KNGroupBrowser | |
| void | slotCenterDelayed () |
| void | slotFilter (const QString &txt) |
| void | slotFilterTextChanged (const QString &txt) |
| void | slotItemDoubleClicked (Q3ListViewItem *it) |
| void | slotItemExpand (Q3ListViewItem *it) |
| void | slotLoadList () |
| void | slotNewCBToggled () |
| void | slotRefilter () |
| void | slotSubCBToggled () |
| void | slotTreeCBToggled () |
Protected Member Functions | |
| void | itemChangedState (CheckItem *it, bool s) |
| void | setButtonDirection (arrowButton b, arrowDirection d) |
| void | updateItemState (CheckItem *it) |
Protected Member Functions inherited from KNGroupBrowser | |
| void | changeItemState (const KNGroupInfo &gi, bool s) |
| void | createListItems (Q3ListViewItem *parent=0) |
| bool | itemInListView (Q3ListView *view, const KNGroupInfo &gi) |
| void | removeListItem (Q3ListView *view, const KNGroupInfo &gi) |
Protected Attributes | |
| KDatePicker * | dateSel |
| arrowDirection | dir1 |
| arrowDirection | dir2 |
| QPushButton * | newListBtn |
| Q3ListView * | subView |
| Q3ListView * | unsubView |
Protected Attributes inherited from KNGroupBrowser | |
| KNNntpAccount::Ptr | a_ccount |
| QList< KNGroupInfo > * | allList |
| QPushButton * | arrowBtn1 |
| QPushButton * | arrowBtn2 |
| int | delayedCenter |
| KLineEdit * | filterEdit |
| Q3ListView * | groupView |
| bool | incrementalFilter |
| QString | lastFilter |
| QLabel * | leftLabel |
| QGridLayout * | listL |
| QList< KNGroupInfo > * | matchList |
| QCheckBox * | newCB |
| QCheckBox * | noTreeCB |
| QWidget * | page |
| QPixmap | pmGroup |
| QIcon | pmLeft |
| QPixmap | pmNew |
| QIcon | pmRight |
| QTimer * | refilterTimer |
| QLabel * | rightLabel |
| QCheckBox * | subCB |
Additional Inherited Members | |
Public Slots inherited from KNGroupBrowser | |
| void | slotReceiveList (KNGroupListData::Ptr d) |
Detailed Description
New group subscription dialog.
Definition at line 22 of file kngroupdialog.h.
Member Enumeration Documentation
|
protected |
| Enumerator | |
|---|---|
| btn1 | |
| btn2 | |
Definition at line 35 of file kngroupdialog.h.
|
protected |
| Enumerator | |
|---|---|
| right | |
| left | |
Definition at line 34 of file kngroupdialog.h.
Constructor & Destructor Documentation
| KNGroupDialog::KNGroupDialog | ( | QWidget * | parent, |
| KNNntpAccount::Ptr | a | ||
| ) |
Definition at line 37 of file kngroupdialog.cpp.
| KNGroupDialog::~KNGroupDialog | ( | ) |
Definition at line 77 of file kngroupdialog.cpp.
Member Function Documentation
|
signal |
|
signal |
|
protectedvirtual |
Implements KNGroupBrowser.
Definition at line 84 of file kngroupdialog.cpp.
|
protected |
Definition at line 158 of file kngroupdialog.cpp.
|
protectedslot |
Definition at line 231 of file kngroupdialog.cpp.
|
protectedslot |
Definition at line 252 of file kngroupdialog.cpp.
|
protectedslot |
Definition at line 335 of file kngroupdialog.cpp.
|
protectedslot |
Definition at line 180 of file kngroupdialog.cpp.
|
protectedslot |
deactivates the button when a root item is selected
Definition at line 223 of file kngroupdialog.cpp.
|
protectedslot |
new list
Definition at line 274 of file kngroupdialog.cpp.
|
protectedslot |
new groups
Definition at line 284 of file kngroupdialog.cpp.
| void KNGroupDialog::toSubscribe | ( | QList< KNGroupInfo > * | l | ) |
Definition at line 128 of file kngroupdialog.cpp.
| void KNGroupDialog::toUnsubscribe | ( | QStringList * | l | ) |
Definition at line 148 of file kngroupdialog.cpp.
|
protectedvirtual |
Implements KNGroupBrowser.
Definition at line 117 of file kngroupdialog.cpp.
Member Data Documentation
|
protected |
Definition at line 42 of file kngroupdialog.h.
|
protected |
Definition at line 41 of file kngroupdialog.h.
|
protected |
Definition at line 41 of file kngroupdialog.h.
|
protected |
Definition at line 39 of file kngroupdialog.h.
|
protected |
Definition at line 40 of file kngroupdialog.h.
|
protected |
Definition at line 40 of file kngroupdialog.h.
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.
KDE API Reference
Signals inherited from