KDateInternalMonthPicker Class Reference
#include <kdatetbl.h>
Inheritance diagram for KDateInternalMonthPicker:

Detailed Description
A table containing month names.It is used to pick a month directly.
For internal use only.
- Version:
- Id
- kdatetbl.h 565029 2006-07-22 07:30:24Z kling
- Author:
- Tim Gilman, Mirko Boehm
Definition at line 67 of file kdatetbl.h.
Signals | |
void | closeMe (int) |
Public Member Functions | |
KDateInternalMonthPicker (const QDate &date, QWidget *parent, const char *name=0) | |
~KDateInternalMonthPicker () | |
QSize | sizeHint () const |
int | getResult () const |
Protected Member Functions | |
void | setupPainter (QPainter *p) |
virtual void | viewportResizeEvent (QResizeEvent *) |
virtual void | paintCell (QPainter *painter, int row, int col) |
virtual void | contentsMousePressEvent (QMouseEvent *e) |
virtual void | contentsMouseMoveEvent (QMouseEvent *e) |
virtual void | contentsMouseReleaseEvent (QMouseEvent *e) |
Protected Attributes | |
int | result |
short int | activeCol |
short int | activeRow |
QRect | max |
Constructor & Destructor Documentation
KDateInternalMonthPicker::~KDateInternalMonthPicker | ( | ) |
Member Function Documentation
void KDateInternalMonthPicker::closeMe | ( | int | ) | [signal] |
This is send from the mouse click event handler.
void KDateInternalMonthPicker::contentsMousePressEvent | ( | QMouseEvent * | e | ) | [protected, virtual] |
Catch mouse click and move events to paint a rectangle around the item.
Definition at line 756 of file kdatetbl.cpp.
void KDateInternalMonthPicker::contentsMouseReleaseEvent | ( | QMouseEvent * | e | ) | [protected, virtual] |
int KDateInternalMonthPicker::getResult | ( | ) | const |
Return the result.
0 means no selection (reject()), 1..12 are the months.
Definition at line 722 of file kdatetbl.cpp.
void KDateInternalMonthPicker::paintCell | ( | QPainter * | painter, | |
int | row, | |||
int | col | |||
) | [protected, virtual] |
Paint a cell.
This simply draws the month names in it.
Reimplemented from QGridView.
Definition at line 741 of file kdatetbl.cpp.
void KDateInternalMonthPicker::setupPainter | ( | QPainter * | p | ) | [protected] |
QSize KDateInternalMonthPicker::sizeHint | ( | ) | const |
void KDateInternalMonthPicker::viewportResizeEvent | ( | QResizeEvent * | ) | [protected, virtual] |
Member Data Documentation
short int KDateInternalMonthPicker::activeCol [protected] |
QRect KDateInternalMonthPicker::max [protected] |
int KDateInternalMonthPicker::result [protected] |
The documentation for this class was generated from the following files: