cee::vis::Viewer Class Reference

Thin wrapper class for integrating Ceetron Desktop Components with a UI toolkit. More...

Public Member Functions

 Viewer ()
 Constructs an empty viewer. More...
 
Inheritance diagram for cee::vis::Viewer:
cee::vis::ViewerUIFramework cee::win::ViewerWin32 cee::win::ViewerWindowed

Detailed Description

Thin wrapper class for integrating Ceetron Desktop Components with a UI toolkit.

The viewers are thin wrapper layers between the View class and the native system and enables rendering in for instance Qt based application. Use the correct sub-classed viewer.

Use the ViewerUIFramework if you would like to create your own viewer.

See also
View
ViewerUIFramework

Constructor & Destructor Documentation

cee::vis::Viewer::Viewer ( )

Constructs an empty viewer.