X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_CustomPrs.h;h=a1e636a5c15368e2a37ad91280baef85ed43134c;hb=75708cdfd8653e625bfb7aee667a7bb31867f292;hp=97bc89133bdf4efd3f53b0373ce4fc874c7bad10;hpb=694482299ca580d780c221cc6a3e7574e59fd2c3;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_CustomPrs.h b/src/XGUI/XGUI_CustomPrs.h index 97bc89133..a1e636a5c 100644 --- a/src/XGUI/XGUI_CustomPrs.h +++ b/src/XGUI/XGUI_CustomPrs.h @@ -24,6 +24,8 @@ public: /// Modifies the given presentation in the custom way. virtual bool customisePresentation(ResultPtr theResult, AISObjectPtr thePrs, std::shared_ptr theCustomPrs); + + static void getResultColor(ResultPtr theResult, std::vector& theColor); }; #endif