17 #ifndef _IMAGESVIEW_PRIVATE_HH_
18 #define _IMAGESVIEW_PRIVATE_HH_
22 #include <boost/thread/mutex.hpp>
35 public: std::vector<ImageFrame *>
images;
47 public: std::vector<std::pair<int, int> >
addImage;
std::vector< std::pair< int, int > > addImage
Vector of image sizes to add.
Definition: ImagesViewPrivate.hh:47
QGridLayout * frameLayout
Pointer to the frame containing the images.
Definition: ImagesViewPrivate.hh:38
boost::mutex mutex
Mutex to protect the image vectors.
Definition: ImagesViewPrivate.hh:41
bool clearImages
Set to true to clear the images from the widget.
Definition: ImagesViewPrivate.hh:44
Private data for the ImagesView class.
Definition: ImagesViewPrivate.hh:32
std::vector< ImageFrame * > images
Storage mechansim for image data.
Definition: ImagesViewPrivate.hh:35