calendarwidgetplugin/inc/calendarwidget.h
changeset 1 f8e7eccf5f96
parent 0 db1bf15cefff
child 4 6ea82847f1b7
equal deleted inserted replaced
0:db1bf15cefff 1:f8e7eccf5f96
   209     bool parseFile(QString& fileName, HbDocumentLoader& loader);
   209     bool parseFile(QString& fileName, HbDocumentLoader& loader);
   210 
   210 
   211 private: // data
   211 private: // data
   212     Q_DISABLE_COPY(CalendarWidget)
   212     Q_DISABLE_COPY(CalendarWidget)
   213     QTranslator* mCommonTranslator;
   213     QTranslator* mCommonTranslator;
       
   214     bool mWidgetLoaded;
   214     
   215     
   215     //For documentation purpose
   216     //For documentation purpose
   216     ContentLayoutHandler* mContent;
   217     ContentLayoutHandler* mContent;
       
   218     //to get the widget shape
       
   219     HbLabel* mWidgetBackground;
       
   220     HbLabel* mIconLabel;
   217 };
   221 };
   218 
   222 
   219 #endif // CALENDARWIDGET_H
   223 #endif // CALENDARWIDGET_H