#include </home/clem/local/src/opie/core/pim/datebook/datebookweek.h>
Signals | |
| void | showDay (int d) |
| void | signalShowEvent (const EffectiveEvent &) |
| void | signalHideEvent () |
Public Member Functions | |
| DateBookWeekView (bool ampm, bool weekOnMonday, QWidget *parent=0, const char *name=0) | |
| bool | whichClock () const |
| void | showEvents (QValueList< EffectiveEvent > &ev) |
| void | moveToHour (int h) |
| void | setStartOfWeek (bool bOnMonday) |
Protected Slots | |
| void | keyPressEvent (QKeyEvent *) |
Private Slots | |
| void | slotChangeClock (bool) |
| void | alterDay (int) |
Private Member Functions | |
| void | positionItem (DateBookWeekItem *i) |
| DateBookWeekItem * | intersects (const DateBookWeekItem *) |
| void | drawContents (QPainter *p, int cx, int cy, int cw, int ch) |
| void | contentsMousePressEvent (QMouseEvent *) |
| void | contentsMouseReleaseEvent (QMouseEvent *) |
| void | resizeEvent (QResizeEvent *) |
| void | initNames () |
Private Attributes | |
| bool | ampm |
| bool | bOnMonday |
| QHeader * | header |
| QList< DateBookWeekItem > | items |
| int | rowHeight |
| bool | showingEvent |
|
||||||||||||||||||||
|
Definition at line 66 of file datebookweek.cpp. References header, initNames(), items, qApp, rowHeight, showDay(), slotChangeClock(), and width. |
|
|
Definition at line 174 of file datebookweek.cpp. |
|
|
Definition at line 244 of file datebookweek.cpp. References DateBookWeekItem::event(), DateBookWeekItem::geometry(), i, items, showingEvent, and signalShowEvent(). |
|
|
Definition at line 257 of file datebookweek.cpp. References d, header, showDay(), showingEvent, and signalHideEvent(). |
|
||||||||||||||||||||||||
|
Definition at line 272 of file datebookweek.cpp. References ampm, DateBookWeekItem::color(), DateBookWeekItem::geometry(), header, i, intersects(), items, QString::length(), QString::number(), QString::prepend(), rowHeight, s, t, tr, and Opie::MM::y. |
|
|
Definition at line 95 of file datebookweek.cpp. References bOnMonday, header, i, and Calendar::nameOfDay(). Referenced by DateBookWeekView(), and setStartOfWeek(). |
|
|
Definition at line 223 of file datebookweek.cpp. References DateBookWeekItem::geometry(), i, and items. Referenced by drawContents(), and positionItem(). |
|
|
Definition at line 151 of file datebookweek.cpp. |
|
|
Definition at line 145 of file datebookweek.cpp. References rowHeight. Referenced by DateBookWeek::getEvents(), and DateBookWeek::setStartViewTime(). |
|
|
Definition at line 182 of file datebookweek.cpp. References Event::AllDay, bOnMonday, EffectiveEvent::date(), db_round30min(), EffectiveEvent::end(), EffectiveEvent::event(), DateBookWeekItem::event(), header, intersects(), rowHeight, DateBookWeekItem::setGeometry(), EffectiveEvent::start(), Width, Opie::MM::x, and Opie::MM::y. Referenced by showEvents(). |
|
|
Definition at line 321 of file datebookweek.cpp. |
|
|
Definition at line 347 of file datebookweek.cpp. References bOnMonday, and initNames(). Referenced by DateBookWeek::slotWeekChanged(). |
|
|
Referenced by alterDay(), contentsMouseReleaseEvent(), and DateBookWeekView(). |
|
|
Definition at line 131 of file datebookweek.cpp. References DateBookWeekItem::event(), i, items, and positionItem(). Referenced by DateBookWeek::getEvents(). |
|
|
Referenced by contentsMouseReleaseEvent(). |
|
|
Referenced by contentsMousePressEvent(). |
|
|
Definition at line 156 of file datebookweek.cpp. References ampm. Referenced by DateBookWeekView(). |
|
|
|
|
|
Definition at line 102 of file datebookweek.h. Referenced by drawContents(), and slotChangeClock(). |
|
|
Definition at line 103 of file datebookweek.h. Referenced by alterDay(), initNames(), positionItem(), and setStartOfWeek(). |
|
|
Definition at line 104 of file datebookweek.h. Referenced by contentsMouseReleaseEvent(), DateBookWeekView(), drawContents(), initNames(), positionItem(), and resizeEvent(). |
|
|
Definition at line 105 of file datebookweek.h. Referenced by contentsMousePressEvent(), DateBookWeekView(), drawContents(), intersects(), and showEvents(). |
|
|
Definition at line 106 of file datebookweek.h. Referenced by DateBookWeekView(), drawContents(), moveToHour(), and positionItem(). |
|
|
Definition at line 107 of file datebookweek.h. Referenced by contentsMousePressEvent(), and contentsMouseReleaseEvent(). |
1.4.2