|
Frapper
1.0a
|
Class for setting up model/view connections. More...
#include <Controller.h>

Public Member Functions | |
| Controller (SceneModel *model) | |
| Constructor of the Controller class. | |
| virtual void | registerViewPanel (ViewPanel *viewPanel) |
| Registers the given view panel to display the registered model. | |
Protected Attributes | |
| SceneModel * | m_sceneModel |
| A pointer to the scene model. | |
Class for setting up model/view connections.
| Frapper::Controller::Controller | ( | SceneModel * | model | ) |
Constructor of the Controller class.
Constructors and Destructors.
| model | The model to use for the views. |
Constructor of the Controller class.
| model | The model to use for the views. |
|
virtual |
Registers the given view panel to display the registered model.
Public Functions.
| viewPanel | The view panel to display the registered model. |
Registers the given view panel to display the registered model.
| viewPanel | The view panel to display the registered model. |
|
protected |
A pointer to the scene model.
1.8.2