146 SoWidget parent = NULL,
147 const char *name = NULL,
148 SbBool buildInsideParent = TRUE);
154 SoWidget parent = NULL,
155 const char *name = NULL,
156 SbBool buildInsideParent = TRUE);
208 void *userData = NULL);
217 void *userData = NULL);
231 virtual SbString getDefaultWidgetName()
const;
232 virtual SbString getDefaultTitle()
const;
233 virtual SbString getDefaultIconTitle()
const;
240 SbBool printerOutput, postScriptOutput;
243 SoWidget messageWidget, printButton, quitButton;
244 SoWidget messageLabelWidget, fileFormatWidget;
245 SoWidget toPrinterWidget, toPostScriptFileWidget, toRGBFileWidget;
246 SoWidget printerHorizSize, printerVertSize;
247 SoWidget postScriptHorizSize, postScriptVertSize;
248 SoWidget rgbHorizSize, rgbVertSize;
249 SoWidget printerDPIField, postScriptDPIField;
250 SoWidget rgbFilenameWidget, postScriptFilenameWidget;
252 char *defaultPrinter;
260 void getPrinterList();
261 void printToPostScript(
SoNode *,
char *,
int,
int );
264 void buildToPrinterWidget( SoWidget parent );
265 void buildToPostScriptFileWidget( SoWidget parent );
266 void buildToRGBFileWidget( SoWidget parent );
268 void buildRadioButton(
char *,
char *,
char *,
int,
int,
269 SoWidget, XtCallbackProc );
270 void buildSizeFields(
char *,
int, SoWidget, SoWidget &, SoWidget &,
271 XtCallbackProc, XtCallbackProc );
272 void buildDPIField(
int, SoWidget, SoWidget &, XtCallbackProc );
273 void updateTextports();
279 XmAnyCallbackStruct * );
281 XmAnyCallbackStruct * );
283 XmAnyCallbackStruct * );
285 XmAnyCallbackStruct * );
287 XmAnyCallbackStruct * );
289 XmAnyCallbackStruct * );
291 XmAnyCallbackStruct * );
293 XmAnyCallbackStruct * );
295 XmAnyCallbackStruct * );
297 XmAnyCallbackStruct * );
299 XmAnyCallbackStruct * );
301 XmAnyCallbackStruct * );
303 XmAnyCallbackStruct * );
305 XmAnyCallbackStruct * );
307 XmAnyCallbackStruct * );
310 SoWidget styleButton;
315 SoWidget buildWidget(SoWidget parent);
318 void constructorCommon(
SbBool buildNow);
void setAfterPrintCallback(SoXtPrintDialogCB *f, void *userData=NULL)
Two callbacks are maintained, one which gets called just before a print is executed,...
SoXtPrintDialog(SoGLRenderAction *act, SoWidget parent=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE)
Constructor that takes a render action.