All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgToolEditorCustom

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

Usage: you can freely reimplement this interface.


interface CATIMfgToolEditorCustom

Interface dedicated to tool object editor management.
Role: This interface offers services to edit the tool object.

See also:
CATIMfgTool
See also:
CATDlgFrame


Method Index


o GenerateJPEGImageFromGraphicEditor(CATDialog*,CATUnicodeString&)
Do not use.
o GetActivityEditor(CATDialog*,CATDlgStyle,CATBoolean,CATISpecObject_var&)
Returns the panel editor on the tool object.
o GetGraphicEditor(CATDialog*,CATDlgStyle,CATBoolean)
Returns the panel editor on the tool object.
o GetMorePanelEditor(CATDialog*,CATDlgStyle,CATBoolean)
Returns the panel editor on the tool object.
o GetPanelEditor(CATDialog*,CATDlgStyle,CATBoolean)
Returns the panel editor on the tool object.

Methods


o GenerateJPEGImageFromGraphicEditor
public virtual void GenerateJPEGImageFromGraphicEditor(CATDialog* iFather,
const CATUnicodeString& iImagePathName="")=0
Do not use.
o GetActivityEditor
public virtual CATDlgFrame* GetActivityEditor(CATDialog* iFather,
CATDlgStyle iStyle= CATDlgFraNoFrame,
const CATBoolean iModeEdit= FALSE,
const CATISpecObject_var& ihSpecAct= NULL_var)=0
Returns the panel editor on the tool object.
Builds a frame for activity simple presentation.
Parameters:
iFather
The dialog father for presentation
iStyle
The frame style option
iModeEdit
Edition mode flag
Legal values:
  • TRUE: edition mode
  • FALSE: browse mode
See also:
CATDlgFrame
ihSpecAct
nodoc
o GetGraphicEditor
public virtual CATDlgFrame* GetGraphicEditor(CATDialog* iFather,
CATDlgStyle iStyle= CATDlgFraNoFrame,
const CATBoolean iModeEdit= FALSE)=0
Returns the panel editor on the tool object.
Builds a frame with graphic editor only.
Parameters:
iFather
The dialog father for presentation
iStyle
The frame style option
iModeEdit
Edition mode flag
Legal values:
  • TRUE: edition mode
  • FALSE: browse mode
See also:
CATDlgFrame
o GetMorePanelEditor
public virtual CATDlgFrame* GetMorePanelEditor(CATDialog* iFather,
CATDlgStyle iStyle= CATDlgFraNoFrame,
const CATBoolean iModeEdit= TRUE)=0
Returns the panel editor on the tool object.
Builds a frame with "more" presentation (tab pages) : geometry, technology, compensation parameters.
Parameters:
iFather
The dialog father for presentation
iStyle
The frame style option
iModeEdit
Edition mode flag
Legal values:
  • TRUE: edition mode
  • FALSE: browse mode
See also:
CATDlgFrame
o GetPanelEditor
public virtual CATDlgFrame* GetPanelEditor(CATDialog* iFather,
CATDlgStyle iStyle= CATDlgFraNoFrame,
const CATBoolean iModeEdit= TRUE)=0
Returns the panel editor on the tool object.
Builds a frame with simple presentation : basic parameters and graphic view.
Parameters:
iFather
The dialog father for presentation
iStyle
The frame style option
iModeEdit
Edition mode flag
Legal values:
  • TRUE: edition mode
  • FALSE: browse mode
See also:
CATDlgFrame

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

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