JUCE
|
Metadata for a given config item. More...
Public Member Functions | |
ConfigMetaData () | |
ConfigMetaData (uint32 itemIndex, int32 itemValue, juce::Range< int32 > rangeToUse, bool active, const char *itemName, uint32 itemType, const char *options[ConfigMetaData::numOptionNames], const char *groupName) | |
ConfigMetaData (const ConfigMetaData &other) | |
const ConfigMetaData & | operator= (const ConfigMetaData &other) |
bool | operator== (const ConfigMetaData &other) const |
bool | operator!= (const ConfigMetaData &other) const |
Public Attributes | |
uint32 | item = 0 |
int32 | value = 0 |
juce::Range< int32 > | range |
bool | isActive = false |
juce::String | name |
uint32 | type = 0 |
juce::String | optionNames [numOptionNames] = {} |
juce::String | group |
Static Public Attributes | |
static constexpr int32 | numOptionNames = 8 |
Metadata for a given config item.
juce::Block::ConfigMetaData::ConfigMetaData | ( | ) |
juce::Block::ConfigMetaData::ConfigMetaData | ( | uint32 | itemIndex, |
int32 | itemValue, | ||
juce::Range< int32 > | rangeToUse, | ||
bool | active, | ||
const char * | itemName, | ||
uint32 | itemType, | ||
const char * | options[ConfigMetaData::numOptionNames], | ||
const char * | groupName | ||
) |
juce::Block::ConfigMetaData::ConfigMetaData | ( | const ConfigMetaData & | other | ) |
const ConfigMetaData& juce::Block::ConfigMetaData::operator= | ( | const ConfigMetaData & | other | ) |
bool juce::Block::ConfigMetaData::operator== | ( | const ConfigMetaData & | other | ) | const |
bool juce::Block::ConfigMetaData::operator!= | ( | const ConfigMetaData & | other | ) | const |
|
static |
uint32 juce::Block::ConfigMetaData::item = 0 |
Referenced by operator=(), and operator==().
int32 juce::Block::ConfigMetaData::value = 0 |
Referenced by operator=(), and operator==().
juce::Range<int32> juce::Block::ConfigMetaData::range |
Referenced by operator=(), and operator==().
bool juce::Block::ConfigMetaData::isActive = false |
Referenced by operator=(), and operator==().
juce::String juce::Block::ConfigMetaData::name |
Referenced by operator=(), and operator==().
uint32 juce::Block::ConfigMetaData::type = 0 |
Referenced by operator=().
juce::String juce::Block::ConfigMetaData::optionNames[numOptionNames] = {} |
Referenced by operator=(), and operator==().
juce::String juce::Block::ConfigMetaData::group |
Referenced by operator=(), and operator==().