Workspace 6.21.5
Namespaces | Macros | Functions
packageplugin.cpp File Reference
#include "packageplugin.h"
#include <QString>
#include <QStringList>
#include "Workspace/Application/builtinplugin.h"
#include "Workspace/DataExecution/DataObjects/datafactorytraits.h"
#include "Workspace/DataExecution/Operations/operationfactorytraits.h"
#include "Workspace/Widgets/enumcomboboxfactory.h"
#include "Workspace/Widgets/widgetmanager.h"
#include "addtopackagecontainer.h"
#include "createinstaller.h"
#include "linuxdesktopicon.h"
#include "packagedesktopiconitem.h"
#include "packagedirectoryitem.h"
#include "packageenvironmentvariableitem.h"
#include "packageexecutableitem.h"
#include "packagefileitem.h"
#include "packageiconitem.h"
#include "packageitem.h"
#include "packagesharedlibraryitem.h"
#include "packagestaticlibraryitem.h"
#include "packagethirdparty.h"
#include "packageworkspacedependencies.h"
Include dependency graph for packageplugin.cpp:

Namespaces

namespace  CSIRO
 Top level namespace for all Workspace code.
 
namespace  CSIRO::Package
 

Macros

#define STRINGIFY(x)   #x
 
#define STRINGIFY(x)   #x
 
#define TOSTRING(x)   STRINGIFY(x)
 
#define TOSTRING(x)   STRINGIFY(x)
 

Functions

CSIRO_EXPORTSPEC const char * builtAgainstWorkspace ()
 
CSIRO_EXPORTSPEC CSIRO::Application::WorkspacePlugingetWorkspacePlugin ()
 

Macro Definition Documentation

◆ STRINGIFY [1/2]

#define STRINGIFY (   x)    #x

◆ STRINGIFY [2/2]

#define STRINGIFY (   x)    #x

◆ TOSTRING [1/2]

#define TOSTRING (   x)    STRINGIFY(x)

◆ TOSTRING [2/2]

#define TOSTRING (   x)    STRINGIFY(x)

Function Documentation

◆ builtAgainstWorkspace()

CSIRO_EXPORTSPEC const char * builtAgainstWorkspace ( )
Returns
The version string for the Workspace build we've been built against

◆ getWorkspacePlugin()