|
OpenMS
2.6.0
|
Go to the documentation of this file.
38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
71 typedef std::vector<std::vector<double> >
GridVector;
81 void setMargin(
UInt size);
87 void showLegend(
bool show_legend);
90 bool isLegendShown()
const;
93 void setLegend(
const String & legend);
96 const String & getLegend();
102 void setLogScale(
bool is_log);
108 void setInverseOrientation(
bool inverse_orientation);
111 bool hasInverseOrientation();
114 void setAllowShortNumbers(
bool short_nums);
117 double getAxisMinimum()
const;
120 double getAxisMaximum()
const;
123 void paint(QPainter * painter, QPaintEvent * e);
128 void setAxisBounds(
double min,
double max);
131 void setTickLevel(
UInt level);
168 void paintEvent(QPaintEvent *)
override;
A more convenient string class.
Definition: String.h:59
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Alignment
Where the axis is placed.
Definition: AxisPainter.h:62