C# 클래스 Smartmobili.Cocoa.NSView

상속: NSResponder
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_allocate_gstate bool
_autoresizes_subviews bool
_autoresizingFrameError NSRect
_autoresizingMask uint
_bounds NSRect
_boundsMatrix NSAffineTransform
_coordinates_valid bool
_cursor_rects NSMutableArray
_focusRingType NSFocusRingType
_frame NSRect
_frameMatrix NSAffineTransform
_gstate int
_in_live_resize bool
_invalidRect NSRect
_is_hidden bool
_is_rotated_from_base bool
_is_rotated_or_scaled_from_base bool
_matrixFromWindow NSAffineTransform
_matrixToWindow NSAffineTransform
_nextKeyView id
_post_bounds_changes bool
_post_frame_changes bool
_previousKeyView id
_rFlags _rFlagsType
_renew_gstate bool
_sub_views NSMutableArray
_super_view NSView
_tracking_rects NSMutableArray
_visibleRect NSRect
_window NSWindow

공개 메소드들

메소드 설명
AddSubview ( NSView aView ) : void
AddSubview ( NSView aView, NSWindowOrderingMode place, NSView otherView ) : void
AncestorSharedWithView ( NSView aView ) : NSView
Autoresize ( double oldContainerSize, double newContainerSize, double &contentPositionInOut, double &contentSizeInOut, bool minMarginFlexible, bool sizeFlexible, bool maxMarginFlexible ) : void
CenterScanRect ( NSRect aRect ) : NSRect
ConvertPointFromBase ( NSPoint aPoint ) : NSPoint
ConvertPointFromView ( NSPoint aPoint, NSView aView ) : NSPoint
ConvertPointToBase ( NSPoint aPoint ) : NSPoint
ConvertPointToView ( NSPoint aPoint, NSView aView ) : NSPoint
ConvertRectFromBase ( NSRect aRect ) : NSRect
ConvertRectFromView ( NSRect aRect, NSView aView ) : NSRect
ConvertRectToBase ( NSRect aRect ) : NSRect
ConvertRectToView ( NSRect aRect, NSView aView ) : NSRect
ConvertSizeFromBase ( NSSize aSize ) : NSSize
ConvertSizeFromView ( NSSize aSize, NSView aView ) : NSSize
ConvertSizeToBase ( NSSize aSize ) : NSSize
ConvertSizeToView ( NSSize aSize, NSView aView ) : NSSize
Description ( ) : NSString
DidAddSubview ( NSView subview ) : void
DiscardCursorRects ( ) : void
Display ( ) : void
DisplayIfNeeded ( ) : void
DisplayIfNeededIgnoringOpacity ( ) : void
DisplayIfNeededInRect ( NSRect aRect ) : void
DisplayIfNeededInRectIgnoringOpacity ( NSRect aRect ) : void
DisplayRect ( NSRect aRect ) : void
DisplayRectIgnoringOpacity ( NSRect aRect ) : void
DisplayRectIgnoringOpacity ( NSRect aRect, NSGraphicsContext context ) : void
DrawRect ( NSRect rect ) : void
FocusView ( ) : NSView
GSGetDragTypes ( NSView obj ) : NSArray
GSRemoveDragTypes ( NSView obj ) : void
GSSetDragTypes ( NSView obj, NSArray types ) : NSArray
GetAutoresizesSubviews ( ) : bool
GetAutoresizingMask ( ) : uint
GetBounds ( ) : NSRect
GetBoundsRotation ( ) : double
GetDefaultFocusRingType ( ) : NSFocusRingType
GetFocusRingType ( ) : NSFocusRingType
GetFrame ( ) : NSRect
GetFrameRotation ( ) : double
GetIsOpaque ( ) : bool
GetNeedsDisplay ( ) : bool
GetSubviews ( ) : NSArray
GetSuperview ( ) : NSView
GetTag ( ) : int
GetVisibleRect ( ) : NSRect
GetWindow ( ) : NSWindow
Init ( ) : id
InitWithCoder ( NSCoder aDecoder ) : id
InitWithFrame ( NSRect frameRect ) : id
IsDescendantOf ( NSView aView ) : bool
IsFlipped ( ) : bool
IsHidden ( ) : bool
IsHiddenOrHasHiddenAncestor ( ) : bool
IsRotatedFromBase ( ) : bool
IsRotatedOrScaledFromBase ( ) : bool
NSView ( ) : System
OpaqueAncestor ( ) : NSView
RemoveFromSuperview ( ) : void
RemoveFromSuperviewWithoutNeedingDisplay ( ) : void
RemoveSubview ( NSView aView ) : void
ReplaceSubviewWith ( NSView oldView, NSView newView ) : void
ResetCursorRects ( ) : void
ResizeSubviewsWithOldSize ( NSSize oldSize ) : void
ResizeWithOldSuperviewSize ( NSSize oldSize ) : void
RotateByAngle ( double angle ) : void
ScaleUnitSquareToSize ( NSSize newSize ) : void
SetAutoresizesSubviews ( bool flag ) : void
SetAutoresizingMask ( uint mask ) : void
SetBounds ( NSRect aRect ) : void
SetBoundsOrigin ( NSPoint newOrigin ) : void
SetBoundsRotation ( double angle ) : void
SetBoundsSize ( NSSize newSize ) : void
SetFocusRingType ( NSFocusRingType focusRingType ) : void
SetFrame ( NSRect frameRect ) : void
SetFrameOrigin ( NSPoint newOrigin ) : void
SetFrameRotation ( double angle ) : void
SetFrameSize ( NSSize newSize ) : void
SetHidden ( bool flag ) : void
SetNeedsDisplay ( bool flag ) : void
SetNeedsDisplayInRect ( NSRect invalidRect ) : void
SetPostsBoundsChangedNotifications ( bool flag ) : void
SetPostsFrameChangedNotifications ( bool flag ) : void
SetSubviews ( NSArray newSubviews ) : void
TranslateOriginToPoint ( NSPoint point ) : void
ViewDidMoveToSuperview ( ) : void
ViewDidMoveToWindow ( ) : void
ViewWillMoveToSuperview ( NSView newSuper ) : void
ViewWillMoveToWindow ( NSWindow newWindow ) : void
WillRemoveSubview ( NSView subview ) : void
_FlagDescription ( ) : NSString
_ResizeDescription ( ) : NSString
_SetFrameAndClearAutoresizingError ( NSRect frameRect ) : void
_SubtreeDescription ( ) : NSString

