osg::QSceneGraphView::HistoryEntry Struct Reference

List of all members.

Public Member Functions

 HistoryEntry (const FieldContainerPtr &pRootFC, const FieldContainerPtr &pSelectedFC, UInt32 uiAspect)

Public Attributes

FieldContainerPtr _pRootFC
FieldContainerPtr _pSelectedFC
UInt32 _uiAspect


Detailed Description

Definition at line 98 of file OSGQSceneGraphView_qt.h.


Constructor & Destructor Documentation

QSceneGraphView::HistoryEntry::HistoryEntry ( const FieldContainerPtr pRootFC,
const FieldContainerPtr pSelectedFC,
UInt32  uiAspect 
)

Definition at line 677 of file OSGQSceneGraphView_qt.cpp.

00680     : _pRootFC    (pRootFC    ),
00681       _pSelectedFC(pSelectedFC),
00682       _uiAspect   (uiAspect   )
00683 {
00684 }


Member Data Documentation

Definition at line 103 of file OSGQSceneGraphView_qt.h.

Definition at line 104 of file OSGQSceneGraphView_qt.h.

Definition at line 105 of file OSGQSceneGraphView_qt.h.


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

Generated on Mon Mar 17 12:26:24 2008 for OpenSG by  doxygen 1.5.5