Borrar filtros
Borrar filtros

What MATLAB version did handle methods start being hidden?

1 visualización (últimos 30 días)
ILoveMATLAB
ILoveMATLAB el 23 de Jun. de 2022
Respondida: Ishan Gupta el 27 de Jul. de 2022
I love this change. I can finally get rid of my handleLight class.
  2 comentarios
Walter Roberson
Walter Roberson el 24 de Jun. de 2022
handle methods in general? I have not heard that they are hidden.
Is it possible you are referring to App Designer objects? I think the object visibility is set to Callback by default... not the same thing as the methods.
ILoveMATLAB
ILoveMATLAB el 24 de Jun. de 2022
I am referring to user defined handle classes classes. You used to have to tab through 14 irrelevant methods during tab completion
See the following link

Iniciar sesión para comentar.

Respuestas (1)

Ishan Gupta
Ishan Gupta el 27 de Jul. de 2022
Hidden means hidden, from display and autocompletion. There's no workaround.
However, what you could do is customise the display of your class, so that it only displays whatever you want even if the property is not hidden. For that you'd have to derive your class from matlab.mixin.CustomDisplay and override getPropertyGroups to omit the property you want to hide.

Categorías

Más información sobre Graphics Object Programming en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by