FlightGear next
QQuickDrawable Class Reference

#include <QQuickDrawable.hxx>

Inherits osg::Drawable.

Public Member Functions

 QQuickDrawable ()
 
virtual ~QQuickDrawable ()
 
virtual osg::Object * cloneType () const
 
virtual osg::Object * clone (const osg::CopyOp &copyop) const
 
void drawImplementation (osg::RenderInfo &renderInfo) const override
 
void setup (osgViewer::GraphicsWindow *gw, osgViewer::Viewer *viewer)
 
void setSourcePath (const std::string &path)
 
void setSource (const QUrl &url)
 
void reload (const QUrl &url)
 
void resize (int width, int height)
 

Detailed Description

Definition at line 34 of file QQuickDrawable.hxx.

Constructor & Destructor Documentation

◆ QQuickDrawable()

QQuickDrawable::QQuickDrawable ( )

Definition at line 470 of file QQuickDrawable.cxx.

◆ ~QQuickDrawable()

QQuickDrawable::~QQuickDrawable ( )
virtual

Definition at line 498 of file QQuickDrawable.cxx.

Member Function Documentation

◆ clone()

virtual osg::Object * QQuickDrawable::clone ( const osg::CopyOp & copyop) const
inlinevirtual

Definition at line 41 of file QQuickDrawable.hxx.

◆ cloneType()

virtual osg::Object * QQuickDrawable::cloneType ( ) const
inlinevirtual

Definition at line 40 of file QQuickDrawable.hxx.

◆ drawImplementation()

void QQuickDrawable::drawImplementation ( osg::RenderInfo & renderInfo) const
override

Definition at line 547 of file QQuickDrawable.cxx.

◆ reload()

void QQuickDrawable::reload ( const QUrl & url)

Definition at line 573 of file QQuickDrawable.cxx.

◆ resize()

void QQuickDrawable::resize ( int width,
int height )

Definition at line 601 of file QQuickDrawable.cxx.

◆ setSource()

void QQuickDrawable::setSource ( const QUrl & url)

Definition at line 584 of file QQuickDrawable.cxx.

◆ setSourcePath()

void QQuickDrawable::setSourcePath ( const std::string & path)

Definition at line 579 of file QQuickDrawable.cxx.

◆ setup()

void QQuickDrawable::setup ( osgViewer::GraphicsWindow * gw,
osgViewer::Viewer * viewer )

Definition at line 504 of file QQuickDrawable.cxx.


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