33#include <NDEVR/Editor.h>
34#include <NDEVR/QTDesignObject.h>
57 void UpdateShownData();
59 void updateChartTools();
61 fltp04 getDefaultMarkerSize()
const;
62 fltp04 getDefaultLineSize()
const;
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
Provides a modifiable pointer that has shared ownership of a dynamically allocated object.
Definition Pointer.hpp:320
A base class for displaying options for editing a single DesignObject, typically a Model.
Definition Editor.h:48
Default base chart for 2D line or scatter plots within the NDEVR API.
Definition NDEVRChart.h:17
Allows for visualization of individual 2D slices of polylines that lie on the same plane.
Definition PolylineSliceEditor.h:44
Buffer< QWidget * > printableWidgets() override
void updateValues() override
void setSlice(const DynamicPointer< QTDesignObject > &slice)
QSize sizeHint() const override
PolylineSliceEditor(const DynamicPointer< QTDesignObject > &deployment, QWidget *parent=nullptr)
virtual bool fullscreenTouch() const override
Definition PolylineSliceEditor.h:52
Buffer< QWidget * > printableWidgetOptions() override
Definition PolylineSliceEditor.h:54
void resizeEvent(QResizeEvent *event) override
float fltp04
Defines an alias representing a 4 byte floating-point number Bit layout is as follows: -Sign: 1 bit a...
Definition BaseValues.hpp:127