X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Hypotheses.h;fp=src%2FSMESHGUI%2FSMESHGUI_Hypotheses.h;h=e75b8226294d510e1c76b08c16a4e73d322bf343;hb=a87bde2a084268d40af501d4b8b5c9e8d48c8323;hp=14858061efbe0a3f376cb2eab90702b2206c778a;hpb=bb1e4b11d8f1c4b90fe7b2c9c59a65c1d30c37f4;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_Hypotheses.h b/src/SMESHGUI/SMESHGUI_Hypotheses.h index 14858061e..e75b82262 100644 --- a/src/SMESHGUI/SMESHGUI_Hypotheses.h +++ b/src/SMESHGUI/SMESHGUI_Hypotheses.h @@ -228,9 +228,8 @@ public: bool isAlgo() const; - //this method sets internal index to -1, thus before any data access it is necessary to call next() + // CASCADE-like iteration void init( bool ); - bool more() const; void next(); QString current() const;