DirectView Class Reference

#include <Controller.h>

Inheritance diagram for DirectView:

View Sensor SimObject FieldView ImageView SensorView TimeView Xabsl2View List of all members.

Public Member Functions

virtual void draw (CDC &dc)=0

Private Member Functions

virtual void update ()

Detailed Description

The class is the base class for direct views, i.e. views that draw themselves.

Definition at line 290 of file Controller.h.


Member Function Documentation

virtual void DirectView::draw ( CDC &  dc  )  [pure virtual]

The function is called when the view has to be drawn.

Parameters:
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.


The documentation for this class was generated from the following file:
Generated on Thu Dec 7 01:28:26 2006 for DT2005.panorama by  doxygen 1.4.7