Workspace 6.21.5
|
#include <QString>
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::DataExecution |
Base workspace functionality not requiring a user interface. | |
namespace | CSIRO::Presentation |
The graphical user interface layer for the workspace. | |
Functions | |
const Updatable * | findUpdatable (const Workspace &ws, const QString &proposedName, bool operation) |
bool | isDuplicateGlobalName (const QString &proposedGlobalName, DataExecution::Updatable &targetUpdatable) |
Returns true if there is another item in the same nested workspace (or its ancestors) with the proposed global name. | |