NSScrubberLayoutAttributes

Panther·2021년 8월 10일
0

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

"The layout of a scrubber item."

스크러버 아이템의 레이아웃입니다.

Declaration

class NSScrubberLayoutAttributes : NSObject

Overview

레이아웃 특성 객체는 스크러버 컨트롤의 단일 아이템 레이아웃에 대한 모델입니다. 이 글래스에서 제공되는 것과 더불어 모델 특성이 필요하다면, 스브클래스를 생성하고 적합한 특성을 추가하시기 바랍니다. 서브클래스는 isEqual(_:), hash, NSCopying 프로토콜을 구현해야 합니다.

See Also


Scrubber Layouts

NSScrubberFlowLayout

선형 스트립에서 끝과 끝의 아이템을 정렬하는 구체화 레이아웃 객체입니다.

https://developer.apple.com/documentation/appkit/nsscrubberflowlayout
https://velog.io/@panther222128/NSScrubberFlowLayout

NSScrubberProportionalLayout

스크러버의 시각적 크기에 따라 몇 가지 비율에 맞게 각 아이템의 크기를 조절하는 구체화 레이아웃 객체입니다.

https://developer.apple.com/documentation/appkit/nsscrubberproportionallayout
https://velog.io/@panther222128/NSScrubberProportionalLayout

NSScrubberLayout

스크러버 내부에 있는 아이템의 레이아웃을 나타내는 추상 클래스입니다.

https://developer.apple.com/documentation/appkit/nsscrubberlayout
https://velog.io/@panther222128/NSScrubberLayout


0개의 댓글