ui/views/detailsview/inc/glxdetailsview.h
changeset 50 a0f57508af73
parent 44 aa2fa096cbfb
child 52 a3a4c0de738e
equal deleted inserted replaced
45:863223ea6961 50:a0f57508af73
    59     void deActivate();
    59     void deActivate();
    60 
    60 
    61     /*
    61     /*
    62      * This is called from the view manager before the view is going to Activated.
    62      * This is called from the view manager before the view is going to Activated.
    63      */
    63      */
    64     void initializeView(QAbstractItemModel *model);
    64     void initializeView( QAbstractItemModel *model, GlxView *preView );
    65 
    65 
    66     /*
    66     /*
    67      * This is called from the view manager before the view is going to de-activated.
    67      * This is called from the view manager before the view is going to de-activated.
    68      */
    68      */
    69     void resetView();
    69     void resetView();
   144     /*
   144     /*
   145      * clear the connections
   145      * clear the connections
   146      */
   146      */
   147     void clearConnections();
   147     void clearConnections();
   148     
   148     
       
   149     int getSubState();
   149 private:
   150 private:
   150     
   151     
   151     //Contains the thumbnail shown in teh details view.
   152     //Contains the thumbnail shown in teh details view.
   152     HbLabel *mDetailsIcon;
   153     HbLabel *mDetailsIcon;
   153     
   154