C# Class Hyena.Query.Gui.TimeSpanQueryValueEntry

Inheritance: Hyena.Query.Gui.QueryValueEntry
Afficher le fichier Open project: GNOME/hyena

Protected Properties

Свойство Type Description
combo Gtk.ComboBoxText
factors TimeFactor[]
query_value Hyena.Query.TimeSpanQueryValue
spin_button Gtk.SpinButton

Méthodes publiques

Méthode Description
TimeSpanQueryValueEntry ( ) : System

Méthodes protégées

Méthode Description
HandleValueChanged ( object o, EventArgs args ) : void

Method Details

HandleValueChanged() protected méthode

protected HandleValueChanged ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

TimeSpanQueryValueEntry() public méthode

public TimeSpanQueryValueEntry ( ) : System
Résultat System

Property Details

combo protected_oe property

protected ComboBoxText,Gtk combo
Résultat Gtk.ComboBoxText

factors protected_oe static_oe property

protected static TimeFactor[] factors
Résultat TimeFactor[]

query_value protected_oe property

protected TimeSpanQueryValue,Hyena.Query query_value
Résultat Hyena.Query.TimeSpanQueryValue

spin_button protected_oe property

protected SpinButton,Gtk spin_button
Résultat Gtk.SpinButton