PIMPrint Library
Go to the documentation of this file.
   22 #ifndef PIMPRINT_CALPRINTWEEK_H 
   23 #define PIMPRINT_CALPRINTWEEK_H 
   35     Q_PROPERTY(
QDate startDate
 
   36                READ startDate WRITE setStartDate)
 
   38     Q_PROPERTY(
QDate endDate
 
   39                READ endDate WRITE setEndDate)
 
   41     Q_PROPERTY(
QTime startTime
 
   42                READ startTime WRITE setStartTime)
 
   44     Q_PROPERTY(
QTime endTime
 
   45                READ endTime WRITE setEndTime)
 
   59     void setStartDate(
const QDate &date);
 
   65     QDate startDate() 
const;
 
   72     void setEndDate(
const QDate &date);
 
   78     QDate endDate() 
const;
 
   87     void setStartTime(
const QTime &time);
 
   93     QTime startTime() 
const;
 
  102     void setEndTime(
const QTime &time);
 
  108     QTime endTime() 
const;
 
  113     void drawFiloFaxWeek(
QPainter &p) 
const;
 
  114     void drawTimeTableWeek(
QPainter &p) 
const;
 
  115     void drawSplitWeek(
QPainter &p) 
const;
 
  124                   const QRect &box) 
const;
 
#define PIMPRINT_CALENDAR_EXPORT
  
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:09 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.