ftp.nice.ch/pub/next/developer/objc/api/intuitiv3d_API.s.tar.gz#/i3dApi/Documentation/Classes/Inspector.rtf

This is Inspector.rtf in view mode; [Download] [Up]

 intuitiv'3d API documentation Copyright ©1993 by Cub'x SystÜmes. All Rights Reserved.






Inspector






Inherits From:	Panel : Window : Responder :  Object

Declared In:	i3d/i3d_api.h





Class Description

Inspector is a subclass of panel that is used to implement the inspector window of intuitiv'3d. You can access the Inspector instance by using the window instance variable in your subclass of InspectorView. You don't have to use theses methods directly since macro defines in InspectorView.h do this for you. This class is private and opaque.

Method that you can use
Information
	-  isRealTime
	- currentObject
	- currentScene
Action
	- ok:     
	- revert: 

Instance Method
currentObject
	- currentObject
This method returns the id of the object that is currently inspected.

currentScene
	- currentScene
This method returns the id of the scene to which belong the object that is currently inspected.

isRealTime
	- (BOOL) isRealTime
This method returns YES if the "RealTime" check box is checked and NO otherwise.


ok:
	- ok: sender
This method is connected with the Ok button. You can call it if you want to simulate that the user has pressed on the Ok button.


revert:
	- revert: sender
This method is connected with the Revert button. You can call it if you want to simulate that the user has pressed on the Revert button.








These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.