C# Class FilteredView.FilteredView

显示文件 Open project: kangaroo/monomac

Public Methods

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

Private Methods

Method Description
FilteredView ( NSCoder coder ) : System
Pointalize ( ) : void
heavyPointalize ( NSButton sender ) : void
lightPointalize ( NSButton sender ) : void

Method Details

AcceptsFirstResponder() public method

public AcceptsFirstResponder ( ) : bool
return bool

AwakeFromNib() public method

public AwakeFromNib ( ) : void
return void

DrawRect() public method

public DrawRect ( RectangleF dirtyRect ) : void
dirtyRect RectangleF
return void

FilteredView() public method

public FilteredView ( IntPtr handle ) : System
handle IntPtr
return System

KeyDown() public method

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