Interaction logic for StandardDashboard.xaml More...
Public Member Functions | |
override Boolean | IsExpanded () |
StandardDashboard () | |
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 StandardDashboard.xaml
Definition at line 14 of file StandardDashboard.xaml.cs.
|
inline |
Definition at line 21 of file StandardDashboard.xaml.cs.
References SeciControls.StandardDashboard._brushNormal, and SeciControls.StandardDashboard._brushWarning.
|
inlineprivate |
Definition at line 81 of file StandardDashboard.xaml.cs.
References SeciControls.StandardDashboard._oldTitle.
|
inlineprivate |
Definition at line 52 of file StandardDashboard.xaml.cs.
References SeciControls.StandardDashboard._codeChangingTitle, and SeciControls.StandardDashboard._oldTitle.
|
inlineprivate |
Definition at line 89 of file StandardDashboard.xaml.cs.
References SeciControls.BaseDashboardControl.OnExpandedEvent, and SeciControls.BaseDashboardControl.OnUnexpandedEvent.
|
inlinevirtual |
Reimplemented from SeciControls.BaseDashboardControl.
Definition at line 34 of file StandardDashboard.xaml.cs.
|
inlineprivate |
Definition at line 178 of file StandardDashboard.xaml.cs.
Referenced by SeciControls.StandardDashboard.UpdateControl().
|
inlineprivate |
Definition at line 39 of file StandardDashboard.xaml.cs.
References SeciControls.StandardDashboard._codeChangingTitle, and SeciControls.StandardDashboard._oldTitle.
|
inlinevirtual |
Reimplemented from SeciControls.BaseDashboardControl.
Definition at line 108 of file StandardDashboard.xaml.cs.
References SeciControls.StandardDashboard._brushNormal, SeciControls.StandardDashboard._brushWarning, SeciControls.StandardDashboard._codeChangingTitle, SeciControls.BaseDashboardControl.IsMuon, and SeciControls.StandardDashboard.setStatusColour().
|
private |
Definition at line 19 of file StandardDashboard.xaml.cs.
Referenced by SeciControls.StandardDashboard.StandardDashboard(), and SeciControls.StandardDashboard.UpdateControl().
|
private |
Definition at line 18 of file StandardDashboard.xaml.cs.
Referenced by SeciControls.StandardDashboard.StandardDashboard(), and SeciControls.StandardDashboard.UpdateControl().
|
private |
Definition at line 17 of file StandardDashboard.xaml.cs.
Referenced by SeciControls.StandardDashboard.btnSet_Click(), SeciControls.StandardDashboard.txtTitle_TextChanged(), and SeciControls.StandardDashboard.UpdateControl().
|
private |
Definition at line 16 of file StandardDashboard.xaml.cs.
Referenced by SeciControls.StandardDashboard.btnCancel_Click(), SeciControls.StandardDashboard.btnSet_Click(), and SeciControls.StandardDashboard.txtTitle_TextChanged().