src/hbinput/inputwidgets/hbinputscreenshotwidget.cpp
changeset 30 80e4d18b72f5
parent 7 923ff622b8b9
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    33 #include "hbframedrawerpool_p.h"
    33 #include "hbframedrawerpool_p.h"
    34 
    34 
    35 #include "hbinputvkbwidget.h"
    35 #include "hbinputvkbwidget.h"
    36 
    36 
    37 /*!
    37 /*!
    38 @proto
    38 @stable
    39 @hbinput
    39 @hbinput
    40 \class HbInputVkbWidget
    40 \class HbInputScreenShotWidget
    41 \brief A base class for touch keypads.
    41 \brief Class providing screenshots of virtual keyboards for animation purposes.
    42 
       
    43 This class implements default mechanisms for opening and closing touch keypads.
       
    44 It know how to operate in landscape and in portait modes and it know how
       
    45 implement split view -mechasnism for S60 QT UI's Hb library. It also implements
       
    46 closing mechansim, where used is able to close the touch keypad by sliding it downwards
       
    47 with a finger. This class also implements background drawing for touch keypads.
       
    48 */
    42 */
    49 
    43 
    50 /// @cond
    44 /// @cond
    51 
    45 
    52 class HbInputScreenshotWidgetPrivate : public HbWidgetPrivate
    46 class HbInputScreenshotWidgetPrivate : public HbWidgetPrivate