class
TextFileComp
: public
TextOvComp
(Return to index)
TextOvComp
constructed by reading text from a file.
Type:
Instantiable
Base Classes:
public
TextOvComp
Derived Classes
Include file:
OverlayUnidraw/textfile.h
Public:
virtual
Component
*
Copy
()
const char*
GetBegstr
()
virtual ClassId
GetClassId
()
const char*
GetEndstr
()
int
GetLineWidth
()
const char*
GetPathname
()
void
Init
()
virtual boolean
IsA
(ClassId)
TextFileComp
(const char* pathname, const char* begstr, const char* endstr, int linewidth = -1,
Graphic
* gs = nil,
OverlayComp
* parent = nil)
TextFileComp
(istream&,
OverlayComp
* parent = nil)
virtual boolean
operator ==
(
OverlayComp
&)
virtual
~TextFileComp
()
Protected:
CLASS_SYMID
("
TextFileComp
")
ParamList
*
GetParamList
()
void
GrowParamList
(
ParamList
*)
char*
_begstr
char*
_endstr
int
_linewidth
char*
_pathname
static
ParamList
*
_textfile_params
Friend methods:
friend class
TextFileScript
(more documentation)