javauis/mmapi_akn/baseline/inc/cmmadisplay.h
branchRCL_3
changeset 71 d5e927d5853b
parent 66 2455ef1f5bbc
child 77 7cee158cb8cd
equal deleted inserted replaced
66:2455ef1f5bbc 71:d5e927d5853b
   151 
   151 
   152     /**
   152     /**
   153      * Add clip region
   153      * Add clip region
   154      */
   154      */
   155     void AddClippingRegion();
   155     void AddClippingRegion();
       
   156     
       
   157     /**
       
   158      * Set whether java side had set the size or not
       
   159      */
       
   160     void UserRectSet();
       
   161 
       
   162    /**
       
   163      * Is user rect set
       
   164      */
       
   165     TBool IsUserRectSet();
   156 
   166 
   157 protected:  // Data
   167 protected:  // Data
   158 
   168 
   159     /**
   169     /**
   160      * Not owned.
   170      * Not owned.
   184 
   194 
   185     /**
   195     /**
   186      * Draw rect set from java.
   196      * Draw rect set from java.
   187      */
   197      */
   188     TRect iUserRect;
   198     TRect iUserRect;
       
   199     
       
   200     /**
       
   201      * Is User Rect Set?
       
   202      */
       
   203      TBool iUserRectSet;
   189 
   204 
   190     /**
   205     /**
   191      * Not owned, obtained from lcdui components.
   206      * Not owned, obtained from lcdui components.
   192      */
   207      */
   193     MDirectContainer* iDirectContainer;
   208     MDirectContainer* iDirectContainer;