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

omgmeridianswitcher.h

Go to the documentation of this file.
00001 #ifndef _OMGMERIDIANSWITCHER_H_
00002 #define _OMGMERIDIANSWITCHER_H_
00003 #include <QObject>
00004 class QString;
00005 
00010 class OMG_LIB_EXPORT  OmgMeridianSwitcher : public QObject
00011 {
00012 
00013 Q_OBJECT;
00014 
00015 public:
00016 
00018   OmgMeridianSwitcher();
00020    ~OmgMeridianSwitcher();
00022   bool doSwitch(QString theInputFileString, QString theOutputFileString);
00023 
00024 signals: 
00025   void error(QString theError);
00026   void message(QString theMessage);
00027 
00028 private:
00029   //
00030   //   Private attributes
00031   //
00032 
00033 };
00034 
00035 #endif  //OMGMERIDIANSWITCHER
00036 

Generated on Mon Apr 28 15:08:52 2008 for openModellerDesktop by  doxygen 1.4.1-20050210