Home ยท API Reference
Public Member Functions | Protected Member Functions | Protected Attributes

MImWidget Class Reference

A QWidget implementation that can be used for input methods using MAbstractInputMethod. More...

List of all members.

Public Member Functions

 MImWidget (QWidget *parent=0, Qt::WindowFlags f=0)
 C'tor.
virtual ~MImWidget ()
 D'tor.

Protected Member Functions

 MImWidget (MImWidgetPrivate *dd, QWidget *parent, Qt::WindowFlags f=0)
 Protected c'tor that allows to re-use private class.

Protected Attributes

MImWidgetPrivate *const d_ptr
 PIMPL.

Detailed Description

A QWidget implementation that can be used for input methods using MAbstractInputMethod.

Need to call MImWidget::paintEvent when overriding paintEvent.


Constructor & Destructor Documentation

MImWidget::MImWidget ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
) [explicit]

C'tor.

Parameters:
parent the parent widget
f the window flags
MImWidget::~MImWidget (  )  [virtual]

D'tor.

MImWidget::MImWidget ( MImWidgetPrivate *  dd,
QWidget *  parent,
Qt::WindowFlags  f = 0 
) [protected]

Protected c'tor that allows to re-use private class.

Parameters:
dd the PIMPL instance
parent the parent widget
f the window flags

Member Data Documentation

MImWidgetPrivate* const MImWidget::d_ptr [protected]

PIMPL.


Copyright © 2010 Nokia Corporation
MeeGo Touch