src/gui/s60framework/qs60mainappui.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   279     {
   279     {
   280         QS60MainAppUiBase::RestoreMenuL(menuWindow, resourceId, menuType);
   280         QS60MainAppUiBase::RestoreMenuL(menuWindow, resourceId, menuType);
   281     }
   281     }
   282 }
   282 }
   283 
   283 
       
   284 /*!
       
   285   \internal
       
   286 */
   284 void QS60MainAppUi::Exit()
   287 void QS60MainAppUi::Exit()
   285 {
   288 {
   286     QS60MainAppUiBase::Exit();
   289     QS60MainAppUiBase::Exit();
   287 }
   290 }
   288 
   291 
       
   292 /*!
       
   293   \internal
       
   294 */
   289 void QS60MainAppUi::SetFadedL(TBool aFaded)
   295 void QS60MainAppUi::SetFadedL(TBool aFaded)
   290 {
   296 {
   291     QS60MainAppUiBase::SetFadedL(aFaded);
   297     QS60MainAppUiBase::SetFadedL(aFaded);
   292 }
   298 }
   293 
   299 
       
   300 /*!
       
   301   \internal
       
   302 */
   294 TRect QS60MainAppUi::ApplicationRect() const
   303 TRect QS60MainAppUi::ApplicationRect() const
   295 {
   304 {
   296     return QS60MainAppUiBase::ApplicationRect();
   305     return QS60MainAppUiBase::ApplicationRect();
   297 }
   306 }
   298 
   307 
       
   308 /*!
       
   309   \internal
       
   310 */
   299 void QS60MainAppUi::HandleScreenDeviceChangedL()
   311 void QS60MainAppUi::HandleScreenDeviceChangedL()
   300 {
   312 {
   301     QS60MainAppUiBase::HandleScreenDeviceChangedL();
   313     QS60MainAppUiBase::HandleScreenDeviceChangedL();
   302 }
   314 }
   303 
   315 
       
   316 /*!
       
   317   \internal
       
   318 */
   304 void QS60MainAppUi::HandleApplicationSpecificEventL(TInt aType, const TWsEvent &aEvent)
   319 void QS60MainAppUi::HandleApplicationSpecificEventL(TInt aType, const TWsEvent &aEvent)
   305 {
   320 {
   306     QS60MainAppUiBase::HandleApplicationSpecificEventL(aType, aEvent);
   321     QS60MainAppUiBase::HandleApplicationSpecificEventL(aType, aEvent);
   307 }
   322 }
   308 
   323 
       
   324 /*!
       
   325   \internal
       
   326 */
   309 TTypeUid::Ptr QS60MainAppUi::MopSupplyObject(TTypeUid aId)
   327 TTypeUid::Ptr QS60MainAppUi::MopSupplyObject(TTypeUid aId)
   310 {
   328 {
   311     return QS60MainAppUiBase::MopSupplyObject(aId);
   329     return QS60MainAppUiBase::MopSupplyObject(aId);
   312 }
   330 }
   313 
   331 
       
   332 /*!
       
   333   \internal
       
   334 */
   314 void QS60MainAppUi::ProcessCommandL(TInt aCommand)
   335 void QS60MainAppUi::ProcessCommandL(TInt aCommand)
   315 {
   336 {
   316     QS60MainAppUiBase::ProcessCommandL(aCommand);
   337     QS60MainAppUiBase::ProcessCommandL(aCommand);
   317 }
   338 }
   318 
   339 
       
   340 /*!
       
   341   \internal
       
   342 */
   319 TErrorHandlerResponse QS60MainAppUi::HandleError (TInt aError, const SExtendedError &aExtErr, TDes &aErrorText, TDes &aContextText)
   343 TErrorHandlerResponse QS60MainAppUi::HandleError (TInt aError, const SExtendedError &aExtErr, TDes &aErrorText, TDes &aContextText)
   320 {
   344 {
   321     return QS60MainAppUiBase::HandleError(aError, aExtErr, aErrorText, aContextText);
   345     return QS60MainAppUiBase::HandleError(aError, aExtErr, aErrorText, aContextText);
   322 }
   346 }
   323 
   347 
       
   348 /*!
       
   349   \internal
       
   350 */
   324 void QS60MainAppUi::HandleViewDeactivation(const TVwsViewId &aViewIdToBeDeactivated, const TVwsViewId &aNewlyActivatedViewId)
   351 void QS60MainAppUi::HandleViewDeactivation(const TVwsViewId &aViewIdToBeDeactivated, const TVwsViewId &aNewlyActivatedViewId)
   325 {
   352 {
   326     QS60MainAppUiBase::HandleViewDeactivation(aViewIdToBeDeactivated, aNewlyActivatedViewId);
   353     QS60MainAppUiBase::HandleViewDeactivation(aViewIdToBeDeactivated, aNewlyActivatedViewId);
   327 }
   354 }
   328 
   355 
       
   356 /*!
       
   357   \internal
       
   358 */
   329 void QS60MainAppUi::PrepareToExit()
   359 void QS60MainAppUi::PrepareToExit()
   330 {
   360 {
   331     QS60MainAppUiBase::PrepareToExit();
   361     QS60MainAppUiBase::PrepareToExit();
   332 }
   362 }
   333 
   363 
       
   364 /*!
       
   365   \internal
       
   366 */
   334 void QS60MainAppUi::HandleTouchPaneSizeChange()
   367 void QS60MainAppUi::HandleTouchPaneSizeChange()
   335 {
   368 {
   336     QS60MainAppUiBase::HandleTouchPaneSizeChange();
   369     QS60MainAppUiBase::HandleTouchPaneSizeChange();
   337 }
   370 }
   338 
   371 
       
   372 /*!
       
   373   \internal
       
   374 */
   339 void QS60MainAppUi::HandleSystemEventL(const TWsEvent &aEvent)
   375 void QS60MainAppUi::HandleSystemEventL(const TWsEvent &aEvent)
   340 {
   376 {
   341     QS60MainAppUiBase::HandleSystemEventL(aEvent);
   377     QS60MainAppUiBase::HandleSystemEventL(aEvent);
   342 }
   378 }
   343 
   379 
       
   380 /*!
       
   381   \internal
       
   382 */
   344 void QS60MainAppUi::Reserved_MtsmPosition()
   383 void QS60MainAppUi::Reserved_MtsmPosition()
   345 {
   384 {
   346     QS60MainAppUiBase::Reserved_MtsmPosition();
   385     QS60MainAppUiBase::Reserved_MtsmPosition();
   347 }
   386 }
   348 
   387 
       
   388 /*!
       
   389   \internal
       
   390 */
   349 void QS60MainAppUi::Reserved_MtsmObject()
   391 void QS60MainAppUi::Reserved_MtsmObject()
   350 {
   392 {
   351     QS60MainAppUiBase::Reserved_MtsmObject();
   393     QS60MainAppUiBase::Reserved_MtsmObject();
   352 }
   394 }
   353 
   395 
       
   396 /*!
       
   397   \internal
       
   398 */
   354 void QS60MainAppUi::HandleForegroundEventL(TBool aForeground)
   399 void QS60MainAppUi::HandleForegroundEventL(TBool aForeground)
   355 {
   400 {
   356     QS60MainAppUiBase::HandleForegroundEventL(aForeground);
   401     QS60MainAppUiBase::HandleForegroundEventL(aForeground);
   357 }
   402 }
   358 
   403