QWT API (English) 7.3.0
Qt Widget Library for Technical Applications - English API Documentation
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Qwt3DEnrichment Class Referenceabstract

Abstract base class for data dependent visible user objects. More...

#include <qwt3d_enrichment.h>

Inheritance diagram for Qwt3DEnrichment:
Qwt3DVertexEnrichment Qwt3DArrow Qwt3DCone Qwt3DCrossHair Qwt3DDot

Public Types

enum  TYPE { VERTEXENRICHMENT , EDGEENRICHMENT , FACEENRICHMENT , VOXELENRICHMENT }
 

Public Member Functions

virtual Qwt3DEnrichmentclone () const =0
 
virtual void drawBegin ()
 
virtual void drawEnd ()
 
virtual TYPE type () const =0
 

Detailed Description

Abstract base class for data dependent visible user objects.

Enrichments provide a framework for user defined OpenGL objects. The base class has a pure virtual function clone(). 2 additional functions are per default empty and could also get a new implementation in derived classes. They can be used for initialization issues or actions not depending on the related primitive.


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