#include </home/clem/local/src/opie/core/pim/today/plugins/datebook/datebookpluginwidget.h>
Collaboration diagram for DatebookPluginWidget:

Public Member Functions | |
| DatebookPluginWidget (QWidget *parent, const char *name) | |
| ~DatebookPluginWidget () | |
| void | refresh () |
| void | reinitialize () |
Private Member Functions | |
| void | readConfig () |
| void | getDates () |
Private Attributes | |
| DateBookDB * | db |
| QGuardedPtr< QVBoxLayout > | m_layoutDates |
| QList< QWidget > | m_eventsList |
| int | m_max_lines_meet |
| bool | m_show_location |
| bool | m_show_notes |
| bool | m_onlyLater |
| int | m_moreDays |
| bool | m_timeExtraLine |
| int | m_maxCharClip |
|
||||||||||||
|
Definition at line 24 of file datebookpluginwidget.cpp. References db, getDates(), l, m_eventsList, m_layoutDates, and readConfig(). |
|
|
Definition at line 42 of file datebookpluginwidget.cpp. References db, and m_layoutDates. |
|
|
Get all events that are in the datebook xml file for today Definition at line 80 of file datebookpluginwidget.cpp. References QDate::addDays(), QDate::currentDate(), QDateTime::currentDateTime(), QTime::currentTime(), QDate::dayOfWeek(), db, DateBookDB::getEffectiveEvents(), l, list, m_eventsList, m_max_lines_meet, m_maxCharClip, m_moreDays, m_onlyLater, m_show_location, m_show_notes, m_timeExtraLine, Event::NoRepeat, qBubbleSort(), and tr. Referenced by DatebookPluginWidget(), and refresh(). |
|
|
Definition at line 48 of file datebookpluginwidget.cpp. References m_max_lines_meet, m_maxCharClip, m_moreDays, m_onlyLater, m_show_location, m_show_notes, m_timeExtraLine, Config::readNumEntry(), and Config::setGroup(). Referenced by DatebookPluginWidget(), and reinitialize(). |
|
|
Definition at line 65 of file datebookpluginwidget.cpp. References getDates(), m_eventsList, and m_layoutDates. Referenced by DatebookPlugin::refresh(), and reinitialize(). |
|
|
Definition at line 60 of file datebookpluginwidget.cpp. References readConfig(), and refresh(). Referenced by DatebookPlugin::reinitialize(). |
|
|
Definition at line 42 of file datebookpluginwidget.h. Referenced by DatebookPluginWidget(), getDates(), and ~DatebookPluginWidget(). |
|
|
Definition at line 44 of file datebookpluginwidget.h. Referenced by DatebookPluginWidget(), getDates(), and refresh(). |
|
|
Definition at line 43 of file datebookpluginwidget.h. Referenced by DatebookPluginWidget(), refresh(), and ~DatebookPluginWidget(). |
|
|
Definition at line 50 of file datebookpluginwidget.h. Referenced by getDates(), and readConfig(). |
|
|
Definition at line 61 of file datebookpluginwidget.h. Referenced by getDates(), and readConfig(). |
|
|
Definition at line 57 of file datebookpluginwidget.h. Referenced by getDates(), and readConfig(). |
|
|
Definition at line 56 of file datebookpluginwidget.h. Referenced by getDates(), and readConfig(). |
|
|
Definition at line 52 of file datebookpluginwidget.h. Referenced by getDates(), and readConfig(). |
|
|
Definition at line 54 of file datebookpluginwidget.h. Referenced by getDates(), and readConfig(). |
|
|
Definition at line 59 of file datebookpluginwidget.h. Referenced by getDates(), and readConfig(). |
1.4.2