C# Class BackgroundFilteredView.BackgroundFilteredView

Inheritance: MonoMac.AppKit.NSView
Mostra file Open project: kangaroo/monomac

Public Methods

Method Description
AcceptsFirstResponder ( ) : bool
ApplyFilter ( ) : void
AwakeFromNib ( ) : void
BackgroundFilteredView ( IntPtr handle ) : System
DrawRect ( RectangleF dirtyRect ) : void
KeyDown ( NSEvent theEvent ) : void

Private Methods

Method Description
AddAnimationToTorusFilter ( ) : void
AddFilter ( MonoMac.AppKit.NSButton sender ) : void
BackgroundFilteredView ( MonoMac.Foundation.NSCoder coder ) : System
RemoveBackgroundFilter ( ) : void
RemoveFilter ( MonoMac.AppKit.NSButton sender ) : void

Method Details

AcceptsFirstResponder() public method

public AcceptsFirstResponder ( ) : bool
return bool

ApplyFilter() public method

public ApplyFilter ( ) : void
return void

AwakeFromNib() public method

public AwakeFromNib ( ) : void
return void

BackgroundFilteredView() public method

public BackgroundFilteredView ( IntPtr handle ) : System
handle System.IntPtr
return System

DrawRect() public method

public DrawRect ( RectangleF dirtyRect ) : void
dirtyRect System.Drawing.RectangleF
return void

KeyDown() public method

public KeyDown ( NSEvent theEvent ) : void
theEvent NSEvent
return void