Public Types | Public Member Functions | Protected Attributes | List of all members
jsk_rviz_plugins::OverlayObject Class Reference

#include <overlay_utils.h>

Public Types

typedef boost::shared_ptr< OverlayObjectPtr
 

Public Member Functions

virtual ScopedPixelBuffer getBuffer ()
 
virtual std::string getName ()
 
virtual unsigned int getTextureHeight ()
 
virtual unsigned int getTextureWidth ()
 
virtual void hide ()
 
virtual bool isTextureReady ()
 
virtual bool isVisible ()
 
 OverlayObject (const std::string &name)
 
virtual void setDimensions (double width, double height)
 
virtual void setPosition (double left, double top)
 
virtual void show ()
 
virtual void updateTextureSize (unsigned int width, unsigned int height)
 
virtual ~OverlayObject ()
 

Protected Attributes

const std::string name_
 
Ogre::Overlay * overlay_
 
Ogre::PanelOverlayElement * panel_
 
Ogre::MaterialPtr panel_material_
 
Ogre::TexturePtr texture_
 

Detailed Description

Definition at line 120 of file overlay_utils.h.

Member Typedef Documentation

◆ Ptr

Definition at line 126 of file overlay_utils.h.

Constructor & Destructor Documentation

◆ OverlayObject()

jsk_rviz_plugins::OverlayObject::OverlayObject ( const std::string name)

Definition at line 121 of file overlay_utils.cpp.

◆ ~OverlayObject()

jsk_rviz_plugins::OverlayObject::~OverlayObject ( )
virtual

Definition at line 139 of file overlay_utils.cpp.

Member Function Documentation

◆ getBuffer()

ScopedPixelBuffer jsk_rviz_plugins::OverlayObject::getBuffer ( )
virtual

Definition at line 210 of file overlay_utils.cpp.

◆ getName()

std::string jsk_rviz_plugins::OverlayObject::getName ( )
virtual

Definition at line 150 of file overlay_utils.cpp.

◆ getTextureHeight()

unsigned int jsk_rviz_plugins::OverlayObject::getTextureHeight ( )
virtual

Definition at line 245 of file overlay_utils.cpp.

◆ getTextureWidth()

unsigned int jsk_rviz_plugins::OverlayObject::getTextureWidth ( )
virtual

Definition at line 235 of file overlay_utils.cpp.

◆ hide()

void jsk_rviz_plugins::OverlayObject::hide ( )
virtual

Definition at line 155 of file overlay_utils.cpp.

◆ isTextureReady()

bool jsk_rviz_plugins::OverlayObject::isTextureReady ( )
virtual

Definition at line 169 of file overlay_utils.cpp.

◆ isVisible()

bool jsk_rviz_plugins::OverlayObject::isVisible ( )
virtual

Definition at line 230 of file overlay_utils.cpp.

◆ setDimensions()

void jsk_rviz_plugins::OverlayObject::setDimensions ( double  width,
double  height 
)
virtual

Definition at line 225 of file overlay_utils.cpp.

◆ setPosition()

void jsk_rviz_plugins::OverlayObject::setPosition ( double  left,
double  top 
)
virtual

Definition at line 220 of file overlay_utils.cpp.

◆ show()

void jsk_rviz_plugins::OverlayObject::show ( )
virtual

Definition at line 162 of file overlay_utils.cpp.

◆ updateTextureSize()

void jsk_rviz_plugins::OverlayObject::updateTextureSize ( unsigned int  width,
unsigned int  height 
)
virtual

Definition at line 174 of file overlay_utils.cpp.

Member Data Documentation

◆ name_

const std::string jsk_rviz_plugins::OverlayObject::name_
protected

Definition at line 144 of file overlay_utils.h.

◆ overlay_

Ogre::Overlay* jsk_rviz_plugins::OverlayObject::overlay_
protected

Definition at line 145 of file overlay_utils.h.

◆ panel_

Ogre::PanelOverlayElement* jsk_rviz_plugins::OverlayObject::panel_
protected

Definition at line 146 of file overlay_utils.h.

◆ panel_material_

Ogre::MaterialPtr jsk_rviz_plugins::OverlayObject::panel_material_
protected

Definition at line 147 of file overlay_utils.h.

◆ texture_

Ogre::TexturePtr jsk_rviz_plugins::OverlayObject::texture_
protected

Definition at line 148 of file overlay_utils.h.


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


jsk_rviz_plugins
Author(s): Kei Okada , Yohei Kakiuchi , Shohei Fujii , Ryohei Ueda
autogenerated on Mon Jan 22 2024 03:47:13