34#include <NDEVR/DesignObjectWidgetInterface.h>
35#include <NDEVR/QTDesignObject.h>
36#include <NDEVR/Button.h>
37#include <NDEVR/Toggle.h>
38#include <QWidgetAction>
63 m_show_mesh_visible_toggle = show;
66 m_show_mesh->setChecked(toggled);
70 m_show_linework_visible_toggle = show;
73 m_show_linework->setChecked(toggled);
77 m_show_points_visible_toggle = show;
80 m_show_points->setChecked(toggled);
90 bool m_show_mesh_visible_toggle =
false;
91 bool m_show_linework_visible_toggle =
false;
92 bool m_show_points_visible_toggle =
false;
98 QWidgetAction* m_show_mesh_group =
nullptr;
99 QWidgetAction* m_show_linework_group =
nullptr;
100 QWidgetAction* m_show_points_group =
nullptr;
101 QMenu* m_menu =
nullptr;
Provides a modifiable pointer that has shared ownership of a dynamically allocated object.
Definition Pointer.hpp:320
A Button that toggles between on and off. In desktop mode this looks like a checkbox and in touch mod...
Definition Toggle.h:49
A universally unique identifier (UUID) is a 128-bit number used to identify information in computer s...
Definition UUID.h:60