Home
last modified time | relevance | path

Searched refs:POV_Options (Results 1 – 5 of 5) sorted by relevance

/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DDRAWxtlViewUI.h364 char POV_Options[1024]; variable
H A DCrystalView.cxx1428 strcpy (drvui->POV_Options, "+W600 +H600 +D +FC +A0.3 +P");
1432 strcpy (drvui->POV_Options, "+W600 +H600 +D +FC +A0.3 +P");
1452 fgets (drvui->POV_Options, 256, fname);
1453 trim_string (drvui->POV_Options, 256);
3271 fprintf (fname, "%s\n%s\n", drvui->FileViewName, drvui->POV_Options);
H A DEdit1.cxx347 strcat (cmdbase, drvui->POV_Options); in Automation_Go_cb()
353 strcat (cmdbase, drvui->POV_Options); in Automation_Go_cb()
611 Configure->POVOptions->value (drvui->POV_Options); in Configure_cb()
708 strcpy (drvui->POV_Options, Configure->POVOptions->value ()); in Configure_Save_cb()
2965 strncpy (b, drvui->POV_Options, 29); in Load_Color_Combo()
H A DEdit2.cxx2788 strcat (cmd, drvui->POV_Options);
2794 strcat (cmd, drvui->POV_Options);
H A DRead_Input.cxx3176 strncpy (b, drvui->POV_Options, 29); in Transform_VRML_Color()