Gazebo Gui

API Reference

7.2.2

This plugin displays the GUI camera's Framerate Per Second (FPS) More...

#include <CameraFps.hh>

Signals

void CameraFpsValueChanged ()
 Notify that camera FPS value has changed. More...
 

Public Member Functions

 CameraFps ()
 Constructor. More...
 
virtual ~CameraFps ()
 Destructor. More...
 
Q_INVOKABLE QString CameraFpsValue () const
 Get the camera FPS value string. More...
 
virtual void LoadConfig (const tinyxml2::XMLElement *_pluginElem) override
 
Q_INVOKABLE void SetCameraFpsValue (const QString &_value)
 Set the camera FPS value string. More...
 

Properties

QString cameraFPSValue
 Camera frames per second. More...
 

Detailed Description

This plugin displays the GUI camera's Framerate Per Second (FPS)

Constructor & Destructor Documentation

◆ CameraFps()

CameraFps ( )

Constructor.

◆ ~CameraFps()

virtual ~CameraFps ( )
virtual

Destructor.

Member Function Documentation

◆ CameraFpsValue()

Q_INVOKABLE QString CameraFpsValue ( ) const

Get the camera FPS value string.

Returns
Camera FPS value string

◆ CameraFpsValueChanged

void CameraFpsValueChanged ( )
signal

Notify that camera FPS value has changed.

◆ LoadConfig()

virtual void LoadConfig ( const tinyxml2::XMLElement *  _pluginElem)
overridevirtual

◆ SetCameraFpsValue()

Q_INVOKABLE void SetCameraFpsValue ( const QString _value)

Set the camera FPS value string.

Parameters
[in]_valueCamera FPS value string

Property Documentation

◆ cameraFPSValue

QString cameraFPSValue
readwrite

Camera frames per second.


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