C# Class PersonAddModifyWindow, chronojump

Datei anzeigen Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
fakeButtonAccept Gtk.Button

Public Methods

Method Description
Destroy ( ) : void
MakeVisible ( ) : void
PersonAddModifyWindow ( Gtk parent, Session, currentSession, Person, currentPerson, bool showPhotoStuff ) : System
Show ( Gtk parent, Session, mySession, Person, currentPerson, int pDN, Gtk app1_checkbutton_video, bool showPhotoStuff ) : PersonAddModifyWindow,
on_button_accept_clicked ( object o, EventArgs args ) : void
on_button_calendar_clicked ( object o, EventArgs args ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_button_height_metric_accepted ( object obj, EventArgs args ) : void
on_button_height_metric_clicked ( object obj, EventArgs args ) : void
on_button_sport_add_clicked ( object o, EventArgs args ) : void
on_button_take_photo_clicked ( object o, EventArgs args ) : void
on_button_weight_metric_accepted ( object obj, EventArgs args ) : void
on_button_weight_metric_clicked ( object obj, EventArgs args ) : void
on_button_zoom_clicked ( object o, EventArgs args ) : void
on_calendar_changed ( object obj, EventArgs args ) : void
on_convertWeightWin_accepted ( object o, EventArgs args ) : void
on_convertWeightWin_cancelled ( object o, EventArgs args ) : void
on_entries_required_changed ( object o, EventArgs args ) : void
on_person_win_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
on_radiobutton_man_toggled ( object o, EventArgs args ) : void
on_radiobutton_woman_toggled ( object o, EventArgs args ) : void

Private Methods

Method Description
createComboContinents ( ) : void
createComboCountries ( ) : void
createComboLevels ( ) : void
createComboSpeciallities ( int sportID ) : void
createComboSports ( ) : void
fillDialog ( ) : void
on_combo_continents_changed ( object o, EventArgs args ) : void
on_combo_countries_changed ( object o, EventArgs args ) : void
on_combo_levels_changed ( object o, EventArgs args ) : void
on_combo_speciallities_changed ( object o, EventArgs args ) : void
on_combo_sports_changed ( object o, EventArgs args ) : void
on_snapshot_done ( Pixbuf pixbuf ) : void
on_snapshot_mini_done ( Pixbuf pixbuf ) : void
on_sport_add_accepted ( object o, EventArgs args ) : void
recordChanges ( ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

MakeVisible() public static method

public static MakeVisible ( ) : void
return void

PersonAddModifyWindow() public method

public PersonAddModifyWindow ( Gtk parent, Session, currentSession, Person, currentPerson, bool showPhotoStuff ) : System
parent Gtk
currentSession Session,
currentPerson Person,
showPhotoStuff bool
return System

Show() public static method

public static Show ( Gtk parent, Session, mySession, Person, currentPerson, int pDN, Gtk app1_checkbutton_video, bool showPhotoStuff ) : PersonAddModifyWindow,
parent Gtk
mySession Session,
currentPerson Person,
pDN int
app1_checkbutton_video Gtk
showPhotoStuff bool
return PersonAddModifyWindow,

on_button_accept_clicked() public method

public on_button_accept_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_button_calendar_clicked() public method

public on_button_calendar_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_button_cancel_clicked() public method

public on_button_cancel_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_button_height_metric_accepted() public method

public on_button_height_metric_accepted ( object obj, EventArgs args ) : void
obj object
args EventArgs
return void

on_button_height_metric_clicked() public method

public on_button_height_metric_clicked ( object obj, EventArgs args ) : void
obj object
args EventArgs
return void

on_button_sport_add_clicked() public method

public on_button_sport_add_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_button_take_photo_clicked() public method

public on_button_take_photo_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_button_weight_metric_accepted() public method

public on_button_weight_metric_accepted ( object obj, EventArgs args ) : void
obj object
args EventArgs
return void

on_button_weight_metric_clicked() public method

public on_button_weight_metric_clicked ( object obj, EventArgs args ) : void
obj object
args EventArgs
return void

on_button_zoom_clicked() public method

public on_button_zoom_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_calendar_changed() public method

public on_calendar_changed ( object obj, EventArgs args ) : void
obj object
args EventArgs
return void

on_convertWeightWin_accepted() public method

public on_convertWeightWin_accepted ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_convertWeightWin_cancelled() public method

public on_convertWeightWin_cancelled ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_entries_required_changed() public method

public on_entries_required_changed ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_person_win_delete_event() public method

public on_person_win_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
o object
args Gtk.DeleteEventArgs
return void

on_radiobutton_man_toggled() public method

public on_radiobutton_man_toggled ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_radiobutton_woman_toggled() public method

public on_radiobutton_woman_toggled ( object o, EventArgs args ) : void
o object
args EventArgs
return void

Property Details

fakeButtonAccept public_oe property

public Button,Gtk fakeButtonAccept
return Gtk.Button