From 6b60ddf1029b912586f80b6b7727f8083fb122ea Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sat, 9 Oct 2010 11:04:01 +0000 Subject: =?UTF-8?q?=E2=80=A2=20enabled=20thumbnail=20images=20of=20spatial?= =?UTF-8?q?=20geometry=20fields=20as=20tooltips=20-=20note:=20geometrycoll?= =?UTF-8?q?ection=20support=20will=20follow=20soon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPGeometryDataView.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Source/SPGeometryDataView.h') 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 -- cgit v1.2.3