-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathBCColorPickerBaseView.h
40 lines (34 loc) · 1.38 KB
/
BCColorPickerBaseView.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jul 6 2018 12:02:43).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <AppKit/NSControl.h>
@class NSShadow;
@interface BCColorPickerBaseView : NSControl
{
BOOL _hideSelection;
id _bc_target;
SEL _bc_action;
NSShadow *_markerShadow;
}
+ (void)drawFrameInRect:(struct CGRect)arg1 forView:(id)arg2 block:(CDUnknownBlockType)arg3;
+ (void)drawFrameInRect:(struct CGRect)arg1 outlineWidth:(double)arg2 cornerRadius:(double)arg3 block:(CDUnknownBlockType)arg4;
- (void).cxx_destruct;
@property(retain, nonatomic) NSShadow *markerShadow; // @synthesize markerShadow=_markerShadow;
@property SEL bc_action; // @synthesize bc_action=_bc_action;
@property(nonatomic) __weak id bc_target; // @synthesize bc_target=_bc_target;
@property(nonatomic) BOOL hideSelection; // @synthesize hideSelection=_hideSelection;
- (BOOL)shouldSendEventsDuringMouseDrag;
- (BOOL)acceptsFirstMouse:(id)arg1;
- (void)drawMarkerInRect:(struct CGRect)arg1;
- (void)drawCheckerboardPatternInRect:(struct CGRect)arg1;
- (void)drawBackgroundInRect:(struct CGRect)arg1 dirtyRect:(struct CGRect)arg2;
- (struct CGRect)contentBounds;
- (void)drawRect:(struct CGRect)arg1;
- (id)initInBounds:(struct CGRect)arg1;
- (void)setAction:(SEL)arg1;
- (void)setTarget:(id)arg1;
- (SEL)action;
- (id)target;
@end