X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FLightApp%2FLightApp_GLSelector.h;h=b6360160497bc134a4a0d9b0d68b7ee3567e4f66;hb=f830c97c748d8f8a6a7eccc8e3a58e19066a1181;hp=13cb191beea846b702c16c31dd6730262eb4b664;hpb=da1f47b34cbb3bc5b2cff58f1091e74a696b406c;p=modules%2Fgui.git diff --git a/src/LightApp/LightApp_GLSelector.h b/src/LightApp/LightApp_GLSelector.h index 13cb191be..b63601604 100644 --- a/src/LightApp/LightApp_GLSelector.h +++ b/src/LightApp/LightApp_GLSelector.h @@ -28,6 +28,8 @@ #include #include +class LightApp_DataObject; + /*! \class LightApp_GLSelector Custom selector to get/set selection from GL viewer @@ -56,20 +58,4 @@ private: }; -/*! - This class provide data owner objects for GLViewer. -*/ -class LIGHTAPP_EXPORT LightApp_GLOwner : public GLViewer_Owner -{ -public: - LightApp_GLOwner( const char* ); - ~LightApp_GLOwner(); - - const char* entry() const; - void setEntry( const char* ); - -private: - std::string myEntry; -}; - #endif