SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Protected Member Functions | Properties | Events | Private Member Functions | Private Attributes | List of all members
SeciControls.Menu Class Reference
Inheritance diagram for SeciControls.Menu:
Inheritance graph
Collaboration diagram for SeciControls.Menu:
Collaboration graph

Public Member Functions

void AddRecentConfigs (List< String > recent)
 
 Menu ()
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

Boolean LogInEnabled [get, set]
 
Boolean LogOutEnabled [get, set]
 

Events

RoutedEventHandler OnExitClicked
 
RoutedEventHandler OnLoginClicked
 
RoutedEventHandler OnLogoutClicked
 
RoutedEventHandler OnNewClicked
 
RoutedEventHandler OnOpenClicked
 
RoutedEventHandler OnRecentConfigClicked
 
RoutedEventHandler OnSaveAsClicked
 
RoutedEventHandler OnSaveClicked
 

Private Member Functions

void exitToolStripMenuItem_Click (object sender, EventArgs e)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void logInToolStripMenuItem_Click (object sender, EventArgs e)
 
void logOutToolStripMenuItem_Click (object sender, EventArgs e)
 
void newToolStripMenuItem_Click (object sender, EventArgs e)
 
void OnRecentConfig_Click (object sender, EventArgs e)
 
void openToolStripMenuItem_Click (object sender, EventArgs e)
 
void saveAsToolStripMenuItem_Click (object sender, EventArgs e)
 
void saveToolStripMenuItem_Click (object sender, EventArgs e)
 

Private Attributes

System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem
 
System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem
 
System.Windows.Forms.ToolStripMenuItem logInToolStripMenuItem
 
System.Windows.Forms.ToolStripMenuItem logOutToolStripMenuItem
 
System.Windows.Forms.ToolStripMenuItem managerToolStripMenuItem
 
System.Windows.Forms.MenuStrip menuStrip1
 
System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem
 
System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem
 
System.Windows.Forms.ToolStripMenuItem recentConfigurationsToolStripMenuItem
 
System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem
 
System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem
 

Detailed Description

Definition at line 13 of file Menu.cs.

Constructor & Destructor Documentation

SeciControls.Menu.Menu ( )
inline

Definition at line 28 of file Menu.cs.

References SeciControls.Menu.InitializeComponent().

Here is the call graph for this function:

Member Function Documentation

void SeciControls.Menu.AddRecentConfigs ( List< String >  recent)
inline

Definition at line 97 of file Menu.cs.

References SeciControls.Menu.OnRecentConfig_Click().

Here is the call graph for this function:

override void SeciControls.Menu.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 14 of file Menu.Designer.cs.

References SeciControls.Menu.components.

void SeciControls.Menu.exitToolStripMenuItem_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 65 of file Menu.cs.

References SeciControls.Menu.OnExitClicked.

void SeciControls.Menu.InitializeComponent ( )
inlineprivate

Required method for Designer support - do not modify the contents of this method with the code editor.

Definition at line 29 of file Menu.Designer.cs.

Referenced by SeciControls.Menu.Menu().

void SeciControls.Menu.logInToolStripMenuItem_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 73 of file Menu.cs.

References SeciControls.Menu.OnLoginClicked.

void SeciControls.Menu.logOutToolStripMenuItem_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 81 of file Menu.cs.

References SeciControls.Menu.OnLogoutClicked.

void SeciControls.Menu.newToolStripMenuItem_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 33 of file Menu.cs.

References SeciControls.Menu.OnNewClicked.

void SeciControls.Menu.OnRecentConfig_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 89 of file Menu.cs.

References SeciControls.Menu.OnRecentConfigClicked.

Referenced by SeciControls.Menu.AddRecentConfigs().

void SeciControls.Menu.openToolStripMenuItem_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 41 of file Menu.cs.

References SeciControls.Menu.OnOpenClicked.

void SeciControls.Menu.saveAsToolStripMenuItem_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 57 of file Menu.cs.

References SeciControls.Menu.OnSaveAsClicked.

