NSScrubberSelectionStyle

Panther·2021년 8월 10일
0

https://developer.apple.com/documentation/appkit/nsscrubberselectionstyle

"An abstract class that provides decorative accessory views for selected and highlighted items within a scrubber control."

스크러버 컨트롤 내에서 선택되고 강조된 아이템을 위한 데코레이션 액세서리 뷰를 제공하는 추상 클래스입니다.

Declaration

@MainActor class NSScrubberSelectionStyle : NSObject

Overview

선택 스타일(outlineOverlay 혹은 roundedBackground)을 선택하거나 NSScrubberSelectionStyle 서브클래싱 및 makeSelectionView() 오버라이드를 통해 커스텀 선택 스타일을 생성하시기 바랍니다.

See Also


NSScrubberItemView

스크러버 내부에서 특정 인덱스 위치에 있는 아이템입니다.

https://developer.apple.com/documentation/appkit/nsscrubberitemview
https://velog.io/@panther222128/NSScrubberItemView

NSScrubberArrangedView

스크러버에 의해 관리되는 레이아웃을 가진 뷰에 대한 추상 베이스 클래스입니다.

https://developer.apple.com/documentation/appkit/nsscrubberarrangedview
https://velog.io/@panther222128/NSScrubberArrangedView

NSScrubberImageItemView

스크러버 아이템에서 이미지 표시를 위한 구체화 뷰 서브클래스입니다.

https://developer.apple.com/documentation/appkit/nsscrubberimageitemview
https://velog.io/@panther222128/NSScrubberImageItemView

NSScrubberSelectionView

스크러버에서 강조된 혹은 선택된 아이템의 모양을 구체화하기 위한 추상 베이스클래스입니다.

https://developer.apple.com/documentation/appkit/nsscrubberselectionview
https://velog.io/@panther222128/NSScrubberSelectionView

NSScrubberTextItemView

스크러버에 있는 아이템 텍스트 표시를 위한 구체화 뷰 서브클래스입니다.

https://developer.apple.com/documentation/appkit/nsscrubbertextitemview
https://velog.io/@panther222128/NSScrubberTextItemView


0개의 댓글