X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_FeatureMessage.h;h=98201cf6f57d9c57f7349da91266acca706828d9;hb=0479361746467f244b7ccfd1d25443677bdea8a6;hp=8fce1b17369d6feee884351efea7d80c5bf76f6d;hpb=637bc35625b89379def6b9f9ff0915d32664babd;p=modules%2Fshaper.git diff --git a/src/Config/Config_FeatureMessage.h b/src/Config/Config_FeatureMessage.h index 8fce1b173..98201cf6f 100644 --- a/src/Config/Config_FeatureMessage.h +++ b/src/Config/Config_FeatureMessage.h @@ -1,55 +1,113 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + #ifndef CONFIG_MESSAGE_H #define CONFIG_MESSAGE_H -#include -#include +#include +#include #include -/* - * Class to pass a feature entry extracted from xml file. +/*! + * \class Config_FeatureMessage + * \ingroup Config + * \brief Class to pass a feature entry extracted from xml file. * Example of the feature entry: + * \code * + * \endcode */ -class CONFIG_EXPORT Config_FeatureMessage: public Event_Message +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; ///