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

#include <DataAnalysis/Chart/createchartpropertieswidget.h>

Inherits QWidget.

Public Member Functions

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

Constructor & Destructor Documentation

◆ CreateChartPropertiesWidget()

Parameters
opCreateChart instance to be configured
dialogUI dialog for property configuration

◆ ~CreateChartPropertiesWidget()

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)
Parameters
undoStackAllows storage of commands which can be undone in UI.

Save property changes to the underlying CreateChart operation.