Lynkeos  1.2
Classes | Defines | Functions | Variables
MyImageViewSelection.m File Reference
#import "MyImageView.h"
Include dependency graph for MyImageViewSelection.m:

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 Documentation

#define K_CURSRECT_SIZE   10
#define max (   a,
 
)    ((a) > (b) ? a : b )
#define min (   a,
 
)    ((a) > (b) ? b : a )

Function Documentation

static short processDrag ( long  mouse,
u_short  origin,
u_short  maximum,
bool  upright 
) [static]

Variable Documentation

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]