Workspace 6.21.5
Public Types | Public Attributes | List of all members
ProvenanceReporter::Activity::Event Struct Reference

Details about an event during the course of an activity.

#include <Workspace/Provenance/provenancereporter.h>

Public Types

enum  Type {
  ExternalInput , ExternalOutput , ExecuteOperation , InternalResult ,
  Custom , NumEventTypes
}
 

Public Attributes

QString data
 
QString description
 
QDateTime timestamp
 
Type type
 
QUrl url
 

Member Enumeration Documentation

◆ Type

enum Type

The type of the event

Enumerator
ExternalInput 
ExternalOutput 
ExecuteOperation 
InternalResult 
Custom 
NumEventTypes 

Member Data Documentation

◆ data

QString data

◆ description

QString description

◆ timestamp

QDateTime timestamp

◆ type

Type type

◆ url

QUrl url