00001 #ifndef _vuUtilityFactory_h_ 00002 #define _vuUtilityFactory_h_ 00003 00004 #include "vuUtilityWindow.h" 00005 #include <wx/string.h> 00006 00008 00016 class vuUtilityFactory 00017 { 00018 public: 00020 00027 static vuUtilityWindow *create(const char *name); 00028 00030 00034 static bool isAvailable(const char *name); 00035 00037 00042 static wxStringList listAvailable(const char* FileType); 00043 }; 00044 #endif