IModRepositoryBridge¶
-
class
mobase.IModRepositoryBridge¶ Bases:
PyQt5.QtCore.QObjectAttributes Summary
Methods Summary
requestDescription(game_name, mod_id, user_data)Request description of a mod.
requestDownloadURL(game_name, mod_id, …)Request download URL for mod file.0
requestFileInfo(game_name, mod_id, file_id, …)- param game_name
Name of the game containing the mod.
requestFiles(game_name, mod_id, user_data)Request the list of files belonging to a mod.
requestToggleEndorsement(game_name, mod_id, …)- param game_name
Name of the game containing the mod.
Attributes Documentation
-
descriptionAvailable: PyQt5.QtCore.pyqtSignal = Ellipsis¶
-
downloadURLsAvailable: PyQt5.QtCore.pyqtSignal = Ellipsis¶
-
endorsementToggled: PyQt5.QtCore.pyqtSignal = Ellipsis¶
-
endorsementsAvailable: PyQt5.QtCore.pyqtSignal = Ellipsis¶
-
fileInfoAvailable: PyQt5.QtCore.pyqtSignal = Ellipsis¶
-
filesAvailable: PyQt5.QtCore.pyqtSignal = Ellipsis¶
-
requestFailed: PyQt5.QtCore.pyqtSignal = Ellipsis¶
-
trackedModsAvailable: PyQt5.QtCore.pyqtSignal = Ellipsis¶
-
trackingToggled: PyQt5.QtCore.pyqtSignal = Ellipsis¶
Methods Documentation
-
requestDescription(game_name, mod_id, user_data)¶ Request description of a mod.
- Parameters
game_name – Name of the game containing the mod.
mod_id – Nexus ID of the mod.
user_data – User data to be returned with the result.
-
requestDownloadURL(game_name, mod_id, file_id, user_data)¶ Request download URL for mod file.0
- Parameters
game_name – Name of the game containing the mod.
mod_id – Nexus ID of the mod.
file_id – ID of the file for which a URL should be returned.
user_data – User data to be returned with the result.
-
requestFileInfo(game_name, mod_id, file_id, user_data)¶ - Parameters
game_name – Name of the game containing the mod.
mod_id – Nexus ID of the mod.
file_id – ID of the file for which information is requested.
user_data – User data to be returned with the result.
-
requestFiles(game_name, mod_id, user_data)¶ Request the list of files belonging to a mod.
- Parameters
game_name – Name of the game containing the mod.
mod_id – Nexus ID of the mod.
user_data – User data to be returned with the result.
-
requestToggleEndorsement(game_name, mod_id, mod_version, endorse, user_data)¶ - Parameters
game_name – Name of the game containing the mod.
mod_id – Nexus ID of the mod.
mod_version – Version of the mod.
endorse –
user_data – User data to be returned with the result.