#include <kptcalendareditbase.h>
Inherited by KPlato::CalendarEdit.
Inheritance diagram for KPlato::CalendarEditBase:
Public Member Functions | |
CalendarEditBase (QWidget *parent=0, Qt::WFlags fl=0) | |
~CalendarEditBase () | |
Public Attributes | |
Q3GroupBox * | groupBox2 |
CalendarPanel * | calendarPanel |
Q3ButtonGroup * | day |
QComboBox * | state |
QPushButton * | bApply |
Q3GroupBox * | groupBox4 |
QTreeWidget * | intervalList |
Q3TimeEdit * | startTime |
Q3TimeEdit * | endTime |
QPushButton * | bClear |
QPushButton * | bAddInterval |
Protected Slots | |
virtual void | languageChange () |
Protected Attributes | |
Q3HBoxLayout * | CalendarEditBaseLayout |
Q3GridLayout * | groupBox2Layout |
Q3HBoxLayout * | layout10 |
Q3VBoxLayout * | dayLayout |
Q3HBoxLayout * | layout8 |
Q3VBoxLayout * | groupBox4Layout |
Q3HBoxLayout * | layout6 |
Q3HBoxLayout * | layout5 |
Definition at line 49 of file kptcalendareditbase.h.
KPlato::CalendarEditBase::CalendarEditBase | ( | QWidget * | parent = 0 , |
|
Qt::WFlags | fl = 0 | |||
) |
Definition at line 50 of file kptcalendareditbase.cc.
References bAddInterval, bApply, bClear, CalendarEditBaseLayout, calendarPanel, day, dayLayout, endTime, groupBox2, groupBox2Layout, groupBox4, groupBox4Layout, intervalList, languageChange(), layout5, layout6, layout8, startTime, and state.
KPlato::CalendarEditBase::~CalendarEditBase | ( | ) |
Definition at line 126 of file kptcalendareditbase.cc.
void KPlato::CalendarEditBase::languageChange | ( | ) | [protected, virtual, slot] |
Definition at line 135 of file kptcalendareditbase.cc.
References bAddInterval, bApply, bClear, day, groupBox2, groupBox4, and intervalList.
Referenced by CalendarEditBase().
Q3GroupBox* KPlato::CalendarEditBase::groupBox2 |
Definition at line 57 of file kptcalendareditbase.h.
Referenced by CalendarEditBase(), and languageChange().
Definition at line 58 of file kptcalendareditbase.h.
Referenced by KPlato::CalendarEdit::CalendarEdit(), CalendarEditBase(), KPlato::CalendarEdit::clearPanel(), KPlato::CalendarEdit::setCalendar(), and KPlato::CalendarEdit::slotApplyClicked().
Q3ButtonGroup* KPlato::CalendarEditBase::day |
Definition at line 59 of file kptcalendareditbase.h.
Referenced by CalendarEditBase(), KPlato::CalendarEdit::clearEditPart(), and languageChange().
QComboBox* KPlato::CalendarEditBase::state |
Definition at line 60 of file kptcalendareditbase.h.
Referenced by KPlato::CalendarEdit::CalendarEdit(), CalendarEditBase(), KPlato::CalendarEdit::clearEditPart(), KPlato::CalendarEdit::slotApplyClicked(), KPlato::CalendarEdit::slotCheckAllFieldsFilled(), KPlato::CalendarEdit::slotDateSelected(), and KPlato::CalendarEdit::slotWeekdaySelected().
QPushButton* KPlato::CalendarEditBase::bApply |
Definition at line 61 of file kptcalendareditbase.h.
Referenced by KPlato::CalendarEdit::CalendarEdit(), CalendarEditBase(), KPlato::CalendarEdit::clearEditPart(), languageChange(), KPlato::CalendarEdit::slotAddIntervalClicked(), KPlato::CalendarEdit::slotClearClicked(), KPlato::CalendarEdit::slotDateSelected(), KPlato::CalendarEdit::slotStateActivated(), and KPlato::CalendarEdit::slotWeekdaySelected().
Q3GroupBox* KPlato::CalendarEditBase::groupBox4 |
Definition at line 62 of file kptcalendareditbase.h.
Referenced by CalendarEditBase(), and languageChange().
QTreeWidget* KPlato::CalendarEditBase::intervalList |
Definition at line 63 of file kptcalendareditbase.h.
Referenced by KPlato::CalendarEdit::CalendarEdit(), CalendarEditBase(), KPlato::CalendarEdit::clearEditPart(), languageChange(), KPlato::CalendarEdit::slotAddIntervalClicked(), KPlato::CalendarEdit::slotApplyClicked(), KPlato::CalendarEdit::slotCheckAllFieldsFilled(), KPlato::CalendarEdit::slotClearClicked(), KPlato::CalendarEdit::slotDateSelected(), KPlato::CalendarEdit::slotStateActivated(), and KPlato::CalendarEdit::slotWeekdaySelected().
Q3TimeEdit* KPlato::CalendarEditBase::startTime |
Definition at line 64 of file kptcalendareditbase.h.
Referenced by CalendarEditBase(), KPlato::CalendarEdit::clearEditPart(), KPlato::CalendarEdit::slotAddIntervalClicked(), and KPlato::CalendarEdit::slotStateActivated().
Q3TimeEdit* KPlato::CalendarEditBase::endTime |
Definition at line 65 of file kptcalendareditbase.h.
Referenced by CalendarEditBase(), KPlato::CalendarEdit::clearEditPart(), KPlato::CalendarEdit::slotAddIntervalClicked(), and KPlato::CalendarEdit::slotStateActivated().
QPushButton* KPlato::CalendarEditBase::bClear |
Definition at line 66 of file kptcalendareditbase.h.
Referenced by KPlato::CalendarEdit::CalendarEdit(), CalendarEditBase(), KPlato::CalendarEdit::clearEditPart(), languageChange(), and KPlato::CalendarEdit::slotStateActivated().
QPushButton* KPlato::CalendarEditBase::bAddInterval |
Definition at line 67 of file kptcalendareditbase.h.
Referenced by KPlato::CalendarEdit::CalendarEdit(), CalendarEditBase(), KPlato::CalendarEdit::clearEditPart(), languageChange(), and KPlato::CalendarEdit::slotStateActivated().
Q3HBoxLayout* KPlato::CalendarEditBase::CalendarEditBaseLayout [protected] |
Q3GridLayout* KPlato::CalendarEditBase::groupBox2Layout [protected] |
Q3HBoxLayout* KPlato::CalendarEditBase::layout10 [protected] |
Definition at line 72 of file kptcalendareditbase.h.
Q3VBoxLayout* KPlato::CalendarEditBase::dayLayout [protected] |
Q3HBoxLayout* KPlato::CalendarEditBase::layout8 [protected] |
Q3VBoxLayout* KPlato::CalendarEditBase::groupBox4Layout [protected] |
Q3HBoxLayout* KPlato::CalendarEditBase::layout6 [protected] |
Q3HBoxLayout* KPlato::CalendarEditBase::layout5 [protected] |