]> SALOME platform Git repositories - modules/shaper.git/blob - src/Config/Config_Message.cpp
Salome HOME
Implimentation of the Config XML Reader
[modules/shaper.git] / src / Config / Config_Message.cpp
1 /*
2  *
3  */
4
5 #include "Config_Message.h"
6
7 Config_FeatureMessage::Config_FeatureMessage(const Event_ID theId, const void* theParent) :
8   Event_Message(theId, theParent)
9 {
10   m_group = "";
11   m_id = "";
12   m_text = "";
13   m_tooltip = "";
14   m_icon = "";
15   m_keysequence = "";
16 }
17