#pragma mark in TFUSBController
[MacTF.git] / iLifeControls / NSFrameView.h
blob68892715e09792e759c6f6c13dd0c5b47b01f01d
1 /*
2 * Generated by class-dump 3.1.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2005 by Steve Nygard.
5 */
7 #import <AppKit/NSView.h>
9 @class NSButton, NSCell, NSString;
11 @interface NSFrameView : NSView
13 unsigned int styleMask;
14 NSString *_title;
15 NSCell *titleCell;
16 NSButton *closeButton;
17 NSButton *zoomButton;
18 NSButton *minimizeButton;
19 BOOL resizeByIncrement;
20 BOOL unused;
21 unsigned char tabViewCount;
22 struct _NSSize resizeParameter;
23 int shadowState;
26 + (void)initialize;
27 + (void)initTitleCell:(id)fp8 styleMask:(unsigned int)fp12;
28 + (struct _NSRect)frameRectForContentRect:(struct _NSRect)fp8 styleMask:(unsigned int)fp24;
29 + (struct _NSRect)contentRectForFrameRect:(struct _NSRect)fp8 styleMask:(unsigned int)fp24;
30 + (struct _NSSize)minFrameSizeForMinContentSize:(struct _NSSize)fp8 styleMask:(unsigned int)fp16;
31 + (struct _NSSize)minContentSizeForMinFrameSize:(struct _NSSize)fp8 styleMask:(unsigned int)fp16;
32 + (float)minFrameWidthWithTitle:(id)fp8 styleMask:(unsigned int)fp12;
33 + (unsigned int)_validateStyleMask:(unsigned int)fp8;
34 - (id)initWithFrame:(struct _NSRect)fp8 styleMask:(unsigned int)fp24 owner:(id)fp28;
35 - (id)initWithFrame:(struct _NSRect)fp8;
36 - (void)dealloc;
37 - (void)finalize;
38 - (void)shapeWindow;
39 - (void)tileAndSetWindowShape:(BOOL)fp8;
40 - (void)tile;
41 - (void)drawRect:(struct _NSRect)fp8;
42 - (void)_drawFrameRects:(struct _NSRect)fp8;
43 - (void)drawFrame:(struct _NSRect)fp8;
44 - (void)drawThemeContentFill:(struct _NSRect)fp8 inView:(id)fp24;
45 - (void)drawWindowBackgroundRect:(struct _NSRect)fp8;
46 - (void)drawWindowBackgroundRegion:(void *)fp8;
47 - (float)contentAlpha;
48 - (void)_windowChangedKeyState;
49 - (void)_updateButtonState;
50 - (BOOL)_isSheet;
51 - (BOOL)_isUtility;
52 - (void)setShadowState:(int)fp8;
53 - (int)shadowState;
54 - (BOOL)_canHaveToolbar;
55 - (BOOL)_toolbarIsInTransition;
56 - (BOOL)_toolbarIsShown;
57 - (BOOL)_toolbarIsHidden;
58 - (void)_showToolbarWithAnimation:(BOOL)fp8;
59 - (void)_hideToolbarWithAnimation:(BOOL)fp8;
60 - (float)_distanceFromToolbarBaseToTitlebar;
61 - (int)_shadowType;
62 - (unsigned int)_shadowFlags;
63 - (void)_setShadowParameters;
64 - (void)_drawFrameShadowAndFlushContext:(id)fp8;
65 - (void)setUpGState;
66 - (void)adjustHalftonePhase;
67 - (void)systemColorsDidChange:(id)fp8;
68 - (id)frameColor;
69 - (id)contentFill;
70 - (void)tabViewAdded;
71 - (void)tabViewRemoved;
72 - (id)title;
73 - (void)setTitle:(id)fp8;
74 - (id)titleCell;
75 - (void)initTitleCell:(id)fp8;
76 - (void)setResizeIncrements:(struct _NSSize)fp8;
77 - (struct _NSSize)resizeIncrements;
78 - (void)setAspectRatio:(struct _NSSize)fp8;
79 - (struct _NSSize)aspectRatio;
80 - (unsigned int)styleMask;
81 - (id)representedFilename;
82 - (void)setRepresentedFilename:(id)fp8;
83 - (void)setDocumentEdited:(BOOL)fp8;
84 - (void)_setFrameNeedsDisplay:(BOOL)fp8;
85 - (BOOL)frameNeedsDisplay;
86 - (id)titleFont;
87 - (struct _NSRect)_maxTitlebarTitleRect;
88 - (struct _NSRect)titlebarRect;
89 - (void)_setUtilityWindow:(BOOL)fp8;
90 - (void)_setNonactivatingPanel:(BOOL)fp8;
91 - (void)setIsClosable:(BOOL)fp8;
92 - (void)setIsResizable:(BOOL)fp8;
93 - (id)closeButton;
94 - (id)minimizeButton;
95 - (id)zoomButton;
96 - (struct _NSSize)miniaturizedSize;
97 - (void)_clearDragMargins;
98 - (void)_resetDragMargins;
99 - (void)setTitle:(id)fp8 andDefeatWrap:(BOOL)fp12;
100 - (struct _NSRect)frameRectForContentRect:(struct _NSRect)fp8 styleMask:(unsigned int)fp24;
101 - (struct _NSRect)contentRectForFrameRect:(struct _NSRect)fp8 styleMask:(unsigned int)fp24;
102 - (struct _NSSize)minFrameSizeForMinContentSize:(struct _NSSize)fp8 styleMask:(unsigned int)fp16;
103 - (struct _NSRect)dragRectForFrameRect:(struct _NSRect)fp8;
104 - (struct _NSRect)contentRect;
105 - (struct _NSSize)minFrameSize;
107 @end