#include <Controller.h>
Inheritance diagram for DirectView:
Public Member Functions | |
virtual void | draw (CDC &dc)=0 |
Private Member Functions | |
virtual void | update () |
Definition at line 290 of file Controller.h.
virtual void DirectView::draw | ( | CDC & | dc | ) | [pure virtual] |
The function is called when the view has to be drawn.
dc | A device context to draw to. |
Implemented in ImageView, FieldView, SensorView, TimeView, and Xabsl2View.
virtual void DirectView::update | ( | ) | [inline, private, virtual] |
The function is called to update the data of the view. However, direct views store no data.
Implements View.
Definition at line 304 of file Controller.h.