보호된 메소드들

메소드 설명
ReleaseGState ( ) : void
_FrameExtend ( ) : NSRect
_InvalidateCoordinates ( ) : void
_MatrixFromWindow ( ) : NSAffineTransform
_MatrixToWindow ( ) : NSAffineTransform
_RebuildCoordinates ( ) : void
_SubtreeDescriptionWithPrefix ( NSString prefix ) : NSString
_ViewDidMoveToWindow ( ) : void
_ViewWillMoveToSuperview ( NSView newSuper ) : void
_ViewWillMoveToWindow ( NSWindow newWindow ) : void

비공개 메소드들

메소드 설명
_computeScale ( NSSize fs, NSSize bs ) : NSSize
convert_rect_using_matrices ( NSRect aRect, NSAffineTransform matrix1, NSAffineTransform matrix2 ) : NSRect

메소드 상세

AddSubview() 공개 메소드

public AddSubview ( NSView aView ) : void
aView NSView
리턴 void

AddSubview() 공개 메소드

public AddSubview ( NSView aView, NSWindowOrderingMode place, NSView otherView ) : void
aView NSView
place NSWindowOrderingMode
otherView NSView
리턴 void

AncestorSharedWithView() 공개 메소드

public AncestorSharedWithView ( NSView aView ) : NSView
aView NSView
리턴 NSView

Autoresize() 공개 정적인 메소드

public static Autoresize ( double oldContainerSize, double newContainerSize, double &contentPositionInOut, double &contentSizeInOut, bool minMarginFlexible, bool sizeFlexible, bool maxMarginFlexible ) : void
oldContainerSize double
newContainerSize double
contentPositionInOut double
contentSizeInOut double
minMarginFlexible bool
sizeFlexible bool
maxMarginFlexible bool
리턴 void

CenterScanRect() 공개 메소드

public CenterScanRect ( NSRect aRect ) : NSRect
aRect NSRect
리턴 NSRect

ConvertPointFromBase() 공개 메소드

public ConvertPointFromBase ( NSPoint aPoint ) : NSPoint
aPoint NSPoint
리턴 NSPoint

ConvertPointFromView() 공개 메소드

