![]() |
API Documentation
|
Allows for visualization of individual 2D slices of polylines that lie on the same plane. More...
#include <PolylineSliceEditor.h>
Public Member Functions | |
| virtual bool | fullscreenTouch () const override |
| PolylineSliceEditor (const DynamicPointer< QTDesignObject > &deployment, QWidget *parent=nullptr) | |
| Buffer< QWidget * > | printableWidgetOptions () override |
| Buffer< QWidget * > | printableWidgets () override |
| void | resizeEvent (QResizeEvent *event) override |
| void | setSlice (const DynamicPointer< QTDesignObject > &slice) |
| QSize | sizeHint () const override |
| void | updateLayout () |
| void | updateValues () override |
| ~PolylineSliceEditor () | |
Public Member Functions inherited from Editor | |
| virtual bool | allowDocking () const |
| virtual Buffer< QWidget * > | bottomOptions () |
| virtual String | customDialogIcon () const |
| virtual TranslatedString | customDialogTitle () const |
| Editor (const DynamicPointer< QTDesignObject > &object, QWidget *parent=nullptr) | |
| Editor (QWidget *parent=nullptr) | |
| virtual bool | isBusy () const |
| virtual InterfaceOrientationController * | orientationController () const |
| virtual void | requestScrollEnabled (bool enabled) |
| virtual void | setHorizontal (bool horizontal) |
| virtual void | setTarget (const DynamicPointer< QTDesignObject > &object) |
| virtual void | setup (DesignObjectDialog *, const ShowPropertiesSettings &) |
| const DynamicPointer< QTDesignObject > & | target () const |
Additional Inherited Members | |
Signals inherited from Editor | |
| void | isBusyStatusChanged () |
| void | objectUpdatedSignal () |
Protected Slots inherited from Editor | |
| void | onDesignObjectUpdateSlot () |
Protected Attributes inherited from Editor | |
| DynamicPointer< QTDesignObject > | m_design_object |
| InterfaceOrientationController * | m_orientation_controller |
Allows for visualization of individual 2D slices of polylines that lie on the same plane.
| PolylineSliceEditor | ( | const DynamicPointer< QTDesignObject > & | deployment, |
| QWidget * | parent = nullptr ) |
| ~PolylineSliceEditor | ( | ) |
|
inlineoverridevirtual |
Reimplemented from Editor.
|
override |
| void setSlice | ( | const DynamicPointer< QTDesignObject > & | slice | ) |
|
override |
| void updateLayout | ( | ) |
|
overridevirtual |
Implements Editor.