 |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
Go to the documentation of this file.
14 : Name2NewVal_ { std::move (map) }
40 return Name2NewVal_.value (name);
45 Name2NewVal_ [name] = val;
void SetValue(const QByteArray &, const QVariant &) override
Reimplemented from IHookProxy::SetValue().
void SetReturnValue(const QVariant &) override
Reimplemented from IHookProxy::SetReturnValue().
void CancelDefault() override
Reimplemented from IHookProxy::CancelDefault().
QVariant GetValue(const QByteArray &) const override
Reimplemented from IHookProxy::GetValue().
const QVariant & GetReturnValue() const override
Reimplemented from IHookProxy::GetReturnValue().
bool IsCancelled() const
Returns whether the default implementation is canceled.
DefaultHookProxy()=default
Creates a new hook proxy.