C# Class MonoDevelop.Ide.CodeCompletion.ListWidget

Inheritance: Gtk.DrawingArea
Afficher le fichier Open project: powerumc/monodevelop_korean Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

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

Méthodes protégées

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

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

public FilterWords ( ) : void
Résultat void

GetRowArea() public méthode

public GetRowArea ( int row ) : Gdk.Rectangle
row int
Résultat Gdk.Rectangle

ListWidget() public méthode

public ListWidget ( ListWindow win ) : System
win ListWindow
Résultat System

MoveCursor() public méthode

public MoveCursor ( int relative ) : void
relative int
Résultat void

MoveToCategory() public méthode

public MoveToCategory ( int relative ) : void
relative int
Résultat void

OnButtonPressEvent() protected méthode

protected OnButtonPressEvent ( Gdk.EventButton e ) : bool
e Gdk.EventButton
Résultat bool

OnButtonReleaseEvent() protected méthode

protected OnButtonReleaseEvent ( Gdk.EventButton e ) : bool
e Gdk.EventButton
Résultat bool

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

OnExposeEvent() protected méthode

protected OnExposeEvent ( Gdk args ) : bool
args Gdk
Résultat bool

OnListScrolled() protected méthode

protected OnListScrolled ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMotionNotifyEvent() protected méthode

protected OnMotionNotifyEvent ( Gdk.EventMotion e ) : bool
e Gdk.EventMotion
Résultat bool

OnRealized() protected méthode

protected OnRealized ( ) : void
Résultat void

OnSelectionChanged() protected méthode

protected OnSelectionChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSetScrollAdjustments() protected méthode

protected OnSetScrollAdjustments ( Gtk.Adjustment hadj, Gtk.Adjustment vadj ) : void
hadj Gtk.Adjustment
vadj Gtk.Adjustment
Résultat void

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
Résultat void

OnSizeRequested() protected méthode

protected OnSizeRequested ( Requisition &requisition ) : void
requisition Requisition
Résultat void

OnWordsFiltered() protected méthode

protected OnWordsFiltered ( EventArgs e ) : void
e System.EventArgs
Résultat void

ResetState() public méthode

public ResetState ( ) : void
Résultat void

ScrollToSelectedItem() public méthode

public ScrollToSelectedItem ( ) : void
Résultat void