C# Class MonoDevelop.Ide.CodeCompletion.ListWidget

Inheritance: Gtk.DrawingArea
Mostrar archivo Open project: powerumc/monodevelop_korean Class Usage Examples

Private Properties

Property Type Description
CalcVisibleRows void
CurrentCategory int
GetCategory Category
GetIndex int
GetItem int
GetRowByPosition int
HandleValueChanged void
IsEmptyMatch bool
Iterate void
IterateItems bool
SelectFirstItemInCategory void
SetAdjustments void
SetFont void
UpdateCategoryMode void

Public Methods

Method Description
FilterWords ( ) : void
GetRowArea ( int row ) : Gdk.Rectangle
ListWidget ( ListWindow win ) : System
MoveCursor ( int relative ) : void
MoveToCategory ( int relative ) : void
ResetState ( ) : void
ScrollToSelectedItem ( ) : void

Protected Methods

Method Description
OnButtonPressEvent ( Gdk.EventButton e ) : bool
OnButtonReleaseEvent ( Gdk.EventButton e ) : bool
OnDestroyed ( ) : void
OnExposeEvent ( Gdk args ) : bool
OnListScrolled ( EventArgs e ) : void
OnMotionNotifyEvent ( Gdk.EventMotion e ) : bool
OnRealized ( ) : void
OnSelectionChanged ( EventArgs e ) : void
OnSetScrollAdjustments ( Gtk.Adjustment hadj, Gtk.Adjustment vadj ) : void
OnSizeAllocated ( Gdk allocation ) : void
OnSizeRequested ( Requisition &requisition ) : void
OnWordsFiltered ( EventArgs e ) : void

Private Methods

Method Description
CalcVisibleRows ( ) : void
CurrentCategory ( ) : int
GetCategory ( List categories, CompletionCategory completionCategory ) : Category
GetIndex ( bool countCategories, int item ) : int
GetItem ( bool countCategories, int index ) : int
GetRowByPosition ( int ypos ) : int
HandleValueChanged ( object sender, EventArgs e ) : void
IsEmptyMatch ( string completionString ) : bool
Iterate ( bool startAtPage, int &ypos, CategoryAction catAction, ItemAction action ) : void
IterateItems ( Category category, bool startAtPage, int &ypos, int &curItem, ItemAction action ) : bool
SelectFirstItemInCategory ( ) : void
SetAdjustments ( bool scrollToSelectedItem = true ) : void
SetFont ( ) : void
UpdateCategoryMode ( ) : void

Method Details

FilterWords() public method

public FilterWords ( ) : void
return void

GetRowArea() public method

public GetRowArea ( int row ) : Gdk.Rectangle
row int
return Gdk.Rectangle

ListWidget() public method

public ListWidget ( ListWindow win ) : System
win ListWindow
return System

MoveCursor() public method

public MoveCursor ( int relative ) : void
relative int
return void

MoveToCategory() public method

public MoveToCategory ( int relative ) : void
relative int
return void

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk.EventButton e ) : bool
e Gdk.EventButton
return bool

OnButtonReleaseEvent() protected method

protected OnButtonReleaseEvent ( Gdk.EventButton e ) : bool
e Gdk.EventButton
return bool

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk args ) : bool
args Gdk
return bool

OnListScrolled() protected method

protected OnListScrolled ( EventArgs e ) : void
e System.EventArgs
return void

OnMotionNotifyEvent() protected method

protected OnMotionNotifyEvent ( Gdk.EventMotion e ) : bool
e Gdk.EventMotion
return bool

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnSelectionChanged() protected method

protected OnSelectionChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnSetScrollAdjustments() protected method

protected OnSetScrollAdjustments ( Gtk.Adjustment hadj, Gtk.Adjustment vadj ) : void
hadj Gtk.Adjustment
vadj Gtk.Adjustment
return void

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
return void

OnSizeRequested() protected method

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

OnWordsFiltered() protected method

protected OnWordsFiltered ( EventArgs e ) : void
e System.EventArgs
return void

ResetState() public method

public ResetState ( ) : void
return void

ScrollToSelectedItem() public method

public ScrollToSelectedItem ( ) : void
return void