Frapper  1.0a
Public Member Functions | Protected Attributes | List of all members
Frapper::Controller Class Reference

Class for setting up model/view connections. More...

#include <Controller.h>

Collaboration diagram for Frapper::Controller:
Collaboration graph
[legend]

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

SceneModelm_sceneModel
 A pointer to the scene model.
 

Detailed Description

Class for setting up model/view connections.

Constructor & Destructor Documentation

Frapper::Controller::Controller ( SceneModel model)

Constructor of the Controller class.

Constructors and Destructors.

Parameters
modelThe model to use for the views.

Constructor of the Controller class.

Parameters
modelThe model to use for the views.

Member Function Documentation

void Frapper::Controller::registerViewPanel ( ViewPanel viewPanel)
virtual

Registers the given view panel to display the registered model.

Public Functions.

Parameters
viewPanelThe view panel to display the registered model.

Registers the given view panel to display the registered model.

Parameters
viewPanelThe view panel to display the registered model.

Member Data Documentation

SceneModel* Frapper::Controller::m_sceneModel
protected

A pointer to the scene model.


The documentation for this class was generated from the following files: