![]() |
Radium Engine
1.5.0
|
#include <Gui/Widgets/VectorEditor.hpp>
Inherits Ra::Gui::Widgets::VectorEditorSignals.
Public Types | |
using | WidgetType = typename QtSpinBox::getType< T >::Type |
using | SignalType = typename QtSpinBox::getType< T >::SignalType |
Public Member Functions | |
const std::vector< T > & | vector () const |
VectorEditor (const std::vector< T > &vector, QWidget *parent=nullptr) | |
VectorEditor (const VectorEditor &)=delete | |
VectorEditor & | operator= (const VectorEditor &)=delete |
VectorEditor (VectorEditor &&)=delete | |
VectorEditor && | operator= (VectorEditor &&)=delete |
A Widget to edit vectors
Definition at line 33 of file VectorEditor.hpp.
|
explicit |
Constructors
Definition at line 58 of file VectorEditor.hpp.
const std::vector< T > & Ra::Gui::Widgets::VectorEditor< T >::vector |
Definition at line 83 of file VectorEditor.hpp.