MachiningUIUseItf Interface DELIMfgToolEditor
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIMfgToolEditor
Interface dedicated to tool object editor management.
Role: This interface offers services to access to the tool editor dialogs.
- See also:
-
- See also:
-
Method Index
- o
GetActivityEditor(CATDialog*,CATDlgStyle,CATBoolean,CATBaseUnknown_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,CATBaseUnknown_var&)
- Returns the panel editor on the tool object.
- o
GetPanelEditor(CATDialog*,CATDlgStyle,CATBoolean)
- Returns the panel editor on the tool object.
Methods
o GetActivityEditor
public virtual GetActivityEditor( | | iFather, |
| | iStyle | =CATDlgFraNoFrame, |
| const | iModeEdit | =FALSE, |
| const | ihSpecAct | =NULL_var) |
-
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:
-
- ihSpecAct
- nodoc
o GetGraphicEditor
public virtual GetGraphicEditor( | | iFather, |
| | iStyle | =CATDlgFraNoFrame, |
| const | iModeEdit | =FALSE) |
-
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:
-
o GetMorePanelEditor
public virtual GetMorePanelEditor( | | iFather, |
| | iStyle | =CATDlgFraNoFrame, |
| const | iModeEdit | =TRUE, |
| const | ihSpecAct | =NULL_var) |
-
Returns the panel editor on the tool object.
Gives a frame with "more" presentation with 4 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:
-
o GetPanelEditor
public virtual GetPanelEditor( | | iFather, |
| | iStyle | =CATDlgFraNoFrame, |
| const | iModeEdit | =TRUE) |
-
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:
-
This object is included in the file: DELIMfgToolEditor.h
If needed, your Imakefile.mk should include the module: MachiningUIUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.