src/hbcore/inputfw/hbinputkeymap.cpp
changeset 34 ed14f46c0e55
parent 6 c3690ec91ef8
equal deleted inserted replaced
31:7516d6d86cf5 34:ed14f46c0e55
   136 }
   136 }
   137 
   137 
   138 /// @endcond
   138 /// @endcond
   139 
   139 
   140 /*!
   140 /*!
   141 @alpha
   141 @stable
   142 @hbcore
   142 @hbcore
   143 \class HbMappedKey
   143 \class HbMappedKey
   144 
   144 
   145 \brief Contains definition for characters associated with one keyboard key.
   145 \brief Contains definition for characters associated with one keyboard key.
   146 
   146 
   195     default:
   195     default:
   196         return QString();
   196         return QString();
   197     }
   197     }
   198 }
   198 }
   199 /*!
   199 /*!
   200 @alpha
   200 @stable
   201 @hbcore
   201 @hbcore
   202 \class HbKeymap
   202 \class HbKeymap
   203 \brief Contains information on characters mapped to keyboard keys.
   203 \brief Contains information on characters mapped to keyboard keys.
   204 
   204 
   205 HbKeymaps contain keymap data for different keyboards and a single language.
   205 HbKeymaps contain keymap data for different keyboards and a single language.