osg::QLabelRegisterWrapper< FieldLabelType > Struct Template Reference

#include <OSGQFieldLabelFactory.h>

List of all members.

Public Member Functions

 QLabelRegisterWrapper (const std::string &strFieldContentsName)


Detailed Description

template<class FieldLabelType>
struct osg::QLabelRegisterWrapper< FieldLabelType >

Definition at line 88 of file OSGQFieldLabelFactory.h.


Constructor & Destructor Documentation

template<class FieldLabelType>
osg::QLabelRegisterWrapper< FieldLabelType >::QLabelRegisterWrapper ( const std::string &  strFieldContentsName  )  [inline, explicit]

Definition at line 44 of file OSGQFieldLabelFactory.inl.

References osg::QFieldLabelFactory::registerLabel(), and osg::QFieldLabelFactory::the().

00046 {
00047     QFieldLabelFactory::the().registerLabel(strFieldContentsName,
00048                                             &FieldLabelType::create);
00049 }


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

Generated on Mon Mar 17 11:29:14 2008 for OpenSG by  doxygen 1.5.5