C# Class QSOsm.CityEntry

Inheritance: Gtk.Entry
Afficher le fichier Open project: QualitySolution/QSProjects

Méthodes publiques

Méthode Description
CityEntry ( ) : System

Méthodes protégées

Méthode Description
OnChanged ( ) : void
OnCitySelected ( ) : void
OnKeyPressEvent ( Gdk evnt ) : bool

Private Methods

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

public CityEntry ( ) : System
Résultat System

OnChanged() protected méthode

protected OnChanged ( ) : void
Résultat void

OnCitySelected() protected méthode

protected OnCitySelected ( ) : void
Résultat void

OnKeyPressEvent() protected méthode

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool