class
OverlayPS
: public
PostScriptView
(Return to index)
base class of "PostScript" views for
OverlayComp
objects.
Type:
Instantiable
Base Classes:
public
PostScriptView
Derived Classes
Include file:
OverlayUnidraw/ovpsview.h
Public:
OverlayPS
*
CreateOvPSView
(
GraphicComp
*)
utility method for creating a "PostScript" view from a component.
OverlayPS
*
CreateOvPSViewFromGraphic
(
Graphic
*, boolean comptree=false)
utility method for creating a "PostScript" view from a graphic. The 'comptree' flag indicates whether any composite graphic is part of a tree of components or not.
virtual void
Creator
(ostream&)
output idraw as creator
virtual ClassId
GetClassId
()
Command
*
GetCommand
()
get command associated with this view, for reference by sub-views when updating themselves.
OverlayComp
*
GetOverlayComp
()
virtual
UList
*
GetPSFonts
()
virtual boolean
IsA
(ClassId)
void
SetCommand
(
Command
*)
set command associated with this view, for reference by sub-views when updating themselves.
boolean
idraw_format
()
true if exporting idraw EPS
void
idraw_format
(boolean)
set flag for exporting idraw EPS can be overridden by flag associated with
Command
objects
Protected:
OverlayPS
(
OverlayComp
* = nil)
Command
*
_command
static boolean
_idraw_format
(more documentation)