-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBLColorSlider.h
48 lines (42 loc) · 1.06 KB
/
BLColorSlider.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
40
41
42
43
44
45
46
47
/*
* Generated by class-dump 3.1.2.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
*/
#import "BLEffectView.h"
@class UIImageView, UIView;
@interface BLColorSlider : BLEffectView
{
UIImageView *m_lineView;
UIView *m_indicatorView;
UIView *m_coverView;
float m_minValue;
float m_maxValue;
BOOL m_dragging;
BOOL m_disableAnimations;
struct CGPoint m_lineCenter;
}
- (void)setMaxValue:(float)fp8;
- (void)setMinValue:(float)fp8;
- (float)minValue;
- (struct CGPoint)lineCenter;
- (void)setM_coverView:(id)fp8;
- (id)m_coverView;
- (void)setM_indicatorView:(id)fp8;
- (id)m_indicatorView;
- (void)setM_lineView:(id)fp8;
- (id)m_lineView;
- (void)dealloc;
- (void)awakeFromNib;
- (void)willMoveToWindow:(id)fp8;
- (void)setFrame:(struct CGRect)fp8;
- (void)setValue:(float)fp8;
- (void)updateIndicator;
- (void)updateThumb;
- (void)setLineCenter:(struct CGPoint)fp8;
- (void)userPanned:(id)fp8;
- (void)effectDidChange:(id)fp8;
- (void)effectWillChange:(id)fp8;
- (int)lineInset;
- (float)maxValue;
@end