QVISH 0.1
Classes | Public Member Functions | Public Attributes | List of all members
Wizt::GLViewerCreator Class Reference

The creator object for OpenGL viewers in a Qt environment. More...

Inheritance diagram for Wizt::GLViewerCreator:

Classes

class  myQCreateViewer
 

Public Member Functions

RefPtr< VObject > create (const CreationInfo &name, const Intercube &CreationContext, const RefPtr< VCreationPreferences > &) const override
 
 GLViewerCreator (const string &name)
 
 GLViewerCreator (const string &name)
 
 GLViewerCreator (const string &name)
 
 GLViewerCreator (const string &name)
 

Public Attributes

RefPtr< QGLViewerV
 

Detailed Description

The creator object for OpenGL viewers in a Qt environment.

It extends the raw viewer creator (which provides multiple input types) by an interface of type QCreateViewer. To create an Qt-based OpenGL viewer, query the input database for an Image VInput type, get the QCreateViewer interface and call its creation function, which accepts an Qt environment.


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