class
FrameFileComp
: public
FramesComp
(Return to index)
component to indirectly refer to a flipbook document by a pathname.
Type:
Instantiable
Base Classes:
public
FramesComp
Derived Classes
Include file:
FrameUnidraw/framefile.h
Description:
similar to
OverlayFileComp
.
Public:
virtual
Component
*
Copy
()
FrameFileComp
(
Graphic
*,
OverlayComp
* parent = nil)
FrameFileComp
(
OverlayComp
* parent = nil)
FrameFileComp
(istream&,
OverlayComp
* parent = nil)
virtual ClassId
GetClassId
()
FrameIdrawComp
*
GetIdrawComp
()
const char*
GetPathName
()
virtual void
Interpret
(
Command
*)
virtual boolean
IsA
(ClassId)
void
SetPathName
(const char*)
virtual void
Uninterpret
(
Command
*)
virtual
~FrameFileComp
()
Protected:
ParamList
*
GetParamList
()
void
GrowParamList
(
ParamList
*)
static
ParamList
*
_frame_file_params
char*
_pathname
(more documentation)