/[hegemonie]/hegemonie/ModelViewer/ModelViewer.gorm/data.classes
ViewVC logotype

Diff of /hegemonie/ModelViewer/ModelViewer.gorm/data.classes

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by ano, Tue Aug 5 15:59:14 2003 UTC revision 1.4 by ano, Mon Aug 18 10:22:45 2003 UTC
# Line 1  Line 1 
1  {  {
2        AnimationsController = {
3            Actions = (
4                "fin:",
5                "av_rap:",
6                "lecture:",
7                "ralenti:",
8                "pause:",
9                "stop:",
10                "ret_rap:",
11                "debut:"
12            );
13            Outlets = (
14                _selectModels,
15                _animationsNames,
16                _paletteAnimation,
17                _controllerFile
18            );
19            Super = NSControl;
20        };
21        CameraControl = {
22            Actions = (
23                "validate:"
24            );
25            Outlets = (
26                _cameraFovy,
27                _cameraAspect,
28                _cameraZNear,
29                _cameraZFar,
30                _cameraPositionX,
31                _cameraPositionZ,
32                _cameraDirectionX,
33                _cameraDirectionY,
34                _cameraDirectionZ,
35                _cameraUpX,
36                _cameraUpY,
37                _cameraUpZ,
38                _cameraOrthoX,
39                _cameraOrthoY,
40                _cameraOrthoZ,
41                _cameraView,
42                _cameraPositionY
43            );
44            Super = NSControl;
45        };
46      FirstResponder = {      FirstResponder = {
47          Actions = (          Actions = (
48              "activateContextHelpMode:",              "activateContextHelpMode:",
# Line 167  Line 211 
211              "md3Name:",              "md3Name:",
212              "confName:",              "confName:",
213              "texName:",              "texName:",
214              "open:"              "open:",
215                "okSelf:",
216                "fin:",
217                "av_rap:",
218                "lecture:",
219                "ralenti:",
220                "pause:",
221                "stop:",
222                "ret_rap:",
223                "debut:",
224                "validate:"
225          );          );
226          Super = NSObject;          Super = NSObject;
227      };      };
# Line 239  Line 293 
293              "_loadFileCfg:",              "_loadFileCfg:",
294              "md3Name:",              "md3Name:",
295              "confName:",              "confName:",
296              "texName:"              "texName:",
297                "okSelf:"
298          );          );
299          Outlets = (          Outlets = (
300              _tableFile,              _tableFile,
# Line 249  Line 304 
304              _texName,              _texName,
305              _md3Name,              _md3Name,
306              _modelName,              _modelName,
307              _paletteOpen              _paletteOpen,
308                _windowFile,
309                _view,
310                _controllerAnimation,
311                _controllerCamera
312          );          );
313          Super = NSControl;          Super = NSControl;
314      };      };

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26