Deprecated List

Member addCut (PlotterBase *plotter, const std::string &label)
This function is only here for the SIP Python module so that SIP will wrap Cut1DPlotter instead of PlotterBase.

Member addFunction (PlotterBase *plotter, const std::string &name)
This function is here to maintain compatibility with Python programs using the SIP interface.

Member changeName (DataSource *source, const std::string &newname)
. There's no need to call this member function.

Member createCircularBuffer ()

Create the CircularBuffer and registered it explicitly instead.

Create the CircularBuffer and registered it explicitly instead.

Member createNTuple (unsigned int columns)

Create the NTuple and registered it explicitly instead.

Create the NTuple and registered it explicitly instead.

Member findDataSource (const std::string &name) const
Use the DataSourceController methods instead.

Member fitFunction (PlotterBase *plotter, unsigned int)
This member function is maintained only for existing programs written in Python and using the SIP interface.

Member getChiSquared (const PlotterBase *)
This function will only work correctly if there is only one DataRep contained by the plotter. It remain here for backward compatibility with the SIP interface.

Member getColumnShape (const std::string &column)

Should return shape of column including row index.

Member getCutLabel () const
Use fillCuts instead.

Member getHighRangeOnX () const
This method is only used by the SIP built Python extension module and is kept only for running experiments.

Member m_canvas
Should use the CanvasViewProxy instead.

Member needColorRep () const
Use hasAxis() instead.

Member registerNTuple (const std::string &, DataSource *ntuple)

Use DataSourceController::registerNTuple(const std::string &,DataSource *) instead.

Use DataSourceController::registerNTuple(DataSource *) instead.

Member setLineStyle (const std::string &lineStyle)
Use set(hippodraw::Line::Style) instead.

Member setSymbol (const std::string &symbolName, float size=2.)
Use set(hippodraw::Symbol::Type) instead.

Generated for HippoDraw Class Library by doxygen