src/hbcore/inputfw/hbinputmethodnull.cpp
changeset 28 b7da29130b0e
parent 6 c3690ec91ef8
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
    36 }
    36 }
    37 
    37 
    38 /*!
    38 /*!
    39 \internal
    39 \internal
    40 */
    40 */
    41 HbInputMethodNull::HbInputMethodNull()
    41 HbInputMethodNull::HbInputMethodNull() : mDelayedPanelRequest(false)
    42 {
    42 {
    43 }
    43 }
    44 
    44 
    45 /*!
    45 /*!
    46 \internal
    46 \internal
    96 {
    96 {
    97     Q_UNUSED(x);
    97     Q_UNUSED(x);
    98     Q_UNUSED(event);
    98     Q_UNUSED(event);
    99 }
    99 }
   100 
   100 
       
   101 /*!
       
   102 \internal
       
   103 */
       
   104 void HbInputMethodNull::setDelayedPanelRequest(bool value)
       
   105 {
       
   106     mDelayedPanelRequest = value;
       
   107 }
       
   108 
       
   109 /*!
       
   110 \internal
       
   111 */
       
   112 bool HbInputMethodNull::delayedPanelRequest() const
       
   113 {
       
   114     return mDelayedPanelRequest;
       
   115 }
       
   116 
   101 // End of file
   117 // End of file