VPTissue Reference Manual
|
Dialog for selecting the attributes we want to copy. More...
#include <CopyAttributesDialog.h>
Public Member Functions | |
CopyAttributesDialog (const boost::property_tree::ptree &pt, QWidget *parent=nullptr) | |
Constructor. More... | |
virtual | ~CopyAttributesDialog () |
Destructor. | |
boost::property_tree::ptree | SelectedAttributes () |
Get the selected attributes. More... | |
Dialog for selecting the attributes we want to copy.
Definition at line 32 of file CopyAttributesDialog.h.
SimPT_Editor::CopyAttributesDialog::CopyAttributesDialog | ( | const boost::property_tree::ptree & | pt, |
QWidget * | parent = nullptr |
||
) |
Constructor.
pt | The ptree containing the attributes. |
parent | The parent widget. |
Definition at line 35 of file CopyAttributesDialog.cpp.
ptree SimPT_Editor::CopyAttributesDialog::SelectedAttributes | ( | ) |
Get the selected attributes.
The selected attributes will contain the original value, while the other attributes will have an empty value.
Definition at line 49 of file CopyAttributesDialog.cpp.