X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_FeatureMessage.h;h=98201cf6f57d9c57f7349da91266acca706828d9;hb=817439b17505a397a77d29308faf277611a341c9;hp=28ae49c3891681333db52dd166b13c5b0dc0b1f7;hpb=b0782eb7d6c01174bd34cccd871078eb94259b5a;p=modules%2Fshaper.git diff --git a/src/Config/Config_FeatureMessage.h b/src/Config/Config_FeatureMessage.h index 28ae49c38..98201cf6f 100644 --- a/src/Config/Config_FeatureMessage.h +++ b/src/Config/Config_FeatureMessage.h @@ -10,6 +10,7 @@ /*! * \class Config_FeatureMessage + * \ingroup Config * \brief Class to pass a feature entry extracted from xml file. * Example of the feature entry: * \code @@ -18,20 +19,21 @@ */ class Config_FeatureMessage : public Events_Message { - std::string myId; //Feature unique id - std::string myText; //Represents action's text - std::string myTooltip; //Represents action's tooltip - std::string myIcon; //Represents action's icon - std::string myKeysequence; //Represents action's key sequence + std::string myId; ///