class
StencilOvComp
: public
OverlayComp
(Return to index)
clone of
StencilComp
derived from
OverlayComp
.
Type:
Instantiable
Base Classes:
public
OverlayComp
Derived Classes
Include file:
OverlayUnidraw/ovstencil.h
Public:
virtual
Component
*
Copy
()
virtual boolean
GetByPathnameFlag
()
return flag that indicates whether component will be serialized by data or by pathname.
virtual ClassId
GetClassId
()
const char*
GetPathName
()
return pathname associated with this stencil
UStencil
*
GetStencil
()
return pointer to graphic.
virtual boolean
IsA
(ClassId)
virtual void
SetByPathnameFlag
(boolean flag)
set flag that indicates whether component will be serialized by data or by pathname.
virtual void
SetPathName
(const char*)
set pathname associated with this stencil
StencilOvComp
(
UStencil
* = nil, const char* pathname = nil,
OverlayComp
* parent = nil)
StencilOvComp
(istream&,
OverlayComp
* parent = nil)
virtual boolean
operator ==
(
OverlayComp
&)
virtual
~StencilOvComp
()
Protected:
CLASS_SYMID
("
StencilComp
")
ParamList
*
GetParamList
()
void
GrowParamList
(
ParamList
*)
boolean
_by_pathname
static
ParamList
*
_ovstencil_params
char*
_pathname
Friend methods:
friend class
StencilScript
(more documentation)