openscenegraph
Public Member Functions | Public Attributes | List of all members
osgViewer::GraphicsWindowX11::WindowData Struct Reference
Inheritance diagram for osgViewer::GraphicsWindowX11::WindowData:
osg::Referenced

Public Member Functions

 WindowData (Window window)
- Public Member Functions inherited from osg::Referenced
 Referenced ()
 Referenced (bool threadSafeRefUnref)
 Referenced (const Referenced &)
Referencedoperator= (const Referenced &)
virtual void setThreadSafeRefUnref (bool threadSafe)
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

Public Attributes

Window _window

Additional Inherited Members

- Static Public Member Functions inherited from osg::Referenced
static OpenThreads::MutexgetGlobalReferencedMutex ()
static void setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting)
static bool getThreadSafeReferenceCounting ()
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

Detailed Description

WindowData is used to pass in the X11 window handle attached the GraphicsContext::Traits structure.

Constructor & Destructor Documentation

osgViewer::GraphicsWindowX11::WindowData::WindowData ( Window  window)
inline

Member Data Documentation

Window osgViewer::GraphicsWindowX11::WindowData::_window

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