gModifyMessage-class {MVCClass} | R Documentation |
gModifyMessage is a virtual class to represent a modify message. Both gAddMessage and gUpdateMessage classes are inherited from gModifyMessage.
A virtual Class: No objects may be created from it.
dataName
:the name of the data to be added or the name of the data that the view will visualize
mData
:a list of information needed to perform the addition
type
:the type of addition to perform (ex. which type of model to add or which type of view to add)
Class "gMessage"
, directly.
Sets the dataName
slot
Returns the dataName
slot
Sets the mData
slot
Returns the mData
slot
Sets the type
slot
Returns the type
slot
Elizabeth Whalen
gMessage-class
,
gAddMessage-class
,
gUpdateMessage-class