PoPrintPSMonitor Class |
Note: This API is now obsolete.
Class to create a dialog box for PostScript printing.
Namespace: OIV.HardCopy.Editors
The PoPrintPSMonitor type exposes the following members.
Name | Description | |
---|---|---|
![]() | PoPrintPSMonitor | Calls PoPrintPSMonitor((System.Windows.Forms.Control ^)nullptr, "", true). |
![]() | PoPrintPSMonitor(Control) | Calls PoPrintPSMonitor(Parent, "", true). |
![]() | PoPrintPSMonitor(Control, String) | Calls PoPrintPSMonitor(Parent, name, true). |
![]() | PoPrintPSMonitor(Control, String, Boolean) | Constructor. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetClassName | Returns the class name. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetIconTitle | Included for portability only. |
![]() | GetPresentation | Gets the presentation of the editor. |
![]() | GetPrintFilter | Gets editing filters defining which print attributes will be displayed in the dialog box. |
![]() | GetPrintPSFilter | Returns the editing filters. |
![]() | GetSize | Convenience routine on the window handle. |
![]() | GetTitle | Gets window title. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetWidgetName | Returns the window handle name. |
![]() | Hide | This hides the component. |
![]() | IsFullScreen | Queries if the viewer is in fullscreen mode. |
![]() | IsFullScreenEnable | Queries if it is possible to put the viewer in fullscreen mode. |
![]() | IsTopLevelShell | Returns true if this component is a top level shell component (has its own window). |
![]() | IsVisible | Returns true if this component is mapped onto the screen. |
![]() | SetAction | Replaces the old action with a new action and updates the dialog box. |
![]() | SetApply(SoNode) | Sets apply function to a node. |
![]() | SetApply(SoPath) | Sets apply function to a path. |
![]() | SetApply(SoPathList) | Calls SetApply(pathList, false). (Inherited from PoPrintMonitor.) |
![]() | SetApply(SoPathList, Boolean) | Sets apply function to a pathList. |
![]() | SetFileName | Sets the file name for the output. |
![]() | SetFullScreen | Switches the viewer into (or out of) fullscreen mode. |
![]() | SetFullScreenEnable | Enables/disables fullscreen mode. |
![]() | SetIconTitle | Included for portability only. |
![]() | SetPresentation | Sets the presentation of the editor. |
![]() | SetPrintFilter | Gets editing filters defining which print attributes will be displayed in the dialog box. |
![]() | SetPrintPSFilter | Sets editing filters defining which print PostScript attributes will be displayed in the dialog box. |
![]() | SetSize | Convenience routine on the window handle. |
![]() | SetTitle | Sets window title. |
![]() | Show | This shows the component. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Handle |
Implements Handle.
(Inherited from SoWinComponent.) |
![]() | WindowCloseCallback | 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. |
Class to build a dialog box which contains all the necessary elements for configuring PostScript output. This class uses the SoVectorizePSAction 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.