Class
PhocOutputShield
Description [src]
final class Phoc.OutputShield : GObject.Object
implements Phoc.Animatable {
/* No available fields */
}
A shield that covers a whole PhocOutput
. It can be raised (to cover
the whole screen) and lowered to show the screens content.
TODO: Use PhocColorRect to simplify.
Instance methods
Methods inherited from PhocAnimatable (2)
phoc_animatable_add_frame_callback
Adds a callback to be called before each frame. Until the frame callback is removed, it will be at the frame rate of the output. The frame callback does not automatically imply any repaint. You need to damage the areas you want repainted.
phoc_animatable_remove_frame_callback
No description available.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.