class KDateInternalMonthPicker

A table containing month names. More...

Internal Use Only
Definition#include <kdatetbl.h>
InheritsQTableView (qt) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Signals

Protected Methods

Protected Members


Detailed Description

A table containing month names. It is used to pick a month directly.

int result

result

[protected]

short int activeCol

activeCol

[protected]

short int activeRow

activeRow

[protected]

QRect max

max

[protected]

void  closeMe (int)

closeMe

[signal]

 KDateInternalMonthPicker (int fontsize, QWidget* parent, const char* name=0)

KDateInternalMonthPicker

QSize  sizeHint ()

sizeHint

[const]

int  getResult ()

getResult

Return the result. 0 means no selection (reject()), 1..12 are the months.

void  setupPainter (QPainter *p)

setupPainter

[protected]

Reimplemented from QTableView.

void  resizeEvent (QResizeEvent*)

resizeEvent

[protected]

Reimplemented from QTableView.

void  paintCell (QPainter* painter, int row, int col)

paintCell

[protected]

Reimplemented from QTableView.

void  mousePressEvent (QMouseEvent *e)

mousePressEvent

[protected]

void  mouseMoveEvent (QMouseEvent *e)

mouseMoveEvent

[protected]

void  mouseReleaseEvent (QMouseEvent *e)

mouseReleaseEvent

[protected]