![]() |
Radium Engine
1.7.0
|
#include <Gui/Widgets/VectorEditor.hpp>
Collaboration diagram for Ra::Gui::Widgets::VectorEditor< T >: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.