openscenegraph
Public Types | Public Member Functions | List of all members
osg::GraphicsContext::WindowingSystemInterfaces Class Reference

#include <GraphicsContext>

Inheritance diagram for osg::GraphicsContext::WindowingSystemInterfaces:
osg::Referenced

Public Types

typedef std::vector< osg::ref_ptr< GraphicsContext::WindowingSystemInterface > > Interfaces
 

Public Member Functions

 WindowingSystemInterfaces ()
 
InterfacesgetInterfaces ()
 
void addWindowingSystemInterface (WindowingSystemInterface *wsInterface)
 
void removeWindowingSystemInterface (WindowingSystemInterface *wsInterface)
 
WindowingSystemInterfacegetWindowingSystemInterface (const std::string &name="")
 
- Public Member Functions inherited from osg::Referenced
 Referenced ()
 
 Referenced (bool threadSafeRefUnref)
 
 Referenced (const Referenced &)
 
Referencedoperator= (const Referenced &)
 
virtual void setThreadSafeRefUnref (bool)
 
bool getThreadSafeRefUnref () const
 
OpenThreads::MutexgetRefMutex () const
 
int ref () const
 
int unref () const
 
int unref_nodelete () const
 
int referenceCount () const
 
ObserverSetgetObserverSet () const
 
ObserverSetgetOrCreateObserverSet () const
 
void addObserver (Observer *observer) const
 
void removeObserver (Observer *observer) const
 

Additional Inherited Members

- Static Public Member Functions inherited from osg::Referenced
static OpenThreads::MutexgetGlobalReferencedMutex ()
 
static void setDeleteHandler (DeleteHandler *handler)
 
static DeleteHandlergetDeleteHandler ()
 
- 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
 

Member Typedef Documentation

◆ Interfaces

Constructor & Destructor Documentation

◆ WindowingSystemInterfaces()

osg::GraphicsContext::WindowingSystemInterfaces::WindowingSystemInterfaces ( )

Member Function Documentation

◆ addWindowingSystemInterface()

void osg::GraphicsContext::WindowingSystemInterfaces::addWindowingSystemInterface ( WindowingSystemInterface wsInterface)

◆ getInterfaces()

Interfaces & osg::GraphicsContext::WindowingSystemInterfaces::getInterfaces ( )
inline

◆ getWindowingSystemInterface()

WindowingSystemInterface * osg::GraphicsContext::WindowingSystemInterfaces::getWindowingSystemInterface ( const std::string &  name = "")

get named WindowingSystemInterface if one is available, otherwise return 0;

◆ removeWindowingSystemInterface()

void osg::GraphicsContext::WindowingSystemInterfaces::removeWindowingSystemInterface ( WindowingSystemInterface wsInterface)

The documentation for this class was generated from the following file: