#include <todoListCalendar.h>
Public Member Functions | |
| todoListCalendar (QWidget *parent=0, const char *=0, Qt::WindowFlags f=0) | |
| virtual SetResponse | set (const ParameterList &) |
| void | setParams (ParameterList &) |
Public Slots | |
| void | languageChange () |
| void | sDelete () |
| void | sEdit () |
| void | sEditCustomer () |
| void | sFillList () |
| void | sFillList (const QDate &) |
| void | sNew () |
| void | sOpen () |
| void | sView () |
| void | sViewCustomer () |
Protected Attributes | |
| QDate | _lastDate |
| int | _myUsrId |
| CalendarGraphicsItem * | calendar |
Protected Member Functions | |
| void | resizeEvent (QResizeEvent *) |
| void | showEvent (QShowEvent *) |
Protected Slots | |
| void | sPopulateMenu (QMenu *) |
| todoListCalendar::todoListCalendar | ( | QWidget * | parent = 0, |
| const char * | name = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
| void todoListCalendar::languageChange | ( | ) | [virtual, slot] |
Reimplemented from QWidget.
| void todoListCalendar::resizeEvent | ( | QResizeEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| void todoListCalendar::sDelete | ( | ) | [slot] |
| void todoListCalendar::sEdit | ( | ) | [slot] |
| void todoListCalendar::sEditCustomer | ( | ) | [slot] |
| enum SetResponse todoListCalendar::set | ( | const ParameterList & | pParams | ) | [virtual] |
Reimplemented from XWidget.
| void todoListCalendar::setParams | ( | ParameterList & | params | ) |
| void todoListCalendar::sFillList | ( | ) | [slot] |
| void todoListCalendar::sFillList | ( | const QDate & | date | ) | [slot] |
| void todoListCalendar::showEvent | ( | QShowEvent * | event | ) | [protected, virtual] |
Reimplemented from XWidget.
| void todoListCalendar::sNew | ( | ) | [slot] |
| void todoListCalendar::sOpen | ( | ) | [slot] |
| void todoListCalendar::sPopulateMenu | ( | QMenu * | pMenu | ) | [protected, slot] |
| void todoListCalendar::sView | ( | ) | [slot] |
| void todoListCalendar::sViewCustomer | ( | ) | [slot] |
QDate todoListCalendar::_lastDate [protected] |
int todoListCalendar::_myUsrId [protected] |
CalendarGraphicsItem* todoListCalendar::calendar [protected] |
| Generated on Mon Jan 23 2012 12:22:39 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|