test/index: add more tests
[GitX.git] / CWQuickLook.h
blobdf1de9c4ef0d919bf5ea5b41ddd0277edf1b80ac
1 @interface QLPreviewPanel : NSPanel
2 + (id)sharedPreviewPanel;
3 + (id)_previewPanel;
4 + (BOOL)isSharedPreviewPanelLoaded;
5 - (id)initWithContentRect:(struct _NSRect)fp8 styleMask:(unsigned int)fp24 backing:(unsigned int)fp28 defer:(BOOL)fp32;
6 - (id)initWithCoder:(id)fp8;
7 - (void)dealloc;
8 - (BOOL)isOpaque;
9 - (BOOL)canBecomeKeyWindow;
10 - (BOOL)canBecomeMainWindow;
11 - (BOOL)shouldIgnorePanelFrameChanges;
12 - (BOOL)isOpen;
13 - (void)setFrame:(struct _NSRect)fp8 display:(BOOL)fp24 animate:(BOOL)fp28;
14 - (id)_subEffectsForWindow:(id)fp8 itemFrame:(struct _NSRect)fp12 transitionWindow:(id *)fp28;
15 - (id)_scaleEffectForItemFrame:(struct _NSRect)fp8 transitionWindow:(id *)fp24;
16 - (void)_invertCurrentEffect;
17 - (struct _NSRect)_currentItemFrame;
18 - (void)setAutosizesAndCenters:(BOOL)fp8;
19 - (BOOL)autosizesAndCenters;
20 - (void)makeKeyAndOrderFront:(id)fp8;
21 - (void)makeKeyAndOrderFrontWithEffect:(int)fp8;
22 - (void)makeKeyAndGoFullscreenWithEffect:(int)fp8;
23 - (void)makeKeyAndOrderFrontWithEffect:(int)fp8 canClose:(BOOL)fp12;
24 - (void)_makeKeyAndOrderFrontWithEffect:(int)fp8 canClose:(BOOL)fp12 willOpen:(BOOL)fp16 toFullscreen:(BOOL)fp20;
25 - (int)openingEffect;
26 - (void)closePanel;
27 - (void)close;
28 - (void)closeWithEffect:(int)fp8;
29 - (void)closeWithEffect:(int)fp8 canReopen:(BOOL)fp12;
30 - (void)_closeWithEffect:(int)fp8 canReopen:(BOOL)fp12;
31 - (void)windowEffectDidTerminate:(id)fp8;
32 - (void)_close:(id)fp8;
33 - (void)sendEvent:(id)fp8;
34 - (void)selectNextItem;
35 - (void)selectPreviousItem;
36 - (void)setURLs:(id)fp8 currentIndex:(unsigned int)fp12 preservingDisplayState:(BOOL)fp16;
37 - (void)setURLs:(id)fp8 preservingDisplayState:(BOOL)fp12;
38 - (void)setURLs:(id)fp8;
39 - (id)URLs;
40 - (unsigned int)indexOfCurrentURL;
41 - (void)setIndexOfCurrentURL:(unsigned int)fp8;
42 - (void)setDelegate:(id)fp8;
43 - (id)sharedPreviewView;
44 - (void)setSharedPreviewView:(id)fp8;
45 - (void)setCyclesSelection:(BOOL)fp8;
46 - (BOOL)cyclesSelection;
47 - (void)setShowsAddToiPhotoButton:(BOOL)fp8;
48 - (BOOL)showsAddToiPhotoButton;
49 - (void)setShowsiChatTheaterButton:(BOOL)fp8;
50 - (BOOL)showsiChatTheaterButton;
51 - (void)setShowsFullscreenButton:(BOOL)fp8;
52 - (BOOL)showsFullscreenButton;
53 - (void)setShowsIndexSheetButton:(BOOL)fp8;
54 - (BOOL)showsIndexSheetButton;
55 - (void)setAutostarts:(BOOL)fp8;
56 - (BOOL)autostarts;
57 - (void)setPlaysDuringPanelAnimation:(BOOL)fp8;
58 - (BOOL)playsDuringPanelAnimation;
59 - (void)setDeferredLoading:(BOOL)fp8;
60 - (BOOL)deferredLoading;
61 - (void)setEnableDragNDrop:(BOOL)fp8;
62 - (BOOL)enableDragNDrop;
63 - (void)start:(id)fp8;
64 - (void)stop:(id)fp8;
65 - (void)setShowsIndexSheet:(BOOL)fp8;
66 - (BOOL)showsIndexSheet;
67 - (void)setShareWithiChat:(BOOL)fp8;
68 - (BOOL)shareWithiChat;
69 - (void)setPlaysSlideShow:(BOOL)fp8;
70 - (BOOL)playsSlideShow;
71 - (void)setIsFullscreen:(BOOL)fp8;
72 - (BOOL)isFullscreen;
73 - (void)setMandatoryClient:(id)fp8;
74 - (id)mandatoryClient;
75 - (void)setForcedContentTypeUTI:(id)fp8;
76 - (id)forcedContentTypeUTI;
77 - (void)setDocumentURLs:(id)fp8;
78 - (void)setDocumentURLs:(id)fp8 preservingDisplayState:(BOOL)fp12;
79 - (void)setDocumentURLs:(id)fp8 itemFrame:(struct _NSRect)fp12;
80 - (void)setURLs:(id)fp8 itemFrame:(struct _NSRect)fp12;
81 - (void)setAutoSizeAndCenterOnScreen:(BOOL)fp8;
82 - (void)setShowsAddToiPhoto:(BOOL)fp8;
83 - (void)setShowsiChatTheater:(BOOL)fp8;
84 - (void)setShowsFullscreen:(BOOL)fp8;
85 @end