C# Class FaceSpot.FaceEditorDialog

Inheritance: GladeDialog
Datei anzeigen Open project: kanitw/facespot

Protected Properties

Property Type Description
dialog_name string

Private Properties

Property Type Description
CancelButtonClicked void
ClearEditor void
DialoghandleDestroyed void
HandleOk void
HandleOkNewFace void
HandleOkOldFace void
HandleOnFinished void
InitializeEntryCompletion void
OkButtonClicked void
PeopleComboBoxEntryChanged void
PopulateCategoryComboBoxEntry void

Public Methods

Method Description
FaceEditorDialog ( Face face, Gtk.Widget parent, bool newFace ) : System

Private Methods

Method Description
CancelButtonClicked ( object sender, EventArgs e ) : void
ClearEditor ( ) : void
DialoghandleDestroyed ( object sender, EventArgs e ) : void
HandleOk ( ) : void
HandleOkNewFace ( ) : void
HandleOkOldFace ( ) : void
HandleOnFinished ( object sender, EventArgs e ) : void
InitializeEntryCompletion ( ) : void
OkButtonClicked ( object sender, EventArgs e ) : void
PeopleComboBoxEntryChanged ( object sender, EventArgs e ) : void
PopulateCategoryComboBoxEntry ( ) : void

Method Details

FaceEditorDialog() public method

public FaceEditorDialog ( Face face, Gtk.Widget parent, bool newFace ) : System
face FaceSpot.Db.Face
parent Gtk.Widget
newFace bool
return System

Property Details

dialog_name protected_oe property

protected string dialog_name
return string