![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Interaction logic for MainWindow.xaml More...
Public Member Functions | |
| void | InitializeComponent () |
| InitializeComponent More... | |
| void | InitializeComponent () |
| InitializeComponent More... | |
Static Public Member Functions | |
| static Task | WaitForDB () |
| Waits to the database to be configured. More... | |
| static async Task< T > | InstantiateModel< T > (params object[] Arguments) |
| Instantiates a view model. More... | |
| static void | ErrorBox (string ErrorMessage) |
| Displays an error message on the screen, on the main UI thread. More... | |
| static void | SuccessBox (string Message) |
| Displays a success message on the screen, on the main UI thread. More... | |
| static void | ShowStatus (string Message) |
| Displays a status message on the screen, on the main UI thread. More... | |
| static Task< MessageBoxResult > | MessageBox (string Text, string Caption, MessageBoxButton Button, MessageBoxImage Icon) |
| Displays a message box on the screen, on the main UI thread. More... | |
| static string | PromptUser (string Title, string Label) |
| Prompts the user for input. More... | |
| static string | PromptUser (string Title, string Label, string Text) |
| Prompts the user for input. More... | |
| static string | PromptUser (string Title, string Label, string Text, string OkButton, string CancelButton) |
| Prompts the user for input. More... | |
| static void | MouseDefault () |
| Returns to default mouse pointer. More... | |
| static void | MouseHourglass () |
| Displays an hourglass cursor (or similar for waiting purposes). More... | |
| static Task< bool > | UpdateGui (GuiDelegate Method) |
| Calls a method from the Main UI thread. More... | |
| static Task< bool > | UpdateGui (GuiDelegateWithParameter Method, object State) |
| Calls a method from the Main UI thread. More... | |
| static void | OpenUrl (Uri Url) |
| Opens an URL in the currently selected browser using the Shell. More... | |
| static void | SelectTab (UserControl Tab) |
Protected Member Functions | |
| override void | OnClosed (EventArgs e) |
Properties | |
| static WindowSizeModel | WindowSizeModel [get] |
| Window Size model More... | |
| static NetworkModel | NetworkModel [get] |
| Network model More... | |
| static DesignModel | DesignModel [get] |
| Design model More... | |
| LegalLab.MainWindow.MainWindow | ( | ) |
Definition at line 57 of file MainWindow.xaml.cs.
|
static |
Displays an error message on the screen, on the main UI thread.
| ErrorMessage | Error message |
Definition at line 273 of file MainWindow.xaml.cs.
| void LegalLab.MainWindow.InitializeComponent | ( | ) |
InitializeComponent
Definition at line 156 of file MainWindow.g.cs.
| void LegalLab.MainWindow.InitializeComponent | ( | ) |
InitializeComponent
Definition at line 156 of file MainWindow.g.i.cs.
|
static |
Instantiates a view model.
| T | Type of view model |
| Arguments | Optional list of arguments. |
| T | : | Model |
Definition at line 192 of file MainWindow.xaml.cs.
|
static |
Displays a message box on the screen, on the main UI thread.
| Text | Text message |
| Caption | Caption text |
| Button | Button text |
| Icon | Icon to display |
Definition at line 308 of file MainWindow.xaml.cs.
|
static |
Returns to default mouse pointer.
Definition at line 377 of file MainWindow.xaml.cs.
|
static |
Displays an hourglass cursor (or similar for waiting purposes).
Definition at line 389 of file MainWindow.xaml.cs.
|
protected |
Definition at line 208 of file MainWindow.xaml.cs.
|
static |
Opens an URL in the currently selected browser using the Shell.
| Url | URL to open |
Definition at line 531 of file MainWindow.xaml.cs.
|
static |
Prompts the user for input.
| Title | Dialog title. |
| Label | Label to display to the user. |
| Text | Pre-filled input value. |
Definition at line 329 of file MainWindow.xaml.cs.
|
static |
Prompts the user for input.
| Title | Dialog title. |
| Label | Label to display to the user. |
| Text | Pre-filled input value. |
Definition at line 341 of file MainWindow.xaml.cs.
|
static |
Prompts the user for input.
| Title | Dialog title. |
| Label | Label to display to the user. |
| Text | Pre-filled input value. |
| OkButton | Text of the OK button. |
| CancelButton | Text of the Cancel button. |
Definition at line 355 of file MainWindow.xaml.cs.
|
static |
Definition at line 623 of file MainWindow.xaml.cs.
|
static |
Displays a status message on the screen, on the main UI thread.
| Message | Status message |
Definition at line 291 of file MainWindow.xaml.cs.
|
static |
Displays a success message on the screen, on the main UI thread.
| Message | Success message |
Definition at line 282 of file MainWindow.xaml.cs.
|
static |
Calls a method from the Main UI thread.
| Method | Method to call. |
Definition at line 403 of file MainWindow.xaml.cs.
|
static |
Calls a method from the Main UI thread.
| Method | Method to call. |
| State | State object to pass on to the callback method. |
Definition at line 414 of file MainWindow.xaml.cs.
|
static |
|
staticget |
Design model
Definition at line 263 of file MainWindow.xaml.cs.
|
staticget |
Network model
Definition at line 258 of file MainWindow.xaml.cs.
|
staticget |
Window Size model
Definition at line 253 of file MainWindow.xaml.cs.