#include <Viewer.h>
Inheritance diagram for Imagine::Viewer:

Public Member Functions | |
| virtual boost::shared_ptr< Evue_Connection > | openConnection ()=0 |
| boost::shared_ptr< Evue_Connection > | connection () |
| void | closeConnection () |
| virtual void | setVirtualRoam (bool)=0 |
| virtual void | setStatusBar (bool)=0 |
Protected Member Functions | |
| Viewer (Imp *) | |
| allows for sub-classes to specify their own implementations | |
| Imp const * | imp () const |
| return reference to internal state object | |
| Imp * | imp () |
|
|
close a viewer connection Imagine::ErrorReportException Problem closing a viewer connection |
|
|
return the current viewer connection
|
|
|
open a connection to a running viewer
Imagine::ErrorReportException Unable to open a connection to a viewer Implemented in Imagine::ClientViewer, and Imagine::EmbeddedViewer. |
|
|
Set whether viewer's status bar is visible or not Implemented in Imagine::ClientViewer, and Imagine::EmbeddedViewer. |
|
|
toggles on/off virtual roam feature
Implemented in Imagine::ClientViewer, and Imagine::EmbeddedViewer. |
1.4.6