Changeset 2836
- Timestamp:
- 05/17/05 17:36:11 (3 years ago)
- Files:
-
- CPUMonitor/trunk/CPUController.h (modified) (2 diffs)
- CPUMonitor/trunk/CPUController.m (modified) (2 diffs)
- CPUMonitor/trunk/CPUMonitor.xcode/project.pbxproj (modified) (3 diffs)
- CPUMonitor/trunk/CPUPanel.h (added)
- CPUMonitor/trunk/CPUPanel.m (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
CPUMonitor/trunk/CPUController.h
r2834 r2836 36 36 37 37 38 @class CPU FloatingView, CPUExpandedView;38 @class CPUPanel, CPUFloatingView, CPUExpandedView; 39 39 40 40 @interface CPUController : NSObject { … … 57 57 IBOutlet NSImageView *_standardImageView; 58 58 59 NSPanel*_floatingPanel;59 CPUPanel *_floatingPanel; 60 60 CPUFloatingView *_floatingView; 61 61 CPUMonitor/trunk/CPUController.m
r2834 r2836 31 31 #import "CPUExpandedView.h" 32 32 #import "CPUFloatingView.h" 33 #import "CPUPanel.h" 33 34 #import "CPUSettings.h" 34 35 … … 264 265 265 266 _floatingView = [[CPUFloatingView alloc] initWithFrame:frame isHorizontal:horizontal]; 266 _floatingPanel = [[ NSPanel alloc] initWithContentRect:[_floatingView frame]267 _floatingPanel = [[CPUPanel alloc] initWithContentRect:[_floatingView frame] 267 268 styleMask:NSBorderlessWindowMask 268 269 backing:NSBackingStoreBuffered CPUMonitor/trunk/CPUMonitor.xcode/project.pbxproj
r2834 r2836 16 16 A51B24520820132A00D76064, 17 17 A51B24530820132A00D76064, 18 77CDAD70083A3F9D003BE654, 19 77CDAD6F083A3F9D003BE654, 18 20 A51B258D082020C700D76064, 19 21 A51B258C082020C700D76064, … … 346 348 77CDAD11083A3AAF003BE654 = { 347 349 fileRef = 77CDAD0F083A3AAF003BE654; 350 isa = PBXBuildFile; 351 settings = { 352 }; 353 }; 354 77CDAD6F083A3F9D003BE654 = { 355 fileEncoding = 4; 356 isa = PBXFileReference; 357 lastKnownFileType = sourcecode.c.h; 358 path = CPUPanel.h; 359 refType = 4; 360 sourceTree = "<group>"; 361 }; 362 77CDAD70083A3F9D003BE654 = { 363 fileEncoding = 4; 364 isa = PBXFileReference; 365 lastKnownFileType = sourcecode.c.objc; 366 path = CPUPanel.m; 367 refType = 4; 368 sourceTree = "<group>"; 369 }; 370 77CDAD72083A3F9D003BE654 = { 371 fileRef = 77CDAD70083A3F9D003BE654; 348 372 isa = PBXBuildFile; 349 373 settings = { … … 451 475 A51B24570820132A00D76064, 452 476 A51B258E082020C700D76064, 477 77CDAD72083A3F9D003BE654, 453 478 ); 454 479 isa = PBXSourcesBuildPhase;
