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

#include <DataAnalysis/Chart/createchartdatacollectionpropertieswidget.h>

Inherits QWidget.

Public Member Functions

 CreateChartDataCollectionPropertiesWidget (DataAnalysis::CreateChartObjectDictionary &op, Presentation::OperationPropertiesDialog &dialog)
 
 ~CreateChartDataCollectionPropertiesWidget () override
 
bool allowedToApplyChanges ()
 
void applyChanges (QUndoStack &undoStack)
 

Constructor & Destructor Documentation

◆ CreateChartDataCollectionPropertiesWidget()

Parameters
opCreateChartObjectDictionary instance to be configured
dialogUI dialog for property configuration

◆ ~CreateChartDataCollectionPropertiesWidget()

Member Function Documentation

◆ allowedToApplyChanges()

bool allowedToApplyChanges ( )

Check whether specified property configuration is valid (can be applied).

Returns
True if valid configuration, false otherwise.

◆ applyChanges()

void applyChanges ( QUndoStack &  undoStack)

Save property changes to the underlying CreateChartObjectDictionary operation.

Parameters
undoStackAllows storage of commands which can be undone in UI.