enum CCL::IPresetFileHandler::Flags
Overview
Capability flags. More…
#include <ipreset.h> enum Flags { kCanImport = 1 < <0, kCanExport = 1 < <1, kRescanRegularly = 1 < <2, kIsVIPFormat = 1 < <3, kStoresDescriptorData = 1 < <4, };
Detailed Documentation
Capability flags.
Enum Values
kCanImport
format can be imported
kCanExport
format can be exported
kRescanRegularly
preset locations need to be rescanned regularly (e.g. on program start)
kIsVIPFormat
very important preset (VIP) format
kStoresDescriptorData
presets of this handler use the preset descriptor “data” to cache information (see IPreset::toDescriptor / fromDescriptor)