public ConvertPointFromView ( NSPoint aPoint, NSView aView ) : NSPoint
aPoint NSPoint
aView NSView
리턴 NSPoint

ConvertPointToBase() 공개 메소드

public ConvertPointToBase ( NSPoint aPoint ) : NSPoint
aPoint NSPoint
리턴 NSPoint

ConvertPointToView() 공개 메소드

public ConvertPointToView ( NSPoint aPoint, NSView aView ) : NSPoint
aPoint NSPoint
aView NSView
리턴 NSPoint

ConvertRectFromBase() 공개 메소드

public ConvertRectFromBase ( NSRect aRect ) : NSRect
aRect NSRect
리턴 NSRect

ConvertRectFromView() 공개 메소드

public ConvertRectFromView ( NSRect aRect, NSView aView ) : NSRect
aRect NSRect
aView NSView
리턴 NSRect

ConvertRectToBase() 공개 메소드

public ConvertRectToBase ( NSRect aRect ) : NSRect
aRect NSRect
리턴 NSRect

ConvertRectToView() 공개 메소드

public ConvertRectToView ( NSRect aRect, NSView aView ) : NSRect
aRect NSRect
aView NSView
리턴 NSRect

ConvertSizeFromBase() 공개 메소드

public ConvertSizeFromBase ( NSSize aSize ) : NSSize
aSize NSSize
리턴 NSSize

ConvertSizeFromView() 공개 메소드

public ConvertSizeFromView ( NSSize aSize, NSView aView ) : NSSize
aSize NSSize
aView NSView
리턴 NSSize

ConvertSizeToBase() 공개 메소드

public ConvertSizeToBase ( NSSize aSize ) : NSSize
aSize NSSize
리턴 NSSize

ConvertSizeToView() 공개 메소드

public ConvertSizeToView ( NSSize aSize, NSView aView ) : NSSize
aSize NSSize
aView NSView
리턴 NSSize

Description() 공개 메소드

public Description ( ) : NSString
리턴 NSString

DidAddSubview() 공개 메소드

public DidAddSubview ( NSView subview ) : void
subview NSView
리턴 void

DiscardCursorRects() 공개 메소드

public DiscardCursorRects ( ) : void
리턴 void

Display() 공개 메소드

public Display ( ) : void
리턴 void

DisplayIfNeeded() 공개 메소드

public DisplayIfNeeded ( ) : void
리턴 void

DisplayIfNeededIgnoringOpacity() 공개 메소드

public DisplayIfNeededIgnoringOpacity ( ) : void
리턴 void

DisplayIfNeededInRect() 공개 메소드

public DisplayIfNeededInRect ( NSRect aRect ) : void
aRect NSRect
리턴 void

DisplayIfNeededInRectIgnoringOpacity() 공개 메소드

public DisplayIfNeededInRectIgnoringOpacity ( NSRect aRect ) : void
aRect NSRect
리턴 void

DisplayRect() 공개 메소드

public DisplayRect ( NSRect aRect ) : void
aRect NSRect
리턴 void

DisplayRectIgnoringOpacity() 공개 메소드

public DisplayRectIgnoringOpacity ( NSRect aRect ) : void
aRect NSRect
리턴 void

DisplayRectIgnoringOpacity() 공개 메소드

public DisplayRectIgnoringOpacity ( NSRect aRect, NSGraphicsContext context ) : void
aRect NSRect
context NSGraphicsContext
리턴 void

DrawRect() 공개 메소드

public DrawRect ( NSRect rect ) : void
rect NSRect
리턴 void

FocusView() 공개 정적인 메소드

public static FocusView ( ) : NSView
리턴 NSView

GSGetDragTypes() 공개 메소드

public GSGetDragTypes ( NSView obj ) : NSArray
obj NSView
리턴 NSArray

GSRemoveDragTypes() 공개 정적인 메소드

public static GSRemoveDragTypes ( NSView obj ) : void
obj NSView
리턴 void

GSSetDragTypes() 공개 정적인 메소드

public static GSSetDragTypes ( NSView obj, NSArray types ) : NSArray
obj NSView
types NSArray
리턴 NSArray

GetAutoresizesSubviews() 공개 메소드

public GetAutoresizesSubviews ( ) : bool
리턴 bool

GetAutoresizingMask() 공개 메소드

public GetAutoresizingMask ( ) : uint
리턴 uint

