argos::CQTOpenGLWidget::SSelectionInfo Struct Reference

Data arelated to robot selection. More...

#include <qtopengl_widget.h>

Collaboration diagram for argos::CQTOpenGLWidget::SSelectionInfo:

Public Member Functions

 SSelectionInfo ()
 

Public Attributes

bool IsSelected
 
CEntityEntity
 

Detailed Description

Data arelated to robot selection.

Definition at line 91 of file qtopengl_widget.h.

Constructor & Destructor Documentation

◆ SSelectionInfo()

argos::CQTOpenGLWidget::SSelectionInfo::SSelectionInfo ( )
inline

Definition at line 95 of file qtopengl_widget.h.

Member Data Documentation

◆ Entity

CEntity* argos::CQTOpenGLWidget::SSelectionInfo::Entity

Definition at line 93 of file qtopengl_widget.h.

◆ IsSelected

bool argos::CQTOpenGLWidget::SSelectionInfo::IsSelected

Definition at line 92 of file qtopengl_widget.h.