Isis Developer Reference
Application.cpp File Reference
#include <cstdio>
#include <sstream>
#include <unistd.h>
#include <sys/wait.h>
#include <errno.h>
#include <fstream>
#include <iostream>
#include <locale.h>
#include <QApplication>
#include <QCoreApplication>
#include <QLocalSocket>
#include <QString>
#include <QTime>
#include "Application.h"
#include "Constants.h"
#include "CubeManager.h"
#include "FileName.h"
#include "IException.h"
#include "IString.h"
#include "Gui.h"
#include "Message.h"
#include "Preference.h"
#include "ProgramLauncher.h"
#include "Pvl.h"
#include "PvlGroup.h"
#include "PvlObject.h"
#include "SessionLog.h"
#include "TextFile.h"
#include "UserInterface.h"

Namespaces

namespace  Isis
 This is free and unencumbered software released into the public domain.
 

Variables

int errno
 This is free and unencumbered software released into the public domain.
 
ApplicationIsis::iApp = NULL
 

Variable Documentation

◆ errno

int errno
extern

This is free and unencumbered software released into the public domain.

The authors of ISIS do not claim copyright on the contents of this file. For more details about the LICENSE terms and the AUTHORS, you will find files of those names at the top level of this repository.

Referenced by Isis::SocketThread::run().