aboutsummaryrefslogtreecommitdiff
path: root/XcodePlugin/XcodeHeaders/PBXExtendedApplication.h
blob: 802116610ecd0f2ce0042b977025eb3fcd22f985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/*
 *     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