GetBounds() 공개 메소드

public GetBounds ( ) : NSRect
리턴 NSRect

GetBoundsRotation() 공개 메소드

public GetBoundsRotation ( ) : double
리턴 double

GetDefaultFocusRingType() 공개 정적인 메소드

public static GetDefaultFocusRingType ( ) : NSFocusRingType
리턴 NSFocusRingType

GetFocusRingType() 공개 메소드

public GetFocusRingType ( ) : NSFocusRingType
리턴 NSFocusRingType

GetFrame() 공개 메소드

public GetFrame ( ) : NSRect
리턴 NSRect

GetFrameRotation() 공개 메소드

public GetFrameRotation ( ) : double
리턴 double

GetIsOpaque() 공개 메소드

public GetIsOpaque ( ) : bool
리턴 bool

GetNeedsDisplay() 공개 메소드

public GetNeedsDisplay ( ) : bool
리턴 bool

GetSubviews() 공개 메소드

public GetSubviews ( ) : NSArray
리턴 NSArray

GetSuperview() 공개 메소드

public GetSuperview ( ) : NSView
리턴 NSView

GetTag() 공개 메소드

public GetTag ( ) : int
리턴 int

GetVisibleRect() 공개 메소드

public GetVisibleRect ( ) : NSRect
리턴 NSRect

GetWindow() 공개 메소드

public GetWindow ( ) : NSWindow
리턴 NSWindow

Init() 공개 메소드

public Init ( ) : id
리턴 id

InitWithCoder() 공개 메소드

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
리턴 id

InitWithFrame() 공개 메소드

public InitWithFrame ( NSRect frameRect ) : id
frameRect NSRect
리턴 id

IsDescendantOf() 공개 메소드

public IsDescendantOf ( NSView aView ) : bool
aView NSView
리턴 bool

IsFlipped() 공개 메소드

public IsFlipped ( ) : bool
리턴 bool

IsHidden() 공개 메소드

public IsHidden ( ) : bool
리턴 bool

IsHiddenOrHasHiddenAncestor() 공개 메소드

public IsHiddenOrHasHiddenAncestor ( ) : bool
리턴 bool

IsRotatedFromBase() 공개 메소드

public IsRotatedFromBase ( ) : bool
리턴 bool

IsRotatedOrScaledFromBase() 공개 메소드

public IsRotatedOrScaledFromBase ( ) : bool
리턴 bool

NSView() 공개 메소드

public NSView ( ) : System
리턴 System

OpaqueAncestor() 공개 메소드

public OpaqueAncestor ( ) : NSView
리턴 NSView

ReleaseGState() 보호된 메소드

protected ReleaseGState ( ) : void
리턴 void

RemoveFromSuperview() 공개 메소드

public RemoveFromSuperview ( ) : void
리턴 void

RemoveFromSuperviewWithoutNeedingDisplay() 공개 메소드

public RemoveFromSuperviewWithoutNeedingDisplay ( ) : void
리턴 void

RemoveSubview() 공개 메소드

public RemoveSubview ( NSView aView ) : void
aView NSView
리턴 void

ReplaceSubviewWith() 공개 메소드

public ReplaceSubviewWith ( NSView oldView, NSView newView ) : void
oldView NSView
newView NSView
리턴 void

ResetCursorRects() 공개 메소드

public ResetCursorRects ( ) : void
리턴 void

ResizeSubviewsWithOldSize() 공개 메소드

public ResizeSubviewsWithOldSize ( NSSize oldSize ) : void
oldSize NSSize
리턴 void

ResizeWithOldSuperviewSize() 공개 메소드

public ResizeWithOldSuperviewSize ( NSSize oldSize ) : void
oldSize NSSize
리턴 void

RotateByAngle() 공개 메소드

public RotateByAngle ( double angle ) : void
angle double
리턴 void

ScaleUnitSquareToSize() 공개 메소드

public ScaleUnitSquareToSize ( NSSize newSize ) : void
newSize NSSize
리턴 void

SetAutoresizesSubviews() 공개 메소드

public SetAutoresizesSubviews ( bool flag ) : void
flag bool
리턴 void

SetAutoresizingMask() 공개 메소드

public SetAutoresizingMask ( uint mask ) : void
mask uint
리턴 void

SetBounds() 공개 메소드

public SetBounds ( NSRect aRect ) : void
aRect NSRect
리턴 void

