You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and sets ``need_recalculation_`` bounds recalculation indicator:
89
91
@@ -125,6 +127,8 @@ These parameters are defined in plugin's header file.
125
127
126
128
5. ``GradientLayer::reset()`` method is dummy: it is not used in this example plugin. It remains there since pure virtual function ``reset()`` in parent ``Layer`` class required to be overridden.
127
129
130
+
6. ``GradientLayer::isClearable()`` returns ``false`` since this plugin is not clearable.
0 commit comments