-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBLColorController.h
71 lines (65 loc) · 2.01 KB
/
BLColorController.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/*
* Generated by class-dump 3.1.2.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
*/
#import "BLLevelEffectController.h"
@class BLColorView, UIBarButtonItem, UIButton, UIPopoverController, UIView, UIViewController;
@interface BLColorController : BLLevelEffectController
{
BLColorView *m_colorView;
UIButton *m_pasteButton;
UIButton *m_resetButton;
UIBarButtonItem *m_resetBarButton;
UIBarButtonItem *m_resetBarButtonPortrait;
UIView *m_helpView;
UIViewController *m_whiteBalanceController;
UIPopoverController *m_whiteBalancePopover;
BOOL m_hasSourceImageLoadedObserver;
BOOL m_hasFullResolutionSourceImageLoadedObserver;
BOOL m_loadingFullResolutionSource;
struct CGPoint m_lastFaceBalancePoint;
struct CGPoint m_lastWhiteBalancePoint;
BOOL m_inFullResReloadLoop;
}
+ (id)adjustmentKeys;
- (void)setColorView:(id)fp8;
- (id)colorView;
- (void)setHelpView:(id)fp8;
- (id)helpView;
- (void)setResetBarButton:(id)fp8;
- (id)resetBarButton;
- (void)setResetBarButtonPortrait:(id)fp8;
- (id)resetBarButtonPortrait;
- (void)setResetButton:(id)fp8;
- (id)resetButton;
- (void)setPasteButton:(id)fp8;
- (id)pasteButton;
- (void)setWhiteBalanceController:(id)fp8;
- (id)undoActionForTool;
- (void)setValue:(id)fp8 forKey:(id)fp12;
- (void)updateMainView;
- (void)dealloc;
- (void)finish;
- (void)setup;
- (void)viewerFrameChanged;
- (void)fullResolutionSourceImageLoaded;
- (void)sourceImageLoaded;
- (void)a_reset:(id)fp8;
- (void)a_whiteBalanceLoupe:(id)fp8;
- (void)a_faceBalanceLoupe:(id)fp8;
- (int)toolType;
- (void)a_whiteBalance:(id)fp8;
- (void)hideWhiteBalancePopover;
- (void)showSettingsPopover:(id)fp8;
- (void)a_done:(id)fp8;
- (void)adjustSettingsPopover:(id)fp8;
- (void)hideSettingsPopover;
- (void)setSettingsController:(id)fp8;
- (void)popoverControllerDidDismissPopover:(id)fp8;
- (BOOL)popoverControllerShouldDismissPopover:(id)fp8;
- (id)whiteBalanceController;
- (id)settingsController;
- (id)pasteUndoName;
- (id)pasteboardKey;
@end