|
openscenegraph
|
#include <GraphicsContext>
Public Types | |
| typedef std::vector< osg::ref_ptr< GraphicsContext::WindowingSystemInterface > > | Interfaces |
Public Member Functions | |
| WindowingSystemInterfaces () | |
| Interfaces & | getInterfaces () |
| void | addWindowingSystemInterface (WindowingSystemInterface *wsInterface) |
| void | removeWindowingSystemInterface (WindowingSystemInterface *wsInterface) |
| WindowingSystemInterface * | getWindowingSystemInterface (const std::string &name="") |
Public Member Functions inherited from osg::Referenced | |
| Referenced () | |
| Referenced (bool threadSafeRefUnref) | |
| Referenced (const Referenced &) | |
| Referenced & | operator= (const Referenced &) |
| virtual void | setThreadSafeRefUnref (bool) |
| bool | getThreadSafeRefUnref () const |
| OpenThreads::Mutex * | getRefMutex () const |
| int | ref () const |
| int | unref () const |
| int | unref_nodelete () const |
| int | referenceCount () const |
| ObserverSet * | getObserverSet () const |
| ObserverSet * | getOrCreateObserverSet () const |
| void | addObserver (Observer *observer) const |
| void | removeObserver (Observer *observer) const |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
| typedef std::vector< osg::ref_ptr<GraphicsContext::WindowingSystemInterface> > osg::GraphicsContext::WindowingSystemInterfaces::Interfaces |
| osg::GraphicsContext::WindowingSystemInterfaces::WindowingSystemInterfaces | ( | ) |
| void osg::GraphicsContext::WindowingSystemInterfaces::addWindowingSystemInterface | ( | WindowingSystemInterface * | wsInterface | ) |
|
inline |
| WindowingSystemInterface * osg::GraphicsContext::WindowingSystemInterfaces::getWindowingSystemInterface | ( | const std::string & | name = "" | ) |
get named WindowingSystemInterface if one is available, otherwise return 0;
| void osg::GraphicsContext::WindowingSystemInterfaces::removeWindowingSystemInterface | ( | WindowingSystemInterface * | wsInterface | ) |