#include <KoDataCenter.h>
Inheritance diagram for KoDataCenter:

Public Member Functions | |
| virtual bool | completeLoading (KoStore *store)=0 |
| Load any remaining binary blobs needed. | |
| virtual bool | completeSaving (KoStore *store, KoXmlWriter *manifestWriter)=0 |
| Save any remaining binary blobs. | |
The data centers can be stuff like image collection, or stylemanager. This abstraction is done so that shapes can get access to any possible type of data center. The KoShapeControillerBase has a method that returns a map of data centers
1.4.7