#include "VisuGUI_Slider.h"
-#include "SUIT_Session.h"
#include "SUIT_ResourceMgr.h"
#include "LightApp_SelectionMgr.h"
/*!
Constructor
*/
-VisuGUI_Slider::VisuGUI_Slider( VVTK_ViewWindow* theViewWondow,
+VisuGUI_Slider::VisuGUI_Slider( VVTK_ViewWindow* theViewWindow,
LightApp_SelectionMgr* theSelectionMgr )
- : QtxDockWindow( InDock, theViewWondow->getMainWindow1() ),
- myMainWindow( theViewWondow->getMainWindow1() ),
+ : QtxDockWindow( InDock, theViewWindow->getMainWindow1() ),
+ myMainWindow( theViewWindow->getMainWindow1() ),
mySelectionMgr( theSelectionMgr )
{
- //SUIT_ResourceMgr* aResourceMgr = SUIT_Session::session()->resourceMgr();
+ //SUIT_ResourceMgr* aResourceMgr = VISU::GetResourceMgr();
setHorizontallyStretchable( true );
Q_OBJECT
public:
- enum { First = 0, Previous, Next, Last };
-
-public:
- VisuGUI_Slider( VVTK_ViewWindow* theViewWondow,
+ VisuGUI_Slider( VVTK_ViewWindow* theViewWindow,
LightApp_SelectionMgr* theSelectionMgr );
virtual ~VisuGUI_Slider();