Sirikata
Classes | Namespaces | Typedefs
libogre/include/sirikata/ogre/WebView.hpp File Reference
#include <sirikata/ogre/OgreHeaders.hpp>
#include "Ogre.h"
#include <sirikata/ogre/ViewportOverlay.hpp>
#include <sirikata/proxyobject/Invokable.hpp>
#include <vector>
#include <boost/any.hpp>
#include <sirikata/core/util/Liveness.hpp>
#include <sirikata/core/service/Context.hpp>
Include dependency graph for WebView.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sirikata::Graphics::WebView
 A 'WebView' is essentially an offscreen browser window rendered to a dynamic texture (encapsulated as an Ogre Material) that can optionally be contained within a viewport overlay. More...
class  Sirikata::Graphics::WebView::WebViewBorderSize

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


namespace  Sirikata::Graphics
 

Namespace for the OGRE Graphics Plugin: see class OgreSystem.


Typedefs

typedef
Sirikata::DataReference< const
char * > 
Sirikata::JSArgument
typedef std::vector< JSArgument > Sirikata::JSArguments
typedef std::tr1::function
< boost::any(WebView *, const
JSArguments &) 
Sirikata::Graphics::JSDelegate )
 Delegate for method calls from JS -> C++.