uiacceltk/hitchcock/goommonitor/inc/goomwindowgrouplist.h
branchRCL_3
changeset 3 d8a3531bc6b8
parent 0 15bf7259bb7c
child 8 10534483575f
equal deleted inserted replaced
0:15bf7259bb7c 3:d8a3531bc6b8
    70     
    70     
    71     CApaWindowGroupName* WgName() const;
    71     CApaWindowGroupName* WgName() const;
    72     
    72     
    73     // Find the specificed application in the window group list and return the index
    73     // Find the specificed application in the window group list and return the index
    74     TInt GetIndexFromAppId(TUint aAppId) const;
    74     TInt GetIndexFromAppId(TUint aAppId) const;
       
    75     TInt GetIndexFromWgId(TInt aWgId) const;
       
    76     
       
    77     // Find all the windowgroups in the list that matches application id for this window group
       
    78     void GetAllWgIdsMatchingAppId(TInt aWgId, RArray<TInt> & WgIdList) const;
       
    79     
    75     
    80     
    76 private:    
    81 private:    
    77 
    82 
    78     void CollapseWindowGroupTree();
    83     void CollapseWindowGroupTree();
    79     
    84