PropListener - add a callback to property value get/set event
라이선스 없음
This is an enhancement of Matlab's hidden and unsupported addlistener function (within the uitools folder). It attaches a listener callback to one or more property (or properties) get or set event(s).
Acceptable events are PreGet, PreSet, PostGet and PostSet, which are triggered immediately before/after a get/set event on a handle property value.
Example:
proplistener(gcf,{'Visible','NumberTitle'},{'PreGet','postSet'},@myFunc)
See more extensive help section within.
Note: relies on undocumented and unsupported Matlab functionality. Use at your own risk. Comments welcome
인용 양식
Yair Altman (2024). PropListener - add a callback to property value get/set event (https://www.mathworks.com/matlabcentral/fileexchange/18301-proplistener-add-a-callback-to-property-value-get-set-event), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux태그
도움
도움 준 파일: UISplitPane - Split a container (figure/frame/uipanel) into two resizable sub-containers, changeloglabels v3, gridcolor
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.0.0.0 |