#include <panel.hpp>
◆ Panel()
| Panel::Panel |
( |
QWidget * | parent = nullptr | ) |
|
|
explicit |
◆ addVisual()
| void Panel::addVisual |
( |
Visual * | visual | ) |
|
◆ changeGeometryForSelected
| void Panel::changeGeometryForSelected |
( |
DragDirection | active_direction, |
|
|
QPointF | delta ) |
|
slot |
◆ childEvent()
| void Panel::childEvent |
( |
QChildEvent * | event | ) |
|
|
overrideprotected |
◆ eventFilter()
| bool Panel::eventFilter |
( |
QObject * | watched, |
|
|
QEvent * | event ) |
|
overrideprotected |
◆ mouseMoveEvent()
| void Panel::mouseMoveEvent |
( |
QMouseEvent * | event | ) |
|
|
overrideprotected |
◆ mousePressEvent()
| void Panel::mousePressEvent |
( |
QMouseEvent * | event | ) |
|
|
overrideprotected |
◆ mouseReleaseEvent()
| void Panel::mouseReleaseEvent |
( |
QMouseEvent * | event | ) |
|
|
overrideprotected |
◆ setMode
Sets the display mode of the panel.
This method changes the display mode of the panel to either Run or Edit. In Edit mode, users can select and manipulate visual elements within the panel. In Run mode, the panel behaves as a standard display without editing capabilities.
- Parameters
-
| display_mode | The desired display mode (Run or Edit). |
◆ triggeredAlign
Align selected to direction.
This method aligns selected children and aligns them to a direction.
- Parameters
-
| direction | Direction to align to. |
The documentation for this class was generated from the following files: