Open 3D Engine GraphCanvas Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
The GraphCanvasCheck gives a QGraphicsWidget that is a check box. More...
#include <GraphCanvasCheckBox.h>
Inherits QGraphicsWidget.
Public Member Functions | |
AZ_CLASS_ALLOCATOR (GraphCanvasCheckBox, AZ::SystemAllocator) | |
GraphCanvasCheckBox (QGraphicsItem *parent=nullptr) | |
void | SetStyle (const AZ::EntityId &entityId, const char *style=Styling::Elements::CheckBox) |
void | SetSceneStyle (const AZ::EntityId &sceneId, const char *style=Styling::Elements::CheckBox) |
void | SetChecked (bool checked) |
bool | IsChecked () const |
The GraphCanvasCheck gives a QGraphicsWidget that is a check box.