SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SeciControls.PolarisDashboard Class Reference

Interaction logic for PolarisDashboard.xaml More...

Inheritance diagram for SeciControls.PolarisDashboard:
Inheritance graph
Collaboration diagram for SeciControls.PolarisDashboard:
Collaboration graph

Public Member Functions

override Boolean IsExpanded ()
 
 PolarisDashboard ()
 
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
 

Detailed Description

Interaction logic for PolarisDashboard.xaml

Definition at line 13 of file PolarisDashboard.xaml.cs.

Constructor & Destructor Documentation

SeciControls.PolarisDashboard.PolarisDashboard ( )
inline

Member Function Documentation

void SeciControls.PolarisDashboard.btnCancel_Click ( object  sender,
RoutedEventArgs  e 
)
inlineprivate

Definition at line 80 of file PolarisDashboard.xaml.cs.

References SeciControls.PolarisDashboard._oldTitle.

void SeciControls.PolarisDashboard.btnSet_Click ( object  sender,
RoutedEventArgs  e 
)
inlineprivate
void SeciControls.PolarisDashboard.expander1_StateChanged ( object  sender,
RoutedEventArgs  e 
)
inlineprivate
override Boolean SeciControls.PolarisDashboard.IsExpanded ( )
inlinevirtual

Reimplemented from SeciControls.BaseDashboardControl.

Definition at line 33 of file PolarisDashboard.xaml.cs.

void SeciControls.PolarisDashboard.setStatusColour ( String  runStatus)
inlineprivate
void SeciControls.PolarisDashboard.txtTitle_TextChanged ( object  sender,
TextChangedEventArgs  e 
)
inlineprivate
override void SeciControls.PolarisDashboard.UpdateControl ( )
inlinevirtual

Member Data Documentation

Brush SeciControls.PolarisDashboard._brushNormal
private
Brush SeciControls.PolarisDashboard._brushWarning
private
Boolean SeciControls.PolarisDashboard._codeChangingTitle = false
private
String SeciControls.PolarisDashboard._oldTitle
private

The documentation for this class was generated from the following file: