/[svn]/gigedit/trunk/src/gigedit/scriptslots.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/scriptslots.h

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

revision 3196 by schoenebeck, Mon Jan 2 22:13:01 2017 UTC revision 3197 by schoenebeck, Sat May 20 17:15:36 2017 UTC
# Line 26  public: Line 26  public:
26     ~ScriptSlots();     ~ScriptSlots();
27      void setInstrument(gig::Instrument* instrument);      void setInstrument(gig::Instrument* instrument);
28    
29        sigc::signal<void, gig::Instrument*>& signal_script_slots_changed();
30    
31      // implementation for abstract methods of interface class "ManagedWindow"      // implementation for abstract methods of interface class "ManagedWindow"
32      virtual Settings::Property<int>* windowSettingX() { return &Settings::singleton()->scriptSlotsWindowX; }      virtual Settings::Property<int>* windowSettingX() { return &Settings::singleton()->scriptSlotsWindowX; }
33      virtual Settings::Property<int>* windowSettingY() { return &Settings::singleton()->scriptSlotsWindowY; }      virtual Settings::Property<int>* windowSettingY() { return &Settings::singleton()->scriptSlotsWindowY; }
# Line 43  protected: Line 45  protected:
45          gig::Script* script;          gig::Script* script;
46      };      };
47    
48        sigc::signal<void, gig::Instrument*> script_slots_changed_signal;
49    
50      Gtk::VBox m_vbox;      Gtk::VBox m_vbox;
51      Gtk::Label m_generalInfoLabel;      Gtk::Label m_generalInfoLabel;
52      Gtk::HButtonBox m_buttonBox;      Gtk::HButtonBox m_buttonBox;

Legend:
Removed from v.3196  
changed lines
  Added in v.3197

  ViewVC Help
Powered by ViewVC