VCF::View Class Reference
#include <vcf/ApplicationKit/View.h>
Inheritance diagram for VCF::View:

Public Member Functions | |
| virtual | ~View () |
| virtual Model * | getViewModel ()=0 |
| virtual void | setViewModel (Model *viewModel)=0 |
| virtual Control * | getViewControl ()=0 |
| virtual void | setViewControl (Control *viewControl)=0 |
| virtual void | paintView (GraphicsContext *context)=0 |
| virtual void | updateView (Model *updatedModel)=0 |
| updates the view. | |
Constructor & Destructor Documentation
|
|
|
Member Function Documentation
|
|
Implemented in VCF::AbstractView. |
|
|
Implemented in VCF::AbstractView. |
|
|
Implemented in VCF::AbstractView. |
|
|
Implemented in VCF::AbstractView. |
|
|
Implemented in VCF::AbstractView, and VCF::Control. |
|
|
updates the view. If the updatedModel is NULL, this signifies the model is detaching itself from the view, and the view should clean up it's display appropriately Implemented in VCF::AbstractView. |
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/View.h
