quakeforge/tools/Forge/Bundles/MapEdit/MapEdit.gorm/data.classes

189 lines
3.4 KiB
Text
Raw Normal View History

2010-09-11 16:42:05 +00:00
{
"## Comment" = "Do NOT change this file, Gorm maintains it";
CameraView = {
Actions = (
"drawMode:",
"homeView:",
"upFloor:",
"downFloor:"
);
Outlets = (
mode_radio_i
);
Super = NSView;
};
FirstResponder = {
Actions = (
"BSP_FastVis:",
"BSP_Full:",
"BSP_NoVis:",
"BSP_entities:",
"BSP_relight:",
"BSP_stop:",
"appDidInit:",
"appWillTerminate:",
"applyRegion:",
"centerCamera:",
"centerZChecker:",
"changeInspector:",
"changeXYLookUp:",
"clear:",
"clearTexinfo:",
"cloneSelection:",
"decRotate:",
"decXScale:",
"decXShift:",
"decYScale:",
"decYShift:",
2010-09-11 16:42:05 +00:00
"downFloor:",
"drawMode:",
"flip_x:",
"flip_y:",
"flip_z:",
2010-09-11 16:42:05 +00:00
"homeView:",
"incRotate:",
"incXScale:",
"incXShift:",
"incYScale:",
"incYShift:",
"makeEntity:",
"onlyShowMapTextures:",
2010-09-11 16:42:05 +00:00
"openProject:",
"rotate_x:",
"rotate_y:",
"rotate_z:",
2010-09-11 16:42:05 +00:00
"save:",
"saveAs:",
"searchForTexture:",
"selectCompleteEntity:",
"selectCompletelyInside:",
"selectPartiallyInside:",
2010-09-11 16:42:05 +00:00
"setBrushRegion:",
"setCurrentEntity:",
2010-09-11 16:42:05 +00:00
"setModeRadio:",
"setXYRegion:",
"shortBrush:",
"subtractSelection:",
"tallBrush:",
2010-09-11 16:42:05 +00:00
"textCommand:",
"texturedefChanged:",
2010-09-11 16:42:05 +00:00
"upFloor:",
"updateAll:"
);
Super = NSObject;
};
Map = {
Actions = (
"setCurrentEntity:",
"cloneSelection:",
"makeEntity:",
"subtractSelection:",
"selectCompletelyInside:",
"selectPartiallyInside:",
"tallBrush:",
"shortBrush:",
"rotate_x:",
"rotate_y:",
"rotate_z:",
"flip_x:",
"flip_y:",
"flip_z:",
"selectCompleteEntity:"
);
Outlets = (
currentEntity,
oldselection
);
Super = NSMutableArray;
};
2010-09-11 16:42:05 +00:00
QuakeEd = {
Actions = (
"updateAll:",
"appDidInit:",
"appWillTerminate:",
"openProject:",
"textCommand:",
"applyRegion:",
"clear:",
"centerCamera:",
"centerZChecker:",
"changeXYLookUp:",
"setBrushRegion:",
"setXYRegion:",
"open:",
"save:",
"saveAs:",
"BSP_Full:",
"BSP_FastVis:",
"BSP_NoVis:",
"BSP_relight:",
"BSP_stop:",
"BSP_entities:"
);
Outlets = (
brushcount_i,
entitycount_i,
regionbutton_i,
show_coordinates_i,
show_names_i,
filter_light_i,
filter_path_i,
filter_entities_i,
filter_clip_i,
filter_water_i,
filter_world_i,
cmd_in_i,
cmd_out_i,
xy_drawmode_i
);
Super = NSWindow;
};
TexturePalette = {
Actions = (
"searchForTexture:",
"clearTexinfo:",
"incXShift:",
"decXShift:",
"incYShift:",
"decYShift:",
"incRotate:",
"decRotate:",
"incXScale:",
"decXScale:",
"incYScale:",
"decYScale:",
"texturedefChanged:",
"onlyShowMapTextures:"
);
Outlets = (
textureList_i,
textureView_i,
searchField_i,
sizeField_i,
field_Xshift_i,
field_Yshift_i,
field_Xscale_i,
field_Yscale_i,
field_Rotate_i
);
Super = NSObject;
};
2010-09-11 16:42:05 +00:00
XYView = {
Actions = (
"setModeRadio:",
"drawMode:",
"drawMode:"
);
Outlets = (
mode_radio_i
);
Super = NSView;
};
ZView = {
Actions = (
);
Outlets = (
);
Super = NSView;
};
}