equal
deleted
inserted
replaced
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 |