40 if (
ff->get_async_reset_function().is_empty())
42 mAsynchronousResetProperty->
setText(
"N/A");
43 mAsynchronousResetProperty->
setValue(
false);
48 mAsynchronousResetProperty->
setValue(
true);
51 if (
ff->get_async_set_function().is_empty())
53 mAsynchronousSetProperty->
setText(
"N/A");
54 mAsynchronousSetProperty->
setValue(
false);
59 mAsynchronousSetProperty->
setValue(
true);
62 auto [stateBeh,negStateBeh] =
ff->get_async_set_reset_behavior();
65 mInternalStateOnReset->
setText(
"undefined");
66 mInternalStateOnReset->
setValue(
false);
71 mInternalStateOnReset->
setValue(
true);
76 mNegatedInternalStateOnReset->
setText(
"undefined");
77 mNegatedInternalStateOnReset->
setValue(
false);
82 mNegatedInternalStateOnReset->
setValue(
true);
static bool is_class_of(const GateTypeComponent *component)
void setValue(bool isVal)
bool has_component_of_type(const GateTypeComponent::ComponentType type) const
T * get_component_as(const std::function< bool(const GateTypeComponent *)> &filter=nullptr) const
GatelibraryFrameFF(QWidget *parent=nullptr)
void setText(const QString &)
QObject * parent() const const
QString fromStdString(const std::string &str)