Workspace 6.21.5
Public Member Functions | List of all members
CustomPathsPropertiesWidget Class Reference

#include <Workspace/Widgets/custompathspropertieswidget.h>

Inheritance diagram for CustomPathsPropertiesWidget:
[legend]

Public Member Functions

 CustomPathsPropertiesWidget (DataExecution::CustomInputsOutputsOperation &op, QWidget *parent)
 
 ~CustomPathsPropertiesWidget () override
 
void addPath (const QString &pathName)
 
bool allowedToApplyChanges ()
 
void applyChanges (QUndoStack &undoStack)
 
void clearTable ()
 

Additional Inherited Members

- Protected Member Functions inherited from DynamicOperationProperties
bool iobaseNamesValid (const QStringList &inputNames, const QStringList &outputNames, QString &errorString, bool allowInputOutputNames=false)
 

Constructor & Destructor Documentation

◆ CustomPathsPropertiesWidget()

Parameters
opCustomInputsOutputsOperation instance to be configured
parentparent widget

◆ ~CustomPathsPropertiesWidget()

Member Function Documentation

◆ addPath()

void addPath ( const QString &  pathName)
Parameters
pathNameThe name of the IO to add to the IO table.

◆ allowedToApplyChanges()

bool allowedToApplyChanges ( )
Returns

◆ applyChanges()

void applyChanges ( QUndoStack &  undoStack)
Parameters
undoStack

◆ clearTable()

void clearTable ( )