src/hbcore/core/hbnamespace.cpp
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
child 30 80e4d18b72f5
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
   159 
   159 
   160 /*! \var Hb::WidgetAttribute Hb::InsidePopup
   160 /*! \var Hb::WidgetAttribute Hb::InsidePopup
   161     Indicates whether widget and its children (classes derived from HbWidgetBase) are inside popup.
   161     Indicates whether widget and its children (classes derived from HbWidgetBase) are inside popup.
   162 */
   162 */
   163 
   163 
   164 /*! \deprecated
       
   165 
       
   166     \var Hb::WidgetAttribute Hb::InputMethodNeutral
       
   167     Indicates that the widget does not want to change the state of the input method.
       
   168     In practice this means that virtual keyboard is not closed if focus is changed from editor to this widget.
       
   169 */
       
   170 
   164 
   171 /*!  \var Hb::WidgetAttribute Hb::Widget
   165 /*!  \var Hb::WidgetAttribute Hb::Widget
   172 
   166 
   173     Indicates that a HbWidgetBase derived item is Hb widget. Constructors of HbWidget set this flag on.
   167     Indicates that a HbWidgetBase derived item is Hb widget. Constructors of HbWidget set this flag on.
   174 */
   168 */
   520 
   514 
   521 /*! \var Hb::InstantSelectionChanged
   515 /*! \var Hb::InstantSelectionChanged
   522         Sent went a selectable widget (like a check box) changes its selection state.
   516         Sent went a selectable widget (like a check box) changes its selection state.
   523 */
   517 */
   524 
   518 
   525 /*! \deprecated Hb::InstantMultitouchActivated
       
   526         is deprecated. Use Hb::InstantAdvancedGestureActivated instead.
       
   527 */
       
   528 
       
   529 /*! \var Hb::InstantAdvancedGestureActivated
   519 /*! \var Hb::InstantAdvancedGestureActivated
   530         Sent when a touch gesture involving more then one finger can be performed.
   520         Sent when a touch gesture involving more then one finger can be performed.
   531         For example a second touch point is detected and a pinch gesture can be performed.
   521         For example a second touch point is detected and a pinch gesture can be performed.
   532 */
   522 */
   533 
   523