Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

New IDL Object Methods


The following IDL object classes have new methods in this release.

IDLgrWindow::GetDimensions

This new method returns the visible dimensions of the IDLgrWindow object.

IDLgrWindow::SetCurrentZoom

This new method enlarges, shrinks ,or resets the IDLgrWindow object.

IDLgrWindow::ZoomIn

This new method increases the size of the IDLgrWindow by a set amount.

IDLgrWindow::ZoomOut

This new method decreases the size of the IDLgrWindow by a set amount.

IDLitComponent::Restore

This new method performs any transitional work required after an object of this class has been restored from a SAVE file.

IDLitComponent::UpdateComponentVersion

This new method updates the value of the COMPONENT_VERSION property for the specified object to match the version assocated with the current release of IDL.

IDLitContainer::FindIdentifiers

The new method allows you to retrieve the full identifiers for items within an iTool container.

IDLitDataContainer::Add

This new method adds items to the data container object, and sends out OnDataChange and OnDataComplete messages to all observers of the data container.

IDLitManipulator::RegisterCursor

This new method defines the appearance and name of a cursor associated with a custom manipulator.

IDLitManipulatorManager::GetDefaultManipulator

This new method returns a reference to the manipulator that was most recently added as the default manipulator.

IDLitParameter::GetParameterAttribute

This new method allows you to retrieve the value of an iTool visualization parameter attribute.

IDLitParameter::QueryParameter

This new method allows you to retrieve the names of registered parameters of an iTool visualization.

IDLitParameter::SetParameterAttribute

This new method allows you to set the value of an iTool visualization parameter attribute.

IDLitTool::ActivateManipulator

This new method activates a manipulator that has been registered with this tool.

IDLitTool::FindIdentifiers

The new method allows you to retrieve the full identifiers for items within the tool container.

IDLitTool::RegisterCustomization

This new method registers an operation class that represents the graphics customization operation to be associated with this tool.

IDLitTool::RegisterStatusBarSegment

This new method registers a status bar segment with this tool.

IDLitTool::UnRegisterCustomization

This new method unregisters an operation class (that was previously registered as the graphics customization operation associated with this tool).

IDLitTool::UnRegisterStatusBarSegment

This new method unregisters a status bar segment (that was previously registered with this tool).

IDLitVisualization::BeginManipulation

This new method handles notifications that a manipulator is about to act on the visualization.

IDLitVisualization::EndManipulation

This new method handles notifications that a manipulator has finished acting on the visualization.

IDLitVisualization::GetRequestedAxesStyle

This new method returns the axes style requested by the visualization, if any.

IDLitVisualization::Move

This new method repositions an object, identified by its index number, within the container.

IDLitVisualization::On2DRotate

This methods handles notifications regarding changes to the rotation of the parent dataspace.

IDLitVisualization::OnAxesRequestChange

This method handles notifications when the axes of the contained object are changed.

IDLitVisualization::OnAxesStyleRequestChange

This method handles notifications when the axes style of the contained object is changed.

IDLitVisualization::OnDimensionChange

This method handles notifications when the dimensionality of the visualization's data changes.

IDLitVisualization::OnWorldDimensionChange

This method handles notifications when the dimensionality of the visualization's parent dataspace changes.

IDLitVisualization::RequestsAxes

This method indicates whether or not the visualization requests axes.

IDLitVisualization::Restore

This new method performs any transitional work required after an object of this class has been restored from a SAVE file.

IDLitVisualization::Rotate

This method rotates the visualization about a given axis by a given angle.

IDLitVisualization::SetAxesRequest

This method defines whether or not the current visualization requests axes.

IDLitVisualization::SetAxesStyleRequest

This method defines the style of axes requested by the visualization.


Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]