81 std::map<std::string, std::pair <double, double> >
m_ranges;
92 const std::vector < std::string > & bindings );
117 const std::vector< std::string > & bindings );
125 const std::vector< std::string > & bindings );
133 const std::vector< std::string > & bindings );
140 const std::vector< std::string > & bindings,
148 const std::vector < std::string > & bindings );
155 const std::vector < std::string > & bindings );
176 const std::vector < std::string > & bindings );
183 const std::vector < std::string > & bindings );
200 const std::vector<PyDataRep *> &
getDataReps ()
const;
204 void setTitle (
const std::string & title );
207 const std::string &
getTitle()
const;
211 void setLabel (
const std::string & axis,
const std::string & label );
214 const std::string &
getLabel(
const std::string &axis)
const;
217 void setNumberOfBins (
const std::string & axis,
unsigned int number );
220 double getBinWidth (
const std::string & axis )
const;
223 void setBinWidth (
const std::string & axis,
double width,
228 void setBinWidth (
const std::string & axis,
double width );
231 void setOffset (
const std::string & axis,
double offset );
234 void setRange (
const std::string & axis,
double low,
double high,
239 void setRange (
const std::string & axis,
double low,
double high );
242 std::vector<double>
getRange (
const std::string & axis );
258 int nextView (
bool stepForward =
true );
274 void setLog (
const std::string & axis,
int flag );
277 int getLog (
const std::string & axis );
298 void addValues (
const std::vector < double > & v );
334 void setTicks (
const std::string & axis,
335 const std::vector < double > & values,
336 const std::vector < std::string > & labels );
340 void setAutoTicks (
const std::string & axis,
bool yes );
356 void applyCuts (
const std::vector < QtDisplay * > & cuts );
367 #endif // _QtDisplay_H_