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

kalarm

  • sources
  • kde-4.12
  • kdepim
  • kalarm
timeselector.h
Go to the documentation of this file.
1 /*
2  * timeselector.h - widget to optionally set a time period
3  * Program: kalarm
4  * Copyright © 2004,2005,2007,2008,2010,2011 by David Jarvie <djarvie@kde.org>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License along
17  * with this program; if not, write to the Free Software Foundation, Inc.,
18  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19  */
20 
21 #ifndef TIMESELECTOR_H
22 #define TIMESELECTOR_H
23 
24 #include "timeperiod.h"
25 #include <QFrame>
26 
27 class QLabel;
28 class CheckBox;
29 class ComboBox;
30 
31 
32 class TimeSelector : public QFrame
33 {
34  Q_OBJECT
35  public:
36  TimeSelector(const QString& selectText, const QString& selectWhatsThis,
37  const QString& valueWhatsThis, bool allowHourMinute, QWidget* parent);
38  ComboBox* createSignCombo();
39  bool isChecked() const;
40  void setChecked(bool on);
41 #ifdef USE_AKONADI
42  KCalCore::Duration period() const;
43  void setPeriod(const KCalCore::Duration&, bool dateOnly, TimePeriod::Units defaultUnits);
44 #else
45  KCal::Duration period() const;
46  void setPeriod(const KCal::Duration&, bool dateOnly, TimePeriod::Units defaultUnits);
47 #endif
48  TimePeriod::Units units() const { return mPeriod->units(); }
49  void setUnits(TimePeriod::Units units) { mPeriod->setUnits(units); }
50  void setReadOnly(bool);
51  bool isDateOnly() const { return mPeriod->isDateOnly(); }
52  void setDateOnly(bool dateOnly = true);
53  void setMaximum(int hourmin, int days);
54  void setFocusOnCount();
55 
56  signals:
57  void toggled(bool); // selection checkbox has been toggled
58 #ifdef USE_AKONADI
59  void valueChanged(const KCalCore::Duration&); // value has changed
60 #else
61  void valueChanged(const KCal::Duration&); // value has changed
62 #endif
63 
64  protected slots:
65  void selectToggled(bool);
66 #ifdef USE_AKONADI
67  void periodChanged(const KCalCore::Duration&);
68 #else
69  void periodChanged(const KCal::Duration&);
70 #endif
71 
72  private:
73  CheckBox* mSelect;
74  TimePeriod* mPeriod;
75  ComboBox* mSignWidget;
76  bool mReadOnly; // the widget is read only
77 };
78 
79 #endif // TIMESELECTOR_H
80 
81 // vim: et sw=4:
TimeSelector::setMaximum
void setMaximum(int hourmin, int days)
Definition: timeselector.cpp:116
TimeSelector::isDateOnly
bool isDateOnly() const
Definition: timeselector.h:51
TimeSelector::isChecked
bool isChecked() const
Definition: timeselector.cpp:102
TimePeriod::Units
Units
TimeSelector::valueChanged
void valueChanged(const KCal::Duration &)
TimeSelector::setUnits
void setUnits(TimePeriod::Units units)
Definition: timeselector.h:49
TimeSelector::units
TimePeriod::Units units() const
Definition: timeselector.h:48
TimeSelector::setReadOnly
void setReadOnly(bool)
Definition: timeselector.cpp:90
TimeSelector::setChecked
void setChecked(bool on)
Definition: timeselector.cpp:107
QWidget
timeperiod.h
TimePeriod::setUnits
void setUnits(Units units)
TimeSelector::periodChanged
void periodChanged(const KCal::Duration &)
Definition: timeselector.cpp:175
TimeSelector::toggled
void toggled(bool)
TimeSelector::setFocusOnCount
void setFocusOnCount()
Definition: timeselector.cpp:153
CheckBox
TimePeriod
TimeSelector::selectToggled
void selectToggled(bool)
Definition: timeselector.cpp:161
TimeSelector::TimeSelector
TimeSelector(const QString &selectText, const QString &selectWhatsThis, const QString &valueWhatsThis, bool allowHourMinute, QWidget *parent)
Definition: timeselector.cpp:42
TimeSelector::setDateOnly
void setDateOnly(bool dateOnly=true)
Definition: timeselector.cpp:121
TimePeriod::isDateOnly
bool isDateOnly() const
QLabel
TimeSelector
Definition: timeselector.h:32
TimeSelector::setPeriod
void setPeriod(const KCal::Duration &, bool dateOnly, TimePeriod::Units defaultUnits)
Definition: timeselector.cpp:141
ComboBox
TimeSelector::createSignCombo
ComboBox * createSignCombo()
Definition: timeselector.cpp:79
QFrame
TimePeriod::units
Units units() const
TimeSelector::period
KCal::Duration period() const
Definition: timeselector.cpp:130
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kalarm

Skip menu "kalarm"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

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