4 #include "compositeobject.h" 14 virtual void rebase(
int index);
15 virtual void generate() = 0;
17 virtual int getCount();
24 #endif // OBJECTARRAY_H The abstract base class for all objects in a sheet.
Definition: object.h:21
Definition: objectarray.h:6
virtual void rebase(int index)
Set the base item of the array.
An object that consists of other child objects.
Definition: compositeobject.h:16