[libkorigin Index] [libkorigin Heirarchy]
1D Histogram class More...
#include </home/mh/korigin/korigin/doc/tmp/histo.h>
Inherits: Plot
1D Histogram class.
This class represents a simple 1D Histogram. Also you can use it for simple analysis, itīs more a demonstration of how to write plots rather than a "real" plot.
However, it shows how to implement your own plots.
Functions required by the PageObject and Plot abstract base classes are only briefly commented. Functions special to HistoPlot are commented more verbosely.
Constructor. Builds a HistoPlot "hull" which is filled by instantiate().
Destructor. Shuts down a HistoPlot.
Actually instantiates a HistoPlot on a Page, as required by Plot.
Clones itself, as required by Plot.
Return name of the plot, as required by Plot.
Return description of the plot, as required by PageObject.
Return menu of the plot, as required by PageObject.
Return icon of the plot, as required by PageObject.
Stores options of the plot, as required by Plot.
Restores options of the plot, as required by Plot.
Stores the plot, as required by PageObject.
Restores the plot, as required by PageObject.
Return no. of parameters of the plot, as required by Plot.
Return parameter names of the plot, as required by Plot.
Paints the plot, as required by PageObject.
Handles a mouse event, as required by PageObject.
Execute Dataset Dialog. The dataset dialog lets you select the color of the single datasets. With X/Y plots, it would also allow you to select the marker type (diamonds, circles, points, none etc).
Executes the options dialog, as required by Plot.
Plots the selected columns of the active worksheet, as required by Plot.
| Kdoc |