Public Member Functions | |
| HistoryEntry (const FieldContainerPtr &pRootFC, const FieldContainerPtr &pSelectedFC, UInt32 uiAspect) | |
Public Attributes | |
| FieldContainerPtr | _pRootFC |
| FieldContainerPtr | _pSelectedFC |
| UInt32 | _uiAspect |
Definition at line 98 of file OSGQSceneGraphView_qt.h.
| 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 }
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.
1.5.5