Open GavriYashar opened 6 years ago
add context menu to filestructure (limit to properties).
constructor is tricky this way (enable multiple selection? separate window?)
set.
get.
get.<propName>
get<-P-ropName>
get.propName
getPropName
_______________
methods (Access = public) % generate if necessary function prop = getProp(obj) prop = obj.prop; end function setProp(obj, val) obj.prop = val; end end
add context menu to filestructure (limit to properties).
constructor is tricky this way (enable multiple selection? separate window?)
set.
and/orget.
method must've the same attribute as the property.get.<propName>
andget<-P-ropName>
get.propName
[]getPropName
[] edit field:_______________