LMMS
Loading...
Searching...
No Matches
juce::PropertyFileConstants Namespace Reference

Variables

static constexpr const int magicNumber = (int) ByteOrder::makeInt ('P', 'R', 'O', 'P')
static constexpr const int magicNumberCompressed = (int) ByteOrder::makeInt ('C', 'P', 'R', 'P')
static constexpr const char *const fileTag = "PROPERTIES"
static constexpr const char *const valueTag = "VALUE"
static constexpr const char *const nameAttribute = "name"
static constexpr const char *const valueAttribute = "val"

Variable Documentation

◆ fileTag

const char* const juce::PropertyFileConstants::fileTag = "PROPERTIES"
staticconstexpr

◆ magicNumber

const int juce::PropertyFileConstants::magicNumber = (int) ByteOrder::makeInt ('P', 'R', 'O', 'P')
staticconstexpr

◆ magicNumberCompressed

const int juce::PropertyFileConstants::magicNumberCompressed = (int) ByteOrder::makeInt ('C', 'P', 'R', 'P')
staticconstexpr

◆ nameAttribute

const char* const juce::PropertyFileConstants::nameAttribute = "name"
staticconstexpr

◆ valueAttribute

const char* const juce::PropertyFileConstants::valueAttribute = "val"
staticconstexpr

◆ valueTag

const char* const juce::PropertyFileConstants::valueTag = "VALUE"
staticconstexpr