nx_metadata_sdk
1.0
Metadata SDK
|
#include <i_active_setting_changed_action.h>
Public Member Functions | |
virtual const char * | activeSettingId () const =0 |
virtual const char * | settingsModel () const =0 |
Ptr< const IStringMap > | settingsValues () const |
Ptr< const IStringMap > | params () const |
![]() | |
virtual IRefCountable * | queryInterface (const InterfaceId *id) |
Ptr< Interface > | queryInterface () |
Ptr< const Interface > | queryInterface () const |
![]() | |
virtual | ~IRefCountable ()=default |
template<class Interface > | |
Ptr< Interface > | queryInterface () |
template<class Interface > | |
Ptr< const Interface > | queryInterface () const |
virtual int | addRef () const =0 |
virtual int | releaseRef () const =0 |
int | refCountThreadUnsafe () const |
Static Public Member Functions | |
static auto | interfaceId () |
![]() | |
static auto | interfaceId () |
Protected Member Functions | |
virtual const IStringMap * | getSettingsValues () const =0 |
virtual const IStringMap * | getParams () const =0 |
![]() | |
virtual IRefCountable * | queryInterface (const IRefCountable::InterfaceId *id) override |
IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
Additional Inherited Members | |
![]() | |
template<int len> | |
static constexpr const InterfaceId * | makeId (const char(&charArray)[len]) |
template<class TemplateInstance , class TemplateArg , int len> | |
static const InterfaceId * | makeIdForTemplate (const char(&baseIdCharArray)[len]) |
Data sent from the Client to the plugin when the user changes the state of an Active setting.
|
pure virtual |
Implemented in nx::sdk::ActiveSettingChangedAction.
|
protectedpure virtual |
Called by params()
Implemented in nx::sdk::ActiveSettingChangedAction.
|
protectedpure virtual |
Called by settingsValues()
Implemented in nx::sdk::ActiveSettingChangedAction.
|
inline |
If the Active setting defines params in the Manifest, contains the array of their values after they are filled by the user via the Client form. Otherwise, null.
|
pure virtual |
Implemented in nx::sdk::ActiveSettingChangedAction.
|
inline |