argos::CQTOpenGLPrototype Class Reference

#include <qtopengl_prototype.h>

Public Member Functions

 CQTOpenGLPrototype ()
 
virtual ~CQTOpenGLPrototype ()
 
virtual void DrawEntity (CPrototypeEntity &c_entity)
 
virtual void DrawDevices (CPrototypeEntity &c_entity)
 

Detailed Description

Definition at line 26 of file qtopengl_prototype.h.

Constructor & Destructor Documentation

◆ CQTOpenGLPrototype()

argos::CQTOpenGLPrototype::CQTOpenGLPrototype ( )

Definition at line 36 of file qtopengl_prototype.cpp.

◆ ~CQTOpenGLPrototype()

argos::CQTOpenGLPrototype::~CQTOpenGLPrototype ( )
virtual

Definition at line 77 of file qtopengl_prototype.cpp.

Member Function Documentation

◆ DrawDevices()

void argos::CQTOpenGLPrototype::DrawDevices ( CPrototypeEntity c_entity)
virtual

Definition at line 163 of file qtopengl_prototype.cpp.

◆ DrawEntity()

void argos::CQTOpenGLPrototype::DrawEntity ( CPrototypeEntity c_entity)
virtual

Definition at line 115 of file qtopengl_prototype.cpp.