C# Class MonoDevelop.MacIntegration.MainToolbar.SelectorView.PathSelectorView

Inheritance: NSPathControl
Show file Open project: powerumc/monodevelop_korean

Private Properties

Property Type Description
CreateMenuItem void
CreateSubMenuForRuntime NSMenu
EllipsizeString string
OnSizeChanged void
RealignTexts void
UpdateImages void
UpdatePathText void
UpdateStyle void
WidthsForPathCells void

Public Methods

Method Description
DidChangeBackingProperties ( ) : void
PathSelectorView ( CGRect frameRect ) : System
SizeThatFits ( CGSize size ) : CGSize
ViewDidMoveToWindow ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CreateMenuItem ( NSMenu menu, IRuntimeModel runtime ) : void
CreateSubMenuForRuntime ( IRuntimeModel runtime ) : NSMenu
EllipsizeString ( string s ) : string
OnSizeChanged ( ) : void
RealignTexts ( ) : void
UpdateImages ( ) : void
UpdatePathText ( int idx, string text ) : void
UpdateStyle ( object sender = null, EventArgs e = null ) : void
WidthsForPathCells ( nfloat &configWidth, nfloat &runtimeWidth ) : void

Method Details

DidChangeBackingProperties() public method

public DidChangeBackingProperties ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

PathSelectorView() public method

public PathSelectorView ( CGRect frameRect ) : System
frameRect CGRect
return System

SizeThatFits() public method

public SizeThatFits ( CGSize size ) : CGSize
size CGSize
return CGSize

ViewDidMoveToWindow() public method

public ViewDidMoveToWindow ( ) : void
return void