An interface for saved presentation objects. More...
#include <KEYObject.h>
Public Member Functions | |
virtual | ~KEYObject ()=0 |
virtual void | draw (const KEYOutput &output)=0 |
Draw the object using output as context. More... | |
An interface for saved presentation objects.
All objects on a slide's layer are collected into a list and then painted in one sweep when the layer is finished. The collected objects implement this interface.
|
pure virtual |
|
pure virtual |
Draw the object using output
as context.
Referenced by libetonyek::drawAll().