Workspace 6.21.5
Namespaces | Macros | Variables
schedulerlistwidget.cpp File Reference
#include "schedulerlistwidget.h"
#include <iostream>
#include <limits>
#include <set>
#include <QCheckBox>
#include <QComboBox>
#include <QFileDialog>
#include <QFontMetrics>
#include <QFormLayout>
#include <QGridLayout>
#include <QGroupBox>
#include <QHBoxLayout>
#include <QHeaderView>
#include <QIntValidator>
#include <QJsonArray>
#include <QJsonDocument>
#include <QJsonObject>
#include <QLabel>
#include <QLineEdit>
#include <QMessageBox>
#include <QPushButton>
#include <QSpinBox>
#include <QStandardItemModel>
#include <QTableWidget>
#include <QTextStream>
#include <QToolButton>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/Application/LanguageUtils/numericcast.h"
#include "Workspace/DataExecution/Execution/Schedulers/Widgets/schedulerconfigurationdialog.h"
#include "Workspace/DataExecution/Execution/Schedulers/Widgets/schedulerconfigurationwidget.h"
#include "Workspace/DataExecution/Execution/Schedulers/Widgets/schedulerfeaturelistwidget.h"
#include "Workspace/DataExecution/Execution/abstractscheduler.h"
#include "Workspace/DataExecution/Execution/schedulercontroller.h"
#include "Workspace/DataExecution/Execution/schedulerprovider.h"
#include "Workspace/DataExecution/Execution/schedulerprovidermanager.h"
#include "Workspace/DataExecution/Execution/schedulersettings.h"
#include "Workspace/QtVersionCompat/QScopedPointer"
#include "Workspace/ui_schedulersettings.h"
#include "schedulerfeaturelistdialog.h"
Include dependency graph for schedulerlistwidget.cpp:

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 SYSTEM_EXTERNAL_FILE_SCOPE = "System External File"
 
static const QString SYSTEM_SCOPE = "System Settings"
 
static const QString USER_EXTERNAL_FILE_SCOPE = "User External File"
 
static const QString USER_MESSAGE_NO_CREDENTIALS_DIALOG = "There is no credentials dialog provided by the currently selected authentication provider"
 
static const QString USER_MESSAGE_SERVER_NOT_WRITEABLE = "You do not have sufficient permissions to perform this operation on the selected server"
 
static const QString USER_SCOPE = "User Settings"
 

Macro Definition Documentation

◆ STRINGIFY

#define STRINGIFY (   x)    #x

◆ TOSTRING

#define TOSTRING (   x)    STRINGIFY(x)