home *** CD-ROM | disk | FTP | other *** search
- CalculatorPalette = {
- ACTIONS = {
- };
- OUTLETS = {
- windowView;
- windowData;
- };
- SUPERCLASS = IBPalette;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MyCalculatorPalette = {
- SUPERCLASS = CalculatorPalette;
- };
- Calculator = {
- ACTIONS = {
- windowWillMiniaturize:;
- key_subtract:;
- key_baseChanged:;
- windowDidUpdate:;
- key_logicalOr:;
- key_negate:;
- key_logicalAnd:;
- key_number:;
- key_factorial:;
- key_clear:;
- key_memory:;
- key_squareRoot:;
- key_log:;
- key_add:;
- key_logicalEor:;
- key_multiply:;
- key_enter:;
- key_allClear:;
- key_divide:;
- key_power:;
- windowDidDeminiaturize:;
- };
- OUTLETS = {
- scrollDisplay;
- decimalPointKey;
- memoryDisplay;
- display;
- decimalKeyMatrix;
- operationDisplay;
- hexadecimalKeyMatrix;
- invisibleEnterKey;
- };
- SUPERCLASS = Panel;
- };
- Calculator1 = {
- ACTIONS = {
- windowWillMiniaturize:;
- key_subtract:;
- key_baseChanged:;
- windowDidUpdate:;
- key_negate:;
- key_logicalOr:;
- key_logicalAnd:;
- key_number:;
- key_factorial:;
- key_clear:;
- key_memory:;
- key_squareRoot:;
- key_log:;
- key_add:;
- key_logicalEor:;
- key_multiply:;
- key_enter:;
- key_allClear:;
- key_divide:;
- key_power:;
- windowDidDeminiaturize:;
- };
- OUTLETS = {
- scrollDisplay;
- decimalPointKey;
- memoryDisplay;
- display;
- decimalKeyMatrix;
- operationDisplay;
- hexadecimalKeyMatrix;
- invisibleEnterKey;
- };
- SUPERCLASS = Object;
- };
-