X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Selection.h;h=4868a9a80f7ffad28785f15f05cc8d354a26d158;hb=61da4e89d2ec63daa429d304f928482a0e6fa0b7;hp=5f399a7ee32450f7ba0d3258a3d35b283d2c0154;hpb=d9db5498b576854aae37ddf8c0bb6fceb264712e;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Selection.h b/src/XGUI/XGUI_Selection.h index 5f399a7ee..4868a9a80 100644 --- a/src/XGUI/XGUI_Selection.h +++ b/src/XGUI/XGUI_Selection.h @@ -16,8 +16,6 @@ #include #include -#include - class XGUI_Workshop; class XGUI_EXPORT XGUI_Selection : public ModuleBase_ISelection @@ -28,12 +26,12 @@ class XGUI_EXPORT XGUI_Selection : public ModuleBase_ISelection /// Returns a list of viewer selected presentations /// \param theShapeTypeToSkip the shapes with this type will be skipped during the result list build /// \return list of presentations - virtual std::list getSelected(int theShapeTypeToSkip = -1) const; + virtual QList getSelected(int theShapeTypeToSkip = -1) const; /// Returns a list of viewer highlited presentations /// \param theShapeTypeToSkip the shapes with this type will be skipped during the result list build /// \return list of presentations - virtual std::list getHighlighted(int theShapeTypeToSkip = -1) const; + virtual QList getHighlighted(int theShapeTypeToSkip = -1) const; /** * Returns list of currently selected objects