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

#include <Mesh/Widgets/meshmodelwidget.h>

Inherits QWidget.

Public Slots

void selectElement (int id)
 
void selectElementType (int type)
 
void selectNode (int id)
 

Public Member Functions

 MeshModelWidget (QWidget *parent=nullptr)
 
 ~MeshModelWidget () override
 
void updateModel (const MeshModel &model)
 

Constructor & Destructor Documentation

◆ MeshModelWidget()

MeshModelWidget ( QWidget *  parent = nullptr)
explicit

◆ ~MeshModelWidget()

~MeshModelWidget ( )
override

Member Function Documentation

◆ selectElement

void selectElement ( int  id)
slot

Slot for selecting the element to be displayed in the element properties table by ID.

◆ selectElementType

void selectElementType ( int  type)
slot

Slot for selecting the type of element to be displayed in the element properties table.

◆ selectNode

void selectNode ( int  id)
slot

Slot for selecting the node to be displayed in the node properties table

◆ updateModel()

void updateModel ( const MeshModel model)