/core/externals/update-engine/externals/google-toolbox-for-mac/XcodePlugin/XcodeHeaders/PBXExtendedApplication.h
http://macfuse.googlecode.com/ · C++ Header · 82 lines · 68 code · 6 blank · 8 comment · 0 complexity · 6df2d187cd2b5659d1469f96621cc515 MD5 · raw file
- /*
- * Generated by class-dump 3.1.1.
- *
- * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
- */
- // Framework: DevToolsCore
- // Header: Unknown
- // Documentation: Unknown
- #include <Cocoa/Cocoa.h>
- @interface PBXExtendedApplication : NSApplication
- {
- NSWindow *_mainWindowAtBeginningOfSendEvent;
- struct {
- char shouldSendEvent;
- char didSendEvent;
- } _edRespondsTo;
- }
- + (void)initialize;
- - (id)mainWindowAtBeginningOfSendEvent;
- - (void)sendEvent:(id)fp8;
- - (void)reportException:(id)fp8;
- - (id)projects;
- - (id)valueInProjectsWithName:(id)fp8;
- - (id)eventDelegate;
- - (void)_setEventDelegate:(id)fp8;
- - (void)setEventDelegate:(id)fp8;
- - (void)doCommandBySelector:(SEL)fp8;
- - (BOOL)tryToPerform:(SEL)fp8 with:(id)fp12;
- - (void)removeWindowsItem:(id)fp8;
- - (void)addWindowsItem:(id)fp8 title:(id)fp12 filename:(BOOL)fp16;
- - (void)changeWindowsItem:(id)fp8 title:(id)fp12 filename:(BOOL)fp16;
- - (void)updateWindowsItem:(id)fp8;
- - (void)cascadeWindows:(id)fp8;
- - (void)closeWindows:(id)fp8;
- - (void)_makeWindowsPerform:(SEL)fp8 forEvent:(id)fp12 inWindow:(id)fp16 standardWindowButton:(int)fp20;
- - (void)installTopLevelMenuItems:(id)fp8 forBundle:(id)fp12;
- - (void)menuNeedsUpdate:(id)fp8;
- @end
- @interface PBXExtendedApplication (PBXExtendedApplicationScripting)
- - (id)itemsInArray:(id)fp8 withClass:(Class)fp12;
- - (id)currentProject;
- - (id)currentProjectDocument;
- - (id)orderedProjectDocuments;
- - (id)orderedFileDocuments;
- - (id)orderedModelDocuments;
- - (id)orderedDataModelDocuments;
- - (id)orderedClassModelDocuments;
- - (id)orderedTextDocuments;
- - (id)orderedSourceDocuments;
- - (id)selection;
- - (void)setSelection:(id)fp8;
- - (id)globalBreakpoints;
- - (id)valueInGlobalBreakpointsAtIndex:(unsigned int)fp8;
- - (void)insertInGlobalBreakpoints:(id)fp8 atIndex:(unsigned int)fp12;
- - (void)insertInGlobalBreakpoints:(id)fp8;
- - (void)removeFromGlobalBreakpointsAtIndex:(unsigned int)fp8;
- - (id)globalSymbolicBreakpoints;
- - (id)valueInGlobalSymbolicBreakpointsAtIndex:(unsigned int)fp8;
- - (void)insertInGlobalSymbolicBreakpoints:(id)fp8 atIndex:(unsigned int)fp12;
- - (void)insertInGlobalSymbolicBreakpoints:(id)fp8;
- - (void)removeFromGlobalSymbolicBreakpointsAtIndex:(unsigned int)fp8;
- - (id)globalFileBreakpoints;
- - (id)valueInGlobalFileBreakpointsAtIndex:(unsigned int)fp8;
- - (void)insertInGlobalFileBreakpoints:(id)fp8 atIndex:(unsigned int)fp12;
- - (void)insertInGlobalFileBreakpoints:(id)fp8;
- - (void)removeFromGlobalFileBreakpointsAtIndex:(unsigned int)fp8;
- - (id)handleBuildScriptCommand:(id)fp8;
- - (id)handleCleanScriptCommand:(id)fp8;
- - (id)handleDebugScriptCommand:(id)fp8;
- - (id)handleLaunchScriptCommand:(id)fp8;
- - (id)handleUpgradeScriptCommand:(id)fp8;
- - (id)handleUpgradeProjectFileScriptCommand:(id)fp8;
- - (id)handleShowDocumentWithAppleRefScriptCommand:(id)fp8;
- - (id)handleShowDocumentWithPathScriptCommand:(id)fp8;
- - (id)handlePathForDocumentWithAppleRefScriptCommand:(id)fp8;
- @end