void replaceAll(const tString &strToReplace, const tString &str)
replace all instances of strToReplace by str
Definition: CORE_String.h:215
virtual ~GPM_Object(void)
destroy an object.
Definition: GPM_Object.cpp:9
static void turnBodyLineToText(tString &bdy)
Definition: GPM_Object.h:62
abstract base class for most classes.
Definition: CORE_Object.h:30
#define tString
Definition: types.h:36
GPM_Object(void)
create an object
Definition: GPM_Object.cpp:3
static void turnBodyTextToLine(tString &bdy)
Definition: GPM_Object.h:52
This class is the base class of all graph classes.
Definition: GPM_Object.h:17