Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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  )  [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 Thu Aug 25 04:31:03 2005 for OpenSG by  doxygen 1.4.3