Inheritance diagram for Control::IntSpinBox:
WidgetFactory::IntSpinBox

Public Types

using type = int
 

Public Member Functions

int fromValue (const ossia::value &v) const
 
ossia::value toValue (int v) const
 
constexpr IntSpinBox (const char *name, int v1, int v2, int v3)
 
auto getMin () const
 
auto getMax () const
 
auto create_inlet (Id< Process::Port > id, QObject *parent) const
 
auto create_inlet (DataStream::Deserializer &id, QObject *parent) const
 
auto create_inlet (JSONObject::Deserializer &&id, QObject *parent) const
 
void setup_exec (auto &v) const
 

Public Attributes

const int min {}
 
const int max {}
 
const int init {}
 

Static Public Attributes

static constexpr const bool must_validate = false
 

Additional Inherited Members

- Static Public Member Functions inherited from WidgetFactory::IntSpinBox
static Process::PortItemLayout layout () noexcept
 
template<typename T , typename Control_T >
static auto make_widget (const T &slider, Control_T &inlet, const score::DocumentContext &ctx, QWidget *parent, QObject *context)
 
template<typename T , typename Control_T >
static QGraphicsItem * make_item (const T &slider, Control_T &inlet, const score::DocumentContext &ctx, QGraphicsItem *parent, QObject *context)
 

The documentation for this struct was generated from the following files: