home *** CD-ROM | disk | FTP | other *** search
- #import <AppKit/AppKit.h>
-
- @interface OhmsLawObject : NSObject
- {
- id Amperes;
- id FindButton;
- id Ohms;
- id OhmsTable;
- id Volts;
- id Watts;
- id CalcTextFields;
- }
- - (void)Calculate:(id)sender;
- - (void)FindAmpere:(id)sender;
- - (void)FindOhms:(id)sender;
- - (void)FindVolts:(id)sender;
- - (void)FindWatts:(id)sender;
- - (void)PrintOhmsTable:(id)sender;
- - (void)SetToZero:(id)sender;
- @end
-