Esempio n. 1
0
PdfPlotItem::PdfPlotItem(float dataX, float dataY, float width, int childCount) :
	UPlotItem(dataX, dataY, width),
	_img(0),
	_signaturesRef(0),
	_text(0)
{
	setLikelihood(dataX, dataY, childCount);
}
Esempio n. 2
0
PdfPlotItem::PdfPlotItem(float dataX, float dataY, float width, int childCount) :
	UPlotItem(dataX, dataY, width),
	_img(0),
	_imagesRef(0)
{
	setLikelihood(dataX, dataY, childCount);
	_text = new QGraphicsTextItem(this);
	_text->setVisible(false);
}