aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMImageView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-06-24 10:26:35 +0000
committerBibiko <bibiko@eva.mpg.de>2009-06-24 10:26:35 +0000
commit37f9a67ef142e498d12e181b029d97a18213b8f0 (patch)
treec6c0d5633d68ca087814faebb34ee05f554b65db /Source/CMImageView.h
parent6f0f5ec932e7a1697ee344be9526829ec8f90007 (diff)
downloadsequelpro-37f9a67ef142e498d12e181b029d97a18213b8f0.tar.gz
sequelpro-37f9a67ef142e498d12e181b029d97a18213b8f0.tar.bz2
sequelpro-37f9a67ef142e498d12e181b029d97a18213b8f0.zip
• changes in editSheet:
- generate Hex representation on demand (this speeds up the working with images enormously) - added support to paste image data via the pasteboard (data are stored as TIFF LZW compressed) - if user switched to an other view (text/iamge/hex) that view will be become first responder explicity (fixes an issue that the Open button got the focus sometimes)
Diffstat (limited to 'Source/CMImageView.h')
-rw-r--r--Source/CMImageView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMImageView.h b/Source/CMImageView.h
index 03240395..0982debd 100644
--- a/Source/CMImageView.h
+++ b/Source/CMImageView.h
@@ -28,6 +28,7 @@
@interface NSObject (CMImageViewDelegate)
- (void)processUpdatedImageData:(NSData *)data;
+- (void)processPasteImageData;
@end