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.PearlDashboard Class Reference

Interaction logic for PearlDashboard.xaml More...

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

Public Member Functions

override Boolean IsExpanded ()
 
 PearlDashboard ()
 
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 PearlDashboard.xaml

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

Constructor & Destructor Documentation

SeciControls.PearlDashboard.PearlDashboard ( )
inline

Member Function Documentation

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

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

References SeciControls.PearlDashboard._oldTitle.

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

Reimplemented from SeciControls.BaseDashboardControl.

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

void SeciControls.PearlDashboard.setStatusColour ( String  runStatus)
inlineprivate

Definition at line 194 of file PearlDashboard.xaml.cs.

Referenced by SeciControls.PearlDashboard.UpdateControl().

void SeciControls.PearlDashboard.txtTitle_TextChanged ( object  sender,
TextChangedEventArgs  e 
)
inlineprivate
override void SeciControls.PearlDashboard.UpdateControl ( )
inlinevirtual

Member Data Documentation

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

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