X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_FeatureMessage.h;h=98201cf6f57d9c57f7349da91266acca706828d9;hb=592b8a38b3c9e2a6a7d3d1d180b1f9b5406c4415;hp=2613c992636fef61ddaeade5dafdb19730a76638;hpb=587c5c1821f464e323eec057ba860b2433d4f412;p=modules%2Fshaper.git diff --git a/src/Config/Config_FeatureMessage.h b/src/Config/Config_FeatureMessage.h index 2613c9926..98201cf6f 100644 --- a/src/Config/Config_FeatureMessage.h +++ b/src/Config/Config_FeatureMessage.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + #ifndef CONFIG_MESSAGE_H #define CONFIG_MESSAGE_H @@ -6,58 +8,105 @@ #include -/// Event ID that feature is loaded (comes with Config_FeatureMessage) -static const char * EVENT_FEATURE_LOADED = "FeatureLoaded"; - -/* - * 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_FeatureMessage: public Events_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; ///