1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = NSDatePicker; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
{
ACTIONS = {
heightForVariablesChanged = id;
siblingSeparationChanged = id;
subtypeSeparationChanged = id;
};
CLASS = STContainerLayoutEditor;
LANGUAGE = ObjC;
OUTLETS = {
heightForVariablesField = NSTextField;
heightForVariablesStepper = NSStepper;
siblingSeparationField = NSTextField;
siblingSeparationStepper = NSStepper;
subtypeSeparationField = NSTextField;
subtypeSeparationStepper = NSStepper;
};
SUPERCLASS = STLayoutEditor;
},
{
ACTIONS = {entityTypeSelected = id; };
CLASS = STEntityTypeLayoutController;
LANGUAGE = ObjC;
OUTLETS = {
containerEditor = STContainerLayoutEditor;
entityTypePopUp = NSPopUpButton;
eventEditor = STEventLayoutEditor;
linkEditor = STLinkLayoutEditor;
stateEditor = STStateLayoutEditor;
variableEditor = STVariableLayoutEditor;
};
SUPERCLASS = NSObject;
},
{
ACTIONS = {displayValueChanged = id; heightChanged = id; widthChanged = id; };
CLASS = STEventLayoutEditor;
LANGUAGE = ObjC;
OUTLETS = {
displayValueSwitch = NSButton;
heightField = NSTextField;
heightStepper = NSStepper;
widthField = NSTextField;
widthStepper = NSStepper;
};
SUPERCLASS = STShapedLayoutEditor;
},
{
CLASS = STLayoutEditor;
LANGUAGE = ObjC;
OUTLETS = {box = NSBox; controller = STEntityTypeLayoutController; };
SUPERCLASS = NSObject;
},
{
ACTIONS = {lineWidthChanged = id; };
CLASS = STLinkLayoutEditor;
LANGUAGE = ObjC;
OUTLETS = {lineWidthField = NSTextField; lineWidthStepper = NSStepper; };
SUPERCLASS = STShapedLayoutEditor;
},
{
ACTIONS = {drawFunctionSelected = id; shapeSelected = id; };
CLASS = STShapedLayoutEditor;
LANGUAGE = ObjC;
OUTLETS = {drawMatrix = NSMatrix; shapeMatrix = NSMatrix; };
SUPERCLASS = STLayoutEditor;
},
{
ACTIONS = {displayValueChanged = id; heightChanged = id; insetAmountChanged = id; };
CLASS = STStateLayoutEditor;
LANGUAGE = ObjC;
OUTLETS = {
displayValueSwitch = NSButton;
heightField = NSTextField;
heightStepper = NSStepper;
insetAmountField = NSTextField;
insetAmountStepper = NSStepper;
};
SUPERCLASS = STShapedLayoutEditor;
},
{
ACTIONS = {lineWidthChanged = id; showMinMaxChanged = id; };
CLASS = STVariableLayoutEditor;
LANGUAGE = ObjC;
OUTLETS = {
lineWidthField = NSTextField;
lineWidthStepper = NSStepper;
showMinMaxSwitch = NSButton;
};
SUPERCLASS = STShapedLayoutEditor;
}
);
IBVersion = 1;
}
|