uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h
changeset 19 f5bac0badc7e
parent 14 83d2d132aa58
child 29 ac3859d43844
equal deleted inserted replaced
14:83d2d132aa58 19:f5bac0badc7e
    56      * they are not supposed to be seen on screen
    56      * they are not supposed to be seen on screen
    57      * @param aArray array to be populated
    57      * @param aArray array to be populated
    58      * @return error code.
    58      * @return error code.
    59      */    
    59      */    
    60     IMPORT_C TInt GetListOfInactiveWindowGroupsWSurfaces(RArray<TInt>* aWindowGroups);
    60     IMPORT_C TInt GetListOfInactiveWindowGroupsWSurfaces(RArray<TInt>* aWindowGroups);
       
    61     
       
    62      /**
       
    63      * Asks list of window groups that have graphics surfaces attached
       
    64      * @param aArray array to be populated
       
    65      * @return error code.
       
    66      */    
       
    67     IMPORT_C TInt GetListOfWindowGroupsWSurfaces(RArray<TInt>* aWindowGroups);
       
    68 
       
    69 
       
    70      /**
       
    71      * Asks the number of active effects
       
    72      * @return error code or number of active effects (>= 0).
       
    73      */    
       
    74      IMPORT_C TInt EffectsCount();
       
    75      
    61 private:
    76 private:
       
    77     
       
    78     TInt GetListOfWindowGroups(RArray<TInt>* aWindowGroups, TBool aListAll);
    62     TInt iSpare1;
    79     TInt iSpare1;
    63     TInt iSpare2;
    80     TInt iSpare2;
    64     };
    81     };
    65 
    82 
    66 
    83