Home · API Reference · Modules

MImWidget Class Reference
[Maliit server]

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)
virtual ~MImWidget ()

Protected Member Functions

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

Protected Attributes

MImWidgetPrivate *const d_ptr


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 © 2011 Nokia Corporation
Maliit