- |
GW2-UOAOM
v0.3.0
diff --git a/docs/html/class_g_w2___addon___manager_1_1_add_on_selector.html b/docs/html/class_g_w2___addon___manager_1_1_add_on_selector.html
index 1799992..2f085bc 100644
--- a/docs/html/class_g_w2___addon___manager_1_1_add_on_selector.html
+++ b/docs/html/class_g_w2___addon___manager_1_1_add_on_selector.html
@@ -28,7 +28,6 @@
- |
GW2-UOAOM
v0.3.0
diff --git a/docs/html/class_g_w2___addon___manager_1_1_app-members.html b/docs/html/class_g_w2___addon___manager_1_1_app-members.html
index 7a3f000..60d3d70 100644
--- a/docs/html/class_g_w2___addon___manager_1_1_app-members.html
+++ b/docs/html/class_g_w2___addon___manager_1_1_app-members.html
@@ -28,7 +28,6 @@
- |
GW2-UOAOM
v0.3.0
diff --git a/docs/html/class_g_w2___addon___manager_1_1_app.html b/docs/html/class_g_w2___addon___manager_1_1_app.html
index 3d92c18..8925c33 100644
--- a/docs/html/class_g_w2___addon___manager_1_1_app.html
+++ b/docs/html/class_g_w2___addon___manager_1_1_app.html
@@ -28,7 +28,6 @@
- |
GW2-UOAOM
v0.3.0
diff --git a/docs/html/class_g_w2___addon___manager_1_1_main_window-members.html b/docs/html/class_g_w2___addon___manager_1_1_main_window-members.html
index 562d758..a3ce9fb 100644
--- a/docs/html/class_g_w2___addon___manager_1_1_main_window-members.html
+++ b/docs/html/class_g_w2___addon___manager_1_1_main_window-members.html
@@ -28,7 +28,6 @@
- |
GW2-UOAOM
v0.3.0
diff --git a/docs/html/class_g_w2___addon___manager_1_1_main_window.html b/docs/html/class_g_w2___addon___manager_1_1_main_window.html
index 7f633e7..c532116 100644
--- a/docs/html/class_g_w2___addon___manager_1_1_main_window.html
+++ b/docs/html/class_g_w2___addon___manager_1_1_main_window.html
@@ -28,7 +28,6 @@
- |
GW2-UOAOM
v0.3.0
diff --git a/docs/html/class_g_w2___addon___manager_1_1_opening_view_model-members.html b/docs/html/class_g_w2___addon___manager_1_1_opening_view_model-members.html
index a8b97b6..1943a6e 100644
--- a/docs/html/class_g_w2___addon___manager_1_1_opening_view_model-members.html
+++ b/docs/html/class_g_w2___addon___manager_1_1_opening_view_model-members.html
@@ -28,7 +28,6 @@
- |
GW2-UOAOM
v0.3.0
@@ -101,7 +100,9 @@
d912pxy_CheckBox (defined in GW2_Addon_Manager.OpeningViewModel) | GW2_Addon_Manager.OpeningViewModel | |
d912pxy_Content (defined in GW2_Addon_Manager.OpeningViewModel) | GW2_Addon_Manager.OpeningViewModel | |
DeleteSelected | GW2_Addon_Manager.OpeningViewModel | |
- GamePath (defined in GW2_Addon_Manager.OpeningViewModel) | GW2_Addon_Manager.OpeningViewModel | |
+ DisableSelected | GW2_Addon_Manager.OpeningViewModel | |
+ EnableSelected | GW2_Addon_Manager.OpeningViewModel | |
+ GamePath | GW2_Addon_Manager.OpeningViewModel | |
GW2Radial_CheckBox (defined in GW2_Addon_Manager.OpeningViewModel) | GW2_Addon_Manager.OpeningViewModel | |
GW2Radial_Content (defined in GW2_Addon_Manager.OpeningViewModel) | GW2_Addon_Manager.OpeningViewModel | |
OpeningViewModel() | GW2_Addon_Manager.OpeningViewModel | |
diff --git a/docs/html/class_g_w2___addon___manager_1_1_opening_view_model.html b/docs/html/class_g_w2___addon___manager_1_1_opening_view_model.html
index c11d78b..b1b0be2 100644
--- a/docs/html/class_g_w2___addon___manager_1_1_opening_view_model.html
+++ b/docs/html/class_g_w2___addon___manager_1_1_opening_view_model.html
@@ -28,7 +28,6 @@
- |
GW2-UOAOM
v0.3.0
@@ -136,8 +135,8 @@
string | d912pxy_Content [get, set] |
|
-
-string | GamePath [get, set] |
+ string | GamePath [get, set] |
+ | The Guild Wars 2 Game Path, displayed in the text box on the opening page. More...
|
|
ICommand | SetGamePath [get] |
| Handles button commands for the "set" button next to the game path text field in the opening screen. configuration.SetGamePath(string) More...
|
@@ -145,8 +144,14 @@
ICommand | SetDefaultAddons [get] |
| Handles button commands for the button to make the current add-on selection the default. configuration.ChangeAddonConfig(OpeningViewModel) More...
|
|
+ ICommand | DisableSelected [get] |
+ | Handles the disable selected addons button. More...
|
+ |
+ ICommand | EnableSelected [get] |
+ | Handles the enable selected addons button. More...
|
+ |
ICommand | DeleteSelected [get] |
- | Handles the delete selected addons button. ds_logic More...
|
+ | Handles the delete selected addons button. More...
|
|
ICommand | CreateShortcut [get] |
| Handles the create shortcut button under the options menu. cs_logic More...
|
@@ -225,7 +230,79 @@
+
+
+◆ DisableSelected
+
+
+
+
+
+
+
+
+ ICommand GW2_Addon_Manager.OpeningViewModel.DisableSelected |
+
+
+ |
+
+get |
+
+
+
+
+ Handles the disable selected addons button.
+
+
+
+
+◆ EnableSelected
+
+
+
+
+
+
+
+
+ ICommand GW2_Addon_Manager.OpeningViewModel.EnableSelected |
+
+
+ |
+
+get |
+
+
+
+
+ Handles the enable selected addons button.
+
+
+
+
+◆ GamePath
+
+
+
+
+
+
+
+
+ string GW2_Addon_Manager.OpeningViewModel.GamePath |
+
+
+ |
+
+getset |
+
+
+
+
+ The Guild Wars 2 Game Path, displayed in the text box on the opening page.
diff --git a/docs/html/class_g_w2___addon___manager_1_1_opening_view_model.js b/docs/html/class_g_w2___addon___manager_1_1_opening_view_model.js
index ae20323..92f1ed6 100644
--- a/docs/html/class_g_w2___addon___manager_1_1_opening_view_model.js
+++ b/docs/html/class_g_w2___addon___manager_1_1_opening_view_model.js
@@ -8,6 +8,8 @@ var class_g_w2___addon___manager_1_1_opening_view_model =
[ "d912pxy_CheckBox", "class_g_w2___addon___manager_1_1_opening_view_model.html#a34029955015bf527aca337c797af5073", null ],
[ "d912pxy_Content", "class_g_w2___addon___manager_1_1_opening_view_model.html#a13bebf4d4ea75611c6c7e9c8d857836c", null ],
[ "DeleteSelected", "class_g_w2___addon___manager_1_1_opening_view_model.html#a49ac11eb2e97a05e7f107b1bf65de7a2", null ],
+ [ "DisableSelected", "class_g_w2___addon___manager_1_1_opening_view_model.html#a39967b1d244a35ae0fc09e9d2388a73f", null ],
+ [ "EnableSelected", "class_g_w2___addon___manager_1_1_opening_view_model.html#a94aac9aaa051193ca94e33ee398d681c", null ],
[ "GamePath", "class_g_w2___addon___manager_1_1_opening_view_model.html#a01de9d4d1d2389ad602418af9aed8721", null ],
[ "GW2Radial_CheckBox", "class_g_w2___addon___manager_1_1_opening_view_model.html#a5be7632a2f5a4bcbd979ec38b8d362a7", null ],
[ "GW2Radial_Content", "class_g_w2___addon___manager_1_1_opening_view_model.html#ad7ff0c48cd36dfc198796e121e424dcb", null ],
diff --git a/docs/html/class_g_w2___addon___manager_1_1_plugin_management-members.html b/docs/html/class_g_w2___addon___manager_1_1_plugin_management-members.html
new file mode 100644
index 0000000..9dc2400
--- /dev/null
+++ b/docs/html/class_g_w2___addon___manager_1_1_plugin_management-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+
+GW2-UOAOM: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GW2-UOAOM
+ v0.3.0
+
+ A tool that handles installation and management of several Guild Wars 2 Add-Ons.
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This is the complete list of members for GW2_Addon_Manager.PluginManagement, including all inherited members.
+
+
+
+
+
+
diff --git a/docs/html/class_g_w2___addon___manager_1_1_plugin_management.html b/docs/html/class_g_w2___addon___manager_1_1_plugin_management.html
new file mode 100644
index 0000000..3ee3da4
--- /dev/null
+++ b/docs/html/class_g_w2___addon___manager_1_1_plugin_management.html
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+
+GW2-UOAOM: GW2_Addon_Manager.PluginManagement Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GW2-UOAOM
+ v0.3.0
+
+ A tool that handles installation and management of several Guild Wars 2 Add-Ons.
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ◆ DeleteSelected()
+
+
+
+
+
+
+
+
+ static void GW2_Addon_Manager.PluginManagement.DeleteSelected |
+ ( |
+ OpeningViewModel |
+ viewModel | ) |
+ |
+
+
+ |
+
+static |
+
+
+
+
+
+ ◆ DisableSelected()
+
+
+
+
+
+
+
+
+ static void GW2_Addon_Manager.PluginManagement.DisableSelected |
+ ( |
+ OpeningViewModel |
+ viewModel | ) |
+ |
+
+
+ |
+
+static |
+
+
+
+
+
+ ◆ EnableSelected()
+
+
+
+
+
+
+
+
+ static void GW2_Addon_Manager.PluginManagement.EnableSelected |
+ ( |
+ OpeningViewModel |
+ viewModel | ) |
+ |
+
+
+ |
+
+static |
+
+
+
+
+
The documentation for this class was generated from the following file:
+- C:/Users/Matthew Lee/Documents/GitHub/GW2-Updater-Scripts/application/source/PluginManagement.cs
+
+
+
+
+
+
+
diff --git a/docs/html/class_g_w2___addon___manager_1_1_updates-members.html b/docs/html/class_g_w2___addon___manager_1_1_updates-members.html
index e402229..49e5a69 100644
--- a/docs/html/class_g_w2___addon___manager_1_1_updates-members.html
+++ b/docs/html/class_g_w2___addon___manager_1_1_updates-members.html
@@ -28,7 +28,6 @@
- |
GW2-UOAOM
v0.3.0
diff --git a/docs/html/class_g_w2___addon___manager_1_1_updates.html b/docs/html/class_g_w2___addon___manager_1_1_updates.html
index 4951478..a31506b 100644
--- a/docs/html/class_g_w2___addon___manager_1_1_updates.html
+++ b/docs/html/class_g_w2___addon___manager_1_1_updates.html
@@ -28,7 +28,6 @@
- |
GW2-UOAOM
v0.3.0
diff --git a/docs/html/class_g_w2___addon___manager_1_1_updating_view-members.html b/docs/html/class_g_w2___addon___manager_1_1_updating_view-members.html
index 0b73820..e6fe161 100644
--- a/docs/html/class_g_w2___addon___manager_1_1_updating_view-members.html
+++ b/docs/html/class_g_w2___addon___manager_1_1_updating_view-members.html
@@ -28,7 +28,6 @@
- |
GW2-UOAOM
v0.3.0
diff --git a/docs/html/class_g_w2___addon___manager_1_1_updating_view.html b/docs/html/class_g_w2___addon___manager_1_1_updating_view.html
index 7acc30f..936e1a4 100644
--- a/docs/html/class_g_w2___addon___manager_1_1_updating_view.html
+++ b/docs/html/class_g_w2___addon___manager_1_1_updating_view.html
@@ -28,7 +28,6 @@
- |
GW2-UOAOM
v0.3.0
diff --git a/docs/html/class_g_w2___addon___manager_1_1_updating_view_model-members.html b/docs/html/class_g_w2___addon___manager_1_1_updating_view_model-members.html
index 6d04c2f..d3098db 100644
--- a/docs/html/class_g_w2___addon___manager_1_1_updating_view_model-members.html
+++ b/docs/html/class_g_w2___addon___manager_1_1_updating_view_model-members.html
@@ -28,7 +28,6 @@
- |
GW2-UOAOM
v0.3.0
diff --git a/docs/html/class_g_w2___addon___manager_1_1_updating_view_model.html b/docs/html/class_g_w2___addon___manager_1_1_updating_view_model.html
index 6b054fc..3d5cf85 100644
--- a/docs/html/class_g_w2___addon___manager_1_1_updating_view_model.html
+++ b/docs/html/class_g_w2___addon___manager_1_1_updating_view_model.html
@@ -28,7 +28,6 @@
- |
GW2-UOAOM
v0.3.0
diff --git a/docs/html/class_g_w2___addon___manager_1_1arcdps-members.html b/docs/html/class_g_w2___addon___manager_1_1arcdps-members.html
index b3379ea..c738b30 100644
--- a/docs/html/class_g_w2___addon___manager_1_1arcdps-members.html
+++ b/docs/html/class_g_w2___addon___manager_1_1arcdps-members.html
@@ -28,7 +28,6 @@
- |
GW2-UOAOM
v0.3.0
@@ -97,6 +96,8 @@
diff --git a/docs/html/class_g_w2___addon___manager_1_1arcdps.html b/docs/html/class_g_w2___addon___manager_1_1arcdps.html
index d6c6c7a..239229e 100644
--- a/docs/html/class_g_w2___addon___manager_1_1arcdps.html
+++ b/docs/html/class_g_w2___addon___manager_1_1arcdps.html
@@ -28,7 +28,6 @@
- |
GW2-UOAOM
v0.3.0
@@ -114,6 +113,12 @@
|
|
+static void | disable (string game_path) |
+ | Disables ArcDPS by moving its plugin into the 'Disabled Plugins' application subfolder. More...
|
+ |
+static void | enable (string game_path) |
+ | Enables ArcDPS by moving its plugin back into the game's /bin64/ folder. More...
|
+ |
static void | delete (string game_path) |
| Deletes the ArcDPS and ArcDPS build templates plugins as well as the /addons/arcdps game subfolder. More...
|
|
@@ -198,6 +203,74 @@ | | | | | | | | | | | | | | |