golib  0.5
goPlotElement Class Reference

Public Types

enum  Types { NORMAL_ELEMENT, MISC_ELEMENT }
 

Public Member Functions

 goPlotElement (const char *command="plot", const char *fn="-", const char *options="with lines")
 
void setPlotCommand (const char *cmd)
 
void setPlotOptions (const char *cmd)
 
void setPlotCommand (const goString &cmd)
 
void setPlotOptions (const goString &cmd)
 
void setFilename (const char *fn)
 
void setFilename (const goString &fn)
 
void setDataFlag (bool f)
 
const goStringplotCommand () const
 
const goStringplotOptions () const
 
const goStringfilename () const
 
virtual void data (goString &ret) const
 
bool haveData () const
 

Public Attributes

goString myPlotOptions
 
goString myPlotCommand
 
goString myFilename
 
bool myDataFlag
 
int myElementType
 

The documentation for this class was generated from the following file: