-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathBCOutlineViewController.h
164 lines (156 loc) · 8.74 KB
/
BCOutlineViewController.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
//
// 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/NSViewController.h>
#import <BCLayerList/BCOutlineViewDelegate-Protocol.h>
#import <BCLayerList/BCTableCellViewDelegate-Protocol.h>
#import <BCLayerList/BCTableRowViewDelegate-Protocol.h>
#import <BCLayerList/NSMenuDelegate-Protocol.h>
#import <BCLayerList/NSOutlineViewDataSource-Protocol.h>
#import <BCLayerList/NSTextFieldDelegate-Protocol.h>
@class BCFilterInfo, BCOutlineView, BCOutlineViewDataController, BCRowViewVisuals, BCTableCellView, NSArray, NSEvent, NSMutableSet, NSString, NSTextField, _TtC11BCLayerList15BCOutlineDiffer;
@interface BCOutlineViewController : NSViewController <NSMenuDelegate, NSTextFieldDelegate, BCTableCellViewDelegate, BCTableRowViewDelegate, NSOutlineViewDataSource, BCOutlineViewDelegate>
{
BOOL _shouldResetRowViewVisuals;
BOOL _selectionStateUpdating;
BOOL _expansionStateUpdating;
BOOL _isRefreshing;
BOOL _draggingInProgress;
BOOL _shouldRestoreGroupFloatingAfterDragDrop;
BOOL _viewHasAppearedBefore;
BCOutlineViewDataController *_dataController;
BCOutlineView *_outlineView;
_TtC11BCLayerList15BCOutlineDiffer *_differ;
NSEvent *_ignoreSelectionChangingEvent;
NSEvent *_ignoreExpansionChangingEvent;
NSArray *_contextMenuSelection;
id _currentlyHoveredNode;
NSTextField *_menuDisabledTextField;
NSMutableSet *_referencedNodes;
unsigned long long _refreshMask;
NSArray *_postRefreshBlocks;
BCRowViewVisuals *_rowViewVisuals;
}
+ (BOOL)itemRowCanFloat:(id)arg1;
- (void).cxx_destruct;
@property(retain, nonatomic) BCRowViewVisuals *rowViewVisuals; // @synthesize rowViewVisuals=_rowViewVisuals;
@property(retain, nonatomic) NSArray *postRefreshBlocks; // @synthesize postRefreshBlocks=_postRefreshBlocks;
@property(nonatomic) BOOL viewHasAppearedBefore; // @synthesize viewHasAppearedBefore=_viewHasAppearedBefore;
@property(nonatomic) unsigned long long refreshMask; // @synthesize refreshMask=_refreshMask;
@property(retain, nonatomic) NSMutableSet *referencedNodes; // @synthesize referencedNodes=_referencedNodes;
@property(retain, nonatomic) NSTextField *menuDisabledTextField; // @synthesize menuDisabledTextField=_menuDisabledTextField;
@property(readonly, nonatomic) id currentlyHoveredNode; // @synthesize currentlyHoveredNode=_currentlyHoveredNode;
@property(retain, nonatomic) NSArray *contextMenuSelection; // @synthesize contextMenuSelection=_contextMenuSelection;
@property(nonatomic) BOOL shouldRestoreGroupFloatingAfterDragDrop; // @synthesize shouldRestoreGroupFloatingAfterDragDrop=_shouldRestoreGroupFloatingAfterDragDrop;
@property(nonatomic) BOOL draggingInProgress; // @synthesize draggingInProgress=_draggingInProgress;
@property(retain, nonatomic) NSEvent *ignoreExpansionChangingEvent; // @synthesize ignoreExpansionChangingEvent=_ignoreExpansionChangingEvent;
@property(retain, nonatomic) NSEvent *ignoreSelectionChangingEvent; // @synthesize ignoreSelectionChangingEvent=_ignoreSelectionChangingEvent;
@property(nonatomic) BOOL isRefreshing; // @synthesize isRefreshing=_isRefreshing;
@property(nonatomic) BOOL expansionStateUpdating; // @synthesize expansionStateUpdating=_expansionStateUpdating;
@property(nonatomic) BOOL selectionStateUpdating; // @synthesize selectionStateUpdating=_selectionStateUpdating;
@property(nonatomic) BOOL shouldResetRowViewVisuals; // @synthesize shouldResetRowViewVisuals=_shouldResetRowViewVisuals;
@property(readonly, nonatomic) _TtC11BCLayerList15BCOutlineDiffer *differ; // @synthesize differ=_differ;
@property(retain, nonatomic) BCOutlineView *outlineView; // @synthesize outlineView=_outlineView;
@property(retain, nonatomic) BCOutlineViewDataController *dataController; // @synthesize dataController=_dataController;
- (void)updateVisualStateOfRowView:(id)arg1;
- (void)resetRowViewVisualsIfNecessary;
- (void)resetRowViewVisuals;
- (id)tableCellOutlineView:(id)arg1;
- (id)tableCellViewDestinationWindow:(id)arg1;
- (unsigned long long)tableRowView:(id)arg1 displayTypeOfRowAtIndex:(long long)arg2;
- (long long)indexOfTableRowView:(id)arg1;
- (BOOL)isNodeExpandedInTableRowView:(id)arg1;
- (id)selectedNodes;
- (BOOL)isNodeSelectedOnRow:(long long)arg1;
- (BOOL)isNodeOfTableRowViewSelected:(id)arg1;
- (BOOL)control:(id)arg1 textView:(id)arg2 doCommandBySelector:(SEL)arg3;
- (void)handleTabFromControl:(id)arg1 forward:(BOOL)arg2;
- (void)performNecessaryRefreshOperations;
- (void)resetLayoutDirtyFlag;
- (void)resetTableViewCellContentsDirtyFlag;
- (BOOL)areTableViewCellContentsDirty;
@property(readonly, nonatomic) BOOL isLayoutDirty;
- (void)resetPreviewImagesDirtyFlag;
@property(readonly, nonatomic) BOOL arePreviewImagesDirty;
@property(readonly, nonatomic) BOOL isExpansionDirty;
- (void)resetSelectionDirtyFlag;
@property(readonly, nonatomic) BOOL isSelectionDirty;
- (void)refreshWithMask:(unsigned long long)arg1;
- (void)internalRefreshPreviewImages;
- (void)executeAfterRefreshCompleted:(CDUnknownBlockType)arg1;
- (void)internalRefresh;
- (BOOL)renameSelectedNode;
- (void)renameNode;
- (void)flagsChangedNotification;
- (id)tableCellViewForNode:(id)arg1;
- (void)updateDisplayStateOnView:(id)arg1;
- (BOOL)isNodeOfTableRowViewHovered:(id)arg1;
- (void)setCurrentlyHoveredNode:(id)arg1 notifyDelegate:(BOOL)arg2;
- (void)setCurrentlyHoveredView:(id)arg1 notifyDelegate:(BOOL)arg2;
@property(readonly, nonatomic) __weak BCTableCellView *currentlyHoveredView;
- (void)tableCellViewDidBeginEditing:(id)arg1;
- (void)tableCellViewMouseExited:(id)arg1;
- (void)tableCellViewMouseEntered:(id)arg1;
- (void)tableCellViewHandleBadgePressed:(id)arg1;
- (BOOL)isTableCellViewNodeLockedOnCanvas:(id)arg1;
- (BOOL)isTableCellViewNodeContainedByHiddenAncestorNode:(id)arg1;
- (BOOL)canTableCellViewNodeBeHidden:(id)arg1;
- (BOOL)isTableCellViewNodeHiddenOnCanvas:(id)arg1;
- (BOOL)isTableCellViewNodeSelected:(id)arg1;
- (void)menuDidClose:(id)arg1;
- (void)menuNeedsUpdate:(id)arg1;
- (id)viewAtCurrentMousePoint;
- (id)nodeAtCurrentMousePoint;
- (long long)rowAtCurrentMousePoint;
- (BOOL)isOutlineViewShowingContextMenu:(id)arg1;
- (BOOL)outlineView:(id)arg1 acceptDrop:(id)arg2 item:(id)arg3 childIndex:(long long)arg4;
- (BOOL)determineCopyStateFromDraggingInfo:(id)arg1;
- (long long)translateDropIndex:(long long)arg1 toParentOfChild:(id)arg2;
- (unsigned long long)outlineView:(id)arg1 validateDrop:(id)arg2 proposedItem:(id)arg3 proposedChildIndex:(long long)arg4;
- (BOOL)outlineView:(id)arg1 writeItems:(id)arg2 toPasteboard:(id)arg3;
- (id)outlineView:(id)arg1 namesOfPromisedFilesDroppedAtDestination:(id)arg2 forDraggedItems:(id)arg3;
- (void)outlineView:(id)arg1 draggingSession:(id)arg2 endedAtPoint:(struct CGPoint)arg3 operation:(unsigned long long)arg4;
- (void)outlineView:(id)arg1 draggingSession:(id)arg2 willBeginAtPoint:(struct CGPoint)arg3 forItems:(id)arg4;
- (void)enableGroupRowFloatingIfNeeded;
- (void)temporarilyDisableGroupRowFloating;
- (BOOL)rowIsFloatingAndHasBeenScrolledUp:(long long)arg1;
@property(retain, nonatomic) BCFilterInfo *filter;
- (void)outlineViewSelectionIsChanging:(id)arg1;
- (void)outlineViewSelectionDidChange:(id)arg1;
- (void)updateSelectionFromNotification:(id)arg1;
@property(readonly, nonatomic) NSArray *selectedItems;
- (void)updateSelectionStateScrollingToVisible:(BOOL)arg1;
- (void)modifySelectionInBlock:(CDUnknownBlockType)arg1;
- (void)outlineViewItemWillCollapse:(id)arg1;
- (BOOL)outlineView:(id)arg1 shouldCollapseItem:(id)arg2;
- (void)outlineViewItemDidExpand:(id)arg1;
- (BOOL)outlineView:(id)arg1 shouldExpandItem:(id)arg2;
- (unsigned long long)determineCollapsionStateForNode:(id)arg1;
- (unsigned long long)determineExpansionStateForNode:(id)arg1;
- (void)notifyExpansionStateChanged:(unsigned long long)arg1 forNode:(id)arg2;
- (void)updateExpansionStateForNodesUnder:(id)arg1;
- (void)modifyExpansionInBlock:(CDUnknownBlockType)arg1;
- (id)outlineView:(id)arg1 viewForTableColumn:(id)arg2 item:(id)arg3;
- (id)outlineView:(id)arg1 rowViewForItem:(id)arg2;
- (id)outlineView:(id)arg1 objectValueForTableColumn:(id)arg2 byItem:(id)arg3;
- (BOOL)outlineView:(id)arg1 isItemExpandable:(id)arg2;
- (id)outlineView:(id)arg1 child:(long long)arg2 ofItem:(id)arg3;
- (long long)outlineView:(id)arg1 numberOfChildrenOfItem:(id)arg2;
- (id)childrenForItem:(id)arg1;
- (void)dealloc;
@property(readonly, nonatomic) double preferredHeight;
- (void)outlineViewDidResize:(id)arg1;
- (void)outlineViewBackingPropertiesDidChange:(id)arg1;
- (void)applyAppearance;
- (void)viewDidAppear;
- (void)viewDidLoad;
- (void)awakeFromNib;
- (id)initWithDataController:(id)arg1;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end