Definition at line 14 of file MainWindow.xaml.cs.
◆ MainWindow()
ShareReadability.MainWindow.MainWindow |
( |
| ) |
|
◆ ChromiumWebBrowserOnFrameLoadEnd()
void ShareReadability.MainWindow.ChromiumWebBrowserOnFrameLoadEnd |
( |
object |
sender, |
|
|
FrameLoadEndEventArgs |
frameLoadEndEventArgs |
|
) |
| |
|
private |
Enables the main menu if the URL is equal some specified target URL. So the main menu is only active at the LaTeX Editor.
- Parameters
-
sender | The sender. |
frameLoadEndEventArgs | The event. |
Definition at line 48 of file MainWindow.xaml.cs.
◆ EnableMainMenu()
void ShareReadability.MainWindow.EnableMainMenu |
( |
bool |
enabled | ) |
|
Enables/Disables the main menu.
- Parameters
-
enabled | If the main menu should be enabled. |
Definition at line 80 of file MainWindow.xaml.cs.
◆ MenuItem_OnClick_Analyze()
void ShareReadability.MainWindow.MenuItem_OnClick_Analyze |
( |
object |
sender, |
|
|
RoutedEventArgs |
e |
|
) |
| |
|
private |
Executes the readability analysis pipeline.
- Parameters
-
sender | The sender. |
e | The event. |
Definition at line 59 of file MainWindow.xaml.cs.
◆ MenuItem_OnClick_Settings()
void ShareReadability.MainWindow.MenuItem_OnClick_Settings |
( |
object |
sender, |
|
|
RoutedEventArgs |
e |
|
) |
| |
|
private |
Opens the settings window.
- Parameters
-
sender | The sender. |
e | The event. |
Definition at line 69 of file MainWindow.xaml.cs.