C# Класс MonoDevelop.Ide.CodeCompletion.ListWidget

Наследование: Gtk.DrawingArea
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
FilterWords ( ) : void
GetRowArea ( int row ) : Gdk.Rectangle
ListWidget ( ListWindow win ) : System
MoveCursor ( int relative ) : void
MoveToCategory ( int relative ) : void
ResetState ( ) : void
ScrollToSelectedItem ( ) : void

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

FilterWords() публичный Метод

public FilterWords ( ) : void
Результат void

GetRowArea() публичный Метод

public GetRowArea ( int row ) : Gdk.Rectangle
row int
Результат Gdk.Rectangle

ListWidget() публичный Метод

public ListWidget ( ListWindow win ) : System
win ListWindow
Результат System

MoveCursor() публичный Метод

public MoveCursor ( int relative ) : void
relative int
Результат void

MoveToCategory() публичный Метод

public MoveToCategory ( int relative ) : void
relative int
Результат void

OnButtonPressEvent() защищенный Метод

protected OnButtonPressEvent ( Gdk.EventButton e ) : bool
e Gdk.EventButton
Результат bool

OnButtonReleaseEvent() защищенный Метод

protected OnButtonReleaseEvent ( Gdk.EventButton e ) : bool
e Gdk.EventButton
Результат bool

OnDestroyed() защищенный Метод

protected OnDestroyed ( ) : void
Результат void

OnExposeEvent() защищенный Метод

protected OnExposeEvent ( Gdk args ) : bool
args Gdk
Результат bool

OnListScrolled() защищенный Метод

protected OnListScrolled ( EventArgs e ) : void
e System.EventArgs
Результат void

OnMotionNotifyEvent() защищенный Метод

protected OnMotionNotifyEvent ( Gdk.EventMotion e ) : bool
e Gdk.EventMotion
Результат bool

OnRealized() защищенный Метод

protected OnRealized ( ) : void
Результат void

OnSelectionChanged() защищенный Метод

protected OnSelectionChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

OnSetScrollAdjustments() защищенный Метод

protected OnSetScrollAdjustments ( Gtk.Adjustment hadj, Gtk.Adjustment vadj ) : void
hadj Gtk.Adjustment
vadj Gtk.Adjustment
Результат void

OnSizeAllocated() защищенный Метод

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
Результат void

OnSizeRequested() защищенный Метод

protected OnSizeRequested ( Requisition &requisition ) : void
requisition Requisition
Результат void

OnWordsFiltered() защищенный Метод

protected OnWordsFiltered ( EventArgs e ) : void
e System.EventArgs
Результат void

ResetState() публичный Метод

public ResetState ( ) : void
Результат void

ScrollToSelectedItem() публичный Метод

public ScrollToSelectedItem ( ) : void
Результат void