javamanager/javasettings/appmngrplugin/inc/appmngr2midletruntime.h
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
    66      * Destructor
    66      * Destructor
    67      *
    67      *
    68      * @since S60 9.1
    68      * @since S60 9.1
    69      */
    69      */
    70     ~CAppMngr2MidletRuntime();
    70     ~CAppMngr2MidletRuntime();
       
    71     
       
    72     /**
       
    73      * Get the ideal size for Java raster icons in the app mgr list.
       
    74      */
       
    75     inline TSize JavaRasterIconSize() {return iJavaRasterIconSize;};
    71 
    76 
    72 public:     // from CAppMngr2Runtime
    77 public:     // from CAppMngr2Runtime
    73 
    78 
    74     /**
    79     /**
    75      * Load plug-in specific icons. Functions CAppMngr2InfoBase::IconIndex()
    80      * Load plug-in specific icons. Functions CAppMngr2InfoBase::IconIndex()
   170     /**
   175     /**
   171      * Resource handler
   176      * Resource handler
   172      * Owned
   177      * Owned
   173      */
   178      */
   174     CAppMngr2MidletResourceHandler* iResourceHandler;
   179     CAppMngr2MidletResourceHandler* iResourceHandler;
       
   180     
       
   181     /**
       
   182      * Size of java raster icons in the app mgr list.
       
   183      */
       
   184     TSize iJavaRasterIconSize;
   175 };
   185 };
   176 
   186 
   177 #endif // APPMNGR2MIDLETRUNTIME_H
   187 #endif // APPMNGR2MIDLETRUNTIME_H
   178 
   188