javauis/lcdui_akn/javalcdui/inc/lcdui.h
changeset 23 98ccebc37403
parent 21 2a9601315dfc
child 25 9ac0a0a7da70
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
   718          * is provided with the command as (x1,y1)-(x2,y2) inclusive-exclusive integer
   718          * is provided with the command as (x1,y1)-(x2,y2) inclusive-exclusive integer
   719          * coordinates following the command header.
   719          * coordinates following the command header.
   720          */
   720          */
   721         EDrwOpcBitBltRect = 1
   721         EDrwOpcBitBltRect = 1
   722 #endif // RD_JAVA_NGA_ENABLED
   722 #endif // RD_JAVA_NGA_ENABLED
   723 
       
   724         /**
       
   725          * Indicates first ever canvas paint.
       
   726          * Used to stop the splash screen.
       
   727          * @since S60 9.2
       
   728          */
       
   729         ,EDrwOpcFirstPaint = 3
       
   730     };
   723     };
   731 public:
   724 public:
   732     /**
   725     /**
   733      * Returns the component type.
   726      * Returns the component type.
   734      * @return  The component type as a MMIDComponent::TType enum.
   727      * @return  The component type as a MMIDComponent::TType enum.
   828      *      - the area that has been updated in canvas coordinates.
   821      *      - the area that has been updated in canvas coordinates.
   829      * @since S60 9.2
   822      * @since S60 9.2
   830      */
   823      */
   831     virtual void UpdateRect(const TRect& aRect) = 0;
   824     virtual void UpdateRect(const TRect& aRect) = 0;
   832 #endif // RD_JAVA_NGA_ENABLED
   825 #endif // RD_JAVA_NGA_ENABLED
       
   826     
       
   827     virtual TBool ReadyToBlit() const = 0;
   833 };
   828 };
   834 
   829 
   835 /**
   830 /**
   836  *
   831  *
   837  * Interface to Alert
   832  * Interface to Alert