Deprecated List
Member Cut1DPlotter::getCutLabel () const
Use fillCuts instead.
Member 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 DataRep::needColorRep () const
Use hasAxis() instead.
Member FunctionController::addFunction (PlotterBase *plotter, const std::string &name)
This function is here to maintain compatibility with Python programs using the SIP interface.
Member FunctionController::fitFunction (PlotterBase *plotter, unsigned int)
This member function is maintained only for existing programs written in Python and using the SIP interface.
Member 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 NTupleController::changeName (DataSource *source, const std::string &newname)
. There's no need to call this member function.
Member NTupleController::createCircularBuffer (unsigned int columns)
Create the CircularBuffer and registered it explicitly instead.
Member NTupleController::createCircularBuffer ()
Create the CircularBuffer and registered it explicitly instead.
Member NTupleController::createNTuple (const std::vector< std::string > &labels)
Create the NTuple and registered it explicitly instead.
Member NTupleController::createNTuple (unsigned int columns)
Create the NTuple and registered it explicitly instead.
Member NTupleController::findDataSource (const std::string &name) const
Use the DataSourceController methods instead.
Member NTupleController::registerNTuple (const std::string &, DataSource *ntuple)
Use DataSourceController::registerNTuple(const std::string &,DataSource *) instead.
Member NTupleController::registerNTuple (DataSource *nt)
Use DataSourceController::registerNTuple(DataSource *) instead.
Member PlotterBase::getHighRangeOnX () const
This method is only used by the SIP built Python extension module and is kept only for running experiments.
Member PyCanvas::m_canvas
Should use the CanvasViewProxy instead.
Member PyDataRep::setLineStyle (const std::string &lineStyle)
Use set(hippodraw::Line::Style) instead.
Member PyDataRep::setSymbol (const std::string &symbolName, float size=2.)
Use set(hippodraw::Symbol::Type) instead.
Member QtRootNTuple::getColumnShape (const std::string &column)
Should return shape of column including row index.

Generated for HippoDraw Class Library by doxygen