Radium Engine
1.5.20
|
#include <Gui/Widgets/VectorEditor.hpp>
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.
using Ra::Gui::Widgets::VectorEditor< T >::SignalType = typename QtSpinBox::getType<T>::SignalType |
Definition at line 37 of file VectorEditor.hpp.
using Ra::Gui::Widgets::VectorEditor< T >::WidgetType = typename QtSpinBox::getType<T>::Type |
Definition at line 36 of file VectorEditor.hpp.
|
explicit |
Constructors
Definition at line 58 of file VectorEditor.hpp.
const std::vector< T > & Ra::Gui::Widgets::VectorEditor< T >::vector | ( | ) | const |
Definition at line 83 of file VectorEditor.hpp.