meetingrequest/mrgui/inc/mesmrlistobserver.h
branchRCL_3
changeset 80 726fba06891a
parent 64 3533d4323edc
equal deleted inserted replaced
73:c8382f7b54ef 80:726fba06891a
   102      * listpanes rect.
   102      * listpanes rect.
   103      *
   103      *
   104      * @return TRect, rect of the viewable area.
   104      * @return TRect, rect of the viewable area.
   105      */
   105      */
   106     virtual TRect ViewableAreaRect() = 0;
   106     virtual TRect ViewableAreaRect() = 0;
       
   107 
       
   108     /**
       
   109      * Requests list observer to redraw given field.
       
   110      * @param aField the field to redraw
       
   111      */
       
   112     virtual void RedrawField( CESMRField& aField ) = 0;
   107     };
   113     };
   108 
   114 
   109 #endif // MESMRLISTOBSERVER_H
   115 #endif // MESMRLISTOBSERVER_H