C# 클래스 MonoDevelop.MacIntegration.MainToolbar.SelectorView.PathSelectorView

상속: NSPathControl
파일 보기 프로젝트 열기: powerumc/monodevelop_korean

Private Properties

프로퍼티 타입 설명
CreateMenuItem void
CreateSubMenuForRuntime NSMenu
EllipsizeString string
OnSizeChanged void
RealignTexts void
UpdateImages void
UpdatePathText void
UpdateStyle void
WidthsForPathCells void

공개 메소드들

메소드 설명
DidChangeBackingProperties ( ) : void
PathSelectorView ( CGRect frameRect ) : System
SizeThatFits ( CGSize size ) : CGSize
ViewDidMoveToWindow ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DidChangeBackingProperties() 공개 메소드

public DidChangeBackingProperties ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

PathSelectorView() 공개 메소드

public PathSelectorView ( CGRect frameRect ) : System
frameRect CGRect
리턴 System

SizeThatFits() 공개 메소드

public SizeThatFits ( CGSize size ) : CGSize
size CGSize
리턴 CGSize

ViewDidMoveToWindow() 공개 메소드

public ViewDidMoveToWindow ( ) : void
리턴 void