Functions to use with PropertySubscriptionCommand. More...
#include <juce_CIPropertyDelegate.h>
Public Member Functions | |
PropertySubscriptionCommandUtils ()=delete | |
Static Public Member Functions | |
static const char * | toString (PropertySubscriptionCommand x) |
Converts a command to a human-readable string. | |
static std::optional< PropertySubscriptionCommand > | toCommand (const char *str) |
Converts a command string from a property exchange JSON header to an PropertySubscriptionCommand. | |
Functions to use with PropertySubscriptionCommand.
|
delete |
|
static |
Converts a command to a human-readable string.
References JUCE_SUBSCRIPTION_COMMANDS, and x.
|
static |
Converts a command string from a property exchange JSON header to an PropertySubscriptionCommand.
References JUCE_SUBSCRIPTION_COMMANDS.