Inheritance diagram for Control::LineEdit:
WidgetFactory::LineEdit

Public Types

using type = std::string
 

Public Member Functions

constexpr LineEdit (const char *name, const char *init)
 
std::string fromValue (const ossia::value &v) const
 
ossia::value toValue (std::string v) 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 std::string_view init {}
 

Static Public Attributes

static constexpr const bool must_validate = false
 

Additional Inherited Members

- Static Public Member Functions inherited from WidgetFactory::LineEdit
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 Process::LineEditItemmake_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: