X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_Prop.h;h=c807ea297fffcaccdf0789b2f426282315e3f37b;hb=d04ea67117f609da08de8ae7631e8f2f844ea437;hp=564c0a2d00cadb05a9d9b647015ac8db17d0100a;hpb=e9095021919b0e85e4708dbcdb6fd2b55530d1dd;p=modules%2Fshaper.git diff --git a/src/Config/Config_Prop.h b/src/Config/Config_Prop.h index 564c0a2d0..c807ea297 100644 --- a/src/Config/Config_Prop.h +++ b/src/Config/Config_Prop.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// 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 // #ifndef CONFIG_PROP_H @@ -61,7 +60,15 @@ class Config_Prop ShortcutTree, BiColor, Background, - Directory + Directory, + Cursor + }; + + enum CursorType + { + ArrowCursor, + CrossCursor, + HandCursor }; /**