Skip to content
Snippets Groups Projects
Commit 7e7738b9 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Add doc.

parent 0caeb405
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ class QCustomPlotDecorator : public QObject
{
return o->legend;
}
/// \param interaction See QCP::Interaction
void setInteraction(QCustomPlot* o, int interaction, bool enabled = true)
{
o->setInteraction((QCP::Interaction)interaction, enabled);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment