X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_Prop.h;h=c807ea297fffcaccdf0789b2f426282315e3f37b;hb=d04ea67117f609da08de8ae7631e8f2f844ea437;hp=fe97e96756c9990d7c3e6ff6e529b9dd2140492f;hpb=6e421e939851e0de46554ae45a3ca0e1f67cd91d;p=modules%2Fshaper.git diff --git a/src/Config/Config_Prop.h b/src/Config/Config_Prop.h index fe97e9675..c807ea297 100644 --- a/src/Config/Config_Prop.h +++ b/src/Config/Config_Prop.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 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 @@ -60,7 +60,15 @@ class Config_Prop ShortcutTree, BiColor, Background, - Directory + Directory, + Cursor + }; + + enum CursorType + { + ArrowCursor, + CrossCursor, + HandCursor }; /**