Click or drag to resize
PoPrintCGMMonitor Class

Note: This API is now obsolete.

Class to create a print CGM format dialog box.

Inheritance Hierarchy

Namespace: OIV.HardCopy.Editors
Assembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class PoPrintCGMMonitor : PoPrintMonitor

The PoPrintCGMMonitor type exposes the following members.

Constructors
  NameDescription
Public methodPoPrintCGMMonitor
Calls PoPrintCGMMonitor((System.Windows.Forms.Control ^)nullptr, "", true).
Public methodPoPrintCGMMonitor(Control)
Calls PoPrintCGMMonitor(Parent, "", true).
Public methodPoPrintCGMMonitor(Control, String)
Calls PoPrintCGMMonitor(Parent, name, true).
Public methodPoPrintCGMMonitor(Control, String, Boolean)

Constructor.

Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetClassName

Returns the class name.

(Inherited from SoWinComponent.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetIconTitle

Included for portability only.

(Inherited from SoWinComponent.)
Public methodGetPresentation

Gets the presentation of the editor.

(Inherited from PoPrintMonitor.)
Public methodGetPrintCGMFilter

Gets editing filters defining which print CGM attributes will be displayed in the dialog box.

Public methodGetPrintFilter

Gets editing filters defining which print attributes will be displayed in the dialog box.

(Inherited from PoPrintMonitor.)
Public methodGetSize

Convenience routine on the window handle.

(Inherited from SoWinComponent.)
Public methodGetTitle

Gets window title.

(Inherited from SoWinComponent.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWidgetName

Returns the window handle name.

(Inherited from SoWinComponent.)
Public methodHide

This hides the component.

(Inherited from SoWinComponent.)
Public methodIsFullScreen

Queries if the viewer is in fullscreen mode.

(Inherited from SoWinComponent.)
Public methodIsFullScreenEnable

Queries if it is possible to put the viewer in fullscreen mode.

(Inherited from SoWinComponent.)
Public methodIsTopLevelShell

Returns true if this component is a top level shell component (has its own window).

(Inherited from SoWinComponent.)
Public methodIsVisible

Returns true if this component is mapped onto the screen.

(Inherited from SoWinComponent.)
Public methodSetAction

Replaces the old action with a new action and updates the dialog box.

(Inherited from PoPrintMonitor.)
Public methodSetApply(SoNode)

Sets apply function to a node.

(Inherited from PoPrintMonitor.)
Public methodSetApply(SoPath)

Sets apply function to a path.

(Inherited from PoPrintMonitor.)
Public methodSetApply(SoPathList)
Calls SetApply(pathList, false).
(Inherited from PoPrintMonitor.)
Public methodSetApply(SoPathList, Boolean)

Sets apply function to a pathList.

(Inherited from PoPrintMonitor.)
Public methodSetFileName

Sets the file name for the output.

(Inherited from PoPrintMonitor.)
Public methodSetFullScreen

Switches the viewer into (or out of) fullscreen mode.

(Inherited from SoWinComponent.)
Public methodSetFullScreenEnable

Enables/disables fullscreen mode.

(Inherited from SoWinComponent.)
Public methodSetIconTitle

Included for portability only.

(Inherited from SoWinComponent.)
Public methodSetPresentation

Sets the presentation of the editor.

(Inherited from PoPrintMonitor.)
Public methodSetPrintCGMFilter

Sets editing filters defining which print CGM attributes will be displayed in the dialog box.

Public methodSetPrintFilter

Gets editing filters defining which print attributes will be displayed in the dialog box.

(Inherited from PoPrintMonitor.)
Public methodSetSize

Convenience routine on the window handle.

(Inherited from SoWinComponent.)
Public methodSetTitle

Sets window title.

(Inherited from SoWinComponent.)
Public methodShow

This shows the component.

(Inherited from SoWinComponent.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyHandle
Implements Handle.
(Inherited from SoWinComponent.)
Public propertyWindowCloseCallback

Sets the delegate to invoke when the user closes this component (double click in the upper left corner) - by default Hide() is called on this component, unless a delegate is specified.

(Inherited from SoWinComponent.)
Top
Remarks

Class to build a dialog box which contains all elements to configure a printing. This class uses the SoVectorizeCGMAction class parameters.

<font color="#0000FF">NOTE:</font> This class does not exist in Open Inventor 10.0 and later.Obsoletesince Open Inventor 9600 HardCopy editor classes are no longer supported.

See Also