C# Class MonoDevelop.Ide.CodeCompletion.TooltipInformationWindow

Inheritance: MonoDevelop.Components.PopoverWindow
Exibir arquivo Open project: powerumc/monodevelop_korean Class Usage Examples

Public Methods

Method Description
AddOverload ( MonoDevelop.Ide.CodeCompletion.CompletionData data, CancellationToken cancelToken ) : Task
AddOverload ( MonoDevelop.Ide.CodeCompletion.TooltipInformation tooltipInformation ) : void
Clear ( ) : void
OverloadLeft ( ) : void
OverloadRight ( ) : void
RepositionWindow ( Gdk newCaret = null ) : void
TooltipInformationWindow ( ) : System

Protected Methods

Method Description
OnDestroyed ( ) : void
OnPagerLeftClicked ( ) : void
OnPagerRightClicked ( ) : void
OnSizeRequested ( Requisition &requisition ) : void

Private Methods

Method Description
ClearDescriptions ( ) : void
CreateCategory ( string categoryName, string categoryContentMarkup, Cairo foreColor, Pango font ) : Gtk.VBox
GetHeaderMarkup ( string headerName ) : string
HandleSkinChanged ( object sender, EventArgs e ) : void
SetDefaultScheme ( ) : void
ShowOverload ( ) : void

Method Details

AddOverload() public method

public AddOverload ( MonoDevelop.Ide.CodeCompletion.CompletionData data, CancellationToken cancelToken ) : Task
data MonoDevelop.Ide.CodeCompletion.CompletionData
cancelToken System.Threading.CancellationToken
return Task

AddOverload() public method

public AddOverload ( MonoDevelop.Ide.CodeCompletion.TooltipInformation tooltipInformation ) : void
tooltipInformation MonoDevelop.Ide.CodeCompletion.TooltipInformation
return void

Clear() public method

public Clear ( ) : void
return void

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

OnPagerLeftClicked() protected method

protected OnPagerLeftClicked ( ) : void
return void

OnPagerRightClicked() protected method

protected OnPagerRightClicked ( ) : void
return void

OnSizeRequested() protected method

protected OnSizeRequested ( Requisition &requisition ) : void
requisition Requisition
return void

OverloadLeft() public method

public OverloadLeft ( ) : void
return void

OverloadRight() public method

public OverloadRight ( ) : void
return void

RepositionWindow() public method

public RepositionWindow ( Gdk newCaret = null ) : void
newCaret Gdk
return void

TooltipInformationWindow() public method

public TooltipInformationWindow ( ) : System
return System