File failed to load: https://isis.astrogeology.usgs.gov/8.2.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
QIsisApplication.h
Go to the documentation of this file.
1#ifndef QIsisApplication_H
2#define QIsisApplication_H
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12
13#include <QApplication>
14#include <QUrl>
15
16namespace Isis {
37 Q_OBJECT
38
39 public:
40 QIsisApplication(int &argc, char *argv[]);
41 virtual bool notify(QObject *rec, QEvent *ev);
42
43 public slots:
44 void openUrl(QUrl url);
45 };
46};
47
48#endif
Handles exceptions which the QT event handlers and QApplication do not handle.
Definition QIsisApplication.h:36
void openUrl(QUrl url)
Open a URL in the browser specified by Isis.
Definition QIsisApplication.cpp:88
QIsisApplication(int &argc, char *argv[])
Constructor.
Definition QIsisApplication.cpp:28
virtual bool notify(QObject *rec, QEvent *ev)
notify - this function overrides the QApplication notify as QT event handlers do not handle exception...
Definition QIsisApplication.cpp:74
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16

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: 08/22/2024 20:27:43