|
Lynkeos
1.2
|
#import "MyImageView.h"
Classes | |
| category | MyImageView(SelectionPrivate) |
Macros | |
| #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 ) |
| #define min | ( | a, | |
| b | |||
| ) | ((a) > (b) ? b : a ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.15