All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

Visualization Interface CATIColorChooser

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIColorChooser
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIColorChooser

Interface to implement the color chooser plug-in.
Role: This interface allows to add applicative color chooser plug-in to the color editor panel.
It should be derived and plug-in should provide an extension of the color editor panel (CATVisColorEditorPanel)


Method Index


o GetColorChooserFrame()
Returns the frame of the color chooser plug-in.
o GetColorChooserName()
Returns the name of the color chooser plug-in.

Methods


o GetColorChooserFrame
public virtual CATDlgFrame * GetColorChooserFrame()= 0
Returns the frame of the color chooser plug-in.
o GetColorChooserName
public virtual CATUnicodeString & GetColorChooserName()= 0
Returns the name of the color chooser plug-in.

This object is included in the file: CATIColorChooser.h
If needed, your Imakefile.mk should include the module: CATVisualization

Copyright © 2003, Dassault Systèmes. All rights reserved.