meterbridge label color
[ardour.git] / gtk2_ardour / simplerect.h
index 0228e643435277c364bc00b03f07ef41528592f5..d102d91792a7738b3064364c8fb982c19a51a52c 100644 (file)
@@ -4,10 +4,9 @@
 
 #include <glibmm.h>
 
-/* $Id$ */
 
 /* rect.h
- * 
+ *
  * Copyright (C) 1998 EMC Capital Management Inc.
  * Developed by Havoc Pennington <hp@pobox.com>
  *
@@ -110,9 +109,29 @@ private:
 
 
 public:
-  SimpleRect(Group& parent, double x1, double y1, double x2, double y2);
-  explicit SimpleRect(Group& parent);
-
+    SimpleRect(Group& parent, double x1, double y1, double x2, double y2);
+    explicit SimpleRect(Group& parent);
+
+    Glib::PropertyProxy<double> property_x1();
+    Glib::PropertyProxy_ReadOnly<double> property_x1() const;
+    Glib::PropertyProxy<double> property_y1();
+    Glib::PropertyProxy_ReadOnly<double> property_y1() const;
+    Glib::PropertyProxy<double> property_x2();
+    Glib::PropertyProxy_ReadOnly<double> property_x2() const;
+    Glib::PropertyProxy<double> property_y2();
+    Glib::PropertyProxy_ReadOnly<double> property_y2() const;
+    Glib::PropertyProxy<guint> property_outline_pixels();
+    Glib::PropertyProxy_ReadOnly<guint> property_outline_pixels() const;
+    Glib::PropertyProxy<guint> property_outline_what();
+    Glib::PropertyProxy_ReadOnly<guint> property_outline_what() const;
+    Glib::PropertyProxy<bool> property_fill();
+    Glib::PropertyProxy_ReadOnly<bool> property_fill() const;
+    Glib::PropertyProxy<guint> property_fill_color_rgba();
+    Glib::PropertyProxy_ReadOnly<guint> property_fill_color_rgba() const;
+    Glib::PropertyProxy<guint> property_outline_color_rgba();
+    Glib::PropertyProxy_ReadOnly<guint> property_outline_color_rgba() const;
+    Glib::PropertyProxy<bool> property_draw();
+    Glib::PropertyProxy_ReadOnly<bool> property_draw() const;
 
 };