aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGeometryDataView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-10-09 11:04:01 +0000
committerBibiko <bibiko@eva.mpg.de>2010-10-09 11:04:01 +0000
commit6b60ddf1029b912586f80b6b7727f8083fb122ea (patch)
treef140424ab4acd2cda8fa1adf52cec74740b68a04 /Source/SPGeometryDataView.h
parent869e355e7f4856dee3171520f549e32855f68dc5 (diff)
downloadsequelpro-6b60ddf1029b912586f80b6b7727f8083fb122ea.tar.gz
sequelpro-6b60ddf1029b912586f80b6b7727f8083fb122ea.tar.bz2
sequelpro-6b60ddf1029b912586f80b6b7727f8083fb122ea.zip
• enabled thumbnail images of spatial geometry fields as tooltips
- note: geometrycollection support will follow soon
Diffstat (limited to 'Source/SPGeometryDataView.h')
-rw-r--r--Source/SPGeometryDataView.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPGeometryDataView.h b/Source/SPGeometryDataView.h
index c40cff97..fa1168c5 100644
--- a/Source/SPGeometryDataView.h
+++ b/Source/SPGeometryDataView.h
@@ -27,6 +27,9 @@
@interface SPGeometryDataView : NSView
{
+
+ NSWindow *geometryDataWindow;
+
NSString *type;
NSArray *coordinates;
CGFloat x_min;
@@ -43,6 +46,6 @@
- (id)initWithCoordinates:(NSDictionary*)coord;
- (void)setMax:(NSArray*)bbox;
- (NSPoint)normalizePoint:(NSPoint)aPoint;
-- (NSImage*)image;
+- (NSImage*)thumbnailImage;
@end