#include <glarea.h>
Public Slots | |
| void | passInfoToOpenGL (int mode) |
| widget-based user interaction slots | |
Signals | |
| void | dataReadyToBeRead (MyDrawMode, vcg::GLFeederInfo::ReqAtts &) |
Public Member Functions | |
| void | deAllocateBO () |
| void | myInitGL () |
| SharedDataOpenGLContext (CMeshO &mesh, MLThreadSafeMemoryInfo &mi, QWidget *parent=0) | |
| ~SharedDataOpenGLContext () | |
Public Attributes | |
| MLThreadSafeGLMeshAttributesFeeder | feeder |
Definition at line 51 of file sample/trimesh_QT_shared/glarea.h.
| SharedDataOpenGLContext::SharedDataOpenGLContext | ( | CMeshO & | mesh, |
| MLThreadSafeMemoryInfo & | mi, | ||
| QWidget * | parent = 0 |
||
| ) |
Definition at line 203 of file sample/trimesh_QT_shared/glarea.cpp.
Definition at line 208 of file sample/trimesh_QT_shared/glarea.cpp.
| void SharedDataOpenGLContext::dataReadyToBeRead | ( | MyDrawMode | , |
| vcg::GLFeederInfo::ReqAtts & | |||
| ) | [signal] |
Definition at line 256 of file sample/trimesh_QT_shared/glarea.cpp.
| void SharedDataOpenGLContext::myInitGL | ( | ) |
Definition at line 213 of file sample/trimesh_QT_shared/glarea.cpp.
| void SharedDataOpenGLContext::passInfoToOpenGL | ( | int | mode | ) | [slot] |
widget-based user interaction slots
Definition at line 220 of file sample/trimesh_QT_shared/glarea.cpp.
Definition at line 61 of file sample/trimesh_QT_shared/glarea.h.