All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
gazebo::gui::ImagesViewPrivate Class Reference

Private data for the ImagesView class. More...

#include <ImagesViewPrivate.hh>

Collaboration diagram for gazebo::gui::ImagesViewPrivate:
Collaboration graph
[legend]

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...
 

Detailed Description

Private data for the ImagesView class.

Member Data Documentation

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.


The documentation for this class was generated from the following file: