homescreenpluginsrv/inc/hspsodt.h
branchRCL_3
changeset 14 15e4dd19031c
parent 12 502e5d91ad42
equal deleted inserted replaced
12:502e5d91ad42 14:15e4dd19031c
   382         * 
   382         * 
   383         * @since S60 5.0
   383         * @since S60 5.0
   384         * @return TUint configuration type.
   384         * @return TUint configuration type.
   385         */ 
   385         */ 
   386         IMPORT_C TUint ConfigurationType() const;
   386         IMPORT_C TUint ConfigurationType() const;
   387 
       
   388         /**
       
   389         * Set package version.
       
   390         * 
       
   391         * @since S60 5.0
       
   392         * @param aVersion Version. 
       
   393         */ 
       
   394         IMPORT_C void SetPackageVersionL( const TDesC& aVersion );
       
   395         
       
   396         /**
       
   397         * Get configuration type.
       
   398         * 
       
   399         * @since S60 5.0
       
   400         * @return TDesC package version
       
   401         */ 
       
   402         IMPORT_C const TDesC& PackageVersion() const;
       
   403         
   387         
   404         /**
   388         /**
   405         * Set family.
   389         * Set family.
   406         * Identifies the resolution and user interface for which 
   390         * Identifies the resolution and user interface for which 
   407         * the resource/widget was designed for (e.g. vga, qhd_tch).
   391         * the resource/widget was designed for (e.g. vga, qhd_tch).
   504         * @return TInt  Header size.
   488         * @return TInt  Header size.
   505         */
   489         */
   506         TInt HeaderSize() const;
   490         TInt HeaderSize() const;
   507         
   491         
   508     private:    // Data        
   492     private:    // Data        
   509         // Indicates whether we are able to internalize the instance        
       
   510         HBufC* iPackageVersion;        
       
   511         
       
   512         // Identifies specific configuration
   493         // Identifies specific configuration
   513         TUint  iThemeUid;
   494         TUint  iThemeUid;
   514         HBufC* iProviderName;
   495         HBufC* iProviderName;
   515         HBufC* iThemeFullName;
   496         HBufC* iThemeFullName;
   516         HBufC* iThemeShortName;
   497         HBufC* iThemeShortName;