TuttleOFX
1
|
00001 #ifndef _TUTTLE_PLUGIN_FLIP_DEFINITIONS_HPP_ 00002 #define _TUTTLE_PLUGIN_FLIP_DEFINITIONS_HPP_ 00003 00004 #include <tuttle/plugin/global.hpp> 00005 00006 namespace tuttle { 00007 namespace plugin { 00008 namespace flip { 00009 00010 static const std::string kParamFlip = "flip"; 00011 static const std::string kParamFlipLabel = "Flip"; 00012 static const std::string kParamFlipHint = "Flip up/down image"; 00013 00014 static const std::string kParamFlop = "flop"; 00015 static const std::string kParamFlopLabel = "Flop"; 00016 static const std::string kParamFlopHint = "Flop laft/right image"; 00017 00018 } 00019 } 00020 } 00021 00022 #endif