|
|
| IntegrationManifest (const char *jsonStr) noexcept(false) |
| |
|
| IntegrationManifest (const nx::kit::Json &json) noexcept(false) |
| |
|
| IntegrationManifest (const std::string &id, const std::string &name, const std::string &description, const std::string &version, const std::string &vendor) |
| |
|
template<typename T > |
| | IntegrationManifest (const T &)=delete |
| |
|
bool | operator== (const IntegrationManifest &) const |
| |
|
nx::kit::Json | to_json () const |
| |
|
| std::string | id |
| |
| std::string | name |
| |
| std::string | description |
| |
|
std::string | version |
| |
|
std::string | vendor |
| |
◆ description
| std::string nx::sdk::cloud_storage::IntegrationManifest::description |
Brief plugin description.
◆ id
| std::string nx::sdk::cloud_storage::IntegrationManifest::id |
Plugin identifier. This is what will be displayed int the storage type field in the Storage dialog.
◆ name
| std::string nx::sdk::cloud_storage::IntegrationManifest::name |
Full plugin name, e.g. "Stub Cloud Storage plugin".
The documentation for this struct was generated from the following files:
- src/nx/sdk/cloud_storage/helpers/data.h
- src/nx/sdk/cloud_storage/helpers/data.cpp