//=======================================================================
void CurveCreator_Widget::reset()
{
- // all local contexts should be closed if the viewer is not more used
- setLocalPointContext( false, true );
}
//=======================================================================
int changeInteractionStyle( int theStyle );
void setObjectsSelected(const AIS_ListOfInteractive& theList);
+ void reset();
+
//! Return unique section name
std::string getUniqSectionName(CurveCreator_ICurve* theCurve) const;