|
LMMS
|
Go to the source code of this file.
Namespaces | |
| namespace | juce |
| namespace | juce::PropertyFileConstants |
Variables | |
| static constexpr const int | juce::PropertyFileConstants::magicNumber = (int) ByteOrder::makeInt ('P', 'R', 'O', 'P') |
| static constexpr const int | juce::PropertyFileConstants::magicNumberCompressed = (int) ByteOrder::makeInt ('C', 'P', 'R', 'P') |
| static constexpr const char *const | juce::PropertyFileConstants::fileTag = "PROPERTIES" |
| static constexpr const char *const | juce::PropertyFileConstants::valueTag = "VALUE" |
| static constexpr const char *const | juce::PropertyFileConstants::nameAttribute = "name" |
| static constexpr const char *const | juce::PropertyFileConstants::valueAttribute = "val" |