uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiControlGroup.h
branchRCL_3
changeset 10 88b23e2e82e1
parent 7 433cbbb6a04b
child 24 f93c875b566e
equal deleted inserted replaced
8:10534483575f 10:88b23e2e82e1
   201     /**
   201     /**
   202      * Sets the session id for object.
   202      * Sets the session id for object.
   203      */
   203      */
   204     IMPORT_C void SetSessionId(TInt aSessionId);
   204     IMPORT_C void SetSessionId(TInt aSessionId);
   205 
   205 
       
   206     IMPORT_C void SetSecureId(TInt aSecureId);
       
   207     IMPORT_C TInt SecureId();
       
   208 
   206 private:
   209 private:
   207 
   210 
   208     /* Private methods */
   211     /* Private methods */
   209 
   212 
   210 
   213 
   233         control group. */
   236         control group. */
   234     CHuiTransformation* iTransform;
   237     CHuiTransformation* iTransform;
   235 
   238 
   236     /** Session id */
   239     /** Session id */
   237     TInt iSessionId;
   240     TInt iSessionId;
       
   241     
       
   242     TInt iSecureId;
   238 
   243 
   239 public:
   244 public:
   240 
   245 
   241     /** 
   246     /** 
   242      * Common opacity for all the controls of the group.
   247      * Common opacity for all the controls of the group.