C# Class Smartmobili.Cocoa.NSView

Inheritance: NSResponder
Afficher le fichier Open project: smartmobili/CocoaBuilder Class Usage Examples

Méthodes publiques

Свойство Type Description
Class Class

Protected Properties

Свойство Type Description
_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

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
_computeScale ( NSSize fs, NSSize bs ) : NSSize
convert_rect_using_matrices ( NSRect aRect, NSAffineTransform matrix1, NSAffineTransform matrix2 ) : NSRect

Method Details

AddSubview() public méthode

public AddSubview ( NSView aView ) : void
aView NSView
Résultat void

AddSubview() public méthode

public AddSubview ( NSView aView, NSWindowOrderingMode place, NSView otherView ) : void
aView NSView
place NSWindowOrderingMode
otherView NSView
Résultat void

AncestorSharedWithView() public méthode

public AncestorSharedWithView ( NSView aView ) : NSView
aView NSView
Résultat NSView

Autoresize() public static méthode

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
Résultat void

CenterScanRect() public méthode

public CenterScanRect ( NSRect aRect ) : NSRect
aRect NSRect
Résultat NSRect

ConvertPointFromBase() public méthode

public ConvertPointFromBase ( NSPoint aPoint ) : NSPoint
aPoint NSPoint
Résultat NSPoint

ConvertPointFromView() public méthode

public ConvertPointFromView ( NSPoint aPoint, NSView aView ) : NSPoint
aPoint NSPoint
aView NSView
Résultat NSPoint

ConvertPointToBase() public méthode

public ConvertPointToBase ( NSPoint aPoint ) : NSPoint
aPoint NSPoint
Résultat NSPoint

ConvertPointToView() public méthode

public ConvertPointToView ( NSPoint aPoint, NSView aView ) : NSPoint
aPoint NSPoint
aView NSView
Résultat NSPoint

ConvertRectFromBase() public méthode

public ConvertRectFromBase ( NSRect aRect ) : NSRect
aRect NSRect
Résultat NSRect

ConvertRectFromView() public méthode

public ConvertRectFromView ( NSRect aRect, NSView aView ) : NSRect
aRect NSRect
aView NSView
Résultat NSRect

ConvertRectToBase() public méthode

public ConvertRectToBase ( NSRect aRect ) : NSRect
aRect NSRect
Résultat NSRect

ConvertRectToView() public méthode

public ConvertRectToView ( NSRect aRect, NSView aView ) : NSRect
aRect NSRect
aView NSView
Résultat NSRect

ConvertSizeFromBase() public méthode

public ConvertSizeFromBase ( NSSize aSize ) : NSSize
aSize NSSize
Résultat NSSize

ConvertSizeFromView() public méthode

public ConvertSizeFromView ( NSSize aSize, NSView aView ) : NSSize
aSize NSSize
aView NSView
Résultat NSSize

ConvertSizeToBase() public méthode

public ConvertSizeToBase ( NSSize aSize ) : NSSize
aSize NSSize
Résultat NSSize

ConvertSizeToView() public méthode

public ConvertSizeToView ( NSSize aSize, NSView aView ) : NSSize
aSize NSSize
aView NSView
Résultat NSSize

Description() public méthode

public Description ( ) : NSString
Résultat NSString

DidAddSubview() public méthode

public DidAddSubview ( NSView subview ) : void
subview NSView
Résultat void

DiscardCursorRects() public méthode

public DiscardCursorRects ( ) : void
Résultat void

Display() public méthode

public Display ( ) : void
Résultat void

DisplayIfNeeded() public méthode

public DisplayIfNeeded ( ) : void
Résultat void

DisplayIfNeededIgnoringOpacity() public méthode

public DisplayIfNeededIgnoringOpacity ( ) : void
Résultat void

DisplayIfNeededInRect() public méthode

public DisplayIfNeededInRect ( NSRect aRect ) : void
aRect NSRect
Résultat void

DisplayIfNeededInRectIgnoringOpacity() public méthode

public DisplayIfNeededInRectIgnoringOpacity ( NSRect aRect ) : void
aRect NSRect
Résultat void

DisplayRect() public méthode

public DisplayRect ( NSRect aRect ) : void
aRect NSRect
Résultat void

DisplayRectIgnoringOpacity() public méthode

