class
FrameIdrawComp
: public
FramesComp
(Return to index)
top-level component for flipbook document.
Type:
Instantiable
Base Classes:
public
FramesComp
Derived Classes
Include file:
FrameUnidraw/framecomps.h
Description:
FrameIdrawComp
is a clone of
OverlayIdrawComp
derived from
FramesComp
.
Public:
virtual
Component
*
Copy
()
FrameIdrawComp
(
OverlayComp
* parent)
FrameIdrawComp
(boolean add_bg = true, const char* pathname = nil,
OverlayComp
* parent = nil)
FrameIdrawComp
(istream&, const char* pathname = nil,
OverlayComp
* parent = nil)
virtual ClassId
GetClassId
()
virtual
Graphic
*
GetIndexedGS
(int)
virtual
OverlaysComp
*
GetIndexedPic
(int)
virtual
MultiLineObj
*
GetIndexedPts
(int)
virtual const char*
GetPathName
()
virtual void
GrowIndexedGS
(
Graphic
*)
virtual void
GrowIndexedPic
(
OverlaysComp
*)
virtual void
GrowIndexedPts
(
MultiLineObj
*)
virtual void
Interpret
(
Command
*)
virtual boolean
IsA
(ClassId)
virtual void
ResetIndexedGS
()
virtual void
SetPathName
(const char*)
virtual void
Uninterpret
(
Command
*)
virtual
~FrameIdrawComp
()
Protected:
CLASS_SYMID
("
FrameIdrawComp
")
virtual const char*
GetBaseDir
()
ParamList
*
GetParamList
()
void
GrowParamList
(
ParamList
*)
char*
_basedir
static
ParamList
*
_frame_idraw_params
Picture
*
_gslist
char*
_pathname
OverlaysComp
**
_picbuf
int
_piclen
int
_picnum
MultiLineObj
**
_ptsbuf
int
_ptslen
int
_ptsnum
float
_xincr, _yincr
(more documentation)