videocollection/videocollectionview/inc/videohintwidget.h
changeset 44 518105d52e45
parent 41 229f037ce963
equal deleted inserted replaced
42:17f382c040b1 44:518105d52e45
    57     
    57     
    58     /**
    58     /**
    59      * Method creates colleciton wrapper, grid and list views,
    59      * Method creates colleciton wrapper, grid and list views,
    60      * layout and activates correct view based on the current orientation
    60      * layout and activates correct view based on the current orientation
    61      *
    61      *
    62      * @return int 0 initialization ok, < 0 if fails.
       
    63      */
    62      */
    64     int initialize();
    63     void initialize();
    65     
    64     
    66     /**
    65     /**
    67      * Sets the level where the hint is correctly. Hint displays differently in
    66      * Sets the level where the hint is correctly. Hint displays differently in
    68      * for example collection level, than in allVideos level.
    67      * for example collection level, than in allVideos level.
    69      * 
    68      * 
   106     
   105     
   107     /**
   106     /**
   108      * Pointer to the XML UI (DocML) loader, not owned
   107      * Pointer to the XML UI (DocML) loader, not owned
   109      */
   108      */
   110     VideoCollectionUiLoader     *mUiLoader;
   109     VideoCollectionUiLoader     *mUiLoader;
   111     
       
   112     /**
       
   113      * Service icon resource string.
       
   114      */
       
   115     QString                     mServiceIconString;
       
   116     
       
   117     /**
       
   118      * Service icon pressed resource string.
       
   119      */
       
   120     QString                     mServiceIconPressedString;
       
   121     
       
   122     /**
       
   123      * Service icon.
       
   124      */
       
   125     HbIcon                      *mServiceIcon;
       
   126 
   110 
   127     /**
   111     /**
   128      * Current hint level.
   112      * Current hint level.
   129      */
   113      */
   130     HintLevel mCurrentLevel;
   114     HintLevel mCurrentLevel;
   136     
   120     
   137     /**
   121     /**
   138      * true if widget has been activated.
   122      * true if widget has been activated.
   139      */
   123      */
   140     bool mActivated;
   124     bool mActivated;
   141 
   125     
       
   126     /**
       
   127      * Localized text for the service button. 
       
   128      */
       
   129     QString mHintText;
   142 };
   130 };
   143 
   131 
   144 #endif // VIDEOHINTWIDGET_H
   132 #endif // VIDEOHINTWIDGET_H