IUtil Class Reference
 
 
 
IUtil Class Reference

This reference page is linked to from the following overview topics: Lesson 3: the reference system, Lesson 5: Geometric Objects.


#include <utilapi.h>

Inheritance diagram for IUtil:
MaxHeapOperators

Class Description

See also:
Class UtilityObj.

Description:
This class provides a single method to allow the developer to close their utility plug-in in the command panel.

Public Member Functions

virtual  ~IUtil ()
virtual void  CloseUtility ()=0

Constructor & Destructor Documentation

virtual ~IUtil ( ) [inline, virtual]
Remarks:
Destructor
{ }

Member Function Documentation

virtual void CloseUtility ( ) [pure virtual]
Remarks:
Implemented by the System.

A developer may call this method to close the current utility in the command panel. If a plug-in developer chooses to use a Close button in one of their rollup pages this method should be called when the user has selected the Close button. This method simply tells the system that the plug-in should be closed. A developer does not need to use this method. It is just available if a developer wants to have a specific termination point to their utility plug-in.