javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/graphics/graphics.h
changeset 48 e0d6e9bd3ca7
parent 35 85266cc22c7f
child 57 59b3b4473dc8
equal deleted inserted replaced
47:f40128debb5d 48:e0d6e9bd3ca7
   347      * @return The symbian bitmap if it is available, otherwise NULL
   347      * @return The symbian bitmap if it is available, otherwise NULL
   348      */
   348      */
   349     virtual CFbsBitmap* getSymbianBitmap() = 0;
   349     virtual CFbsBitmap* getSymbianBitmap() = 0;
   350 #endif    
   350 #endif    
   351     
   351     
       
   352     /**
       
   353      * Switches to software rendering if the window goes invisible
       
   354      * and back to hardware rendering when becoming visible.
       
   355      */
       
   356     virtual void handleSymbianWindowVisibilityChange(bool aVisible) = 0;
   352 };
   357 };
   353 
   358 
   354 
   359 
   355 
   360 
   356 /**
   361 /**