00001 namespace evdb { 00002 class WindowSet { 00003 00004 std::string fName; 00005 std::string fDescription; 00006 unsigned int fId; 00007 unsigned int fWidth; 00008 unsigned int fHeight; 00009 BuildCanvas() 00010 }; 00011 }