idlehomescreen/xmluirendering/renderingplugins/xnmenufactory/src/xnmenu.cpp
changeset 1 5315654608de
parent 0 f72a12da539e
child 18 d05a55b217df
equal deleted inserted replaced
0:f72a12da539e 1:5315654608de
    94     {
    94     {
    95     CXnMenuAdapter* adapter = static_cast< CXnMenuAdapter* >( ControlAdapter() );
    95     CXnMenuAdapter* adapter = static_cast< CXnMenuAdapter* >( ControlAdapter() );
    96     adapter->SetSoftKeyImageL( aBitmap, aMask, aPos, aNode, aPreserveAspectRatio, aInvertMask, aTransferOwnership );    
    96     adapter->SetSoftKeyImageL( aBitmap, aMask, aPos, aNode, aPreserveAspectRatio, aInvertMask, aTransferOwnership );    
    97     }
    97     }
    98 
    98 
    99 #if 0 // MSK icon
       
   100 // -----------------------------------------------------------------------------
    99 // -----------------------------------------------------------------------------
   101 // CXnMenu::SetSoftKeyImageL
   100 // CXnMenu::SetSoftKeyImageL
   102 // 
   101 // 
   103 // -----------------------------------------------------------------------------
   102 // -----------------------------------------------------------------------------
   104 //
   103 //
   109     TBool aEnable )
   108     TBool aEnable )
   110     {
   109     {
   111     CXnMenuAdapter* adapter = static_cast< CXnMenuAdapter* >( ControlAdapter() );
   110     CXnMenuAdapter* adapter = static_cast< CXnMenuAdapter* >( ControlAdapter() );
   112     adapter->SetSoftKeyImageL( aId, aBmpFile, aBmp, aBmpM, aPos, aEnable );    
   111     adapter->SetSoftKeyImageL( aId, aBmpFile, aBmp, aBmpM, aPos, aEnable );    
   113     }
   112     }
   114 #endif // MSK icon
       
   115 
   113 
   116 // -----------------------------------------------------------------------------
   114 // -----------------------------------------------------------------------------
   117 // CXnMenu::SetSoftKeyTextL
   115 // CXnMenu::SetSoftKeyTextL
   118 // 
   116 // 
   119 // -----------------------------------------------------------------------------
   117 // -----------------------------------------------------------------------------