|
Lynkeos
|
Definitions for the custom image view. More...
#import <Foundation/Foundation.h>#import <AppKit/AppKit.h>#include "SMDoubleSlider.h"#include "LynkeosCommon.h"#include "LynkeosProcessingView.h"

Classes | |
| class | MyImageSelection |
| Selection management model object. More... | |
| class | MyImageView |
| The custom image view. More... | |
| category | MyImageView(Selection) |
| Selection handling in MyImageView. More... | |
Enumerations | |
| enum | SelectionPosition_t { PrecedingSide = -1, MiddlePosition = 0, FollowingSide = 1 } |
| Position of a selection side or corner. More... | |
| enum | MySelectingMode { SelNone, SelNormal, SelH, SelV, SelMove } |
| Selection dragging mode. | |
Definitions for the custom image view.
| enum SelectionPosition_t |
Position of a selection side or corner.
Preceding side is left or bottom and following is right or top.
1.8.4