Private data for the ImagesView class. More...
#include <ImagesViewPrivate.hh>
Public Attributes | |
std::vector< std::pair< int, int > > | addImage |
Vector of image sizes to add. More... | |
bool | clearImages |
Set to true to clear the images from the widget. More... | |
QGridLayout * | frameLayout |
Pointer to the frame containing the images. More... | |
std::vector< ImageFrame * > | images |
Storage mechansim for image data. More... | |
boost::mutex | mutex |
Mutex to protect the image vectors. More... | |
Private data for the ImagesView class.
std::vector<std::pair<int, int> > gazebo::gui::ImagesViewPrivate::addImage |
Vector of image sizes to add.
bool gazebo::gui::ImagesViewPrivate::clearImages |
Set to true to clear the images from the widget.
QGridLayout* gazebo::gui::ImagesViewPrivate::frameLayout |
Pointer to the frame containing the images.
std::vector<ImageFrame *> gazebo::gui::ImagesViewPrivate::images |
Storage mechansim for image data.
boost::mutex gazebo::gui::ImagesViewPrivate::mutex |
Mutex to protect the image vectors.