Workspace 6.21.5
|
#include <limits>
#include <QButtonGroup>
#include <QCheckBox>
#include <QComboBox>
#include <QDesktopServices>
#include <QFileDialog>
#include <QFontMetrics>
#include <QFormLayout>
#include <QGridLayout>
#include <QGroupBox>
#include <QHBoxLayout>
#include <QHeaderView>
#include <QIntValidator>
#include <QJsonDocument>
#include <QJsonObject>
#include <QLabel>
#include <QLineEdit>
#include <QMessageBox>
#include <QProcess>
#include <QPushButton>
#include <QRadioButton>
#include <QSignalMapper>
#include <QSpinBox>
#include <QTableWidget>
#include <QToolButton>
#include "Workspace/QtVersionCompat/QScopedPointer"
#include "authenticatedentity.h"
#include "credentials.h"
#include "credentialsdialog.h"
#include "credentialswidget.h"
#include "provider.h"
#include "providermanager.h"
#include "serversettings.h"
#include "serverwidget.h"
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/Application/systemhandling.h"
#include "Workspace/Authentication/workspaceauthenticationserver.h"
#include "Workspace/DataExecution/Execution/Schedulers/Widgets/schedulerconfigurationwidget.h"
#include "Workspace/DataExecution/Execution/abstractremotescheduler.h"
#include "Workspace/DataExecution/Execution/schedulerprovider.h"
#include "Workspace/DataExecution/Execution/schedulerprovidermanager.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::DataExecution |
Base workspace functionality not requiring a user interface. | |
Macros | |
#define | STRINGIFY(x) #x |
#define | TOSTRING(x) STRINGIFY(x) |
Variables | |
static const QString | userMessageNoCredentialsDialog = "There is no credentials dialog provided by the currently selected authentication provider" |