X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGroupGUI%2FGroupGUI.h;h=71bac9677968738b4e09ddafe7b0a72592bf71fd;hb=4cf6ece050adcf0ae832f44b82cdeb65ec923245;hp=a699547ff060b0665011c9fff8d4f1b26fc895ff;hpb=9499b99fe2dcb53e1ea364f97986f8f432b04600;p=modules%2Fgeom.git diff --git a/src/GroupGUI/GroupGUI.h b/src/GroupGUI/GroupGUI.h index a699547ff..71bac9677 100644 --- a/src/GroupGUI/GroupGUI.h +++ b/src/GroupGUI/GroupGUI.h @@ -17,14 +17,13 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // // File : GroupGUI.h // Author : Sergey ANIKIN // Module : GEOM -// $Header$ #ifndef GROUPGUI_H #define GROUPGUI_H @@ -39,19 +38,11 @@ class GroupGUI : public GEOMGUI { Q_OBJECT -protected: - GroupGUI(GeometryGUI* parent); // hide constructor to avoid direct creation - -public : +public: + GroupGUI(GeometryGUI* parent); ~GroupGUI(); - // Get the only GroupGUI object - static GroupGUI* GetGroupGUI(GeometryGUI* parent); - bool OnGUIEvent( int theCommandID, SUIT_Desktop* parent ); - -private: - static GroupGUI* myGUIObject; // the only GroupGUI object }; #endif