Deprecated List

Member hippodraw::DataRep::needColorRep () const
Use hasAxis() instead.

Member hippodraw::Cut1DPlotter::getCutLabel () const
Use fillCuts instead.

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

Member hippodraw::CutController::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 hippodraw::FunctionController::addFunction (PlotterBase *plotter, const std::string &name)
This function is here to maintain compatibility with Python programs using the SIP interface.

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

Member hippodraw::FunctionController::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 hippodraw::NTupleController::changeName (DataSource *source, const std::string &newname)
. There's no need to call this member function.

Member hippodraw::NTupleController::createCircularBuffer ()
Create the CircularBuffer and registered it explicitly instead.

Member hippodraw::NTupleController::createCircularBuffer (unsigned int columns)
Create the CircularBuffer and registered it explicitly instead.

Member hippodraw::NTupleController::createNTuple (unsigned int columns)
Create the NTuple and registered it explicitly instead.

Member hippodraw::NTupleController::createNTuple (const std::vector< std::string > &labels)
Create the NTuple and registered it explicitly instead.

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

Member hippodraw::NTupleController::registerNTuple (const std::string &, DataSource *ntuple)
Use DataSourceController::registerNTuple(const std::string &,DataSource *) instead.

Member hippodraw::NTupleController::registerNTuple (DataSource *nt)
Use DataSourceController::registerNTuple(DataSource *) instead.

Member hippodraw::PyCanvas::m_canvas
Should use the CanvasViewProxy instead.

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

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

Member hippodraw::QtRootNTuple::getColumnShape (const std::string &column)
Should return shape of column including row index.


Generated for HippoDraw Class Library by doxygen