SetBoundsOrigin() 공개 메소드

public SetBoundsOrigin ( NSPoint newOrigin ) : void
newOrigin NSPoint
리턴 void

SetBoundsRotation() 공개 메소드

public SetBoundsRotation ( double angle ) : void
angle double
리턴 void

SetBoundsSize() 공개 메소드

public SetBoundsSize ( NSSize newSize ) : void
newSize NSSize
리턴 void

SetFocusRingType() 공개 메소드

public SetFocusRingType ( NSFocusRingType focusRingType ) : void
focusRingType NSFocusRingType
리턴 void

SetFrame() 공개 메소드

public SetFrame ( NSRect frameRect ) : void
frameRect NSRect
리턴 void

SetFrameOrigin() 공개 메소드

public SetFrameOrigin ( NSPoint newOrigin ) : void
newOrigin NSPoint
리턴 void

SetFrameRotation() 공개 메소드

public SetFrameRotation ( double angle ) : void
angle double
리턴 void

SetFrameSize() 공개 메소드

public SetFrameSize ( NSSize newSize ) : void
newSize NSSize
리턴 void

SetHidden() 공개 메소드

public SetHidden ( bool flag ) : void
flag bool
리턴 void

SetNeedsDisplay() 공개 메소드

public SetNeedsDisplay ( bool flag ) : void
flag bool
리턴 void

SetNeedsDisplayInRect() 공개 메소드

public SetNeedsDisplayInRect ( NSRect invalidRect ) : void
invalidRect NSRect
리턴 void

SetPostsBoundsChangedNotifications() 공개 메소드

public SetPostsBoundsChangedNotifications ( bool flag ) : void
flag bool
리턴 void

SetPostsFrameChangedNotifications() 공개 메소드

public SetPostsFrameChangedNotifications ( bool flag ) : void
flag bool
리턴 void

SetSubviews() 공개 메소드

public SetSubviews ( NSArray newSubviews ) : void
newSubviews NSArray
리턴 void

TranslateOriginToPoint() 공개 메소드

public TranslateOriginToPoint ( NSPoint point ) : void
point NSPoint
리턴 void

ViewDidMoveToSuperview() 공개 메소드

public ViewDidMoveToSuperview ( ) : void
리턴 void

ViewDidMoveToWindow() 공개 메소드

public ViewDidMoveToWindow ( ) : void
리턴 void

ViewWillMoveToSuperview() 공개 메소드

public ViewWillMoveToSuperview ( NSView newSuper ) : void
newSuper NSView
리턴 void

ViewWillMoveToWindow() 공개 메소드

public ViewWillMoveToWindow ( NSWindow newWindow ) : void
newWindow NSWindow
리턴 void

WillRemoveSubview() 공개 메소드

public WillRemoveSubview ( NSView subview ) : void
subview NSView
리턴 void

_FlagDescription() 공개 메소드

public _FlagDescription ( ) : NSString
리턴 NSString

_FrameExtend() 보호된 메소드

protected _FrameExtend ( ) : NSRect
리턴 NSRect

_InvalidateCoordinates() 보호된 메소드

protected _InvalidateCoordinates ( ) : void
리턴 void

_MatrixFromWindow() 보호된 메소드

protected _MatrixFromWindow ( ) : NSAffineTransform
리턴 NSAffineTransform

_MatrixToWindow() 보호된 메소드

protected _MatrixToWindow ( ) : NSAffineTransform
리턴 NSAffineTransform

_RebuildCoordinates() 보호된 메소드

protected _RebuildCoordinates ( ) : void
리턴 void

_ResizeDescription() 공개 메소드

public _ResizeDescription ( ) : NSString
리턴 NSString

_SetFrameAndClearAutoresizingError() 공개 메소드

public _SetFrameAndClearAutoresizingError ( NSRect frameRect ) : void
frameRect NSRect
리턴 void

_SubtreeDescription() 공개 메소드

public _SubtreeDescription ( ) : NSString
리턴 NSString

_SubtreeDescriptionWithPrefix() 보호된 메소드

protected _SubtreeDescriptionWithPrefix ( NSString prefix ) : NSString
prefix NSString
리턴 NSString

_ViewDidMoveToWindow() 보호된 메소드

protected _ViewDidMoveToWindow ( ) : void
리턴 void

