|
Lynkeos
1.2
|
#import "MyImageView.h"
Classes | |
| class | MyImageView(SelectionPrivate) |
Defines | |
| #define | K_CURSRECT_SIZE 10 |
| #define | max(a, b) ((a) > (b) ? a : b ) |
| #define | min(a, b) ((a) > (b) ? b : a ) |
Functions | |
| static short | processDrag (long mouse, u_short origin, u_short maximum, bool upright) |
Variables | |
| static const NSString * | crossImage = @"cross" |
| static const NSString * | leftImage = @"left" |
| static const NSString * | rightImage = @"right" |
| static const NSString * | topImage = @"top" |
| static const NSString * | bottomImage = @"bottom" |
| static const NSString * | topLeftImage = @"topLeft" |
| static const NSString * | topRightImage = @"topRight" |
| static const NSString * | bottomLeftImage = @"bottomLeft" |
| static const NSString * | bottomRightImage = @"bottomRight" |
| static const NSString * | insideImage = @"hand" |
| static const NSPoint | crossSpot = {8,8} |
| static const NSPoint | leftSpot = {1,7} |
| static const NSPoint | rightSpot = {14,7} |
| static const NSPoint | topSpot = {7,1} |
| static const NSPoint | bottomSpot = {7,14} |
| static const NSPoint | topLeftSpot = {1,1} |
| static const NSPoint | topRightSpot = {14,1} |
| static const NSPoint | bottomLeftSpot = {1,14} |
| static const NSPoint | bottomRightSpot = {14,14} |
| static const NSPoint | insideSpot = {8,8} |
| #define K_CURSRECT_SIZE 10 |
| #define max | ( | a, | |
| b | |||
| ) | ((a) > (b) ? a : b ) |
Referenced by fourier_inverse(), normalize_rgb(), and prepareImageSpectrum().
| #define min | ( | a, | |
| b | |||
| ) | ((a) > (b) ? b : a ) |
Referenced by fourier_inverse(), and prepareImageSpectrum().
| static short processDrag | ( | long | mouse, |
| u_short | origin, | ||
| u_short | maximum, | ||
| bool | upright | ||
| ) | [static] |
const NSString * bottomImage = @"bottom" [static] |
const NSString * bottomLeftImage = @"bottomLeft" [static] |
const NSPoint bottomLeftSpot = {1,14} [static] |
const NSString * bottomRightImage = @"bottomRight" [static] |
const NSPoint bottomRightSpot = {14,14} [static] |
const NSPoint bottomSpot = {7,14} [static] |
const NSString* crossImage = @"cross" [static] |
const NSPoint crossSpot = {8,8} [static] |
const NSString * insideImage = @"hand" [static] |
const NSPoint insideSpot = {8,8} [static] |
const NSString * leftImage = @"left" [static] |
const NSPoint leftSpot = {1,7} [static] |
const NSString * rightImage = @"right" [static] |
const NSPoint rightSpot = {14,7} [static] |
const NSString * topImage = @"top" [static] |
const NSString * topLeftImage = @"topLeft" [static] |
const NSPoint topLeftSpot = {1,1} [static] |
const NSString * topRightImage = @"topRight" [static] |
const NSPoint topRightSpot = {14,1} [static] |
const NSPoint topSpot = {7,1} [static] |
1.7.6.1