File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
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.

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 USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:29:08