FACT++  1.0
void Event::SetText ( const char *  txt)
inline

Definition at line 57 of file Event.h.

References SetData().

57 { SetData(txt, strlen(txt)+1); }
void SetData(const std::vector< char > &data)
Definition: Event.h:48

+ Here is the call graph for this function: