Beispiel #1
0
void ImageClient::setSource(const ImageSource& src) {
	if (mGenerator && src.generatorMatches(*mGenerator)) return;

	clear();
	mGenerator = src.newGenerator(mEngine);
}