tilde~
Puredata Qt-based GUI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
bound_color_selector.hpp
Go to the documentation of this file.
1 
27 #ifndef BOUND_COLOR_SELECTOR_HPP
28 #define BOUND_COLOR_SELECTOR_HPP
29 
30 #include "color_selector.hpp"
31 
36 {
37  Q_OBJECT
38 private:
39  QColor* ref;
40 public:
41  explicit Bound_Color_Selector(QColor* reference, QWidget *parent = 0);
42 
43 private slots:
44  void update_reference(QColor);
45 };
46 
47 #endif // BOUND_COLOR_SELECTOR_HPP
Definition: color_selector.hpp:32
Definition: bound_color_selector.hpp:35
#define QCP_EXPORT
Definition: colorpicker_global.hpp:9