Interaction logic for AlternativeDashboard.xaml More...
Public Member Functions | |
override Boolean | IsExpanded () |
PeriodDashboard () | |
override void | UpdateControl () |
Private Member Functions | |
void | btnCancel_Click (object sender, RoutedEventArgs e) |
void | btnSet_Click (object sender, RoutedEventArgs e) |
void | expander1_StateChanged (object sender, RoutedEventArgs e) |
void | setStatusColour (String runStatus) |
void | txtTitle_TextChanged (object sender, TextChangedEventArgs e) |
Private Attributes | |
Brush | _brushNormal |
Brush | _brushWarning |
Boolean | _codeChangingTitle = false |
String | _oldTitle |
Additional Inherited Members | |
Static Public Member Functions inherited from SeciControls.BaseDashboardControl | |
static Boolean | GetIsBigFonts (UIElement element) |
static void | SetIsBigFonts (UIElement element, Boolean value) |
Static Public Attributes inherited from SeciControls.BaseDashboardControl | |
static readonly DependencyProperty | IsBigFontsProperty |
static readonly DependencyProperty | IsMuonProperty = DependencyProperty.Register("IsMuon", typeof(bool), typeof(BaseDashboardControl), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(OnExperimentTypeChanged))) |
static readonly RoutedEvent | OnExpandedEvent = EventManager.RegisterRoutedEvent("OnExpandedEvent", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(BaseDashboardControl)) |
static readonly RoutedEvent | OnUnexpandedEvent = EventManager.RegisterRoutedEvent("OnUnexpandedEvent", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(BaseDashboardControl)) |
Properties inherited from SeciControls.BaseDashboardControl | |
bool | IsMuon [get, set] |
RoutedEventHandler | OnExpanded |
RoutedEventHandler | OnUnexpanded |
Interaction logic for AlternativeDashboard.xaml
Definition at line 13 of file PeriodDashboard.xaml.cs.
|
inline |
Definition at line 20 of file PeriodDashboard.xaml.cs.
References SeciControls.PeriodDashboard._brushNormal, and SeciControls.PeriodDashboard._brushWarning.
|
inlineprivate |
Definition at line 80 of file PeriodDashboard.xaml.cs.
References SeciControls.PeriodDashboard._oldTitle.
|
inlineprivate |
Definition at line 51 of file PeriodDashboard.xaml.cs.
References SeciControls.PeriodDashboard._codeChangingTitle, and SeciControls.PeriodDashboard._oldTitle.
|
inlineprivate |
Definition at line 88 of file PeriodDashboard.xaml.cs.
References SeciControls.BaseDashboardControl.OnExpandedEvent, and SeciControls.BaseDashboardControl.OnUnexpandedEvent.
|
inlinevirtual |
Reimplemented from SeciControls.BaseDashboardControl.
Definition at line 33 of file PeriodDashboard.xaml.cs.
|
inlineprivate |
Definition at line 201 of file PeriodDashboard.xaml.cs.
Referenced by SeciControls.PeriodDashboard.UpdateControl().
|
inlineprivate |
Definition at line 38 of file PeriodDashboard.xaml.cs.
References SeciControls.PeriodDashboard._codeChangingTitle, and SeciControls.PeriodDashboard._oldTitle.
|
inlinevirtual |
Reimplemented from SeciControls.BaseDashboardControl.
Definition at line 107 of file PeriodDashboard.xaml.cs.
References SeciControls.PeriodDashboard._brushNormal, SeciControls.PeriodDashboard._brushWarning, SeciControls.PeriodDashboard._codeChangingTitle, SeciControls.PeriodDashboard._oldTitle, SeciControls.BaseDashboardControl.IsMuon, and SeciControls.PeriodDashboard.setStatusColour().
|
private |
Definition at line 18 of file PeriodDashboard.xaml.cs.
Referenced by SeciControls.PeriodDashboard.PeriodDashboard(), and SeciControls.PeriodDashboard.UpdateControl().
|
private |
Definition at line 17 of file PeriodDashboard.xaml.cs.
Referenced by SeciControls.PeriodDashboard.PeriodDashboard(), and SeciControls.PeriodDashboard.UpdateControl().
|
private |
Definition at line 16 of file PeriodDashboard.xaml.cs.
Referenced by SeciControls.PeriodDashboard.btnSet_Click(), SeciControls.PeriodDashboard.txtTitle_TextChanged(), and SeciControls.PeriodDashboard.UpdateControl().
|
private |
Definition at line 15 of file PeriodDashboard.xaml.cs.
Referenced by SeciControls.PeriodDashboard.btnCancel_Click(), SeciControls.PeriodDashboard.btnSet_Click(), SeciControls.PeriodDashboard.txtTitle_TextChanged(), and SeciControls.PeriodDashboard.UpdateControl().