messagingapp/msgui/conversationview/inc/msgconversationwidget.h
changeset 43 35b64624a9e7
parent 34 84197e66a4bd
child 47 5b14749788d7
child 70 a15d9966050f
equal deleted inserted replaced
34:84197e66a4bd 43:35b64624a9e7
   276 	/**
   276 	/**
   277      * Function to reset widget items.
   277      * Function to reset widget items.
   278      */
   278      */
   279     void resetProperties();
   279     void resetProperties();
   280 
   280 
   281 	/**
   281     /**
   282      * Function to repolish the widget
   282      * Function to repolish widget.
   283      */
   283      */
   284     void repolishWidget();
   284     void repolishWidget();
   285 
   285 
       
   286 protected:
       
   287     
       
   288     /*
       
   289      * @see HbWidget
       
   290      */
       
   291     virtual void polish(HbStyleParameters &params);
       
   292     
       
   293 private slots:
       
   294 	
       
   295     /*
       
   296      * Handler for orientation changed
       
   297      * @param orientation Qt::Orientation
       
   298      */
       
   299 	void orientationchanged(Qt::Orientation orientation);
       
   300 		
   286 private:
   301 private:
   287 
   302 
   288     /**
   303     /**
   289      * Initialize the widget.
   304      * Initialize the widget.
   290      */
   305      */