libkdepim
kweekdaycheckcombo.cpp
Go to the documentation of this file.
31 KWeekdayCheckCombo::KWeekdayCheckCombo(QWidget* parent,bool first5Checked ): KCheckComboBox( parent )
A combobox that shows its items in such a way that they can be checked in the drop menu...
Definition: kcheckcombobox.h:42
int weekdayIndex(const QDate &date) const
Returns the index of the weekday represented by the QDate object.
Definition: kweekdaycheckcombo.cpp:72
void setItemEnabled(int index, bool enabled=true)
Set the item at.
Definition: kcheckcombobox.cpp:253
virtual ~KWeekdayCheckCombo()
Definition: kweekdaycheckcombo.cpp:54
void setDays(const QBitArray &days, const QBitArray &disableDays=QBitArray())
Set the checked days on this combobox.
Definition: kweekdaycheckcombo.cpp:85
Qt::CheckState itemCheckState(int index) const
Returns the check state of item at given index.
Definition: kcheckcombobox.cpp:180
void setCheckedItems(const QStringList &items, int role=Qt::DisplayRole)
Sets the currently selected items.
Definition: kcheckcombobox.cpp:204
KWeekdayCheckCombo(QWidget *parent=0, bool first5Checked=false)
Definition: kweekdaycheckcombo.cpp:31
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 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:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.