TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/plugin/context/Definition.hpp File Reference
#include <string>
Include dependency graph for Definition.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  tuttle
 

global namespace of the project


namespace  tuttle::plugin

Variables

static const std::string tuttle::plugin::kTuttlePluginFilename = "filename"
static const std::string tuttle::plugin::kTuttlePluginFilenameLabel = "Filename"
static const std::string tuttle::plugin::kTuttlePluginBitDepth = "bitDepth"
static const std::string tuttle::plugin::kTuttlePluginBitDepthLabel = "Bit depth"
static const std::string tuttle::plugin::kTuttlePluginBitDepthAuto = "auto"
static const std::string tuttle::plugin::kTuttlePluginBitDepthNone = "none"
static const std::string tuttle::plugin::kTuttlePluginBitDepth8 = "8i 8 bits integer"
static const std::string tuttle::plugin::kTuttlePluginBitDepth10 = "10i 10 bits integer"
static const std::string tuttle::plugin::kTuttlePluginBitDepth12 = "12i 12 bits integer"
static const std::string tuttle::plugin::kTuttlePluginBitDepth16 = "16i 16 bits integer"
static const std::string tuttle::plugin::kTuttlePluginBitDepth16f = "16f 16 bits floating point"
static const std::string tuttle::plugin::kTuttlePluginBitDepth32 = "32i 32 bits integer"
static const std::string tuttle::plugin::kTuttlePluginBitDepth32f = "32f 32 bits floating point"
static const std::string tuttle::plugin::kTuttlePluginBitDepth64 = "64i 64 bits integer"
static const std::string tuttle::plugin::kTuttlePluginBitDepth64f = "64f 64 bits floating point"
static const std::string tuttle::plugin::kTuttlePluginChannel = "channel"
static const std::string tuttle::plugin::kTuttlePluginChannelLabel = "Channel"
static const std::string tuttle::plugin::kTuttlePluginChannelHint = "Select channel"
static const std::string tuttle::plugin::kTuttlePluginChannelAuto = "auto"
static const std::string tuttle::plugin::kTuttlePluginChannelGray = "gray"
static const std::string tuttle::plugin::kTuttlePluginChannelRGB = "rgb"
static const std::string tuttle::plugin::kTuttlePluginChannelRGBA = "rgba"
static const std::string tuttle::plugin::kTuttlePluginChannelABGR = "abgr"