/[svn]/gigedit/trunk/src/gigedit/Settings.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/Settings.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3150 by schoenebeck, Mon Jul 18 11:22:38 2016 UTC revision 3151 by schoenebeck, Fri May 5 18:44:59 2017 UTC
# Line 115  Settings::Settings() : Glib::ObjectBase( Line 115  Settings::Settings() : Glib::ObjectBase(
115      sampleRefsWindowY(*this, SAMPLE_REFS, "y", -1),      sampleRefsWindowY(*this, SAMPLE_REFS, "y", -1),
116      sampleRefsWindowW(*this, SAMPLE_REFS, "w", -1),      sampleRefsWindowW(*this, SAMPLE_REFS, "w", -1),
117      sampleRefsWindowH(*this, SAMPLE_REFS, "h", -1),      sampleRefsWindowH(*this, SAMPLE_REFS, "h", -1),
118        macroEditorWindowX(*this, MACRO_EDITOR, "x", -1),
119        macroEditorWindowY(*this, MACRO_EDITOR, "y", -1),
120        macroEditorWindowW(*this, MACRO_EDITOR, "w", -1),
121        macroEditorWindowH(*this, MACRO_EDITOR, "h", -1),
122      m_ignoreNotifies(false)      m_ignoreNotifies(false)
123  {  {
124      m_boolProps.push_back(&warnUserOnExtensions);      m_boolProps.push_back(&warnUserOnExtensions);
# Line 159  Settings::Settings() : Glib::ObjectBase( Line 163  Settings::Settings() : Glib::ObjectBase(
163      m_intProps.push_back(&sampleRefsWindowY);      m_intProps.push_back(&sampleRefsWindowY);
164      m_intProps.push_back(&sampleRefsWindowW);      m_intProps.push_back(&sampleRefsWindowW);
165      m_intProps.push_back(&sampleRefsWindowH);      m_intProps.push_back(&sampleRefsWindowH);
166        m_intProps.push_back(&macroEditorWindowX);
167        m_intProps.push_back(&macroEditorWindowY);
168        m_intProps.push_back(&macroEditorWindowW);
169        m_intProps.push_back(&macroEditorWindowH);
170  }  }
171    
172  void Settings::onPropertyChanged(Glib::PropertyBase* pProperty, RawValueType_t type, Group_t group) {  void Settings::onPropertyChanged(Glib::PropertyBase* pProperty, RawValueType_t type, Group_t group) {

Legend:
Removed from v.3150  
changed lines
  Added in v.3151

  ViewVC Help
Powered by ViewVC