idlehomescreen/widgetmanager/tsrc/wmunittest/inc/wmunittest.h
changeset 2 08c6ee43b396
parent 1 5315654608de
child 11 ff572dfe6d86
equal deleted inserted replaced
1:5315654608de 2:08c6ee43b396
    91 
    91 
    92         virtual void NotifyCompletion( TInt aError );
    92         virtual void NotifyCompletion( TInt aError );
    93 
    93 
    94     public: // from MHsContentController
    94     public: // from MHsContentController
    95 
    95 
       
    96         
    96         TInt WidgetListL( CHsContentInfoArray& aArray );
    97         TInt WidgetListL( CHsContentInfoArray& aArray );
    97         TInt ViewListL( CHsContentInfoArray& aArray );
    98         TInt ViewListL( CHsContentInfoArray& aArray );
    98         TInt AppListL( CHsContentInfoArray& aArray );
    99         TInt AppListL( CHsContentInfoArray& aArray );
    99         TInt AddWidgetL( CHsContentInfo& aInfo );
   100         TInt AddWidgetL( CHsContentInfo& aInfo );
   100         TInt RemoveWidgetL( CHsContentInfo& aInfo );
   101         TInt RemoveWidgetL( CHsContentInfo& aInfo );
   101         TInt AddViewL( CHsContentInfo& aInfo );
   102         TInt AddViewL( CHsContentInfo& aInfo );
   102         TInt RemoveViewL( CHsContentInfo& aInfo );
   103         TInt RemoveViewL( CHsContentInfo& aInfo );
   103         TInt ActivateViewL( CHsContentInfo& aInfo );
   104         TInt ActivateViewL( CHsContentInfo& aInfo );
   104         TInt ActivateAppL( CHsContentInfo& aInfo );
   105         TInt ActivateAppL( CHsContentInfo& aInfo );
       
   106         TInt ActiveViewL( CHsContentInfo& aInfo );
       
   107         TInt ActiveAppL( CHsContentInfo& aInfo );
   105         
   108         
   106     private: // Test methods
   109     private: // Test methods
   107 
   110 
   108         // GENERAL
   111         // GENERAL
   109         
   112