TuttleOFX
1
|
00001 #ifndef _TUTTLE_PLUGIN_SEEXPR_DEFINITIONS_HPP_ 00002 #define _TUTTLE_PLUGIN_SEEXPR_DEFINITIONS_HPP_ 00003 00004 #include <tuttle/plugin/global.hpp> 00005 #include <tuttle/plugin/context/Definition.hpp> 00006 00007 namespace tuttle { 00008 namespace plugin { 00009 namespace seExpr { 00010 00011 static const std::string kParamTextureOffset ( "textureOffset" ); 00012 static const std::string kParamSeExprCode ( "code" ); 00013 00014 static const std::string kParamChooseInput ( "input" ); 00015 static const std::string kParamChooseInputCode ( "code" ); 00016 static const std::string kParamChooseInputFile ( "file" ); 00017 00018 enum EParamChooseInput 00019 { 00020 eParamChooseInputCode = 0, 00021 eParamChooseInputFile 00022 }; 00023 00024 } 00025 } 00026 } 00027 00028 #endif