|
| | __getitem__ (self, int index) |
| | __init__ (self, _api.PluginPackageCol pluginPackageCol) |
| | __iter__ (self) |
| | __len__ (self) |
| PluginPackage | AddPluginPackage (self, str path) |
| | Add a plugin package by path.
|
| None | ClearAllPluginPackages (self) |
| | Clears all packages out of the database.
|
| PluginPackage | Get (self, int id) |
| PluginPackage | Get (self, item1=None) |
| PluginPackage | Get (self, str name) |
| list[PluginPackage] | GetPluginPackages (self) |
| | Gets a list of package info Includes name, id, file path, version, description, and modification date.
|
| bool | RemovePluginPackage (self, int id) |
| bool | RemovePluginPackage (self, item1=None) |
| bool | RemovePluginPackage (self, str name) |
| | __getitem__ (self, int index) |
| | __init__ (self, _api.IdNameEntityCol idNameEntityCol) |
| | __iter__ (self) |
| | __len__ (self) |
| | __getitem__ (self, int index) |
| | __init__ (self, _api.IdEntityCol idEntityCol) |
| | __iter__ (self) |
| | __len__ (self) |
| bool | Contains (self, int id) |
| int | Count (self) |
◆ __init__()
| hyperx.api.PluginPackageCol.__init__ |
( |
| self, |
|
|
_api.PluginPackageCol | pluginPackageCol ) |
◆ __getitem__()
| hyperx.api.PluginPackageCol.__getitem__ |
( |
| self, |
|
|
int | index ) |
◆ __iter__()
| hyperx.api.PluginPackageCol.__iter__ |
( |
| self | ) |
|
◆ __len__()
| hyperx.api.PluginPackageCol.__len__ |
( |
| self | ) |
|
◆ AddPluginPackage()
| PluginPackage hyperx.api.PluginPackageCol.AddPluginPackage |
( |
| self, |
|
|
str | path ) |
Add a plugin package by path.
◆ ClearAllPluginPackages()
| None hyperx.api.PluginPackageCol.ClearAllPluginPackages |
( |
| self | ) |
|
Clears all packages out of the database.
◆ Get() [1/3]
◆ Get() [2/3]
| PluginPackage hyperx.api.PluginPackageCol.Get |
( |
| self, |
|
|
| item1 = None ) |
◆ Get() [3/3]
◆ GetPluginPackages()
| list[PluginPackage] hyperx.api.PluginPackageCol.GetPluginPackages |
( |
| self | ) |
|
Gets a list of package info Includes name, id, file path, version, description, and modification date.
◆ RemovePluginPackage() [1/3]
| bool hyperx.api.PluginPackageCol.RemovePluginPackage |
( |
| self, |
|
|
int | id ) |
◆ RemovePluginPackage() [2/3]
| bool hyperx.api.PluginPackageCol.RemovePluginPackage |
( |
| self, |
|
|
| item1 = None ) |
◆ RemovePluginPackage() [3/3]
| bool hyperx.api.PluginPackageCol.RemovePluginPackage |
( |
| self, |
|
|
str | name ) |
◆ PluginPackageColList
| hyperx.api.PluginPackageCol.PluginPackageColList = property |
|
static |
The documentation for this class was generated from the following file:
- C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py