SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Static Public Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
Seci.Managers.AlertsMgr Class Reference
Collaboration diagram for Seci.Managers.AlertsMgr:
Collaboration graph

Static Public Member Functions

static void AddComponentBox (Tools.AlertsBox master, Tools.AlertsBox toAdd, String compName)
 Method for adding another AlertsBox to the current AlertsBox, i.e. when loading a sub-configuration. More...
 
static void CheckBlockInRange (Definitions.BlockInfo block)
 
static void CheckInWaiting (Boolean waiting)
 
static void ClearAlerts ()
 
static Tools.AlertsBox GetAlertsCopy ()
 
static Tools.AlertsBox GetAlertsCopyForSaving ()
 
static Tools.PhoneNumbersList GetPhoneNumbersCopy ()
 
static void LoadPhoneNumbers ()
 
static void SavePhoneNumbers ()
 
static void SetAlerts (Tools.AlertsBox alerts)
 
static void SetPhoneNumbers (Tools.PhoneNumbersList numbers)
 

Static Private Member Functions

static void _sender_DoWork (object sender, DoWorkEventArgs e)
 
static void sendMessage (String message)
 

Static Private Attributes

static BackgroundWorker _sender
 
static Tools.AlertsBox Alerts = new Tools.AlertsBox()
 
static string PHONE_NUMBERS_FILENAME = "phone_numbers.xml"
 
static Tools.PhoneNumbersList PhoneNumbers = new Tools.PhoneNumbersList()
 

Detailed Description

Definition at line 13 of file AlertsMgr.cs.

Member Function Documentation

static void Seci.Managers.AlertsMgr._sender_DoWork ( object  sender,
DoWorkEventArgs  e 
)
inlinestaticprivate

Definition at line 121 of file AlertsMgr.cs.

static void Seci.Managers.AlertsMgr.AddComponentBox ( Tools.AlertsBox  master,
Tools.AlertsBox  toAdd,
String  compName 
)
inlinestatic

Method for adding another AlertsBox to the current AlertsBox, i.e. when loading a sub-configuration.

Parameters
masterThe AlertsBox to be added to
toAddThe AlertsBox to add
compNameThe name of the sub configuration

Definition at line 198 of file AlertsMgr.cs.

static void Seci.Managers.AlertsMgr.CheckBlockInRange ( Definitions.BlockInfo  block)
inlinestatic
static void Seci.Managers.AlertsMgr.CheckInWaiting ( Boolean  waiting)
inlinestatic

Definition at line 77 of file AlertsMgr.cs.

static void Seci.Managers.AlertsMgr.ClearAlerts ( )
inlinestatic

Definition at line 224 of file AlertsMgr.cs.

static Tools.AlertsBox Seci.Managers.AlertsMgr.GetAlertsCopy ( )
inlinestatic

Definition at line 165 of file AlertsMgr.cs.

References Seci.Tools.AlertsBox.AlertsBox().

Here is the call graph for this function:

static Tools.AlertsBox Seci.Managers.AlertsMgr.GetAlertsCopyForSaving ( )
inlinestatic

Definition at line 171 of file AlertsMgr.cs.

References Seci.Tools.AlertsBox.AlertsBox(), Seci.Managers.BlockMgr.Blocks, and Seci.BlockDictionary.Contains().

Here is the call graph for this function:

static Tools.PhoneNumbersList Seci.Managers.AlertsMgr.GetPhoneNumbersCopy ( )
inlinestatic

Definition at line 159 of file AlertsMgr.cs.

References Seci.Tools.PhoneNumbersList.PhoneNumbersList().

Here is the call graph for this function:

static void Seci.Managers.AlertsMgr.LoadPhoneNumbers ( )
inlinestatic

Definition at line 251 of file AlertsMgr.cs.

static void Seci.Managers.AlertsMgr.SavePhoneNumbers ( )
inlinestatic

Definition at line 229 of file AlertsMgr.cs.

static void Seci.Managers.AlertsMgr.sendMessage ( String  message)
inlinestaticprivate

Definition at line 114 of file AlertsMgr.cs.

static void Seci.Managers.AlertsMgr.SetAlerts ( Tools.AlertsBox  alerts)
inlinestatic

Definition at line 21 of file AlertsMgr.cs.

static void Seci.Managers.AlertsMgr.SetPhoneNumbers ( Tools.PhoneNumbersList  numbers)
inlinestatic

Definition at line 26 of file AlertsMgr.cs.

Member Data Documentation

BackgroundWorker Seci.Managers.AlertsMgr._sender
staticprivate

Definition at line 19 of file AlertsMgr.cs.

Tools.AlertsBox Seci.Managers.AlertsMgr.Alerts = new Tools.AlertsBox()
staticprivate

Definition at line 18 of file AlertsMgr.cs.

string Seci.Managers.AlertsMgr.PHONE_NUMBERS_FILENAME = "phone_numbers.xml"
staticprivate

Definition at line 15 of file AlertsMgr.cs.

Tools.PhoneNumbersList Seci.Managers.AlertsMgr.PhoneNumbers = new Tools.PhoneNumbersList()
staticprivate

Definition at line 17 of file AlertsMgr.cs.


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