Isis 3 Programmer Reference
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.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
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.