public DisplayRectIgnoringOpacity ( NSRect aRect ) : void
aRect NSRect
Résultat void

DisplayRectIgnoringOpacity() public méthode

public DisplayRectIgnoringOpacity ( NSRect aRect, NSGraphicsContext context ) : void
aRect NSRect
context NSGraphicsContext
Résultat void

DrawRect() public méthode

public DrawRect ( NSRect rect ) : void
rect NSRect
Résultat void

FocusView() public static méthode

public static FocusView ( ) : NSView
Résultat NSView

GSGetDragTypes() public méthode

public GSGetDragTypes ( NSView obj ) : NSArray
obj NSView
Résultat NSArray

GSRemoveDragTypes() public static méthode

public static GSRemoveDragTypes ( NSView obj ) : void
obj NSView
Résultat void

GSSetDragTypes() public static méthode

public static GSSetDragTypes ( NSView obj, NSArray types ) : NSArray
obj NSView
types NSArray
Résultat NSArray

GetAutoresizesSubviews() public méthode

public GetAutoresizesSubviews ( ) : bool
Résultat bool

GetAutoresizingMask() public méthode

public GetAutoresizingMask ( ) : uint
Résultat uint

GetBounds() public méthode

public GetBounds ( ) : NSRect
Résultat NSRect

GetBoundsRotation() public méthode

public GetBoundsRotation ( ) : double
Résultat double

GetDefaultFocusRingType() public static méthode

public static GetDefaultFocusRingType ( ) : NSFocusRingType
Résultat NSFocusRingType

GetFocusRingType() public méthode

public GetFocusRingType ( ) : NSFocusRingType
Résultat NSFocusRingType

GetFrame() public méthode

public GetFrame ( ) : NSRect
Résultat NSRect

GetFrameRotation() public méthode

public GetFrameRotation ( ) : double
Résultat double

GetIsOpaque() public méthode

public GetIsOpaque ( ) : bool
Résultat bool

GetNeedsDisplay() public méthode

public GetNeedsDisplay ( ) : bool
Résultat bool

GetSubviews() public méthode

public GetSubviews ( ) : NSArray
Résultat NSArray

GetSuperview() public méthode

public GetSuperview ( ) : NSView
Résultat NSView

GetTag() public méthode

public GetTag ( ) : int
Résultat int

GetVisibleRect() public méthode

public GetVisibleRect ( ) : NSRect
Résultat NSRect

GetWindow() public méthode

public GetWindow ( ) : NSWindow
Résultat NSWindow

Init() public méthode

public Init ( ) : id
Résultat id

InitWithCoder() public méthode

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
Résultat id

InitWithFrame() public méthode

public InitWithFrame ( NSRect frameRect ) : id
frameRect NSRect
Résultat id

IsDescendantOf() public méthode

public IsDescendantOf ( NSView aView ) : bool
aView NSView
Résultat bool

IsFlipped() public méthode

public IsFlipped ( ) : bool
Résultat bool

IsHidden() public méthode

public IsHidden ( ) : bool
Résultat bool

IsHiddenOrHasHiddenAncestor() public méthode

public IsHiddenOrHasHiddenAncestor ( ) : bool
Résultat bool

IsRotatedFromBase() public méthode

public IsRotatedFromBase ( ) : bool
Résultat bool

IsRotatedOrScaledFromBase() public méthode

public IsRotatedOrScaledFromBase ( ) : bool
Résultat bool

NSView() public méthode

public NSView ( ) : System
Résultat System

OpaqueAncestor() public méthode

public OpaqueAncestor ( ) : NSView
Résultat NSView

ReleaseGState() protected méthode

protected ReleaseGState ( ) : void
Résultat void

RemoveFromSuperview() public méthode

public RemoveFromSuperview ( ) : void
Résultat void

RemoveFromSuperviewWithoutNeedingDisplay() public méthode

public RemoveFromSuperviewWithoutNeedingDisplay ( ) : void
Résultat void

RemoveSubview() public méthode

public RemoveSubview ( NSView aView ) : void
aView NSView
Résultat void

ReplaceSubviewWith() public méthode

public ReplaceSubviewWith ( NSView oldView, NSView newView ) : void
oldView NSView
newView NSView
Résultat void

ResetCursorRects() public méthode

public ResetCursorRects ( ) : void
Résultat void

ResizeSubviewsWithOldSize() public méthode

