aboutsummaryrefslogtreecommitdiff
path: root/XcodePlugin/XcodeHeaders/PBXExtendedApplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'XcodePlugin/XcodeHeaders/PBXExtendedApplication.h')
-rw-r--r--XcodePlugin/XcodeHeaders/PBXExtendedApplication.h82
1 files changed, 0 insertions, 82 deletions
diff --git a/XcodePlugin/XcodeHeaders/PBXExtendedApplication.h b/XcodePlugin/XcodeHeaders/PBXExtendedApplication.h
deleted file mode 100644
index 8021166..0000000
--- a/XcodePlugin/XcodeHeaders/PBXExtendedApplication.h
+++ /dev/null
@@ -1,82 +0,0 @@
-/*
- * 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