virtual ~TextOutput(void)
Destructor.
std::ostream & getStream(void)
Get the stream that is used to output text.
Window with associated ostream, used for inspecting Gist nodes.
virtual std::string name(void)
Name of the inspector.
TextOutput(const std::string &name)
Constructor.
void addHtml(const char *s)
Add html text s to the output.
std::ostream & getStream(void)
Return stream that prints to the text display.
void insertHtml(const QString &s)
Add html string s to the output.
Main window for stand-alone Gist.
void finalize(void)
Clean up when Gist exits.
void init(void)
Initialize the implementation object.