comparison widgets/PropertyBox.h @ 63:fb02fe13ff47

* Add editing for auralisation plugin parameters and programs * Rename and reorganise the sample plugin sample set
author Chris Cannam
date Thu, 23 Mar 2006 15:49:41 +0000
parents 705f05ab42e3
children 10bcd53ddc71
comparison
equal deleted inserted replaced
62:50429a56680f 63:fb02fe13ff47
54 void playPanChanged(float); 54 void playPanChanged(float);
55 void playPanDialChanged(int); 55 void playPanDialChanged(int);
56 56
57 void populateViewPlayFrame(); 57 void populateViewPlayFrame();
58 58
59 void editPlugin();
60
59 protected: 61 protected:
60 void updatePropertyEditor(PropertyContainer::PropertyName); 62 void updatePropertyEditor(PropertyContainer::PropertyName);
61 63
62 QWidget *m_mainWidget; 64 QWidget *m_mainWidget;
63 QGridLayout *m_layout; 65 QGridLayout *m_layout;