- Member QVImage::QVImage (uInt cols, uInt rows, uInt step=0, const Type *buffer=NULL)
- You shouldn't be able to specify a pointer to a buffer. If you need a image data buffer, create an image, and use it's. Creates an image of dimension cols x rows, and optionally you can define a given step for the image. If buffer points to a region of memory, it will use that region as image data. Step paramameter should be the width of the lines in the data buffer, if the parameter buffer points to a data buffer in memory.
- Member QVPropertyHolder::setPropertyRange (const QString name, const double &minimum, const double &maximum)
- Should set range in the constructor.
- Member QVPropertyHolder::setPropertyRange (QString name, int &minimum, int &maximum)
- Should set range in the constructor.
- Member QVWorker::worker ()
- Code to process inputs should be defined in function iterate() instead.
Generated on Wed Jan 16 18:41:29 2008 for QVision by
1.5.3