$search
#include <image_display.h>
Public Member Functions | |
Panel (ImageDisplay *display, QWidget *parent=0) | |
void | setActive (bool active) |
void | updateRenderWindow () |
Protected Member Functions | |
virtual void | showEvent (QShowEvent *event) |
Protected Attributes | |
bool | active_ |
ImageDisplay * | display_ |
Definition at line 122 of file image_display.h.
rviz::ImageDisplay::Panel::Panel | ( | ImageDisplay * | display, | |
QWidget * | parent = 0 | |||
) |
Definition at line 33 of file image_display.cpp.
void rviz::ImageDisplay::Panel::setActive | ( | bool | active | ) |
Definition at line 47 of file image_display.cpp.
void rviz::ImageDisplay::Panel::showEvent | ( | QShowEvent * | event | ) | [protected, virtual] |
Reimplemented from ogre_tools::QtOgreRenderWindow.
Definition at line 39 of file image_display.cpp.
void rviz::ImageDisplay::Panel::updateRenderWindow | ( | ) |
Definition at line 56 of file image_display.cpp.
bool rviz::ImageDisplay::Panel::active_ [protected] |
Definition at line 131 of file image_display.h.
ImageDisplay* rviz::ImageDisplay::Panel::display_ [protected] |
Reimplemented from rviz::RenderPanel.
Definition at line 130 of file image_display.h.