Objects from the Class
Objects can be created by calls of the form new("singleModelMVC", ...).Slots
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
Extends
Class "MVC", directly.Methods
No methods defined with class "singleModelMVC" in the signature.