OpenAFS
OpenAFS distributed network file system
/cygdrive/c/src/openafs/openafs.git/repo/src/platform/DARWIN/AFSPreference/SystemUIPlugin.h
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 #import <AppKit/AppKit.h>
00007 
00008 @interface NSMenuExtra : NSStatusItem
00009 {
00010     NSBundle *_bundle;
00011     NSMenu *_menu;
00012     NSView *_view;
00013     float _length;
00014     struct {
00015         unsigned int customView:1;
00016         unsigned int menuDown:1;
00017         unsigned int reserved:30;
00018     } _flags;
00019     id _controller;
00020 }
00021 
00022 - (id)initWithBundle:(id)fp8;
00023 - (id)initWithBundle:(id)fp8 data:(id)fp12;
00024 - (void)willUnload;
00025 - (void)dealloc;
00026 - (id)bundle;
00027 - (float)length;
00028 - (void)setLength:(float)fp8;
00029 - (id)image;
00030 - (void)setImage:(id)fp8;
00031 - (id)alternateImage;
00032 - (void)setAlternateImage:(id)fp8;
00033 - (id)menu;
00034 - (void)setMenu:(id)fp8;
00035 - (id)toolTip;
00036 - (void)setToolTip:(id)fp8;
00037 - (id)view;
00038 - (void)setView:(id)fp8;
00039 - (BOOL)isMenuDown;
00040 - (void)drawMenuBackground:(BOOL)fp8;
00041 - (void)popUpMenu:(id)fp8;
00042 - (void)unload;
00043 - (id)statusBar;
00044 - (SEL)action;
00045 - (void)setAction:(SEL)fp8;
00046 - (id)target;
00047 - (void)setTarget:(id)fp8;
00048 - (id)title;
00049 - (void)setTitle:(id)fp8;
00050 - (id)attributedTitle;
00051 - (void)setAttributedTitle:(id)fp8;
00052 - (BOOL)isEnabled;
00053 - (void)setEnabled:(BOOL)fp8;
00054 - (void)setHighlightMode:(BOOL)fp8;
00055 - (BOOL)highlightMode;
00056 - (void)sendActionOn:(int)fp8;
00057 - (id)_initInStatusBar:(id)fp8 withLength:(float)fp12 withPriority:(int)fp16;
00058 - (id)_window;
00059 - (id)_button;
00060 - (void)_adjustLength;
00061 
00062 @end
00063 
00064 @interface NSMenuExtra (NSMenuExtraPrivate)
00065 + (unsigned int)defaultLength;
00066 - (void)setController:(id)fp8;
00067 - (id)controller;
00068 - (void)setMenuDown:(BOOL)fp8;
00069 - (float)defaultLength;
00070 - (id)accessibilityAttributeNames;
00071 - (id)accessibilityAttributeValue:(id)fp8;
00072 - (BOOL)accessibilityIsAttributeSettable:(id)fp8;
00073 - (void)accessibilitySetValue:(id)fp8 forAttribute:(id)fp12;
00074 - (id)accessibilityActionNames;
00075 - (id)accessibilityActionDescription:(id)fp8;
00076 - (void)accessibilityPerformAction:(id)fp8;
00077 - (BOOL)accessibilityIsIgnored;
00078 - (id)accessibilityHitTest:(struct _NSPoint)fp8;
00079 - (id)accessibilityFocusedUIElement;
00080 - (id)AXRole;
00081 - (id)AXRoleDescription;
00082 - (id)AXSubrole;
00083 - (id)AXDescription;
00084 - (id)AXChildren;
00085 - (id)AXParent;
00086 - (id)AXTitle;
00087 - (id)AXValue;
00088 - (id)AXEnabled;
00089 - (id)AXSelected;
00090 - (BOOL)isAXSelectedSettable;
00091 - (void)setAXSelected:(id)fp8;
00092 - (id)AXPosition;
00093 - (id)AXSize;
00094 - (void)performAXPress;
00095 - (void)performAXCancel;
00096 @end
00097 
00098 @interface NSDockExtra : NSObject
00099 {
00100     NSBundle *_bundle;
00101     unsigned int _id;
00102     void *_nativeWindow;
00103     id _controller;
00104     struct {
00105         unsigned int nativeWindow:1;
00106         unsigned int reserved:31;
00107     } _flags;
00108     long _fReserved1;
00109     long _fReserved2;
00110     long _fReserved3;
00111     long _fReserved4;
00112 }
00113 
00114 - (id)initWithBundle:(id)fp8;
00115 - (id)initWithBundle:(id)fp8 data:(id)fp12;
00116 - (void)dealloc;
00117 - (void)willUnload;
00118 - (id)bundle;
00119 - (id)menu;
00120 - (void)toggle;
00121 - (void)handleMenuCommand:(unsigned int)fp8 tag:(unsigned int)fp12;
00122 - (void)setDockLabel:(id)fp8;
00123 - (id)cocoaWindow;
00124 - (void *)carbonCGrafPtr;
00125 
00126 @end
00127 
00128 @interface NSDockExtra (NSDockExtraReallyPrivate)
00129 - (void)_releaseWindow;
00130 @end
00131 
00132 @interface NSDockExtra (NSDockExtraPrivate)
00133 - (id)initWithBundle:(id)fp8 identifier:(unsigned int)fp12 controller:(id)fp16;
00134 - (id)initWithBundle:(id)fp8 identifier:(unsigned int)fp12 data:(id)fp16 controller:(id)fp20;
00135 - (void *)cgWindow;
00136 @end
00137 
00138 @interface NSMutableArray (NSDockExtraMenu)
00139 - (void)insertItem:(id)fp8 atIndex:(int)fp12;
00140 - (void)addItem:(id)fp8;
00141 - (id)insertItemWithTitle:(id)fp8 action:(SEL)fp12 atIndex:(int)fp16;
00142 - (id)addItemWithTitle:(id)fp8 action:(SEL)fp12;
00143 - (void)removeItemAtIndex:(int)fp8;
00144 - (void)setSubmenu:(id)fp8 forItem:(id)fp12;
00145 - (int)indexOfItemWithTitle:(id)fp8;
00146 - (int)indexOfItemWithAction:(SEL)fp8;
00147 - (id)itemWithTitle:(id)fp8;
00148 - (id)itemWithAction:(SEL)fp8;
00149 @end
00150 
00151 @interface NSMutableDictionary (NSDockExtraMenuItem)
00152 + (id)separatorItem;
00153 + (id)itemWithTitle:(id)fp8 action:(SEL)fp12;
00154 - (BOOL)hasSubmenu;
00155 - (void)setSubmenu:(id)fp8;
00156 - (id)submenu;
00157 - (void)setSubmenuSelectable:(BOOL)fp8;
00158 - (BOOL)isSubmenuSelectable;
00159 - (void)setTitle:(id)fp8;
00160 - (id)title;
00161 - (BOOL)isSeparatorItem;
00162 - (void)setEnabled:(BOOL)fp8;
00163 - (BOOL)isEnabled;
00164 - (void)setAction:(SEL)fp8;
00165 - (SEL)action;
00166 - (void)setTag:(int)fp8;
00167 - (int)tag;
00168 - (void)setMark:(int)fp8;
00169 - (int)mark;
00170 - (void)setMarkChar:(id)fp8;
00171 - (id)markChar;
00172 - (void)setHeader:(BOOL)fp8;
00173 - (BOOL)isHeader;
00174 - (void)setStyle:(int)fp8;
00175 - (int)style;
00176 - (void)setIndent:(unsigned short)fp8;
00177 - (unsigned short)indent;
00178 - (void)setDynamicMask:(int)fp8;
00179 - (int)dynamicMask;
00180 - (void)removeDynamicMask;
00181 - (void)setDynamicBreak:(BOOL)fp8;
00182 - (BOOL)dynamicBreak;
00183 - (void)setSystemIcon:(unsigned int)fp8;
00184 - (unsigned int)systemIcon;
00185 - (void)setResourceIcon:(id)fp8;
00186 - (id)resourceIcon;
00187 - (void)setIconEnabled:(BOOL)fp8;
00188 - (BOOL)isIconEnabled;
00189 @end
00190 
00191 @interface NSApplicationDockExtra : NSDockExtra
00192 {
00193 }
00194 
00195 - (void)applicationLaunched;
00196 - (void)applicationDied;
00197 - (void)setDockLabel:(id)fp8;
00198 
00199 @end
00200 
00201 @interface NSMenuExtraView : NSView
00202 {
00203     NSMenu *_menu;
00204     NSMenuExtra *_menuExtra;
00205     NSImage *_image;
00206     NSImage *_alternateImage;
00207 }
00208 
00209 - (id)initWithFrame:(NSRect)fp8 menuExtra:(id)fp24;
00210 - (void)dealloc;
00211 - (void)setMenu:(id)fp8;
00212 - (id)image;
00213 - (void)setImage:(id)fp8;
00214 - (id)alternateImage;
00215 - (void)setAlternateImage:(id)fp8;
00216 - (void)drawRect:(NSRect)fp8;
00217 - (void)mouseDown:(id)fp8;
00218 
00219 @end
00220 
 All Data Structures Files Functions Variables