/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

  1. /*
  2. * Generated by class-dump 3.1.1.
  3. *
  4. * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
  5. */
  6. // Framework: DevToolsCore
  7. // Header: Unknown
  8. // Documentation: Unknown
  9. #include <Cocoa/Cocoa.h>
  10. @interface PBXExtendedApplication : NSApplication
  11. {
  12. NSWindow *_mainWindowAtBeginningOfSendEvent;
  13. struct {
  14. char shouldSendEvent;
  15. char didSendEvent;
  16. } _edRespondsTo;
  17. }
  18. + (void)initialize;
  19. - (id)mainWindowAtBeginningOfSendEvent;
  20. - (void)sendEvent:(id)fp8;
  21. - (void)reportException:(id)fp8;
  22. - (id)projects;
  23. - (id)valueInProjectsWithName:(id)fp8;
  24. - (id)eventDelegate;
  25. - (void)_setEventDelegate:(id)fp8;
  26. - (void)setEventDelegate:(id)fp8;
  27. - (void)doCommandBySelector:(SEL)fp8;
  28. - (BOOL)tryToPerform:(SEL)fp8 with:(id)fp12;
  29. - (void)removeWindowsItem:(id)fp8;
  30. - (void)addWindowsItem:(id)fp8 title:(id)fp12 filename:(BOOL)fp16;
  31. - (void)changeWindowsItem:(id)fp8 title:(id)fp12 filename:(BOOL)fp16;
  32. - (void)updateWindowsItem:(id)fp8;
  33. - (void)cascadeWindows:(id)fp8;
  34. - (void)closeWindows:(id)fp8;
  35. - (void)_makeWindowsPerform:(SEL)fp8 forEvent:(id)fp12 inWindow:(id)fp16 standardWindowButton:(int)fp20;
  36. - (void)installTopLevelMenuItems:(id)fp8 forBundle:(id)fp12;
  37. - (void)menuNeedsUpdate:(id)fp8;
  38. @end
  39. @interface PBXExtendedApplication (PBXExtendedApplicationScripting)
  40. - (id)itemsInArray:(id)fp8 withClass:(Class)fp12;
  41. - (id)currentProject;
  42. - (id)currentProjectDocument;
  43. - (id)orderedProjectDocuments;
  44. - (id)orderedFileDocuments;
  45. - (id)orderedModelDocuments;
  46. - (id)orderedDataModelDocuments;
  47. - (id)orderedClassModelDocuments;
  48. - (id)orderedTextDocuments;
  49. - (id)orderedSourceDocuments;
  50. - (id)selection;
  51. - (void)setSelection:(id)fp8;
  52. - (id)globalBreakpoints;
  53. - (id)valueInGlobalBreakpointsAtIndex:(unsigned int)fp8;
  54. - (void)insertInGlobalBreakpoints:(id)fp8 atIndex:(unsigned int)fp12;
  55. - (void)insertInGlobalBreakpoints:(id)fp8;
  56. - (void)removeFromGlobalBreakpointsAtIndex:(unsigned int)fp8;
  57. - (id)globalSymbolicBreakpoints;
  58. - (id)valueInGlobalSymbolicBreakpointsAtIndex:(unsigned int)fp8;
  59. - (void)insertInGlobalSymbolicBreakpoints:(id)fp8 atIndex:(unsigned int)fp12;
  60. - (void)insertInGlobalSymbolicBreakpoints:(id)fp8;
  61. - (void)removeFromGlobalSymbolicBreakpointsAtIndex:(unsigned int)fp8;
  62. - (id)globalFileBreakpoints;
  63. - (id)valueInGlobalFileBreakpointsAtIndex:(unsigned int)fp8;
  64. - (void)insertInGlobalFileBreakpoints:(id)fp8 atIndex:(unsigned int)fp12;
  65. - (void)insertInGlobalFileBreakpoints:(id)fp8;
  66. - (void)removeFromGlobalFileBreakpointsAtIndex:(unsigned int)fp8;
  67. - (id)handleBuildScriptCommand:(id)fp8;
  68. - (id)handleCleanScriptCommand:(id)fp8;
  69. - (id)handleDebugScriptCommand:(id)fp8;
  70. - (id)handleLaunchScriptCommand:(id)fp8;
  71. - (id)handleUpgradeScriptCommand:(id)fp8;
  72. - (id)handleUpgradeProjectFileScriptCommand:(id)fp8;
  73. - (id)handleShowDocumentWithAppleRefScriptCommand:(id)fp8;
  74. - (id)handleShowDocumentWithPathScriptCommand:(id)fp8;
  75. - (id)handlePathForDocumentWithAppleRefScriptCommand:(id)fp8;
  76. @end