/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
- /*
- * 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 "PBXModule.h"
- @interface PBXPreferencesPaneModule : PBXModule
- {
- char _hasChanges;
- }
- + (id) sharedInstance;
- - (void) didChange;
- - (char) hasChangesPending;
- - (id) imageForPreferenceNamed: (id) parameter1;
- - (id) init;
- - (void) initializeFromDefaults;
- - (NSSize) minModuleSize;
- - (void) moduleWasInstalled;
- - (void) moduleWillBeRemoved;
- - (id) preferencesNibName;
- - (void) saveChanges;
- - (id) viewForPreferenceNamed: (id) parameter1;
- - (void) willBeDisplayed;
- @end