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

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

FieldContainerPtr osg::QSceneGraphView::HistoryEntry::_pRootFC
 

Definition at line 103 of file OSGQSceneGraphView_qt.h.

FieldContainerPtr osg::QSceneGraphView::HistoryEntry::_pSelectedFC
 

Definition at line 104 of file OSGQSceneGraphView_qt.h.

UInt32 osg::QSceneGraphView::HistoryEntry::_uiAspect
 

Definition at line 105 of file OSGQSceneGraphView_qt.h.


The documentation for this struct was generated from the following files:
Generated on Thu Aug 25 04:31:18 2005 for OpenSG by  doxygen 1.4.3