home *** CD-ROM | disk | FTP | other *** search
- #ifndef PICTUREFORMATMANAGER_H
- #define PICTUREFORMATMANAGER_H
- #include "PictureFormat.h"
-
- class String;
-
- class PictureFormatManager
- {
- public:
- virtual ~PictureFormatManager()
- {}
- PictureFormat * create_format(const String & name);
- private:
- };
- #endif //PICTUREFORMATMANAGER_H