Home | Download | Screen shots | Discussion | Documentation |
---|
#include <boost/thread.hpp>
#include <openvrml/script.h>
Include dependency graph for browser.h:
Namespaces | |
namespace | openvrml |
Classes | |
class | openvrml::resource_istream |
An abstract input stream for network resources. More... | |
class | openvrml::stream_listener |
An interface to simplify asynchronously reading a resource_istream . More... | |
class | openvrml::invalid_vrml |
Exception thrown when the parser fails due to errors in the VRML input. More... | |
class | openvrml::viewer_in_use |
Exception thrown when attempting to associate a viewer with a browser when the viewer is already associated with a browser . More... | |
class | openvrml::bad_url |
Thrown when there is a problem resolving a URI. More... | |
class | openvrml::invalid_url |
Thrown when parsing a URI fails. More... | |
class | openvrml::bad_media_type |
Thrown when an unexpected media type is received. More... | |
class | openvrml::unreachable_url |
Thrown when a URI cannot be reached. More... | |
class | openvrml::no_alternative_url |
Exception thrown when no URI in an alternative URI list can be resolved. More... | |
class | openvrml::browser_event |
A browser -wide event. More... | |
class | openvrml::browser_listener |
This class should be inherited by classes that want to listen for browser_events . More... | |
class | openvrml::browser |
Encapsulates a VRML browser. More... | |
class | openvrml::browser::node_metatype_map |
The map of node_metatypes . More... | |
class | openvrml::scene |
A scene in the VRML world. More... | |
Functions | |
void | openvrml::read_stream (std::auto_ptr< resource_istream > in, std::auto_ptr< stream_listener > listener) |
Read a stream in a new thread. | |
Variables | |
const char | openvrml::vrml_media_type [11] |
VRML MIME media type. | |
const char | openvrml::x_vrml_media_type [15] |
Experimental VRML MIME media type. | |
const char | openvrml::x3d_vrml_media_type [15] |
X3D VRML MIME media type. |