C# Class CodeImp.Gluon.AgendaItemDisplayPanel

Inheritance: DisplayPanel
Show file Open project: DieterKoblenz/LCARS

Public Methods

Method Description
AgendaItemDisplayPanel ( ) : System
Clear ( ) : void
OnHide ( ) : void
OnShow ( ) : void
SetupColors ( ColorPalette c ) : void
SetupDate ( System.DateTime startdate ) : void
SetupItem ( AgendaItem item ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShowFinished ( ) : void

Private Methods

Method Description
CalculateDurationFromEndDate ( ) : void
CalculateEndDateFromDuration ( ) : void
DateFromInput ( string day, string month, string year, System.DateTime &date ) : bool
GetDuration ( System.TimeSpan &duration ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PlayFailSound ( ) : void
ShowValidation ( ) : void
TextBox_Enter ( object sender, EventArgs e ) : void
TextBox_MouseUp ( object sender, MouseEventArgs e ) : void
TimeFromInput ( string hour, string minute, System.TimeSpan &time ) : bool
acceptbutton_Click ( object sender, EventArgs e ) : void
alarmbar_Click ( object sender, EventArgs e ) : void
alarmbutton_Click ( object sender, EventArgs e ) : void
backbutton_Click ( object sender, EventArgs e ) : void
birthdaybutton_Click ( object sender, EventArgs e ) : void
descriptionbar_Click ( object sender, EventArgs e ) : void
durationbar_Click ( object sender, EventArgs e ) : void
durdays_KeyUp ( object sender, KeyEventArgs e ) : void
durhours_KeyUp ( object sender, KeyEventArgs e ) : void
durminutes_KeyUp ( object sender, KeyEventArgs e ) : void
enddatebar_Click ( object sender, EventArgs e ) : void
endday_KeyUp ( object sender, KeyEventArgs e ) : void
endhour_KeyUp ( object sender, KeyEventArgs e ) : void
endminute_KeyUp ( object sender, KeyEventArgs e ) : void
endmonth_KeyUp ( object sender, KeyEventArgs e ) : void
endtimebar_Click ( object sender, EventArgs e ) : void
endyear_KeyUp ( object sender, KeyEventArgs e ) : void
marliesbutton_Click ( object sender, EventArgs e ) : void
overviewbutton_Click ( object sender, EventArgs e ) : void
pascalbutton_Click ( object sender, EventArgs e ) : void
recurbutton_Click ( object sender, EventArgs e ) : void
startdatebar_Click ( object sender, EventArgs e ) : void
startday_KeyUp ( object sender, KeyEventArgs e ) : void
starthour_KeyUp ( object sender, KeyEventArgs e ) : void
startminute_KeyUp ( object sender, KeyEventArgs e ) : void
startmonth_KeyUp ( object sender, KeyEventArgs e ) : void
starttimebar_Click ( object sender, EventArgs e ) : void
startyear_KeyUp ( object sender, KeyEventArgs e ) : void
unassignbutton_Click ( object sender, EventArgs e ) : void

Method Details

AgendaItemDisplayPanel() public method

public AgendaItemDisplayPanel ( ) : System
return System

Clear() public method

public Clear ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnHide() public method

public OnHide ( ) : void
return void

OnShow() public method

public OnShow ( ) : void
return void

OnShowFinished() protected method

protected OnShowFinished ( ) : void
return void

SetupColors() public method

public SetupColors ( ColorPalette c ) : void
c ColorPalette
return void

SetupDate() public method

public SetupDate ( System.DateTime startdate ) : void
startdate System.DateTime
return void

SetupItem() public method

public SetupItem ( AgendaItem item ) : void
item AgendaItem
return void