void SeciControls.Menu.saveToolStripMenuItem_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 49 of file Menu.cs.

References SeciControls.Menu.OnSaveClicked.

Member Data Documentation

System.ComponentModel.IContainer SeciControls.Menu.components = null
private

Required designer variable.

Definition at line 8 of file Menu.Designer.cs.

Referenced by SeciControls.Menu.Dispose().

System.Windows.Forms.ToolStripMenuItem SeciControls.Menu.exitToolStripMenuItem
private

Definition at line 159 of file Menu.Designer.cs.

System.Windows.Forms.ToolStripMenuItem SeciControls.Menu.fileToolStripMenuItem
private

Definition at line 152 of file Menu.Designer.cs.

System.Windows.Forms.ToolStripMenuItem SeciControls.Menu.logInToolStripMenuItem
private

Definition at line 160 of file Menu.Designer.cs.

System.Windows.Forms.ToolStripMenuItem SeciControls.Menu.logOutToolStripMenuItem
private

Definition at line 161 of file Menu.Designer.cs.

System.Windows.Forms.ToolStripMenuItem SeciControls.Menu.managerToolStripMenuItem
private

Definition at line 153 of file Menu.Designer.cs.

System.Windows.Forms.MenuStrip SeciControls.Menu.menuStrip1
private

Definition at line 151 of file Menu.Designer.cs.

System.Windows.Forms.ToolStripMenuItem SeciControls.Menu.newToolStripMenuItem
private

Definition at line 154 of file Menu.Designer.cs.

System.Windows.Forms.ToolStripMenuItem SeciControls.Menu.openToolStripMenuItem
private

Definition at line 155 of file Menu.Designer.cs.

System.Windows.Forms.ToolStripMenuItem SeciControls.Menu.recentConfigurationsToolStripMenuItem
private

Definition at line 158 of file Menu.Designer.cs.

System.Windows.Forms.ToolStripMenuItem SeciControls.Menu.saveAsToolStripMenuItem
private

Definition at line 157 of file Menu.Designer.cs.

System.Windows.Forms.ToolStripMenuItem SeciControls.Menu.saveToolStripMenuItem
private

Definition at line 156 of file Menu.Designer.cs.

Property Documentation

Boolean SeciControls.Menu.LogInEnabled
getset

Definition at line 25 of file Menu.cs.

Boolean SeciControls.Menu.LogOutEnabled
getset

Definition at line 26 of file Menu.cs.

Event Documentation

RoutedEventHandler SeciControls.Menu.OnExitClicked

Definition at line 19 of file Menu.cs.

Referenced by SeciControls.Menu.exitToolStripMenuItem_Click().

RoutedEventHandler SeciControls.Menu.OnLoginClicked

Definition at line 20 of file Menu.cs.

Referenced by SeciControls.Menu.logInToolStripMenuItem_Click().

RoutedEventHandler SeciControls.Menu.OnLogoutClicked

Definition at line 21 of file Menu.cs.

Referenced by SeciControls.Menu.logOutToolStripMenuItem_Click().

RoutedEventHandler SeciControls.Menu.OnNewClicked

Definition at line 15 of file Menu.cs.

Referenced by SeciControls.Menu.newToolStripMenuItem_Click().

RoutedEventHandler SeciControls.Menu.OnOpenClicked

Definition at line 16 of file Menu.cs.

Referenced by SeciControls.Menu.openToolStripMenuItem_Click().

RoutedEventHandler SeciControls.Menu.OnRecentConfigClicked

Definition at line 23 of file Menu.cs.

Referenced by SeciControls.Menu.OnRecentConfig_Click().

RoutedEventHandler SeciControls.Menu.OnSaveAsClicked

Definition at line 18 of file Menu.cs.

Referenced by SeciControls.Menu.saveAsToolStripMenuItem_Click().

RoutedEventHandler SeciControls.Menu.OnSaveClicked

Definition at line 17 of file Menu.cs.

Referenced by SeciControls.Menu.saveToolStripMenuItem_Click().


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