C# Class QSOsm.HouseEntry

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

Public Methods

Method Description
GetCoordinates ( decimal &longitude, decimal &latitude ) : void
HouseEntry ( ) : System

Protected Methods

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

Private Methods

Method Description
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
OnStreetSet ( ) : void
fillAutocomplete ( ) : void

Method Details

GetCoordinates() public method

public GetCoordinates ( decimal &longitude, decimal &latitude ) : void
longitude decimal
latitude decimal
return void

HouseEntry() public method

public HouseEntry ( ) : System
return System

OnChanged() protected method

protected OnChanged ( ) : void
return void

OnKeyPressEvent() protected method

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