HardwareSpecTreeModel

Qualified name: mv::HardwareSpecTreeModel

class HardwareSpecTreeModel : public mv::AbstractHardwareSpecModel

Hardware specs tree model class.

Contains hardware specifications in a tree model.

Author

Thomas Kroes

Public Functions

HardwareSpecTreeModel(QObject *parent = nullptr)

Construct with pointer to parent object.

Parameters:

parent – Pointer to parent object

void setHardwareSpec(const util::HardwareSpec &hardwareSpec)

Set the hardware specification to be displayed in the model.

Parameters:

hardwareSpec – The hardware specification to set