C++
virtual bool setStatusMsgString( const ACHAR * pMsg ) = 0;
Description
The plotting pipeline uses this method to set the status string of the current sheet being plotted. Plotting a sheet involves different stages (like pre-scanning, preparing to plot, regenerating graphics, and sending the plot to the printer). The plotting pipeline will update the plot progress dialog on the status of the current sheet plot by passing in a localized status string. The plot progress dialog implementer may choose to display the status of the current sheet plot in the UI.
Returns true if the status string was successfully set in the plot progress dialog.
Parameters
Parameters | Description |
---|---|
pMsg | Input plot stage status string for the sheet that is currently being plotted |