Public Attributes | List of all members
gazebo::gui::UserCmdHistoryPrivate Class Reference

#include <UserCmdHistoryPrivate.hh>

Public Attributes

msgs::UserCmdStats msg
 Copy of last received user command stats message. More...
 
transport::NodePtr node
 Node for communication. More...
 
QActionGroup * redoActions
 Group of actions in redo history menu. More...
 
QActionGroup * undoActions
 Group of actions in undo history menu. More...
 
transport::PublisherPtr undoRedoPub
 Publish undo / redo messages. More...
 
transport::SubscriberPtr userCmdStatsSub
 Subscriber to user command stats. More...
 

Member Data Documentation

msgs::UserCmdStats gazebo::gui::UserCmdHistoryPrivate::msg

Copy of last received user command stats message.

transport::NodePtr gazebo::gui::UserCmdHistoryPrivate::node

Node for communication.

QActionGroup* gazebo::gui::UserCmdHistoryPrivate::redoActions

Group of actions in redo history menu.

QActionGroup* gazebo::gui::UserCmdHistoryPrivate::undoActions

Group of actions in undo history menu.

transport::PublisherPtr gazebo::gui::UserCmdHistoryPrivate::undoRedoPub

Publish undo / redo messages.

transport::SubscriberPtr gazebo::gui::UserCmdHistoryPrivate::userCmdStatsSub

Subscriber to user command stats.


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