• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

knode

Signals | Public Member Functions | Protected Types | Protected Slots | Protected Member Functions | Protected Attributes | List of all members
KNGroupDialog Class Reference

#include <kngroupdialog.h>

Inheritance diagram for KNGroupDialog:
Inheritance graph
[legend]

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

enum KNGroupDialog::arrowButton
protected
Enumerator
btn1 
btn2 

Definition at line 35 of file kngroupdialog.h.

enum KNGroupDialog::arrowDirection
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

void KNGroupDialog::checkNew ( KNNntpAccount::Ptr  a,
QDate  date 
)
signal
void KNGroupDialog::fetchList ( KNNntpAccount::Ptr  a)
signal
void KNGroupDialog::itemChangedState ( CheckItem *  it,
bool  s 
)
protectedvirtual

Implements KNGroupBrowser.

Definition at line 84 of file kngroupdialog.cpp.

void KNGroupDialog::setButtonDirection ( arrowButton  b,
arrowDirection  d 
)
protected

Definition at line 158 of file kngroupdialog.cpp.

void KNGroupDialog::slotArrowBtn1 ( )
protectedslot

Definition at line 231 of file kngroupdialog.cpp.

void KNGroupDialog::slotArrowBtn2 ( )
protectedslot

Definition at line 252 of file kngroupdialog.cpp.

void KNGroupDialog::slotDatePickerEnabled ( bool  b)
protectedslot

Definition at line 335 of file kngroupdialog.cpp.

void KNGroupDialog::slotItemSelected ( Q3ListViewItem *  it)
protectedslot

Definition at line 180 of file kngroupdialog.cpp.

void KNGroupDialog::slotSelectionChanged ( )
protectedslot

deactivates the button when a root item is selected

Definition at line 223 of file kngroupdialog.cpp.

void KNGroupDialog::slotUser1 ( )
protectedslot

new list

Definition at line 274 of file kngroupdialog.cpp.

void KNGroupDialog::slotUser2 ( )
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.

void KNGroupDialog::updateItemState ( CheckItem *  it)
protectedvirtual

Implements KNGroupBrowser.

Definition at line 117 of file kngroupdialog.cpp.

Member Data Documentation

KDatePicker* KNGroupDialog::dateSel
protected

Definition at line 42 of file kngroupdialog.h.

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:
  • kngroupdialog.h
  • kngroupdialog.cpp
This file is part of the KDE documentation.
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.

knode

Skip menu "knode"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal