C# Class QSOsm.CityEntry

Inheritance: Gtk.Entry
ファイルを表示 Open project: QualitySolution/QSProjects

Public Methods

Method Description
CityEntry ( ) : System

Protected Methods

Method Description
OnChanged ( ) : void
OnCitySelected ( ) : void
OnKeyPressEvent ( Gdk evnt ) : bool

Private Methods

Method Description
CityEntryTextInserted ( object o, Gtk.TextInsertedArgs args ) : void
Completion_MatchFunc ( Gtk.EntryCompletion completion, string key, Gtk.TreeIter iter ) : bool
Completion_MatchSelected ( object o, Gtk.MatchSelectedArgs args ) : void
OnCellLayoutDataFunc ( CellLayout cell_layout, Gtk.CellRenderer cell, TreeModel tree_model, Gtk.TreeIter iter ) : void
UpdateText ( ) : void
fillAutocomplete ( ) : void

Method Details

CityEntry() public method

public CityEntry ( ) : System
return System

OnChanged() protected method

protected OnChanged ( ) : void
return void

OnCitySelected() protected method

protected OnCitySelected ( ) : void
return void

OnKeyPressEvent() protected method

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
return bool