knode
KNGroupDialog Class Reference
#include <kngroupdialog.h>

Detailed Description
New group subscription dialog.
Definition at line 22 of file kngroupdialog.h.
Signals | |
| void | checkNew (KNNntpAccount *a, QDate date) |
| void | fetchList (KNNntpAccount *a) |
Public Member Functions | |
| KNGroupDialog (QWidget *parent, KNNntpAccount *a) | |
| void | toSubscribe (QList< KNGroupInfo > *l) |
| void | toUnsubscribe (QStringList *l) |
| ~KNGroupDialog () | |
Protected Types | |
| enum | arrowButton { btn1, btn2 } |
| enum | arrowDirection { right, left } |
Protected Slots | |
| void | slotArrowBtn1 () |
| void | slotArrowBtn2 () |
| void | slotItemSelected (Q3ListViewItem *it) |
| void | slotSelectionChanged () |
| void | slotUser1 () |
| void | slotUser2 () |
Protected Member Functions | |
| void | itemChangedState (CheckItem *it, bool s) |
| void | setButtonDirection (arrowButton b, arrowDirection d) |
| void | updateItemState (CheckItem *it) |
Protected Attributes | |
| arrowDirection | dir1 |
| arrowDirection | dir2 |
| QPushButton * | newListBtn |
| Q3ListView * | subView |
| Q3ListView * | unsubView |
Member Enumeration Documentation
enum KNGroupDialog::arrowButton [protected] |
enum KNGroupDialog::arrowDirection [protected] |
Constructor & Destructor Documentation
| KNGroupDialog::KNGroupDialog | ( | QWidget * | parent, | |
| KNNntpAccount * | a | |||
| ) |
Definition at line 37 of file kngroupdialog.cpp.
| KNGroupDialog::~KNGroupDialog | ( | ) |
Definition at line 77 of file kngroupdialog.cpp.
Member Function Documentation
| void KNGroupDialog::checkNew | ( | KNNntpAccount * | a, | |
| QDate | date | |||
| ) | [signal] |
| void KNGroupDialog::fetchList | ( | KNNntpAccount * | a | ) | [signal] |
| void KNGroupDialog::itemChangedState | ( | CheckItem * | it, | |
| bool | s | |||
| ) | [protected, virtual] |
| void KNGroupDialog::setButtonDirection | ( | arrowButton | b, | |
| arrowDirection | d | |||
| ) | [protected] |
Definition at line 158 of file kngroupdialog.cpp.
| void KNGroupDialog::slotArrowBtn1 | ( | ) | [protected, slot] |
Definition at line 231 of file kngroupdialog.cpp.
| void KNGroupDialog::slotArrowBtn2 | ( | ) | [protected, slot] |
Definition at line 252 of file kngroupdialog.cpp.
| void KNGroupDialog::slotItemSelected | ( | Q3ListViewItem * | it | ) | [protected, slot] |
Definition at line 180 of file kngroupdialog.cpp.
| void KNGroupDialog::slotSelectionChanged | ( | ) | [protected, slot] |
deactivates the button when a root item is selected
Definition at line 223 of file kngroupdialog.cpp.
| void KNGroupDialog::slotUser1 | ( | ) | [protected, slot] |
| void KNGroupDialog::slotUser2 | ( | ) | [protected, slot] |
| 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.
| void KNGroupDialog::updateItemState | ( | CheckItem * | it | ) | [protected, virtual] |
Member Data Documentation
arrowDirection KNGroupDialog::dir1 [protected] |
Definition at line 41 of file kngroupdialog.h.
arrowDirection KNGroupDialog::dir2 [protected] |
Definition at line 41 of file kngroupdialog.h.
QPushButton* KNGroupDialog::newListBtn [protected] |
Definition at line 39 of file kngroupdialog.h.
Q3ListView* KNGroupDialog::subView [protected] |
Definition at line 40 of file kngroupdialog.h.
Q3ListView * KNGroupDialog::unsubView [protected] |
Definition at line 40 of file kngroupdialog.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference