Isis 3.0 Programmer Reference
Back | Home
QIsisApplication.h
Go to the documentation of this file.
1 #ifndef QIsisApplication_H
2 #define QIsisApplication_H
3 
27 #include <QApplication>
28 #include <QUrl>
29 
30 namespace Isis {
50  class QIsisApplication : public QApplication {
51  Q_OBJECT
52 
53  public:
54  QIsisApplication(int &argc, char *argv[]);
55  virtual bool notify(QObject *rec, QEvent *ev);
56 
57  public slots:
58  void openUrl(QUrl url);
59  };
60 };
61 
62 #endif
virtual bool notify(QObject *rec, QEvent *ev)
notify - this function overrides the QApplication notify as QT event handlers do not handle exception...
QIsisApplication(int &argc, char *argv[])
Constructor.
Handles exceptions which the QT event handlers and QApplication do not handle.
void openUrl(QUrl url)
Open a URL in the browser specified by Isis.

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the ISIS Support Center
File Modified: 07/12/2023 23:27:30