5 #ifndef __uiviewcreator__ 6 #define __uiviewcreator__ 10 #include "../lib/vstguifwd.h" 16 namespace UIViewCreator {
18 extern bool parseSize (
const std::string& str, CPoint& point);
19 extern bool pointToString (
const CPoint& p, std::string&
string);
20 extern bool bitmapToString (CBitmap* bitmap, std::string&
string,
const IUIDescription* desc);
21 extern bool colorToString (
const CColor& color, std::string&
string,
const IUIDescription* desc);
22 extern bool stringToColor (
const std::string* value, CColor& color,
const IUIDescription* desc);
23 extern bool stringToBitmap (
const std::string* value, CBitmap*& bitmap,
const IUIDescription* desc);
29 #endif // __uiviewcreator__ Definition: customcontrols.cpp:8