Inheritance diagram for Control::Button:
WidgetFactory::Button

Public Types

using type = bool
 

Public Member Functions

constexpr Button (const char *name)
 
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
 
bool fromValue (const ossia::value &v) const
 
ossia::value toValue (bool v) const
 
void setup_exec (auto &v) const
 

Static Public Attributes

static constexpr const bool must_validate = false
 

Additional Inherited Members

- Static Public Member Functions inherited from WidgetFactory::Button
static Process::PortItemLayout layout () noexcept
 
template<typename T , typename Control_T >
static auto make_widget (const T &slider, const 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: