OpenSceneGraph
3.0.1
|
Convinience class that provides a interactive quad that can be placed directly in the scene. More...
Public Member Functions | |
PdfReader () | |
PdfReader (const std::string &filename, const GeometryHints &hints=GeometryHints()) | |
bool | assign (PdfImage *pdfImage, const GeometryHints &hints=GeometryHints()) |
bool | open (const std::string &filename, const GeometryHints &hints=GeometryHints()) |
bool | page (int pageNum) |
bool | previous () |
bool | next () |
Protected Attributes | |
osg::ref_ptr< PdfImage > | _pdfImage |
Convinience class that provides a interactive quad that can be placed directly in the scene.
osgWidget::PdfReader::PdfReader | ( | ) | [inline] |
osgWidget::PdfReader::PdfReader | ( | const std::string & | filename, |
const GeometryHints & | hints = GeometryHints() |
||
) |
bool osgWidget::PdfReader::assign | ( | PdfImage * | pdfImage, |
const GeometryHints & | hints = GeometryHints() |
||
) |
bool osgWidget::PdfReader::next | ( | ) |
bool osgWidget::PdfReader::open | ( | const std::string & | filename, |
const GeometryHints & | hints = GeometryHints() |
||
) |
bool osgWidget::PdfReader::page | ( | int | pageNum | ) |
bool osgWidget::PdfReader::previous | ( | ) |
osg::ref_ptr<PdfImage> osgWidget::PdfReader::_pdfImage [protected] |
![]() | Generated at Mon Oct 3 2011 12:39:51 for the OpenSceneGraph by doxygen 1.7.5. |