Added new project tree dock widget

This commit is contained in:
Magne Sjaastad
2015-08-04 15:57:58 +02:00
parent c09143e706
commit a88b3cac83
2 changed files with 44 additions and 9 deletions

View File

@@ -47,12 +47,13 @@ class RimCase;
namespace caf
{
class AnimationToolBar;
class FrameAnimationControl;
class PdmObject;
class PdmUiPropertyView;
class PdmUiTreeView;
class UiPropertyCreatorPdm;
class UiTreeModelPdm;
class PdmObject;
class FrameAnimationControl;
class AnimationToolBar;
class PdmUiPropertyView;
}
namespace ssihub
@@ -275,7 +276,10 @@ private slots:
void slotOpenUsersGuideInBrowserAction();
void slotSubWindowActivated(QMdiSubWindow* subWindow);
void slotCurrentChanged(const QModelIndex & current, const QModelIndex & previous);
void OBSOLETE_slotCurrentChanged(const QModelIndex & current, const QModelIndex & previous);
void selectedObjectsChanged(const QItemSelection& selected, const QItemSelection & deselected);
// Animation slots
void slotSetCurrentFrame(int frameIndex);
@@ -288,6 +292,8 @@ private:
RimUiTreeView* m_OBSOLETE_treeView;
RimUiTreeModelPdm* m_OBSOLETE_treeModelPdm;
caf::PdmUiTreeView* m_projectTreeView;
caf::PdmObject* m_pdmRoot;
caf::PdmUiPropertyView* m_pdmUiPropertyView;