Interaction logic for LabViewNavButton.xaml More...
Public Member Functions | |
LabViewNavButton () | |
void | SetExpansionToDefault () |
void | SetLinkVisability (Boolean show) |
void | SetText (String text) |
Static Public Attributes | |
static DependencyProperty | DefaultNameProperty |
Properties | |
String | DefaultName [get, set] |
Events | |
EventHandler | OnAddVIClicked |
EventHandler | OnConfigureBlocksClicked |
EventHandler | OnConfigureVIClicked |
EventHandler | OnDisplayBlocksClicked |
EventHandler | OnEditTabsClicked |
EventHandler | OnRemoveVIClicked |
EventHandler | OnVIsClicked |
Private Member Functions | |
void | btnLabview_Click (object sender, RoutedEventArgs e) |
void | btnLabview_Collapsed (object sender, RoutedEventArgs e) |
void | btnLabview_Expanded (object sender, RoutedEventArgs e) |
void | lnkAddVI_Click (object sender, RoutedEventArgs e) |
void | lnkConfigureBlocks_Click (object sender, RoutedEventArgs e) |
void | lnkConfigureVI_Click (object sender, RoutedEventArgs e) |
void | lnkDisplayBlocks_Click (object sender, RoutedEventArgs e) |
void | lnkEditTabs_Click (object sender, RoutedEventArgs e) |
void | lnkRemoveVI_Click (object sender, RoutedEventArgs e) |
Static Private Member Functions | |
static | LabViewNavButton () |
Private Attributes | |
Boolean | _isLabviewBtnExpanded = false |
Interaction logic for LabViewNavButton.xaml
Definition at line 20 of file LabViewNavButton.xaml.cs.
|
inlinestaticprivate |
Definition at line 34 of file LabViewNavButton.xaml.cs.
References SeciControls.LabViewNavButton.DefaultNameProperty.
|
inline |
Definition at line 51 of file LabViewNavButton.xaml.cs.
|
inlineprivate |
Definition at line 112 of file LabViewNavButton.xaml.cs.
References SeciControls.LabViewNavButton.OnVIsClicked.
|
inlineprivate |
Definition at line 86 of file LabViewNavButton.xaml.cs.
References SeciControls.LabViewNavButton._isLabviewBtnExpanded.
Referenced by SeciControls.LabViewNavButton.SetExpansionToDefault().
|
inlineprivate |
Definition at line 101 of file LabViewNavButton.xaml.cs.
References SeciControls.LabViewNavButton._isLabviewBtnExpanded.
Referenced by SeciControls.LabViewNavButton.SetExpansionToDefault().
|
inlineprivate |
Definition at line 122 of file LabViewNavButton.xaml.cs.
References SeciControls.LabViewNavButton.OnAddVIClicked.
|
inlineprivate |
Definition at line 154 of file LabViewNavButton.xaml.cs.
References SeciControls.LabViewNavButton.OnConfigureBlocksClicked.
|
inlineprivate |
Definition at line 138 of file LabViewNavButton.xaml.cs.
References SeciControls.LabViewNavButton.OnConfigureVIClicked.
|
inlineprivate |
Definition at line 162 of file LabViewNavButton.xaml.cs.
References SeciControls.LabViewNavButton.OnDisplayBlocksClicked.
|
inlineprivate |
Definition at line 146 of file LabViewNavButton.xaml.cs.
References SeciControls.LabViewNavButton.OnEditTabsClicked.
|
inlineprivate |
Definition at line 130 of file LabViewNavButton.xaml.cs.
References SeciControls.LabViewNavButton.OnRemoveVIClicked.
|
inline |
Definition at line 56 of file LabViewNavButton.xaml.cs.
References SeciControls.LabViewNavButton._isLabviewBtnExpanded, SeciControls.LabViewNavButton.btnLabview_Collapsed(), and SeciControls.LabViewNavButton.btnLabview_Expanded().
|
inline |
Definition at line 68 of file LabViewNavButton.xaml.cs.
|
inline |
Definition at line 46 of file LabViewNavButton.xaml.cs.
|
private |
Definition at line 22 of file LabViewNavButton.xaml.cs.
Referenced by SeciControls.LabViewNavButton.btnLabview_Collapsed(), SeciControls.LabViewNavButton.btnLabview_Expanded(), and SeciControls.LabViewNavButton.SetExpansionToDefault().
|
static |
Definition at line 32 of file LabViewNavButton.xaml.cs.
Referenced by SeciControls.LabViewNavButton.LabViewNavButton().
|
getset |
Definition at line 41 of file LabViewNavButton.xaml.cs.
EventHandler SeciControls.LabViewNavButton.OnAddVIClicked |
Definition at line 25 of file LabViewNavButton.xaml.cs.
Referenced by SeciControls.LabViewNavButton.lnkAddVI_Click().
EventHandler SeciControls.LabViewNavButton.OnConfigureBlocksClicked |
Definition at line 29 of file LabViewNavButton.xaml.cs.
Referenced by SeciControls.LabViewNavButton.lnkConfigureBlocks_Click().
EventHandler SeciControls.LabViewNavButton.OnConfigureVIClicked |
Definition at line 27 of file LabViewNavButton.xaml.cs.
Referenced by SeciControls.LabViewNavButton.lnkConfigureVI_Click().
EventHandler SeciControls.LabViewNavButton.OnDisplayBlocksClicked |
Definition at line 30 of file LabViewNavButton.xaml.cs.
Referenced by SeciControls.LabViewNavButton.lnkDisplayBlocks_Click().
EventHandler SeciControls.LabViewNavButton.OnEditTabsClicked |
Definition at line 28 of file LabViewNavButton.xaml.cs.
Referenced by SeciControls.LabViewNavButton.lnkEditTabs_Click().
EventHandler SeciControls.LabViewNavButton.OnRemoveVIClicked |
Definition at line 26 of file LabViewNavButton.xaml.cs.
Referenced by SeciControls.LabViewNavButton.lnkRemoveVI_Click().
EventHandler SeciControls.LabViewNavButton.OnVIsClicked |
Definition at line 24 of file LabViewNavButton.xaml.cs.
Referenced by SeciControls.LabViewNavButton.btnLabview_Click().