mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
Forge: Gorm updates -- figuring out how connections work :)
This commit is contained in:
parent
73e53986a3
commit
c38e76fce7
2 changed files with 47 additions and 0 deletions
|
@ -6,6 +6,26 @@
|
|||
);
|
||||
Super = NSView;
|
||||
};
|
||||
Forge = {
|
||||
Actions = (
|
||||
);
|
||||
Outlets = (
|
||||
brushCount,
|
||||
cmdInput,
|
||||
cmdOutput,
|
||||
entityCount,
|
||||
filterClip,
|
||||
filterEntities,
|
||||
filterLights,
|
||||
filterPaths,
|
||||
filterWater,
|
||||
filterWorld,
|
||||
showCoords,
|
||||
showNames,
|
||||
xyDrawMode
|
||||
);
|
||||
Super = NSWindow;
|
||||
};
|
||||
NSApplication = {
|
||||
Outlets = (
|
||||
delegate
|
||||
|
@ -61,6 +81,33 @@
|
|||
);
|
||||
Super = NSResponder;
|
||||
};
|
||||
Preferences = {
|
||||
Actions = (
|
||||
commitDisplayedValues:,
|
||||
discardDisplayedValues:,
|
||||
loadDefaults:,
|
||||
objectForKey:key:,
|
||||
ok:sender:,
|
||||
preferences:,
|
||||
prefsChanged:sender:,
|
||||
revert:sender:,
|
||||
revertToDefault:sender:,
|
||||
saveDefaults:,
|
||||
sharedInstance:,
|
||||
updateUI:
|
||||
);
|
||||
Outlets = (
|
||||
bspSoundPathField,
|
||||
offsetBrushCopyButton,
|
||||
projectPathField,
|
||||
showBSPOutputButton,
|
||||
startWadField,
|
||||
xLightField,
|
||||
yLightField,
|
||||
zLightField
|
||||
);
|
||||
Super = NSObject;
|
||||
};
|
||||
XYView = {
|
||||
Actions = (
|
||||
);
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue