MVC-class {MVCClass} | R Documentation |
MVC is a virtual class to represent a model-view-controller object. The MVC class will combine these three components (model, view and controller) so that the MVC objects can be reused and linked.
A virtual Class: No objects may be created from it.
model
:the model object (will inherit from the gModel virtual class)
viewList
:a list of the view objects that visualize the model
controller
:the environment that stores information for the MVC object
Sets the controller
slot
Returns the controller
slot
Sets the model
slot
Returns the model
slot
Sets the viewList
slot
Returns the viewList
slot
Elizabeth Whalen
gModel-class
,
genView-class
,
singleModelMVC-class
,
linkedModelMVC-class