/core/externals/google-toolbox-for-mac/XcodePlugin/XcodeHeaders/PBXPreferencesPaneModule.h

http://macfuse.googlecode.com/ · C Header · 34 lines · 19 code · 7 blank · 8 comment · 0 complexity · 1ba63175b8b7bb861807181fa07f45db 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 "PBXModule.h"
  10. @interface PBXPreferencesPaneModule : PBXModule
  11. {
  12. char _hasChanges;
  13. }
  14. + (id) sharedInstance;
  15. - (void) didChange;
  16. - (char) hasChangesPending;
  17. - (id) imageForPreferenceNamed: (id) parameter1;
  18. - (id) init;
  19. - (void) initializeFromDefaults;
  20. - (NSSize) minModuleSize;
  21. - (void) moduleWasInstalled;
  22. - (void) moduleWillBeRemoved;
  23. - (id) preferencesNibName;
  24. - (void) saveChanges;
  25. - (id) viewForPreferenceNamed: (id) parameter1;
  26. - (void) willBeDisplayed;
  27. @end