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

Inheritance: NSPathControl
Afficher le fichier Open project: powerumc/monodevelop_korean

Private Properties

Свойство Type Description
CreateMenuItem void
CreateSubMenuForRuntime NSMenu
EllipsizeString string
OnSizeChanged void
RealignTexts void
UpdateImages void
UpdatePathText void
UpdateStyle void
WidthsForPathCells void

Méthodes publiques

Méthode Description
DidChangeBackingProperties ( ) : void
PathSelectorView ( CGRect frameRect ) : System
SizeThatFits ( CGSize size ) : CGSize
ViewDidMoveToWindow ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

public DidChangeBackingProperties ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

PathSelectorView() public méthode

public PathSelectorView ( CGRect frameRect ) : System
frameRect CGRect
Résultat System

SizeThatFits() public méthode

public SizeThatFits ( CGSize size ) : CGSize
size CGSize
Résultat CGSize

ViewDidMoveToWindow() public méthode

public ViewDidMoveToWindow ( ) : void
Résultat void