aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGeometryDataView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-10-09 20:38:39 +0000
committerBibiko <bibiko@eva.mpg.de>2010-10-09 20:38:39 +0000
commita4ae7f6898d3b978938869382667a83535c1a805 (patch)
tree80cba6928ae9dab763b2bdec1a873870e76ef8d3 /Source/SPGeometryDataView.h
parent5841f3d9952a1c4d7c73d39e369ec7c78effb356 (diff)
downloadsequelpro-a4ae7f6898d3b978938869382667a83535c1a805.tar.gz
sequelpro-a4ae7f6898d3b978938869382667a83535c1a805.tar.bz2
sequelpro-a4ae7f6898d3b978938869382667a83535c1a805.zip
• some code cleaning, speed improvements, commenting stuff
Diffstat (limited to 'Source/SPGeometryDataView.h')
-rw-r--r--Source/SPGeometryDataView.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/SPGeometryDataView.h b/Source/SPGeometryDataView.h
index 3ef066e5..f02f4194 100644
--- a/Source/SPGeometryDataView.h
+++ b/Source/SPGeometryDataView.h
@@ -40,6 +40,16 @@
CGFloat height;
CGFloat zoom_factor;
CGFloat margin_offset;
+ CGFloat lineWidth;
+
+ NSColor *lineColor;
+ NSColor *borderLineColor;
+ NSColor *backgroundColor;
+ NSColor *pointFillColor;
+ NSColor *pointStrokeColor;
+ NSColor *polygonFillColor1;
+ NSColor *polygonFillColor2;
+ NSColor *polygonFillColor3;
}