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

Widget for editing the contents of a ModifyObjectDictionary. Intended for use as an additional tab to the operation properties dialog. More...

#include <Workspace/Widgets/modifyobjectdictionarywidget.h>

Inherits QWidget.

Public Member Functions

 ModifyObjectDictionaryWidget (ModifyObjectDictionary &op, Presentation::OperationPropertiesDialog &dialog)
 
 ~ModifyObjectDictionaryWidget () override
 
bool allowedToApplyChanges ()
 
void applyChanges (QUndoStack &undoStack)
 

Detailed Description

The ModifyObjectDictionaryWidget operates much the same as the RunQtScript widget. It allows a user to dynamically add / remove inputs to a ModifyObjectDictionary operation. The inputs will be of the type assigned to the ModifyObjectDictionary operation itself.

Constructor & Destructor Documentation

◆ ModifyObjectDictionaryWidget()

◆ ~ModifyObjectDictionaryWidget()

Member Function Documentation

◆ allowedToApplyChanges()

bool allowedToApplyChanges ( )

◆ applyChanges()

void applyChanges ( QUndoStack &  undoStack)