Interaction logic for JournalViewer.xaml More...
Public Member Functions | |
JournalControl () | |
Properties | |
Boolean | OkayToUpdate [get, set] |
Private Member Functions | |
void | _timer_Elapsed (object sender, ElapsedEventArgs e) |
void | _worker_DoWork (object sender, DoWorkEventArgs e) |
void | lnkJournal_Click (object sender, RoutedEventArgs e) |
void | showErrorMessage (String message) |
delegate void | UpdateErrorDelegate (String message) |
void | updateTable (List< Entry > entries) |
delegate void | UpdateTableDelegate (List< Entry > entries) |
void | UserControl_Loaded (object sender, RoutedEventArgs e) |
Private Attributes | |
String | _basedir = Environment.CurrentDirectory |
JournalDataExtractor | _dm = new JournalDataExtractor() |
Timer | _timer |
BackgroundWorker | _worker = new BackgroundWorker() |
Interaction logic for JournalViewer.xaml
Definition at line 27 of file JournalControl.xaml.cs.
|
inline |
Definition at line 37 of file JournalControl.xaml.cs.
|
inlineprivate |
Definition at line 88 of file JournalControl.xaml.cs.
References SeciControls.JournalControl._worker, and SeciControls.JournalControl.OkayToUpdate.
Referenced by SeciControls.JournalControl.UserControl_Loaded().
|
inlineprivate |
Definition at line 68 of file JournalControl.xaml.cs.
References SeciControls.JournalControl._basedir, SeciControls.JournalControl._dm, SeciControls.JournalDataExtractor.GetCurrentCycleData(), SeciControls.JournalControl.showErrorMessage(), SeciControls.JournalControl.UpdateErrorDelegate(), SeciControls.JournalControl.updateTable(), and SeciControls.JournalControl.UpdateTableDelegate().
Referenced by SeciControls.JournalControl.UserControl_Loaded().
|
inlineprivate |
Definition at line 130 of file JournalControl.xaml.cs.
References SeciControls.JournalControl._basedir.
|
inlineprivate |
Definition at line 110 of file JournalControl.xaml.cs.
Referenced by SeciControls.JournalControl._worker_DoWork(), and SeciControls.JournalControl.updateTable().
|
private |
Referenced by SeciControls.JournalControl._worker_DoWork().
|
inlineprivate |
Definition at line 96 of file JournalControl.xaml.cs.
References SeciControls.JournalControl.showErrorMessage().
Referenced by SeciControls.JournalControl._worker_DoWork().
|
private |
Referenced by SeciControls.JournalControl._worker_DoWork().
|
inlineprivate |
Definition at line 48 of file JournalControl.xaml.cs.
References SeciControls.JournalControl._basedir, SeciControls.JournalControl._timer, SeciControls.JournalControl._timer_Elapsed(), SeciControls.JournalControl._worker_DoWork(), and SeciControls.JournalControl.OkayToUpdate.
|
private |
Definition at line 31 of file JournalControl.xaml.cs.
Referenced by SeciControls.JournalControl._worker_DoWork(), SeciControls.JournalControl.lnkJournal_Click(), and SeciControls.JournalControl.UserControl_Loaded().
|
private |
Definition at line 30 of file JournalControl.xaml.cs.
Referenced by SeciControls.JournalControl._worker_DoWork().
|
private |
Definition at line 33 of file JournalControl.xaml.cs.
Referenced by SeciControls.JournalControl.UserControl_Loaded().
|
private |
Definition at line 32 of file JournalControl.xaml.cs.
Referenced by SeciControls.JournalControl._timer_Elapsed().
|
getset |
Definition at line 29 of file JournalControl.xaml.cs.
Referenced by SeciControls.JournalControl._timer_Elapsed(), and SeciControls.JournalControl.UserControl_Loaded().