The GraphCanvasCheck gives a QGraphicsWidget that is a check box.
More...
#include <GraphCanvasCheckBox.h>
Inherits QGraphicsWidget.
|
| 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 |
|
|
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=nullptr) override |
|
void | mousePressEvent (QGraphicsSceneMouseEvent *mmouseEvent) override |
|
void | mouseMoveEvent (QGraphicsSceneMouseEvent *mouseEvent) override |
|
void | mouseReleaseEvent (QGraphicsSceneMouseEvent *mouseEvent) override |
|
void | hoverEnterEvent (QGraphicsSceneHoverEvent *hoverEvent) override |
|
void | hoverLeaveEvent (QGraphicsSceneHoverEvent *hoverEvent) override |
|
QSizeF | sizeHint (Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const override |
|
The GraphCanvasCheck gives a QGraphicsWidget that is a check box.
The documentation for this class was generated from the following file:
- Gems/GraphCanvas/Code/Source/Widgets/GraphCanvasCheckBox.h