Classdef: Difference between revisions

150 bytes removed ,  12 November 2020
→‎Features that are not implemented: Shorten and improve section.
(→‎Features that are not implemented: Shorten and improve section.)
Line 95: Line 95:
==== [https://www.mathworks.com/help/matlab/enumeration-classes.html enumeration] ====
==== [https://www.mathworks.com/help/matlab/enumeration-classes.html enumeration] ====


Octave should be able to parse the enumeration section of a classdef definition but nothing is done with it.  Progress on this feature is tracked in bug report {{bug|44582}}.
* {{bug|44582}} Parse the enumeration section of a classdef definition but nothing is done with it.


==== [https://www.mathworks.com/help/matlab/matlab_oop/learning-to-use-events-and-listeners.html events and listeners] ====
==== [https://www.mathworks.com/help/matlab/matlab_oop/learning-to-use-events-and-listeners.html events and listeners] ====


Octave should be able to parse the events section of a classdef definition but nothing is done with it.  Progress on this feature is tracked in bug report {{bug|56194}}.
* {{bug|56194}} Parse the events section of a classdef definition but nothing is done with it.


==== [https://www.mathworks.com/help/matlab/matlab_oop/property-validator-functions.html Property Validation Functions] ====
==== [https://www.mathworks.com/help/matlab/matlab_oop/property-validator-functions.html Property Validation Functions] ====