_ViewWillMoveToSuperview() 보호된 메소드

protected _ViewWillMoveToSuperview ( NSView newSuper ) : void
newSuper NSView
리턴 void

_ViewWillMoveToWindow() 보호된 메소드

protected _ViewWillMoveToWindow ( NSWindow newWindow ) : void
newWindow NSWindow
리턴 void

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class

_allocate_gstate 보호되어 있는 프로퍼티

protected bool _allocate_gstate
리턴 bool

_autoresizes_subviews 보호되어 있는 프로퍼티

protected bool _autoresizes_subviews
리턴 bool

_autoresizingFrameError 보호되어 있는 프로퍼티

protected NSRect,Smartmobili.Cocoa _autoresizingFrameError
리턴 NSRect

_autoresizingMask 보호되어 있는 프로퍼티

protected uint _autoresizingMask
리턴 uint

_bounds 보호되어 있는 프로퍼티

protected NSRect,Smartmobili.Cocoa _bounds
리턴 NSRect

_boundsMatrix 보호되어 있는 프로퍼티

protected NSAffineTransform,Smartmobili.Cocoa _boundsMatrix
리턴 NSAffineTransform

_coordinates_valid 보호되어 있는 프로퍼티

protected bool _coordinates_valid
리턴 bool

_cursor_rects 보호되어 있는 프로퍼티

protected NSMutableArray,Smartmobili.Cocoa _cursor_rects
리턴 NSMutableArray

_focusRingType 보호되어 있는 프로퍼티

protected NSFocusRingType _focusRingType
리턴 NSFocusRingType

_frame 보호되어 있는 프로퍼티

protected NSRect,Smartmobili.Cocoa _frame
리턴 NSRect

_frameMatrix 보호되어 있는 프로퍼티

protected NSAffineTransform,Smartmobili.Cocoa _frameMatrix
리턴 NSAffineTransform

_gstate 보호되어 있는 프로퍼티

protected int _gstate
리턴 int

_in_live_resize 보호되어 있는 프로퍼티

protected bool _in_live_resize
리턴 bool

_invalidRect 보호되어 있는 프로퍼티

protected NSRect,Smartmobili.Cocoa _invalidRect
리턴 NSRect

_is_hidden 보호되어 있는 프로퍼티

protected bool _is_hidden
리턴 bool

_is_rotated_from_base 보호되어 있는 프로퍼티

protected bool _is_rotated_from_base
리턴 bool

_is_rotated_or_scaled_from_base 보호되어 있는 프로퍼티

protected bool _is_rotated_or_scaled_from_base
리턴 bool

_matrixFromWindow 보호되어 있는 프로퍼티

protected NSAffineTransform,Smartmobili.Cocoa _matrixFromWindow
리턴 NSAffineTransform

_matrixToWindow 보호되어 있는 프로퍼티

protected NSAffineTransform,Smartmobili.Cocoa _matrixToWindow
리턴 NSAffineTransform

_nextKeyView 보호되어 있는 프로퍼티

protected id,Smartmobili.Cocoa _nextKeyView
리턴 id

_post_bounds_changes 보호되어 있는 프로퍼티

protected bool _post_bounds_changes
리턴 bool

_post_frame_changes 보호되어 있는 프로퍼티

protected bool _post_frame_changes
리턴 bool

_previousKeyView 보호되어 있는 프로퍼티

protected id,Smartmobili.Cocoa _previousKeyView
리턴 id

_rFlags 보호되어 있는 프로퍼티

protected _rFlagsType _rFlags
리턴 _rFlagsType

_renew_gstate 보호되어 있는 프로퍼티

protected bool _renew_gstate
리턴 bool

_sub_views 보호되어 있는 프로퍼티

protected NSMutableArray,Smartmobili.Cocoa _sub_views
리턴 NSMutableArray

_super_view 보호되어 있는 프로퍼티

protected NSView,Smartmobili.Cocoa _super_view
리턴 NSView

_tracking_rects 보호되어 있는 프로퍼티

protected NSMutableArray,Smartmobili.Cocoa _tracking_rects
리턴 NSMutableArray

_visibleRect 보호되어 있는 프로퍼티

protected NSRect,Smartmobili.Cocoa _visibleRect
리턴 NSRect

_window 보호되어 있는 프로퍼티

protected NSWindow,Smartmobili.Cocoa _window
리턴 NSWindow