IBaseGrip2 Class Reference
 
 
 
IBaseGrip2 Class Reference

This reference page is linked to from the following overview topics: New Classes and Methods.


#include <igrip.h>

Inheritance diagram for IBaseGrip2:
IBaseGrip BaseInterface InterfaceServer MaxHeapOperators

Class Description

A virtual interface to extend IBaseGrip.

See also:
class IBaseGrip

Public Member Functions

virtual void  UpdateGripVisibility ()=0
  Based on different sub-object selection, the grip updates the controls in it to be visible or hidden.
virtual Interface_ID  GetID ()
  This method returns the unique interface ID for IBaseGrip2.

Member Function Documentation

virtual void UpdateGripVisibility ( ) [pure virtual]

Based on different sub-object selection, the grip updates the controls in it to be visible or hidden.

virtual Interface_ID GetID ( ) [inline, virtual]

This method returns the unique interface ID for IBaseGrip2.

Reimplemented from BaseInterface.

{ return IBASEGRIP2_INTERFACE; }