#include <OSGQFieldLabelFactory.h>
Public Member Functions | |
| QLabelRegisterWrapper (const std::string &strFieldContentsName) | |
Definition at line 88 of file OSGQFieldLabelFactory.h.
| 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 }
1.5.5