IWorkBench2 Class Reference
 
 
 
IWorkBench2 Class Reference

#include <AnimationWBImp.h>

Inheritance diagram for IWorkBench2:
IWorkBench FPStaticInterface FPInterfaceDesc FPInterface BaseInterface InterfaceServer MaxHeapOperators

Class Description

Additional interface for the CS Workbench.

This class contains new functionality found in the UI of the workbench. You get this interface by calling GetCOREInterface(WORKBENCH2_INTERFACE)

See also:
IWorkbench

Public Types

enum   WorkBenchFunctions {
  showQuatXYZ = IWorkBench::open, showQuatXZY, showQuatYXZ, showQuatYZX,
  showQuatZXY, showQuatZYX
}

Public Member Functions

  DECLARE_DESCRIPTOR (IWorkBench2)
virtual void  ShowQuatXYZ ()
  Show Quat fcurve as XYZ Euler.
virtual void  ShowQuatXZY ()
  Show Quat fcurve as XZY Euler.
virtual void  ShowQuatYXZ ()
  Show Quat fcurve as YXZ Euler.
virtual void  ShowQuatYZX ()
  Show Quat fcurve as YZK Euler.
virtual void  ShowQuatZXY ()
  Show Quat fcurve as ZXY Euler.
virtual void  ShowQuatZYX ()
  Show Quat fcurve as ZYX Euler.
  VFN_0 (showQuatXYZ, ShowQuatXYZ)
  VFN_0 (showQuatXZY, ShowQuatXZY)
  VFN_0 (showQuatYXZ, ShowQuatYXZ)
  VFN_0 (showQuatYZX, ShowQuatYZX)
  VFN_0 (showQuatZXY, ShowQuatZXY)
  VFN_0 (showQuatZYX, ShowQuatZYX)

Member Enumeration Documentation


Member Function Documentation

DECLARE_DESCRIPTOR ( IWorkBench2  )
virtual void ShowQuatXYZ ( ) [virtual]

Show Quat fcurve as XYZ Euler.

virtual void ShowQuatXZY ( ) [virtual]

Show Quat fcurve as XZY Euler.

virtual void ShowQuatYXZ ( ) [virtual]

Show Quat fcurve as YXZ Euler.

virtual void ShowQuatYZX ( ) [virtual]

Show Quat fcurve as YZK Euler.

virtual void ShowQuatZXY ( ) [virtual]

Show Quat fcurve as ZXY Euler.

virtual void ShowQuatZYX ( ) [virtual]

Show Quat fcurve as ZYX Euler.

VFN_0 ( showQuatXYZ  ,
ShowQuatXYZ   
)
VFN_0 ( showQuatXZY  ,
ShowQuatXZY   
)
VFN_0 ( showQuatYXZ  ,
ShowQuatYXZ   
)
VFN_0 ( showQuatYZX  ,
ShowQuatYZX   
)
VFN_0 ( showQuatZXY  ,
ShowQuatZXY   
)
VFN_0 ( showQuatZYX  ,
ShowQuatZYX   
)