public ResizeSubviewsWithOldSize ( NSSize oldSize ) : void
oldSize NSSize
Résultat void

ResizeWithOldSuperviewSize() public méthode

public ResizeWithOldSuperviewSize ( NSSize oldSize ) : void
oldSize NSSize
Résultat void

RotateByAngle() public méthode

public RotateByAngle ( double angle ) : void
angle double
Résultat void

ScaleUnitSquareToSize() public méthode

public ScaleUnitSquareToSize ( NSSize newSize ) : void
newSize NSSize
Résultat void

SetAutoresizesSubviews() public méthode

public SetAutoresizesSubviews ( bool flag ) : void
flag bool
Résultat void

SetAutoresizingMask() public méthode

public SetAutoresizingMask ( uint mask ) : void
mask uint
Résultat void

SetBounds() public méthode

public SetBounds ( NSRect aRect ) : void
aRect NSRect
Résultat void

SetBoundsOrigin() public méthode

public SetBoundsOrigin ( NSPoint newOrigin ) : void
newOrigin NSPoint
Résultat void

SetBoundsRotation() public méthode

public SetBoundsRotation ( double angle ) : void
angle double
Résultat void

SetBoundsSize() public méthode

public SetBoundsSize ( NSSize newSize ) : void
newSize NSSize
Résultat void

SetFocusRingType() public méthode

public SetFocusRingType ( NSFocusRingType focusRingType ) : void
focusRingType NSFocusRingType
Résultat void

SetFrame() public méthode

public SetFrame ( NSRect frameRect ) : void
frameRect NSRect
Résultat void

SetFrameOrigin() public méthode

public SetFrameOrigin ( NSPoint newOrigin ) : void
newOrigin NSPoint
Résultat void

SetFrameRotation() public méthode

public SetFrameRotation ( double angle ) : void
angle double
Résultat void

SetFrameSize() public méthode

public SetFrameSize ( NSSize newSize ) : void
newSize NSSize
Résultat void

SetHidden() public méthode

public SetHidden ( bool flag ) : void
flag bool
Résultat void

SetNeedsDisplay() public méthode

public SetNeedsDisplay ( bool flag ) : void
flag bool
Résultat void

SetNeedsDisplayInRect() public méthode

public SetNeedsDisplayInRect ( NSRect invalidRect ) : void
invalidRect NSRect
Résultat void

SetPostsBoundsChangedNotifications() public méthode

public SetPostsBoundsChangedNotifications ( bool flag ) : void
flag bool
Résultat void

SetPostsFrameChangedNotifications() public méthode

public SetPostsFrameChangedNotifications ( bool flag ) : void
flag bool
Résultat void

SetSubviews() public méthode

public SetSubviews ( NSArray newSubviews ) : void
newSubviews NSArray
Résultat void

TranslateOriginToPoint() public méthode

public TranslateOriginToPoint ( NSPoint point ) : void
point NSPoint
Résultat void

ViewDidMoveToSuperview() public méthode

public ViewDidMoveToSuperview ( ) : void
Résultat void

ViewDidMoveToWindow() public méthode

public ViewDidMoveToWindow ( ) : void
Résultat void

ViewWillMoveToSuperview() public méthode

public ViewWillMoveToSuperview ( NSView newSuper ) : void
newSuper NSView
Résultat void

ViewWillMoveToWindow() public méthode

public ViewWillMoveToWindow ( NSWindow newWindow ) : void
newWindow NSWindow
Résultat void

WillRemoveSubview() public méthode

public WillRemoveSubview ( NSView subview ) : void
subview NSView
Résultat void

_FlagDescription() public méthode

public _FlagDescription ( ) : NSString
Résultat NSString

_FrameExtend() protected méthode

protected _FrameExtend ( ) : NSRect
Résultat NSRect

_InvalidateCoordinates() protected méthode

protected _InvalidateCoordinates ( ) : void
Résultat void

_MatrixFromWindow() protected méthode

protected _MatrixFromWindow ( ) : NSAffineTransform
Résultat NSAffineTransform

_MatrixToWindow() protected méthode

protected _MatrixToWindow ( ) : NSAffineTransform
Résultat NSAffineTransform

_RebuildCoordinates() protected méthode

protected _RebuildCoordinates ( ) : void
Résultat void

_ResizeDescription() public méthode

