Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

vuUtilityFactory.h

Go to the documentation of this file.
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

Generated on Wed Dec 15 21:20:38 2004 for vuVolume by  doxygen 1.3.9.1