public _ResizeDescription ( ) : NSString
Résultat NSString

_SetFrameAndClearAutoresizingError() public méthode

public _SetFrameAndClearAutoresizingError ( NSRect frameRect ) : void
frameRect NSRect
Résultat void

_SubtreeDescription() public méthode

public _SubtreeDescription ( ) : NSString
Résultat NSString

_SubtreeDescriptionWithPrefix() protected méthode

protected _SubtreeDescriptionWithPrefix ( NSString prefix ) : NSString
prefix NSString
Résultat NSString

_ViewDidMoveToWindow() protected méthode

protected _ViewDidMoveToWindow ( ) : void
Résultat void

_ViewWillMoveToSuperview() protected méthode

protected _ViewWillMoveToSuperview ( NSView newSuper ) : void
newSuper NSView
Résultat void

_ViewWillMoveToWindow() protected méthode

protected _ViewWillMoveToWindow ( NSWindow newWindow ) : void
newWindow NSWindow
Résultat void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
Résultat Class

_allocate_gstate protected_oe property

protected bool _allocate_gstate
Résultat bool

_autoresizes_subviews protected_oe property

protected bool _autoresizes_subviews
Résultat bool

_autoresizingFrameError protected_oe property

protected NSRect,Smartmobili.Cocoa _autoresizingFrameError
Résultat NSRect

_autoresizingMask protected_oe property

protected uint _autoresizingMask
Résultat uint

_bounds protected_oe property

protected NSRect,Smartmobili.Cocoa _bounds
Résultat NSRect

_boundsMatrix protected_oe property

protected NSAffineTransform,Smartmobili.Cocoa _boundsMatrix
Résultat NSAffineTransform

_coordinates_valid protected_oe property

protected bool _coordinates_valid
Résultat bool

_cursor_rects protected_oe property

protected NSMutableArray,Smartmobili.Cocoa _cursor_rects
Résultat NSMutableArray

_focusRingType protected_oe property

protected NSFocusRingType _focusRingType
Résultat NSFocusRingType

_frame protected_oe property

protected NSRect,Smartmobili.Cocoa _frame
Résultat NSRect

_frameMatrix protected_oe property

protected NSAffineTransform,Smartmobili.Cocoa _frameMatrix
Résultat NSAffineTransform

_gstate protected_oe property

protected int _gstate
Résultat int

_in_live_resize protected_oe property

protected bool _in_live_resize
Résultat bool

_invalidRect protected_oe property

protected NSRect,Smartmobili.Cocoa _invalidRect
Résultat NSRect

_is_hidden protected_oe property

protected bool _is_hidden
Résultat bool

_is_rotated_from_base protected_oe property

protected bool _is_rotated_from_base
Résultat bool

_is_rotated_or_scaled_from_base protected_oe property

protected bool _is_rotated_or_scaled_from_base
Résultat bool

_matrixFromWindow protected_oe property

protected NSAffineTransform,Smartmobili.Cocoa _matrixFromWindow
Résultat NSAffineTransform

_matrixToWindow protected_oe property

protected NSAffineTransform,Smartmobili.Cocoa _matrixToWindow
Résultat NSAffineTransform

_nextKeyView protected_oe property

protected id,Smartmobili.Cocoa _nextKeyView
Résultat id

_post_bounds_changes protected_oe property

protected bool _post_bounds_changes
Résultat bool

_post_frame_changes protected_oe property

protected bool _post_frame_changes
Résultat bool

_previousKeyView protected_oe property

protected id,Smartmobili.Cocoa _previousKeyView
Résultat id

_rFlags protected_oe property

protected _rFlagsType _rFlags
Résultat _rFlagsType

_renew_gstate protected_oe property

protected bool _renew_gstate
Résultat bool

_sub_views protected_oe property

protected NSMutableArray,Smartmobili.Cocoa _sub_views
Résultat NSMutableArray

_super_view protected_oe property

protected NSView,Smartmobili.Cocoa _super_view
Résultat NSView

_tracking_rects protected_oe property

protected NSMutableArray,Smartmobili.Cocoa _tracking_rects
Résultat NSMutableArray

_visibleRect protected_oe property

protected NSRect,Smartmobili.Cocoa _visibleRect
Résultat NSRect

_window protected_oe property

protected NSWindow,Smartmobili.Cocoa _window
Résultat NSWindow