diff --git a/JKQtPlotterBuildAllExamples.pro b/JKQtPlotterBuildAllExamples.pro index 2a170d625c..e86747d228 100644 --- a/JKQtPlotterBuildAllExamples.pro +++ b/JKQtPlotterBuildAllExamples.pro @@ -82,5 +82,6 @@ defineTest(addTest) { } addTest(multiplot) +addTest(user_interaction) #addTest(distributionplot) diff --git a/doc/dox/examples_and_tutorials.dox b/doc/dox/examples_and_tutorials.dox index 051c9682e5..157b65f476 100644 --- a/doc/dox/examples_and_tutorials.dox +++ b/doc/dox/examples_and_tutorials.dox @@ -105,16 +105,26 @@ All test-projects are Qt-projects that use qmake to build. You can load them int -\subsection jkqtp_extut_guitoolslayout GUI Tools and Plot Layout +\subsection jkqtp_extut_guitools GUI Tools
Screenshot Description Notes -
\image html test_multiplot_small.png - \subpage JKQTPlotterMultiPlotLayout - Combining plots in Qt Layouts
linking plot axes
copy data from a `std::map` int the datastore
print plots/print preview -
\image html jkqtplotter_simpletest_ui_small.png - \subpage JKQTPlotterQtCreator +
\image html jkqtplotter_simpletest_ui_small.png + \subpage JKQTPlotterQtCreator using Qt Form Designer
parsed function plots (`JKQTPXParsedFunctionLineGraph`) +
\image html jkqtplotter_test_user_interaction_small.png + \subpage JKQTPlotterUserInteraction + different possibilities of user-interaction in JKQtPlotter +
+ + +\subsection jkqtp_extut_guitoolslayout Layout & Styling + + +
Screenshot Description Notes +
\image html test_multiplot_small.png + \subpage JKQTPlotterMultiPlotLayout + Combining plots in Qt Layouts
linking plot axes
copy data from a `std::map` int the datastore
print plots/print preview
diff --git a/doc/images/jkqtplotter_datatabledialog.png b/doc/images/jkqtplotter_datatabledialog.png new file mode 100644 index 0000000000..3539e406ca Binary files /dev/null and b/doc/images/jkqtplotter_datatabledialog.png differ diff --git a/doc/images/jkqtplotter_defaultcontextmenu.png b/doc/images/jkqtplotter_defaultcontextmenu.png new file mode 100644 index 0000000000..6df69307ef Binary files /dev/null and b/doc/images/jkqtplotter_defaultcontextmenu.png differ diff --git a/doc/images/jkqtplotter_exportpreviewdialog.png b/doc/images/jkqtplotter_exportpreviewdialog.png new file mode 100644 index 0000000000..3a4a97e2f6 Binary files /dev/null and b/doc/images/jkqtplotter_exportpreviewdialog.png differ diff --git a/doc/images/jkqtplotter_gridinvisible.png b/doc/images/jkqtplotter_gridinvisible.png new file mode 100644 index 0000000000..7a01be8357 Binary files /dev/null and b/doc/images/jkqtplotter_gridinvisible.png differ diff --git a/doc/images/jkqtplotter_gridvisible.png b/doc/images/jkqtplotter_gridvisible.png new file mode 100644 index 0000000000..91341d1c3c Binary files /dev/null and b/doc/images/jkqtplotter_gridvisible.png differ diff --git a/doc/images/jkqtplotter_mousepositiondisplay.png b/doc/images/jkqtplotter_mousepositiondisplay.png new file mode 100644 index 0000000000..855a27ccc9 Binary files /dev/null and b/doc/images/jkqtplotter_mousepositiondisplay.png differ diff --git a/doc/images/jkqtplotter_printpreview.png b/doc/images/jkqtplotter_printpreview.png new file mode 100644 index 0000000000..9b16bea2e5 Binary files /dev/null and b/doc/images/jkqtplotter_printpreview.png differ diff --git a/doc/images/jkqtplotter_printpreview_relsize_mullinewidth_mulfonts.png b/doc/images/jkqtplotter_printpreview_relsize_mullinewidth_mulfonts.png new file mode 100644 index 0000000000..7ebd0cefd1 Binary files /dev/null and b/doc/images/jkqtplotter_printpreview_relsize_mullinewidth_mulfonts.png differ diff --git a/doc/images/jkqtplotter_toolbar_alwayson.png b/doc/images/jkqtplotter_toolbar_alwayson.png new file mode 100644 index 0000000000..6005822b32 Binary files /dev/null and b/doc/images/jkqtplotter_toolbar_alwayson.png differ diff --git a/doc/images/jkqtplotter_toolbar_hidden.png b/doc/images/jkqtplotter_toolbar_hidden.png new file mode 100644 index 0000000000..fe5d70c8a5 Binary files /dev/null and b/doc/images/jkqtplotter_toolbar_hidden.png differ diff --git a/doc/images/jkqtplotter_toolbar_shown.png b/doc/images/jkqtplotter_toolbar_shown.png new file mode 100644 index 0000000000..a07c1b886a Binary files /dev/null and b/doc/images/jkqtplotter_toolbar_shown.png differ diff --git a/examples/README.md b/examples/README.md index 67c1486407..83cff7aa1c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -46,12 +46,20 @@ All test-projects are Qt-projects that use qmake to build. You can load them int -## GUI Tools and Plot Layout +## GUI Tools + +| Screenshot | Description | Notes | +|:-------------:| ------------- | ------------- | +| [![](../screenshots/jkqtplotter_simpletest_ui_small.png)](./simpletest_ui) | [Placing JKQTPlotter into a Qt User-Interface-XML-file (`*.ui`)](./simpletest_ui) | using Qt Form Designer
parsed function plots (`JKQTPXParsedFunctionLineGraph`) | +| [![](../screenshots/jkqtplotter_test_user_interaction_small.png)](./test_user_interaction) | [User Interaction](./test_user_interaction) | different possibilities of user-interaction in JKQtPlotter | + + + +## Plot Layout & Styling | Screenshot | Description | Notes | |:-------------:| ------------- | ------------- | | [![](../screenshots/test_multiplot_small.png)](./test_multiplot) | [Layouting Several Plots](./test_multiplot) | Combining plots in Qt Layouts
linking plot axes
copy data from a `std::map` int the datastore
print plots/print preview | -| [![](../screenshots/jkqtplotter_simpletest_ui_small.png)](./simpletest_ui) | [Placing JKQTPlotter into a Qt User-Interface-XML-file (`*.ui`)](./simpletest_ui) | using Qt Form Designer
parsed function plots (`JKQTPXParsedFunctionLineGraph`) | diff --git a/examples/test_user_interaction/README.md b/examples/test_user_interaction/README.md new file mode 100644 index 0000000000..3b8564306a --- /dev/null +++ b/examples/test_user_interaction/README.md @@ -0,0 +1,9 @@ +# Tutorial (JKQTPlotter): User-Interactions in JKQtPlotter {#JKQTPlotterUserInteraction} +This project (see `./examples/test_user_interaction/`) demonstrates different types of user-interactions in JKQTPlotter. + +The source code of the main application can be found in [`test_user_interaction.cpp`](../test_user_interaction/test_user_interaction.cpp). + + + + + diff --git a/examples/test_user_interaction/test_user_interaction.cpp b/examples/test_user_interaction/test_user_interaction.cpp new file mode 100644 index 0000000000..db53fd8e3b --- /dev/null +++ b/examples/test_user_interaction/test_user_interaction.cpp @@ -0,0 +1,113 @@ +/** \example test_user_interaction.cpp + * JKQTPlotter: Tutorial: User Interaction in JKQTPlotter + * + * \ref JKQTPlotterUserInteraction + * \see \ref JKQTPLOTTER_USERINTERACTION + */ + +#include "test_user_interaction.h" +#include + +TestUserInteraction::TestUserInteraction(QWidget *parent) : + QMainWindow(parent) +{ + QWidget* w=new QWidget(this); + setCentralWidget(w); + + // setup layouts for form + layout=new QGridLayout; + layForm=new QFormLayout; + layChk=new QHBoxLayout; + layout->addLayout(layChk,0,0); + layout->addLayout(layForm,1,0); + + // generate a JKQTPlotter and initialize some plot data + plot=new JKQTPlotter(this); + layout->addWidget(plot,2,0); + initPlot(); + + // add some of the default QActions from the JKQTPlotter to the window menu + // Some of the are also available in the context menu and toolbar of the JKQTPlotter + // others are not + QMenu* menuPlot=menuBar()->addMenu("Plot-Menu"); + menuPlot->addAction(plot->get_plotter()->get_actPrint()); + QMenu* menuPlotS=menuPlot->addMenu("Save ..."); + menuPlotS->addAction(plot->get_plotter()->get_actSaveData()); + menuPlotS->addAction(plot->get_plotter()->get_actSavePDF()); // not available from JKQTPlotter by default + menuPlotS->addAction(plot->get_plotter()->get_actSavePlot()); + QMenu* menuPlotZ=menuPlot->addMenu("Zoom ..."); + menuPlotZ->addAction(plot->get_plotter()->get_actZoomAll()); + menuPlotZ->addAction(plot->get_plotter()->get_actZoomIn()); + menuPlotZ->addAction(plot->get_plotter()->get_actZoomOut()); + + // add a checkbox to show and hide the position display label in the plot + chkPositionDisplay=new QCheckBox(tr("show mouse cursor position"), this); + chkPositionDisplay->setChecked(plot->get_displayMousePosition()); + connect(chkPositionDisplay, SIGNAL(toggled(bool)), plot, SLOT(set_displayMousePosition(bool))); + layChk->addWidget(chkPositionDisplay); + + // add a checkbox to en-/disable the toolbar of the JKQTPlotter + chkShowToolbar=new QCheckBox(tr("enable toolbar"), this); + chkShowToolbar->setChecked(plot->get_displayToolbar()); + connect(chkShowToolbar, SIGNAL(toggled(bool)), plot, SLOT(set_displayToolbar(bool))); + layChk->addWidget(chkShowToolbar); + + // add a checkbox to switch the toolbar between always visible and the hiding mode, + // where it only appears, when the mouse hovers over its designated area + chkToolbarAlwaysOn=new QCheckBox(tr("toolbar 'always on'"), this); + chkToolbarAlwaysOn->setChecked(plot->get_toolbarAlwaysOn()); + connect(chkToolbarAlwaysOn, SIGNAL(toggled(bool)), plot, SLOT(set_toolbarAlwaysOn(bool))); + layChk->addWidget(chkToolbarAlwaysOn); + + // add a checkbox to switch the grid on and off + chkGrid=new QCheckBox(tr("show grid in plot"), this); + chkGrid->setChecked(true); + connect(chkGrid, SIGNAL(toggled(bool)), plot, SLOT(setGrid(bool))); + layChk->addWidget(chkGrid); + + w->setLayout(layout); + resize(800,600); +} + +void TestUserInteraction::initPlot() +{ + // 1. create a plotter window and get a pointer to the internal datastore (for convenience) + JKQTPDatastore* ds=plot->getDatastore(); + + // 2. now we create data for a simple plot (a sine curve) + QVector X, Y1, Y2; + const int Ndata=100; + for (int i=0; iaddCopiedColumn(X, "x"); + size_t columnY1=ds->addCopiedColumn(Y1, "y1"); + size_t columnY2=ds->addCopiedColumn(Y2, "y2"); + + // 4. create a graph in the plot, which plots the dataset X/Y: + JKQTPXYLineGraph* graph1=new JKQTPXYLineGraph(plot); + graph1->set_xColumn(columnX); + graph1->set_yColumn(columnY1); + graph1->set_title(QObject::tr("sine graph")); + plot->addGraph(graph1); + + JKQTPXYLineGraph* graph2=new JKQTPXYLineGraph(plot); + graph2->set_xColumn(columnX); + graph2->set_yColumn(columnY2); + graph2->set_title(QObject::tr("sine*exp graph")); + plot->addGraph(graph2); + + // 6. autoscale the plot so the graph is contained + plot->zoomToFit(); + + plot->get_plotter()->set_plotLabel("Sine Plots - User-Interaction Example"); +} diff --git a/examples/test_user_interaction/test_user_interaction.h b/examples/test_user_interaction/test_user_interaction.h new file mode 100644 index 0000000000..f912e24e9c --- /dev/null +++ b/examples/test_user_interaction/test_user_interaction.h @@ -0,0 +1,39 @@ +#ifndef TEST_USER_INTERACTION_H +#define TEST_USER_INTERACTION_H + +#include +#include "jkqtplotter/jkqtplotter.h" +#include "jkqtplotter/jkqtpgraphs.h" +#include +#include +#include +#include +#include +#include +#include + +class TestUserInteraction : public QMainWindow +{ + Q_OBJECT + public: + explicit TestUserInteraction(QWidget *parent = nullptr); + + signals: + + public slots: + + protected: + void initPlot(); + JKQTPlotter* plot; + QGridLayout* layout; + QHBoxLayout* layChk; + QFormLayout* layForm; + QCheckBox* chkPositionDisplay; + QCheckBox* chkShowToolbar; + QCheckBox* chkToolbarAlwaysOn; + QCheckBox* chkGrid; + JKQTPXYLineGraph* graph1; + JKQTPXYLineGraph* graph2; +}; + +#endif // TEST_USER_INTERACTION_H diff --git a/examples/test_user_interaction/test_user_interaction.pro b/examples/test_user_interaction/test_user_interaction.pro new file mode 100644 index 0000000000..808735c48a --- /dev/null +++ b/examples/test_user_interaction/test_user_interaction.pro @@ -0,0 +1,41 @@ + +# configure Qt +CONFIG += qt +CONFIG += c++11 +QT += core gui xml svg +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport + +# output executable name +TARGET = test_user_interaction + +# source code for this simple demo +SOURCES = test_user_interaction_main.cpp \ + test_user_interaction.cpp + +HEADERS += \ + test_user_interaction.h + +# include JKQTPlotter source code +DEPENDPATH += . ../../lib +INCLUDEPATH += ../../lib +CONFIG (debug, debug|release) { + LIBS += -L../../staticlib/debug -ljkqtplotterlib_debug +} else { + LIBS += -L../../staticlib/release -ljkqtplotterlib +} +message("LIBS = $$LIBS") + +win32-msvc* { + QMAKE_CXXFLAGS += /EHsc /std:c++14 + # To enable M_PI, M_E,... + DEFINES += _USE_MATH_DEFINES + # To fix error: C2338: va_start argument must not + # have reference type and must not be parenthesized + DEFINES += _CRT_NO_VA_START_VALIDATION +} + + +# here you can activate some debug options +#DEFINES += SHOW_JKQTPLOTTER_DEBUG +#DEFINES += JKQTBP_AUTOTIMER + diff --git a/examples/test_user_interaction/test_user_interaction_and_lib.pro b/examples/test_user_interaction/test_user_interaction_and_lib.pro new file mode 100644 index 0000000000..3b7e01c1db --- /dev/null +++ b/examples/test_user_interaction/test_user_interaction_and_lib.pro @@ -0,0 +1,8 @@ +TEMPLATE = subdirs + +SUBDIRS += jkqtplotterlib test_user_interaction + +jkqtplotterlib.file = ../../staticlib/jkqtplotterlib.pro + +test_user_interaction.file=$$PWD/test_user_interaction.pro +test_user_interaction.depends = jkqtplotterlib diff --git a/examples/test_user_interaction/test_user_interaction_main.cpp b/examples/test_user_interaction/test_user_interaction_main.cpp new file mode 100644 index 0000000000..5fb5df82c2 --- /dev/null +++ b/examples/test_user_interaction/test_user_interaction_main.cpp @@ -0,0 +1,13 @@ +#include +#include "test_user_interaction.h" + + +int main(int argc, char* argv[]) +{ + QApplication app(argc, argv); + + TestUserInteraction win; + win.show(); + + return app.exec(); +} diff --git a/lib/jkqtfastplotter/jkqtfastplotter.h b/lib/jkqtfastplotter/jkqtfastplotter.h index b3982d8c04..2df26ce30f 100644 --- a/lib/jkqtfastplotter/jkqtfastplotter.h +++ b/lib/jkqtfastplotter/jkqtfastplotter.h @@ -442,7 +442,7 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } /*! \brief sets the property dragShapePen to the specified \a __value. - \details Description of the parameter dragShapePen is:
\copybrief JKQTFastPlotter::dragShapePen
+ \details Description of the parameter dragShapePen is:
\copydoc JKQTFastPlotter::dragShapePen
\see dragShapePen for more information */ inline virtual void set_dragShapePen(const QPen & __value) { @@ -452,14 +452,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property dragShapePen. - \details Description of the parameter dragShapePen is:
\copybrief JKQTFastPlotter::dragShapePen
+ \details Description of the parameter dragShapePen is:
\copydoc JKQTFastPlotter::dragShapePen
\see dragShapePen for more information */ inline virtual QPen get_dragShapePen() const { return this->dragShapePen; } /*! \brief sets the property dragLine to the specified \a __value. - \details Description of the parameter dragLine is:
\copybrief JKQTFastPlotter::dragLine
+ \details Description of the parameter dragLine is:
\copydoc JKQTFastPlotter::dragLine
\see dragLine for more information */ inline virtual void set_dragLine(bool __value) { @@ -469,7 +469,7 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property dragLine. - \details Description of the parameter dragLine is:
\copybrief JKQTFastPlotter::dragLine
+ \details Description of the parameter dragLine is:
\copydoc JKQTFastPlotter::dragLine
\see dragLine for more information */ inline virtual bool get_dragLine() const { @@ -477,7 +477,7 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } /*! \brief sets the property plotBorderLeft to the specified \a __value. - \details Description of the parameter plotBorderLeft is:
\copybrief JKQTFastPlotter::plotBorderLeft
+ \details Description of the parameter plotBorderLeft is:
\copydoc JKQTFastPlotter::plotBorderLeft
\see plotBorderLeft for more information */ inline virtual void set_plotBorderLeft(int __value) { @@ -487,14 +487,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property plotBorderLeft. - \details Description of the parameter plotBorderLeft is:
\copybrief JKQTFastPlotter::plotBorderLeft
+ \details Description of the parameter plotBorderLeft is:
\copydoc JKQTFastPlotter::plotBorderLeft
\see plotBorderLeft for more information */ inline virtual int get_plotBorderLeft() const { return this->plotBorderLeft; } /*! \brief sets the property plotBorderBottom to the specified \a __value. - \details Description of the parameter plotBorderBottom is:
\copybrief JKQTFastPlotter::plotBorderBottom
+ \details Description of the parameter plotBorderBottom is:
\copydoc JKQTFastPlotter::plotBorderBottom
\see plotBorderBottom for more information */ inline virtual void set_plotBorderBottom(int __value) { @@ -504,14 +504,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property plotBorderBottom. - \details Description of the parameter plotBorderBottom is:
\copybrief JKQTFastPlotter::plotBorderBottom
+ \details Description of the parameter plotBorderBottom is:
\copydoc JKQTFastPlotter::plotBorderBottom
\see plotBorderBottom for more information */ inline virtual int get_plotBorderBottom() const { return this->plotBorderBottom; } /*! \brief sets the property plotBorderRight to the specified \a __value. - \details Description of the parameter plotBorderRight is:
\copybrief JKQTFastPlotter::plotBorderRight
+ \details Description of the parameter plotBorderRight is:
\copydoc JKQTFastPlotter::plotBorderRight
\see plotBorderRight for more information */ inline virtual void set_plotBorderRight(int __value) { @@ -521,14 +521,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property plotBorderRight. - \details Description of the parameter plotBorderRight is:
\copybrief JKQTFastPlotter::plotBorderRight
+ \details Description of the parameter plotBorderRight is:
\copydoc JKQTFastPlotter::plotBorderRight
\see plotBorderRight for more information */ inline virtual int get_plotBorderRight() const { return this->plotBorderRight; } /*! \brief sets the property plotBorderTop to the specified \a __value. - \details Description of the parameter plotBorderTop is:
\copybrief JKQTFastPlotter::plotBorderTop
+ \details Description of the parameter plotBorderTop is:
\copydoc JKQTFastPlotter::plotBorderTop
\see plotBorderTop for more information */ inline virtual void set_plotBorderTop(int __value) { @@ -538,101 +538,101 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property plotBorderTop. - \details Description of the parameter plotBorderTop is:
\copybrief JKQTFastPlotter::plotBorderTop
+ \details Description of the parameter plotBorderTop is:
\copydoc JKQTFastPlotter::plotBorderTop
\see plotBorderTop for more information */ inline virtual int get_plotBorderTop() const { return this->plotBorderTop; } /*! \brief returns the property plotWidth. - \details Description of the parameter plotWidth is:
\copybrief JKQTFastPlotter::plotWidth
. + \details Description of the parameter plotWidth is:
\copydoc JKQTFastPlotter::plotWidth
. \see plotWidth for more information */ inline int get_plotWidth() const { return this->plotWidth; } /*! \brief returns the property plotHeight. - \details Description of the parameter plotHeight is:
\copybrief JKQTFastPlotter::plotHeight
. + \details Description of the parameter plotHeight is:
\copydoc JKQTFastPlotter::plotHeight
. \see plotHeight for more information */ inline int get_plotHeight() const { return this->plotHeight; } /*! \brief sets the property doDrawing to the specified \a __value. - \details Description of the parameter doDrawing is:
\copybrief JKQTFastPlotter::doDrawing
+ \details Description of the parameter doDrawing is:
\copydoc JKQTFastPlotter::doDrawing
\see doDrawing for more information */ inline virtual void set_doDrawing(bool __value) { this->doDrawing = __value; } /*! \brief returns the property doDrawing. - \details Description of the parameter doDrawing is:
\copybrief JKQTFastPlotter::doDrawing
+ \details Description of the parameter doDrawing is:
\copydoc JKQTFastPlotter::doDrawing
\see doDrawing for more information */ inline virtual bool get_doDrawing() const { return this->doDrawing; } /*! \brief returns the property internalPlotBorderLeft. - \details Description of the parameter internalPlotBorderLeft is:
\copybrief JKQTFastPlotter::internalPlotBorderLeft
. + \details Description of the parameter internalPlotBorderLeft is:
\copydoc JKQTFastPlotter::internalPlotBorderLeft
. \see internalPlotBorderLeft for more information */ inline int get_internalPlotBorderLeft() const { return this->internalPlotBorderLeft; } /*! \brief returns the property internalPlotBorderBottom. - \details Description of the parameter internalPlotBorderBottom is:
\copybrief JKQTFastPlotter::internalPlotBorderBottom
. + \details Description of the parameter internalPlotBorderBottom is:
\copydoc JKQTFastPlotter::internalPlotBorderBottom
. \see internalPlotBorderBottom for more information */ inline int get_internalPlotBorderBottom() const { return this->internalPlotBorderBottom; } /*! \brief returns the property internalPlotBorderRight. - \details Description of the parameter internalPlotBorderRight is:
\copybrief JKQTFastPlotter::internalPlotBorderRight
. + \details Description of the parameter internalPlotBorderRight is:
\copydoc JKQTFastPlotter::internalPlotBorderRight
. \see internalPlotBorderRight for more information */ inline int get_internalPlotBorderRight() const { return this->internalPlotBorderRight; } /*! \brief returns the property internalPlotBorderTop. - \details Description of the parameter internalPlotBorderTop is:
\copybrief JKQTFastPlotter::internalPlotBorderTop
. + \details Description of the parameter internalPlotBorderTop is:
\copydoc JKQTFastPlotter::internalPlotBorderTop
. \see internalPlotBorderTop for more information */ inline int get_internalPlotBorderTop() const { return this->internalPlotBorderTop; } /*! \brief returns the property xMin. - \details Description of the parameter xMin is:
\copybrief JKQTFastPlotter::xMin
. + \details Description of the parameter xMin is:
\copydoc JKQTFastPlotter::xMin
. \see xMin for more information */ inline double get_xMin() const { return this->xMin; } /*! \brief returns the property xMax. - \details Description of the parameter xMax is:
\copybrief JKQTFastPlotter::xMax
. + \details Description of the parameter xMax is:
\copydoc JKQTFastPlotter::xMax
. \see xMax for more information */ inline double get_xMax() const { return this->xMax; } /*! \brief returns the property yMin. - \details Description of the parameter yMin is:
\copybrief JKQTFastPlotter::yMin
. + \details Description of the parameter yMin is:
\copydoc JKQTFastPlotter::yMin
. \see yMin for more information */ inline double get_yMin() const { return this->yMin; } /*! \brief returns the property yMax. - \details Description of the parameter yMax is:
\copybrief JKQTFastPlotter::yMax
. + \details Description of the parameter yMax is:
\copydoc JKQTFastPlotter::yMax
. \see yMax for more information */ inline double get_yMax() const { return this->yMax; } /*! \brief returns the property xAxisLog. - \details Description of the parameter xAxisLog is:
\copybrief JKQTFastPlotter::xAxisLog
. + \details Description of the parameter xAxisLog is:
\copydoc JKQTFastPlotter::xAxisLog
. \see xAxisLog for more information */ inline bool get_xAxisLog() const { return this->xAxisLog; } /*! \brief returns the property yAxisLog. - \details Description of the parameter yAxisLog is:
\copybrief JKQTFastPlotter::yAxisLog
. + \details Description of the parameter yAxisLog is:
\copydoc JKQTFastPlotter::yAxisLog
. \see yAxisLog for more information */ inline bool get_yAxisLog() const { return this->yAxisLog; } /*! \brief sets the property backgroundColor to the specified \a __value. - \details Description of the parameter backgroundColor is:
\copybrief JKQTFastPlotter::backgroundColor
+ \details Description of the parameter backgroundColor is:
\copydoc JKQTFastPlotter::backgroundColor
\see backgroundColor for more information */ inline virtual void set_backgroundColor(const QColor & __value) { @@ -642,14 +642,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property backgroundColor. - \details Description of the parameter backgroundColor is:
\copybrief JKQTFastPlotter::backgroundColor
+ \details Description of the parameter backgroundColor is:
\copydoc JKQTFastPlotter::backgroundColor
\see backgroundColor for more information */ inline virtual QColor get_backgroundColor() const { return this->backgroundColor; } /*! \brief sets the property plotBackgroundColor to the specified \a __value. - \details Description of the parameter plotBackgroundColor is:
\copybrief JKQTFastPlotter::plotBackgroundColor
+ \details Description of the parameter plotBackgroundColor is:
\copydoc JKQTFastPlotter::plotBackgroundColor
\see plotBackgroundColor for more information */ inline virtual void set_plotBackgroundColor(const QColor & __value) { @@ -659,14 +659,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property plotBackgroundColor. - \details Description of the parameter plotBackgroundColor is:
\copybrief JKQTFastPlotter::plotBackgroundColor
+ \details Description of the parameter plotBackgroundColor is:
\copydoc JKQTFastPlotter::plotBackgroundColor
\see plotBackgroundColor for more information */ inline virtual QColor get_plotBackgroundColor() const { return this->plotBackgroundColor; } /*! \brief sets the property drawGrid to the specified \a __value. - \details Description of the parameter drawGrid is:
\copybrief JKQTFastPlotter::drawGrid
+ \details Description of the parameter drawGrid is:
\copydoc JKQTFastPlotter::drawGrid
\see drawGrid for more information */ inline virtual void set_drawGrid(bool __value) { @@ -676,14 +676,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property drawGrid. - \details Description of the parameter drawGrid is:
\copybrief JKQTFastPlotter::drawGrid
+ \details Description of the parameter drawGrid is:
\copydoc JKQTFastPlotter::drawGrid
\see drawGrid for more information */ inline virtual bool get_drawGrid() const { return this->drawGrid; } /*! \brief sets the property gridColor to the specified \a __value. - \details Description of the parameter gridColor is:
\copybrief JKQTFastPlotter::gridColor
+ \details Description of the parameter gridColor is:
\copydoc JKQTFastPlotter::gridColor
\see gridColor for more information */ inline virtual void set_gridColor(const QColor & __value) { @@ -693,14 +693,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property gridColor. - \details Description of the parameter gridColor is:
\copybrief JKQTFastPlotter::gridColor
+ \details Description of the parameter gridColor is:
\copydoc JKQTFastPlotter::gridColor
\see gridColor for more information */ inline virtual QColor get_gridColor() const { return this->gridColor; } /*! \brief sets the property gridStyle to the specified \a __value. - \details Description of the parameter gridStyle is:
\copybrief JKQTFastPlotter::gridStyle
+ \details Description of the parameter gridStyle is:
\copydoc JKQTFastPlotter::gridStyle
\see gridStyle for more information */ inline virtual void set_gridStyle(const Qt::PenStyle & __value) { @@ -710,14 +710,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property gridStyle. - \details Description of the parameter gridStyle is:
\copybrief JKQTFastPlotter::gridStyle
+ \details Description of the parameter gridStyle is:
\copydoc JKQTFastPlotter::gridStyle
\see gridStyle for more information */ inline virtual Qt::PenStyle get_gridStyle() const { return this->gridStyle; } /*! \brief sets the property gridWidth to the specified \a __value. - \details Description of the parameter gridWidth is:
\copybrief JKQTFastPlotter::gridWidth
+ \details Description of the parameter gridWidth is:
\copydoc JKQTFastPlotter::gridWidth
\see gridWidth for more information */ inline virtual void set_gridWidth(double __value) { @@ -727,14 +727,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property gridWidth. - \details Description of the parameter gridWidth is:
\copybrief JKQTFastPlotter::gridWidth
+ \details Description of the parameter gridWidth is:
\copydoc JKQTFastPlotter::gridWidth
\see gridWidth for more information */ inline virtual double get_gridWidth() const { return this->gridWidth; } /*! \brief sets the property labelFontSize to the specified \a __value. - \details Description of the parameter labelFontSize is:
\copybrief JKQTFastPlotter::labelFontSize
+ \details Description of the parameter labelFontSize is:
\copydoc JKQTFastPlotter::labelFontSize
\see labelFontSize for more information */ inline virtual void set_labelFontSize(double __value) { @@ -744,14 +744,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property labelFontSize. - \details Description of the parameter labelFontSize is:
\copybrief JKQTFastPlotter::labelFontSize
+ \details Description of the parameter labelFontSize is:
\copydoc JKQTFastPlotter::labelFontSize
\see labelFontSize for more information */ inline virtual double get_labelFontSize() const { return this->labelFontSize; } /*! \brief sets the property labelFontName to the specified \a __value. - \details Description of the parameter labelFontName is:
\copybrief JKQTFastPlotter::labelFontName
+ \details Description of the parameter labelFontName is:
\copydoc JKQTFastPlotter::labelFontName
\see labelFontName for more information */ inline virtual void set_labelFontName(const QString & __value) { @@ -761,14 +761,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property labelFontName. - \details Description of the parameter labelFontName is:
\copybrief JKQTFastPlotter::labelFontName
+ \details Description of the parameter labelFontName is:
\copydoc JKQTFastPlotter::labelFontName
\see labelFontName for more information */ inline virtual QString get_labelFontName() const { return this->labelFontName; } /*! \brief sets the property tickFontSize to the specified \a __value. - \details Description of the parameter tickFontSize is:
\copybrief JKQTFastPlotter::tickFontSize
+ \details Description of the parameter tickFontSize is:
\copydoc JKQTFastPlotter::tickFontSize
\see tickFontSize for more information */ inline virtual void set_tickFontSize(double __value) { @@ -778,14 +778,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property tickFontSize. - \details Description of the parameter tickFontSize is:
\copybrief JKQTFastPlotter::tickFontSize
+ \details Description of the parameter tickFontSize is:
\copydoc JKQTFastPlotter::tickFontSize
\see tickFontSize for more information */ inline virtual double get_tickFontSize() const { return this->tickFontSize; } /*! \brief sets the property tickFontName to the specified \a __value. - \details Description of the parameter tickFontName is:
\copybrief JKQTFastPlotter::tickFontName
+ \details Description of the parameter tickFontName is:
\copydoc JKQTFastPlotter::tickFontName
\see tickFontName for more information */ inline virtual void set_tickFontName(const QString & __value) { @@ -795,14 +795,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property tickFontName. - \details Description of the parameter tickFontName is:
\copybrief JKQTFastPlotter::tickFontName
+ \details Description of the parameter tickFontName is:
\copydoc JKQTFastPlotter::tickFontName
\see tickFontName for more information */ inline virtual QString get_tickFontName() const { return this->tickFontName; } /*! \brief sets the property tickLength to the specified \a __value. - \details Description of the parameter tickLength is:
\copybrief JKQTFastPlotter::tickLength
+ \details Description of the parameter tickLength is:
\copydoc JKQTFastPlotter::tickLength
\see tickLength for more information */ inline virtual void set_tickLength(double __value) { @@ -812,14 +812,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property tickLength. - \details Description of the parameter tickLength is:
\copybrief JKQTFastPlotter::tickLength
+ \details Description of the parameter tickLength is:
\copydoc JKQTFastPlotter::tickLength
\see tickLength for more information */ inline virtual double get_tickLength() const { return this->tickLength; } /*! \brief sets the property drawSystemBox to the specified \a __value. - \details Description of the parameter drawSystemBox is:
\copybrief JKQTFastPlotter::drawSystemBox
+ \details Description of the parameter drawSystemBox is:
\copydoc JKQTFastPlotter::drawSystemBox
\see drawSystemBox for more information */ inline virtual void set_drawSystemBox(bool __value) { @@ -829,14 +829,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property drawSystemBox. - \details Description of the parameter drawSystemBox is:
\copybrief JKQTFastPlotter::drawSystemBox
+ \details Description of the parameter drawSystemBox is:
\copydoc JKQTFastPlotter::drawSystemBox
\see drawSystemBox for more information */ inline virtual bool get_drawSystemBox() const { return this->drawSystemBox; } /*! \brief sets the property drawZeroAxes to the specified \a __value. - \details Description of the parameter drawZeroAxes is:
\copybrief JKQTFastPlotter::drawZeroAxes
+ \details Description of the parameter drawZeroAxes is:
\copydoc JKQTFastPlotter::drawZeroAxes
\see drawZeroAxes for more information */ inline virtual void set_drawZeroAxes(bool __value) { @@ -846,14 +846,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property drawZeroAxes. - \details Description of the parameter drawZeroAxes is:
\copybrief JKQTFastPlotter::drawZeroAxes
+ \details Description of the parameter drawZeroAxes is:
\copydoc JKQTFastPlotter::drawZeroAxes
\see drawZeroAxes for more information */ inline virtual bool get_drawZeroAxes() const { return this->drawZeroAxes; } /*! \brief sets the property systemColor to the specified \a __value. - \details Description of the parameter systemColor is:
\copybrief JKQTFastPlotter::systemColor
+ \details Description of the parameter systemColor is:
\copydoc JKQTFastPlotter::systemColor
\see systemColor for more information */ inline virtual void set_systemColor(const QColor & __value) { @@ -863,14 +863,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property systemColor. - \details Description of the parameter systemColor is:
\copybrief JKQTFastPlotter::systemColor
+ \details Description of the parameter systemColor is:
\copydoc JKQTFastPlotter::systemColor
\see systemColor for more information */ inline virtual QColor get_systemColor() const { return this->systemColor; } /*! \brief sets the property systemWidth to the specified \a __value. - \details Description of the parameter systemWidth is:
\copybrief JKQTFastPlotter::systemWidth
+ \details Description of the parameter systemWidth is:
\copydoc JKQTFastPlotter::systemWidth
\see systemWidth for more information */ inline virtual void set_systemWidth(double __value) { @@ -880,14 +880,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property systemWidth. - \details Description of the parameter systemWidth is:
\copybrief JKQTFastPlotter::systemWidth
+ \details Description of the parameter systemWidth is:
\copydoc JKQTFastPlotter::systemWidth
\see systemWidth for more information */ inline virtual double get_systemWidth() const { return this->systemWidth; } /*! \brief sets the property xZeroTick to the specified \a __value. - \details Description of the parameter xZeroTick is:
\copybrief JKQTFastPlotter::xZeroTick
+ \details Description of the parameter xZeroTick is:
\copydoc JKQTFastPlotter::xZeroTick
\see xZeroTick for more information */ inline virtual void set_xZeroTick(double __value) { @@ -897,14 +897,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property xZeroTick. - \details Description of the parameter xZeroTick is:
\copybrief JKQTFastPlotter::xZeroTick
+ \details Description of the parameter xZeroTick is:
\copydoc JKQTFastPlotter::xZeroTick
\see xZeroTick for more information */ inline virtual double get_xZeroTick() const { return this->xZeroTick; } /*! \brief sets the property yZeroTick to the specified \a __value. - \details Description of the parameter yZeroTick is:
\copybrief JKQTFastPlotter::yZeroTick
+ \details Description of the parameter yZeroTick is:
\copydoc JKQTFastPlotter::yZeroTick
\see yZeroTick for more information */ inline virtual void set_yZeroTick(double __value) { @@ -914,14 +914,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property yZeroTick. - \details Description of the parameter yZeroTick is:
\copybrief JKQTFastPlotter::yZeroTick
+ \details Description of the parameter yZeroTick is:
\copydoc JKQTFastPlotter::yZeroTick
\see yZeroTick for more information */ inline virtual double get_yZeroTick() const { return this->yZeroTick; } /*! \brief sets the property xTickDistance to the specified \a __value. - \details Description of the parameter xTickDistance is:
\copybrief JKQTFastPlotter::xTickDistance
+ \details Description of the parameter xTickDistance is:
\copydoc JKQTFastPlotter::xTickDistance
\see xTickDistance for more information */ inline virtual void set_xTickDistance(double __value) { @@ -931,14 +931,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property xTickDistance. - \details Description of the parameter xTickDistance is:
\copybrief JKQTFastPlotter::xTickDistance
+ \details Description of the parameter xTickDistance is:
\copydoc JKQTFastPlotter::xTickDistance
\see xTickDistance for more information */ inline virtual double get_xTickDistance() const { return this->xTickDistance; } /*! \brief sets the property yTickDistance to the specified \a __value. - \details Description of the parameter yTickDistance is:
\copybrief JKQTFastPlotter::yTickDistance
+ \details Description of the parameter yTickDistance is:
\copydoc JKQTFastPlotter::yTickDistance
\see yTickDistance for more information */ inline virtual void set_yTickDistance(double __value) { @@ -948,14 +948,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property yTickDistance. - \details Description of the parameter yTickDistance is:
\copybrief JKQTFastPlotter::yTickDistance
+ \details Description of the parameter yTickDistance is:
\copydoc JKQTFastPlotter::yTickDistance
\see yTickDistance for more information */ inline virtual double get_yTickDistance() const { return this->yTickDistance; } /*! \brief sets the property xAxisLabel to the specified \a __value. - \details Description of the parameter xAxisLabel is:
\copybrief JKQTFastPlotter::xAxisLabel
+ \details Description of the parameter xAxisLabel is:
\copydoc JKQTFastPlotter::xAxisLabel
\see xAxisLabel for more information */ inline virtual void set_xAxisLabel(const QString & __value) { @@ -965,14 +965,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property xAxisLabel. - \details Description of the parameter xAxisLabel is:
\copybrief JKQTFastPlotter::xAxisLabel
+ \details Description of the parameter xAxisLabel is:
\copydoc JKQTFastPlotter::xAxisLabel
\see xAxisLabel for more information */ inline virtual QString get_xAxisLabel() const { return this->xAxisLabel; } /*! \brief sets the property yAxisLabel to the specified \a __value. - \details Description of the parameter yAxisLabel is:
\copybrief JKQTFastPlotter::yAxisLabel
+ \details Description of the parameter yAxisLabel is:
\copydoc JKQTFastPlotter::yAxisLabel
\see yAxisLabel for more information */ inline virtual void set_yAxisLabel(const QString & __value) { @@ -982,14 +982,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property yAxisLabel. - \details Description of the parameter yAxisLabel is:
\copybrief JKQTFastPlotter::yAxisLabel
+ \details Description of the parameter yAxisLabel is:
\copydoc JKQTFastPlotter::yAxisLabel
\see yAxisLabel for more information */ inline virtual QString get_yAxisLabel() const { return this->yAxisLabel; } /*! \brief sets the property aspectRatio to the specified \a __value. - \details Description of the parameter aspectRatio is:
\copybrief JKQTFastPlotter::aspectRatio
+ \details Description of the parameter aspectRatio is:
\copydoc JKQTFastPlotter::aspectRatio
\see aspectRatio for more information */ inline virtual void set_aspectRatio(double __value) { @@ -999,14 +999,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property aspectRatio. - \details Description of the parameter aspectRatio is:
\copybrief JKQTFastPlotter::aspectRatio
+ \details Description of the parameter aspectRatio is:
\copydoc JKQTFastPlotter::aspectRatio
\see aspectRatio for more information */ inline virtual double get_aspectRatio() const { return this->aspectRatio; } /*! \brief sets the property maintainAspectRatio to the specified \a __value. - \details Description of the parameter maintainAspectRatio is:
\copybrief JKQTFastPlotter::maintainAspectRatio
+ \details Description of the parameter maintainAspectRatio is:
\copydoc JKQTFastPlotter::maintainAspectRatio
\see maintainAspectRatio for more information */ inline virtual void set_maintainAspectRatio(bool __value) { @@ -1016,14 +1016,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property maintainAspectRatio. - \details Description of the parameter maintainAspectRatio is:
\copybrief JKQTFastPlotter::maintainAspectRatio
+ \details Description of the parameter maintainAspectRatio is:
\copydoc JKQTFastPlotter::maintainAspectRatio
\see maintainAspectRatio for more information */ inline virtual bool get_maintainAspectRatio() const { return this->maintainAspectRatio; } /*! \brief sets the property xAxisLabelVisible to the specified \a __value. - \details Description of the parameter xAxisLabelVisible is:
\copybrief JKQTFastPlotter::xAxisLabelVisible
+ \details Description of the parameter xAxisLabelVisible is:
\copydoc JKQTFastPlotter::xAxisLabelVisible
\see xAxisLabelVisible for more information */ inline virtual void set_xAxisLabelVisible(bool __value) { @@ -1033,14 +1033,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property xAxisLabelVisible. - \details Description of the parameter xAxisLabelVisible is:
\copybrief JKQTFastPlotter::xAxisLabelVisible
+ \details Description of the parameter xAxisLabelVisible is:
\copydoc JKQTFastPlotter::xAxisLabelVisible
\see xAxisLabelVisible for more information */ inline virtual bool get_xAxisLabelVisible() const { return this->xAxisLabelVisible; } /*! \brief sets the property yAxisLabelVisible to the specified \a __value. - \details Description of the parameter yAxisLabelVisible is:
\copybrief JKQTFastPlotter::yAxisLabelVisible
+ \details Description of the parameter yAxisLabelVisible is:
\copydoc JKQTFastPlotter::yAxisLabelVisible
\see yAxisLabelVisible for more information */ inline virtual void set_yAxisLabelVisible(bool __value) { @@ -1050,14 +1050,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property yAxisLabelVisible. - \details Description of the parameter yAxisLabelVisible is:
\copybrief JKQTFastPlotter::yAxisLabelVisible
+ \details Description of the parameter yAxisLabelVisible is:
\copydoc JKQTFastPlotter::yAxisLabelVisible
\see yAxisLabelVisible for more information */ inline virtual bool get_yAxisLabelVisible() const { return this->yAxisLabelVisible; } /*! \brief sets the property synchronizeX to the specified \a __value. - \details Description of the parameter synchronizeX is:
\copybrief JKQTFastPlotter::synchronizeX
+ \details Description of the parameter synchronizeX is:
\copydoc JKQTFastPlotter::synchronizeX
\see synchronizeX for more information */ inline virtual void set_synchronizeX(JKQTFastPlotter* & __value) { @@ -1067,14 +1067,14 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property synchronizeX. - \details Description of the parameter synchronizeX is:
\copybrief JKQTFastPlotter::synchronizeX
+ \details Description of the parameter synchronizeX is:
\copydoc JKQTFastPlotter::synchronizeX
\see synchronizeX for more information */ inline virtual JKQTFastPlotter* get_synchronizeX() const { return this->synchronizeX; } /*! \brief sets the property synchronizeY to the specified \a __value. - \details Description of the parameter synchronizeY is:
\copybrief JKQTFastPlotter::synchronizeY
+ \details Description of the parameter synchronizeY is:
\copydoc JKQTFastPlotter::synchronizeY
\see synchronizeY for more information */ inline virtual void set_synchronizeY(JKQTFastPlotter* & __value) { @@ -1084,7 +1084,7 @@ class LIB_EXPORT JKQTFastPlotter : public JKQTFASTPLOTTER_BASEWIDGET { } } /*! \brief returns the property synchronizeY. - \details Description of the parameter synchronizeY is:
\copybrief JKQTFastPlotter::synchronizeY
+ \details Description of the parameter synchronizeY is:
\copydoc JKQTFastPlotter::synchronizeY
\see synchronizeY for more information */ inline virtual JKQTFastPlotter* get_synchronizeY() const { @@ -1321,49 +1321,49 @@ class LIB_EXPORT JKQTFPLinePlot: public JKQTFPPlot { } /*! \brief returns the property x. - \details Description of the parameter x is:
\copybrief JKQTFastPlotter::x
. + \details Description of the parameter x is:
\copydoc JKQTFastPlotter::x
. \see x for more information */ inline double* get_x() const { return this->x; } /*! \brief returns the property y. - \details Description of the parameter y is:
\copybrief JKQTFastPlotter::y
. + \details Description of the parameter y is:
\copydoc JKQTFastPlotter::y
. \see y for more information */ inline double* get_y() const { return this->y; } /*! \brief returns the property yerr. - \details Description of the parameter yerr is:
\copybrief JKQTFastPlotter::yerr
. + \details Description of the parameter yerr is:
\copydoc JKQTFastPlotter::yerr
. \see yerr for more information */ inline double* get_yerr() const { return this->yerr; } /*! \brief returns the property xv. - \details Description of the parameter xv is:
\copybrief JKQTFastPlotter::xv
. + \details Description of the parameter xv is:
\copydoc JKQTFastPlotter::xv
. \see xv for more information */ inline QVector* get_xv() const { return this->xv; } /*! \brief returns the property yv. - \details Description of the parameter yv is:
\copybrief JKQTFastPlotter::yv
. + \details Description of the parameter yv is:
\copydoc JKQTFastPlotter::yv
. \see yv for more information */ inline QVector* get_yv() const { return this->yv; } /*! \brief returns the property yerrv. - \details Description of the parameter yerrv is:
\copybrief JKQTFastPlotter::yerrv
. + \details Description of the parameter yerrv is:
\copydoc JKQTFastPlotter::yerrv
. \see yerrv for more information */ inline QVector* get_yerrv() const { return this->yerrv; } /*! \brief returns the property datatype. - \details Description of the parameter datatype is:
\copybrief JKQTFastPlotter::datatype
. + \details Description of the parameter datatype is:
\copydoc JKQTFastPlotter::datatype
. \see datatype for more information */ inline DataType get_datatype() const { return this->datatype; } /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief JKQTFastPlotter::color
+ \details Description of the parameter color is:
\copydoc JKQTFastPlotter::color
\see color for more information */ inline virtual void set_color(const QColor & __value) { @@ -1373,14 +1373,14 @@ class LIB_EXPORT JKQTFPLinePlot: public JKQTFPPlot { } } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief JKQTFastPlotter::color
+ \details Description of the parameter color is:
\copydoc JKQTFastPlotter::color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property style to the specified \a __value. - \details Description of the parameter style is:
\copybrief JKQTFastPlotter::style
+ \details Description of the parameter style is:
\copydoc JKQTFastPlotter::style
\see style for more information */ inline virtual void set_style(const Qt::PenStyle & __value) { @@ -1390,14 +1390,14 @@ class LIB_EXPORT JKQTFPLinePlot: public JKQTFPPlot { } } /*! \brief returns the property style. - \details Description of the parameter style is:
\copybrief JKQTFastPlotter::style
+ \details Description of the parameter style is:
\copydoc JKQTFastPlotter::style
\see style for more information */ inline virtual Qt::PenStyle get_style() const { return this->style; } /*! \brief sets the property width to the specified \a __value. - \details Description of the parameter width is:
\copybrief JKQTFastPlotter::width
+ \details Description of the parameter width is:
\copydoc JKQTFastPlotter::width
\see width for more information */ inline virtual void set_width(double __value) { @@ -1407,14 +1407,14 @@ class LIB_EXPORT JKQTFPLinePlot: public JKQTFPPlot { } } /*! \brief returns the property width. - \details Description of the parameter width is:
\copybrief JKQTFastPlotter::width
+ \details Description of the parameter width is:
\copydoc JKQTFastPlotter::width
\see width for more information */ inline virtual double get_width() const { return this->width; } /*! \brief sets the property errorColor to the specified \a __value. - \details Description of the parameter errorColor is:
\copybrief JKQTFastPlotter::errorColor
+ \details Description of the parameter errorColor is:
\copydoc JKQTFastPlotter::errorColor
\see errorColor for more information */ inline virtual void set_errorColor(const QColor & __value) { @@ -1424,14 +1424,14 @@ class LIB_EXPORT JKQTFPLinePlot: public JKQTFPPlot { } } /*! \brief returns the property errorColor. - \details Description of the parameter errorColor is:
\copybrief JKQTFastPlotter::errorColor
+ \details Description of the parameter errorColor is:
\copydoc JKQTFastPlotter::errorColor
\see errorColor for more information */ inline virtual QColor get_errorColor() const { return this->errorColor; } /*! \brief sets the property errorStyle to the specified \a __value. - \details Description of the parameter errorStyle is:
\copybrief JKQTFastPlotter::errorStyle
+ \details Description of the parameter errorStyle is:
\copydoc JKQTFastPlotter::errorStyle
\see errorStyle for more information */ inline virtual void set_errorStyle(const Qt::PenStyle & __value) { @@ -1441,14 +1441,14 @@ class LIB_EXPORT JKQTFPLinePlot: public JKQTFPPlot { } } /*! \brief returns the property errorStyle. - \details Description of the parameter errorStyle is:
\copybrief JKQTFastPlotter::errorStyle
+ \details Description of the parameter errorStyle is:
\copydoc JKQTFastPlotter::errorStyle
\see errorStyle for more information */ inline virtual Qt::PenStyle get_errorStyle() const { return this->errorStyle; } /*! \brief sets the property errorWidth to the specified \a __value. - \details Description of the parameter errorWidth is:
\copybrief JKQTFastPlotter::errorWidth
+ \details Description of the parameter errorWidth is:
\copydoc JKQTFastPlotter::errorWidth
\see errorWidth for more information */ inline virtual void set_errorWidth(double __value) { @@ -1458,7 +1458,7 @@ class LIB_EXPORT JKQTFPLinePlot: public JKQTFPPlot { } } /*! \brief returns the property errorWidth. - \details Description of the parameter errorWidth is:
\copybrief JKQTFastPlotter::errorWidth
+ \details Description of the parameter errorWidth is:
\copydoc JKQTFastPlotter::errorWidth
\see errorWidth for more information */ inline virtual double get_errorWidth() const { @@ -1504,7 +1504,7 @@ class LIB_EXPORT JKQTFPVCrossPlot: public JKQTFPLinePlot { virtual void drawGraph(QPainter& painter) override; /*! \brief sets the property crossWidth to the specified \a __value. - \details Description of the parameter crossWidth is:
\copybrief JKQTFastPlotter::crossWidth
+ \details Description of the parameter crossWidth is:
\copydoc JKQTFastPlotter::crossWidth
\see crossWidth for more information */ inline virtual void set_crossWidth(double __value) { @@ -1514,7 +1514,7 @@ class LIB_EXPORT JKQTFPVCrossPlot: public JKQTFPLinePlot { } } /*! \brief returns the property crossWidth. - \details Description of the parameter crossWidth is:
\copybrief JKQTFastPlotter::crossWidth
+ \details Description of the parameter crossWidth is:
\copydoc JKQTFastPlotter::crossWidth
\see crossWidth for more information */ inline virtual double get_crossWidth() const { @@ -1604,7 +1604,7 @@ class LIB_EXPORT JKQTFPXRangePlot: public JKQTFPPlot { virtual void drawGraph(QPainter& painter) override; /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief JKQTFPXRangePlot::color
+ \details Description of the parameter color is:
\copydoc JKQTFPXRangePlot::color
\see color for more information */ inline virtual void set_color(const QColor & __value) { @@ -1614,14 +1614,14 @@ class LIB_EXPORT JKQTFPXRangePlot: public JKQTFPPlot { } } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief JKQTFPXRangePlot::color
+ \details Description of the parameter color is:
\copydoc JKQTFPXRangePlot::color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property fillColor to the specified \a __value. - \details Description of the parameter fillColor is:
\copybrief JKQTFPXRangePlot::fillColor
+ \details Description of the parameter fillColor is:
\copydoc JKQTFPXRangePlot::fillColor
\see fillColor for more information */ inline virtual void set_fillColor(const QColor & __value) { @@ -1631,14 +1631,14 @@ class LIB_EXPORT JKQTFPXRangePlot: public JKQTFPPlot { } } /*! \brief returns the property fillColor. - \details Description of the parameter fillColor is:
\copybrief JKQTFPXRangePlot::fillColor
+ \details Description of the parameter fillColor is:
\copydoc JKQTFPXRangePlot::fillColor
\see fillColor for more information */ inline virtual QColor get_fillColor() const { return this->fillColor; } /*! \brief sets the property fillStyle to the specified \a __value. - \details Description of the parameter fillStyle is:
\copybrief JKQTFPXRangePlot::fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc JKQTFPXRangePlot::fillStyle
\see fillStyle for more information */ inline virtual void set_fillStyle(const Qt::BrushStyle & __value) { @@ -1648,14 +1648,14 @@ class LIB_EXPORT JKQTFPXRangePlot: public JKQTFPPlot { } } /*! \brief returns the property fillStyle. - \details Description of the parameter fillStyle is:
\copybrief JKQTFPXRangePlot::fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc JKQTFPXRangePlot::fillStyle
\see fillStyle for more information */ inline virtual Qt::BrushStyle get_fillStyle() const { return this->fillStyle; } /*! \brief sets the property style to the specified \a __value. - \details Description of the parameter style is:
\copybrief JKQTFPXRangePlot::style
+ \details Description of the parameter style is:
\copydoc JKQTFPXRangePlot::style
\see style for more information */ inline virtual void set_style(const Qt::PenStyle & __value) { @@ -1665,14 +1665,14 @@ class LIB_EXPORT JKQTFPXRangePlot: public JKQTFPPlot { } } /*! \brief returns the property style. - \details Description of the parameter style is:
\copybrief JKQTFPXRangePlot::style
+ \details Description of the parameter style is:
\copydoc JKQTFPXRangePlot::style
\see style for more information */ inline virtual Qt::PenStyle get_style() const { return this->style; } /*! \brief sets the property width to the specified \a __value. - \details Description of the parameter width is:
\copybrief JKQTFPXRangePlot::width
+ \details Description of the parameter width is:
\copydoc JKQTFPXRangePlot::width
\see width for more information */ inline virtual void set_width(double __value) { @@ -1682,32 +1682,32 @@ class LIB_EXPORT JKQTFPXRangePlot: public JKQTFPPlot { } } /*! \brief returns the property width. - \details Description of the parameter width is:
\copybrief JKQTFPXRangePlot::width
+ \details Description of the parameter width is:
\copydoc JKQTFPXRangePlot::width
\see width for more information */ inline virtual double get_width() const { return this->width; } /*! \brief returns the property xmin. - \details Description of the parameter xmin is:
\copybrief JKQTFPXRangePlot::xmin
. + \details Description of the parameter xmin is:
\copydoc JKQTFPXRangePlot::xmin
. \see xmin for more information */ inline double get_xmin() const { return this->xmin; } /*! \brief returns the property xmax. - \details Description of the parameter xmax is:
\copybrief JKQTFPXRangePlot::xmax
. + \details Description of the parameter xmax is:
\copydoc JKQTFPXRangePlot::xmax
. \see xmax for more information */ inline double get_xmax() const { return this->xmax; } /*! \brief returns the property centerline. - \details Description of the parameter centerline is:
\copybrief JKQTFPXRangePlot::centerline
. + \details Description of the parameter centerline is:
\copydoc JKQTFPXRangePlot::centerline
. \see centerline for more information */ inline double get_centerline() const { return this->centerline; } /*! \brief sets the property showCenterline to the specified \a __value. - \details Description of the parameter showCenterline is:
\copybrief JKQTFPXRangePlot::showCenterline
+ \details Description of the parameter showCenterline is:
\copydoc JKQTFPXRangePlot::showCenterline
\see showCenterline for more information */ inline virtual void set_showCenterline(bool __value) { @@ -1717,7 +1717,7 @@ class LIB_EXPORT JKQTFPXRangePlot: public JKQTFPPlot { } } /*! \brief returns the property showCenterline. - \details Description of the parameter showCenterline is:
\copybrief JKQTFPXRangePlot::showCenterline
+ \details Description of the parameter showCenterline is:
\copydoc JKQTFPXRangePlot::showCenterline
\see showCenterline for more information */ inline virtual bool get_showCenterline() const { @@ -1798,7 +1798,7 @@ class LIB_EXPORT JKQTFPYRangePlot: public JKQTFPPlot { virtual void drawGraph(QPainter& painter) override; /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief JKQTFPYRangePlot::color
+ \details Description of the parameter color is:
\copydoc JKQTFPYRangePlot::color
\see color for more information */ inline virtual void set_color(const QColor & __value) { @@ -1808,14 +1808,14 @@ class LIB_EXPORT JKQTFPYRangePlot: public JKQTFPPlot { } } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief JKQTFPYRangePlot::color
+ \details Description of the parameter color is:
\copydoc JKQTFPYRangePlot::color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property fillColor to the specified \a __value. - \details Description of the parameter fillColor is:
\copybrief JKQTFPYRangePlot::fillColor
+ \details Description of the parameter fillColor is:
\copydoc JKQTFPYRangePlot::fillColor
\see fillColor for more information */ inline virtual void set_fillColor(const QColor & __value) { @@ -1825,14 +1825,14 @@ class LIB_EXPORT JKQTFPYRangePlot: public JKQTFPPlot { } } /*! \brief returns the property fillColor. - \details Description of the parameter fillColor is:
\copybrief JKQTFPYRangePlot::fillColor
+ \details Description of the parameter fillColor is:
\copydoc JKQTFPYRangePlot::fillColor
\see fillColor for more information */ inline virtual QColor get_fillColor() const { return this->fillColor; } /*! \brief sets the property fillStyle to the specified \a __value. - \details Description of the parameter fillStyle is:
\copybrief JKQTFPYRangePlot::fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc JKQTFPYRangePlot::fillStyle
\see fillStyle for more information */ inline virtual void set_fillStyle(const Qt::BrushStyle & __value) { @@ -1842,14 +1842,14 @@ class LIB_EXPORT JKQTFPYRangePlot: public JKQTFPPlot { } } /*! \brief returns the property fillStyle. - \details Description of the parameter fillStyle is:
\copybrief JKQTFPYRangePlot::fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc JKQTFPYRangePlot::fillStyle
\see fillStyle for more information */ inline virtual Qt::BrushStyle get_fillStyle() const { return this->fillStyle; } /*! \brief sets the property style to the specified \a __value. - \details Description of the parameter style is:
\copybrief JKQTFPYRangePlot::style
+ \details Description of the parameter style is:
\copydoc JKQTFPYRangePlot::style
\see style for more information */ inline virtual void set_style(const Qt::PenStyle & __value) { @@ -1859,14 +1859,14 @@ class LIB_EXPORT JKQTFPYRangePlot: public JKQTFPPlot { } } /*! \brief returns the property style. - \details Description of the parameter style is:
\copybrief JKQTFPYRangePlot::style
+ \details Description of the parameter style is:
\copydoc JKQTFPYRangePlot::style
\see style for more information */ inline virtual Qt::PenStyle get_style() const { return this->style; } /*! \brief sets the property width to the specified \a __value. - \details Description of the parameter width is:
\copybrief JKQTFPYRangePlot::width
+ \details Description of the parameter width is:
\copydoc JKQTFPYRangePlot::width
\see width for more information */ inline virtual void set_width(double __value) { @@ -1876,32 +1876,32 @@ class LIB_EXPORT JKQTFPYRangePlot: public JKQTFPPlot { } } /*! \brief returns the property width. - \details Description of the parameter width is:
\copybrief JKQTFPYRangePlot::width
+ \details Description of the parameter width is:
\copydoc JKQTFPYRangePlot::width
\see width for more information */ inline virtual double get_width() const { return this->width; } /*! \brief returns the property ymin. - \details Description of the parameter ymin is:
\copybrief JKQTFPYRangePlot::ymin
. + \details Description of the parameter ymin is:
\copydoc JKQTFPYRangePlot::ymin
. \see ymin for more information */ inline double get_ymin() const { return this->ymin; } /*! \brief returns the property ymax. - \details Description of the parameter ymax is:
\copybrief JKQTFPYRangePlot::ymax
. + \details Description of the parameter ymax is:
\copydoc JKQTFPYRangePlot::ymax
. \see ymax for more information */ inline double get_ymax() const { return this->ymax; } /*! \brief returns the property centerline. - \details Description of the parameter centerline is:
\copybrief JKQTFPYRangePlot::centerline
. + \details Description of the parameter centerline is:
\copydoc JKQTFPYRangePlot::centerline
. \see centerline for more information */ inline double get_centerline() const { return this->centerline; } /*! \brief sets the property showCenterline to the specified \a __value. - \details Description of the parameter showCenterline is:
\copybrief JKQTFPYRangePlot::showCenterline
+ \details Description of the parameter showCenterline is:
\copydoc JKQTFPYRangePlot::showCenterline
\see showCenterline for more information */ inline virtual void set_showCenterline(bool __value) { @@ -1911,7 +1911,7 @@ class LIB_EXPORT JKQTFPYRangePlot: public JKQTFPPlot { } } /*! \brief returns the property showCenterline. - \details Description of the parameter showCenterline is:
\copybrief JKQTFPYRangePlot::showCenterline
+ \details Description of the parameter showCenterline is:
\copydoc JKQTFPYRangePlot::showCenterline
\see showCenterline for more information */ inline virtual bool get_showCenterline() const { @@ -1980,7 +1980,7 @@ class LIB_EXPORT JKQTFPQImagePlot: public JKQTFPPlot { virtual void drawGraph(QPainter& painter) override; /*! \brief sets the property image to the specified \a __value. - \details Description of the parameter image is:
\copybrief JKQTFPQImagePlot::image
+ \details Description of the parameter image is:
\copydoc JKQTFPQImagePlot::image
\see image for more information */ inline virtual void set_image(QImage* __value) { @@ -1990,14 +1990,14 @@ class LIB_EXPORT JKQTFPQImagePlot: public JKQTFPPlot { } } /*! \brief returns the property image. - \details Description of the parameter image is:
\copybrief JKQTFPQImagePlot::image
+ \details Description of the parameter image is:
\copydoc JKQTFPQImagePlot::image
\see image for more information */ inline virtual QImage* get_image() const { return this->image; } /*! \brief sets the property xmin to the specified \a __value. - \details Description of the parameter xmin is:
\copybrief JKQTFPQImagePlot::xmin
+ \details Description of the parameter xmin is:
\copydoc JKQTFPQImagePlot::xmin
\see xmin for more information */ inline virtual void set_xmin(double __value) { @@ -2007,14 +2007,14 @@ class LIB_EXPORT JKQTFPQImagePlot: public JKQTFPPlot { } } /*! \brief returns the property xmin. - \details Description of the parameter xmin is:
\copybrief JKQTFPQImagePlot::xmin
+ \details Description of the parameter xmin is:
\copydoc JKQTFPQImagePlot::xmin
\see xmin for more information */ inline virtual double get_xmin() const { return this->xmin; } /*! \brief sets the property xmax to the specified \a __value. - \details Description of the parameter xmax is:
\copybrief JKQTFPQImagePlot::xmax
+ \details Description of the parameter xmax is:
\copydoc JKQTFPQImagePlot::xmax
\see xmax for more information */ inline virtual void set_xmax(double __value) { @@ -2024,14 +2024,14 @@ class LIB_EXPORT JKQTFPQImagePlot: public JKQTFPPlot { } } /*! \brief returns the property xmax. - \details Description of the parameter xmax is:
\copybrief JKQTFPQImagePlot::xmax
+ \details Description of the parameter xmax is:
\copydoc JKQTFPQImagePlot::xmax
\see xmax for more information */ inline virtual double get_xmax() const { return this->xmax; } /*! \brief sets the property ymin to the specified \a __value. - \details Description of the parameter ymin is:
\copybrief JKQTFPQImagePlot::ymin
+ \details Description of the parameter ymin is:
\copydoc JKQTFPQImagePlot::ymin
\see ymin for more information */ inline virtual void set_ymin(double __value) { @@ -2041,14 +2041,14 @@ class LIB_EXPORT JKQTFPQImagePlot: public JKQTFPPlot { } } /*! \brief returns the property ymin. - \details Description of the parameter ymin is:
\copybrief JKQTFPQImagePlot::ymin
+ \details Description of the parameter ymin is:
\copydoc JKQTFPQImagePlot::ymin
\see ymin for more information */ inline virtual double get_ymin() const { return this->ymin; } /*! \brief sets the property ymax to the specified \a __value. - \details Description of the parameter ymax is:
\copybrief JKQTFPQImagePlot::ymax
+ \details Description of the parameter ymax is:
\copydoc JKQTFPQImagePlot::ymax
\see ymax for more information */ inline virtual void set_ymax(double __value) { @@ -2058,7 +2058,7 @@ class LIB_EXPORT JKQTFPQImagePlot: public JKQTFPPlot { } } /*! \brief returns the property ymax. - \details Description of the parameter ymax is:
\copybrief JKQTFPQImagePlot::ymax
+ \details Description of the parameter ymax is:
\copydoc JKQTFPQImagePlot::ymax
\see ymax for more information */ inline virtual double get_ymax() const { @@ -2705,7 +2705,7 @@ class LIB_EXPORT JKQTFPimagePlot: public JKQTFPPlot { /*! \brief sets the property image to the specified \a __value. - \details Description of the parameter image is:
\copybrief JKQTFPimagePlot::image
+ \details Description of the parameter image is:
\copydoc JKQTFPimagePlot::image
\see image for more information */ inline virtual void set_image(void* __value) { @@ -2715,14 +2715,14 @@ class LIB_EXPORT JKQTFPimagePlot: public JKQTFPPlot { } } /*! \brief returns the property image. - \details Description of the parameter image is:
\copybrief JKQTFPimagePlot::image
+ \details Description of the parameter image is:
\copydoc JKQTFPimagePlot::image
\see image for more information */ inline virtual void* get_image() const { return this->image; } /*! \brief sets the property imageFormat to the specified \a __value. - \details Description of the parameter imageFormat is:
\copybrief JKQTFPimagePlot::imageFormat
+ \details Description of the parameter imageFormat is:
\copydoc JKQTFPimagePlot::imageFormat
\see imageFormat for more information */ inline virtual void set_imageFormat(const JKQTFPImageFormat & __value) { @@ -2732,14 +2732,14 @@ class LIB_EXPORT JKQTFPimagePlot: public JKQTFPPlot { } } /*! \brief returns the property imageFormat. - \details Description of the parameter imageFormat is:
\copybrief JKQTFPimagePlot::imageFormat
+ \details Description of the parameter imageFormat is:
\copydoc JKQTFPimagePlot::imageFormat
\see imageFormat for more information */ inline virtual JKQTFPImageFormat get_imageFormat() const { return this->imageFormat; } /*! \brief sets the property width to the specified \a __value. - \details Description of the parameter width is:
\copybrief JKQTFPimagePlot::width
+ \details Description of the parameter width is:
\copydoc JKQTFPimagePlot::width
\see width for more information */ inline virtual void set_width(const unsigned int & __value) { @@ -2749,14 +2749,14 @@ class LIB_EXPORT JKQTFPimagePlot: public JKQTFPPlot { } } /*! \brief returns the property width. - \details Description of the parameter width is:
\copybrief JKQTFPimagePlot::width
+ \details Description of the parameter width is:
\copydoc JKQTFPimagePlot::width
\see width for more information */ inline virtual unsigned int get_width() const { return this->width; } /*! \brief sets the property height to the specified \a __value. - \details Description of the parameter height is:
\copybrief JKQTFPimagePlot::height
+ \details Description of the parameter height is:
\copydoc JKQTFPimagePlot::height
\see height for more information */ inline virtual void set_height(const unsigned int & __value) { @@ -2766,14 +2766,14 @@ class LIB_EXPORT JKQTFPimagePlot: public JKQTFPPlot { } } /*! \brief returns the property height. - \details Description of the parameter height is:
\copybrief JKQTFPimagePlot::height
+ \details Description of the parameter height is:
\copydoc JKQTFPimagePlot::height
\see height for more information */ inline virtual unsigned int get_height() const { return this->height; } /*! \brief sets the property xmin to the specified \a __value. - \details Description of the parameter xmin is:
\copybrief JKQTFPimagePlot::xmin
+ \details Description of the parameter xmin is:
\copydoc JKQTFPimagePlot::xmin
\see xmin for more information */ inline virtual void set_xmin(double __value) { @@ -2783,14 +2783,14 @@ class LIB_EXPORT JKQTFPimagePlot: public JKQTFPPlot { } } /*! \brief returns the property xmin. - \details Description of the parameter xmin is:
\copybrief JKQTFPimagePlot::xmin
+ \details Description of the parameter xmin is:
\copydoc JKQTFPimagePlot::xmin
\see xmin for more information */ inline virtual double get_xmin() const { return this->xmin; } /*! \brief sets the property xmax to the specified \a __value. - \details Description of the parameter xmax is:
\copybrief JKQTFPimagePlot::xmax
+ \details Description of the parameter xmax is:
\copydoc JKQTFPimagePlot::xmax
\see xmax for more information */ inline virtual void set_xmax(double __value) { @@ -2800,14 +2800,14 @@ class LIB_EXPORT JKQTFPimagePlot: public JKQTFPPlot { } } /*! \brief returns the property xmax. - \details Description of the parameter xmax is:
\copybrief JKQTFPimagePlot::xmax
+ \details Description of the parameter xmax is:
\copydoc JKQTFPimagePlot::xmax
\see xmax for more information */ inline virtual double get_xmax() const { return this->xmax; } /*! \brief sets the property ymin to the specified \a __value. - \details Description of the parameter ymin is:
\copybrief JKQTFPimagePlot::ymin
+ \details Description of the parameter ymin is:
\copydoc JKQTFPimagePlot::ymin
\see ymin for more information */ inline virtual void set_ymin(double __value) { @@ -2817,14 +2817,14 @@ class LIB_EXPORT JKQTFPimagePlot: public JKQTFPPlot { } } /*! \brief returns the property ymin. - \details Description of the parameter ymin is:
\copybrief JKQTFPimagePlot::ymin
+ \details Description of the parameter ymin is:
\copydoc JKQTFPimagePlot::ymin
\see ymin for more information */ inline virtual double get_ymin() const { return this->ymin; } /*! \brief sets the property ymax to the specified \a __value. - \details Description of the parameter ymax is:
\copybrief JKQTFPimagePlot::ymax
+ \details Description of the parameter ymax is:
\copydoc JKQTFPimagePlot::ymax
\see ymax for more information */ inline virtual void set_ymax(double __value) { @@ -2834,14 +2834,14 @@ class LIB_EXPORT JKQTFPimagePlot: public JKQTFPPlot { } } /*! \brief returns the property ymax. - \details Description of the parameter ymax is:
\copybrief JKQTFPimagePlot::ymax
+ \details Description of the parameter ymax is:
\copydoc JKQTFPimagePlot::ymax
\see ymax for more information */ inline virtual double get_ymax() const { return this->ymax; } /*! \brief sets the property drawColorBar to the specified \a __value. - \details Description of the parameter drawColorBar is:
\copybrief JKQTFPimagePlot::drawColorBar
+ \details Description of the parameter drawColorBar is:
\copydoc JKQTFPimagePlot::drawColorBar
\see drawColorBar for more information */ inline virtual void set_drawColorBar(bool __value) { @@ -2851,14 +2851,14 @@ class LIB_EXPORT JKQTFPimagePlot: public JKQTFPPlot { } } /*! \brief returns the property drawColorBar. - \details Description of the parameter drawColorBar is:
\copybrief JKQTFPimagePlot::drawColorBar
+ \details Description of the parameter drawColorBar is:
\copydoc JKQTFPimagePlot::drawColorBar
\see drawColorBar for more information */ inline virtual bool get_drawColorBar() const { return this->drawColorBar; } /*! \brief sets the property colorBarWidth to the specified \a __value. - \details Description of the parameter colorBarWidth is:
\copybrief JKQTFPimagePlot::colorBarWidth
+ \details Description of the parameter colorBarWidth is:
\copydoc JKQTFPimagePlot::colorBarWidth
\see colorBarWidth for more information */ inline virtual void set_colorBarWidth(int __value) { @@ -2868,32 +2868,32 @@ class LIB_EXPORT JKQTFPimagePlot: public JKQTFPPlot { } } /*! \brief returns the property colorBarWidth. - \details Description of the parameter colorBarWidth is:
\copybrief JKQTFPimagePlot::colorBarWidth
+ \details Description of the parameter colorBarWidth is:
\copydoc JKQTFPimagePlot::colorBarWidth
\see colorBarWidth for more information */ inline virtual int get_colorBarWidth() const { return this->colorBarWidth; } /*! \brief returns the property rotation. - \details Description of the parameter rotation is:
\copybrief JKQTFPimagePlot::rotation
. + \details Description of the parameter rotation is:
\copydoc JKQTFPimagePlot::rotation
. \see rotation for more information */ inline int get_rotation() const { return this->rotation; } /*! \brief returns the property palette. - \details Description of the parameter palette is:
\copybrief JKQTFPimagePlot::palette
. + \details Description of the parameter palette is:
\copydoc JKQTFPimagePlot::palette
. \see palette for more information */ inline JKQTFPColorPalette get_palette() const { return this->palette; } /*! \brief returns the property colorMin. - \details Description of the parameter colorMin is:
\copybrief JKQTFPimagePlot::colorMin
. + \details Description of the parameter colorMin is:
\copydoc JKQTFPimagePlot::colorMin
. \see colorMin for more information */ inline double get_colorMin() const { return this->colorMin; } /*! \brief returns the property colorMax. - \details Description of the parameter colorMax is:
\copybrief JKQTFPimagePlot::colorMax
. + \details Description of the parameter colorMax is:
\copydoc JKQTFPimagePlot::colorMax
. \see colorMax for more information */ inline double get_colorMax() const { return this->colorMax; @@ -3130,7 +3130,7 @@ class LIB_EXPORT JKQTFPRGBImageOverlayPlot: public JKQTFPPlot { /*! \brief sets the properties imageRed and imageFormatRed to the specified \a __value and \a __value2. - \details Description of the parameter imageRed is:
\copybrief JKQTFPRGBImageOverlayPlot::imageRed
\details Description of the parameter imageFormatRed is:
\copybrief JKQTFPRGBImageOverlayPlot::imageFormatRed
+ \details Description of the parameter imageRed is:
\copydoc JKQTFPRGBImageOverlayPlot::imageRed
\details Description of the parameter imageFormatRed is:
\copydoc JKQTFPRGBImageOverlayPlot::imageFormatRed
\see imageRed and imageFormatRed for more information */ inline virtual void set_imageRed (void* __value, JKQTFPImageFormat __value2) { @@ -3148,15 +3148,15 @@ class LIB_EXPORT JKQTFPRGBImageOverlayPlot: public JKQTFPPlot { } } /*! \brief returns the property imageRed. - \details Description of the parameter imageRed is:
\copybrief JKQTFPRGBImageOverlayPlot::imageRed
\details Description of the parameter imageFormatRed is:
\copybrief JKQTFPRGBImageOverlayPlot::imageFormatRed
+ \details Description of the parameter imageRed is:
\copydoc JKQTFPRGBImageOverlayPlot::imageRed
\details Description of the parameter imageFormatRed is:
\copydoc JKQTFPRGBImageOverlayPlot::imageFormatRed
\see imageRed for more information */ inline virtual void* get_imageRed () const { return this->imageRed; } /*! \brief returns the property imageFormatRed. - \details Description of the parameter imageRed is:
\copybrief JKQTFPRGBImageOverlayPlot::imageRed
\details Description of the parameter imageFormatRed is:
\copybrief JKQTFPRGBImageOverlayPlot::imageFormatRed
+ \details Description of the parameter imageRed is:
\copydoc JKQTFPRGBImageOverlayPlot::imageRed
\details Description of the parameter imageFormatRed is:
\copydoc JKQTFPRGBImageOverlayPlot::imageFormatRed
\see imageFormatRed for more information */ inline virtual JKQTFPImageFormat get_imageFormatRed () const { return this->imageFormatRed; } /*! \brief sets the properties imageGreen and imageFormatGreen to the specified \a __value and \a __value2. - \details Description of the parameter imageGreen is:
\copybrief JKQTFPRGBImageOverlayPlot::imageGreen
\details Description of the parameter imageFormatGreen is:
\copybrief JKQTFPRGBImageOverlayPlot::imageFormatGreen
+ \details Description of the parameter imageGreen is:
\copydoc JKQTFPRGBImageOverlayPlot::imageGreen
\details Description of the parameter imageFormatGreen is:
\copydoc JKQTFPRGBImageOverlayPlot::imageFormatGreen
\see imageGreen and imageFormatGreen for more information */ inline virtual void set_imageGreen (void* __value, JKQTFPImageFormat __value2) { @@ -3174,15 +3174,15 @@ class LIB_EXPORT JKQTFPRGBImageOverlayPlot: public JKQTFPPlot { } } /*! \brief returns the property imageGreen. - \details Description of the parameter imageGreen is:
\copybrief JKQTFPRGBImageOverlayPlot::imageGreen
\details Description of the parameter imageFormatGreen is:
\copybrief JKQTFPRGBImageOverlayPlot::imageFormatGreen
+ \details Description of the parameter imageGreen is:
\copydoc JKQTFPRGBImageOverlayPlot::imageGreen
\details Description of the parameter imageFormatGreen is:
\copydoc JKQTFPRGBImageOverlayPlot::imageFormatGreen
\see imageGreen for more information */ inline virtual void* get_imageGreen () const { return this->imageGreen; } /*! \brief returns the property imageFormatGreen. - \details Description of the parameter imageGreen is:
\copybrief JKQTFPRGBImageOverlayPlot::imageGreen
\details Description of the parameter imageFormatGreen is:
\copybrief JKQTFPRGBImageOverlayPlot::imageFormatGreen
+ \details Description of the parameter imageGreen is:
\copydoc JKQTFPRGBImageOverlayPlot::imageGreen
\details Description of the parameter imageFormatGreen is:
\copydoc JKQTFPRGBImageOverlayPlot::imageFormatGreen
\see imageFormatGreen for more information */ inline virtual JKQTFPImageFormat get_imageFormatGreen () const { return this->imageFormatGreen; } /*! \brief sets the properties imageBlue and imageFormatBlue to the specified \a __value and \a __value2. - \details Description of the parameter imageBlue is:
\copybrief JKQTFPRGBImageOverlayPlot::imageBlue
\details Description of the parameter imageFormatBlue is:
\copybrief JKQTFPRGBImageOverlayPlot::imageFormatBlue
+ \details Description of the parameter imageBlue is:
\copydoc JKQTFPRGBImageOverlayPlot::imageBlue
\details Description of the parameter imageFormatBlue is:
\copydoc JKQTFPRGBImageOverlayPlot::imageFormatBlue
\see imageBlue and imageFormatBlue for more information */ inline virtual void set_imageBlue (void* __value, JKQTFPImageFormat __value2) { @@ -3200,15 +3200,15 @@ class LIB_EXPORT JKQTFPRGBImageOverlayPlot: public JKQTFPPlot { } } /*! \brief returns the property imageBlue. - \details Description of the parameter imageBlue is:
\copybrief JKQTFPRGBImageOverlayPlot::imageBlue
\details Description of the parameter imageFormatBlue is:
\copybrief JKQTFPRGBImageOverlayPlot::imageFormatBlue
+ \details Description of the parameter imageBlue is:
\copydoc JKQTFPRGBImageOverlayPlot::imageBlue
\details Description of the parameter imageFormatBlue is:
\copydoc JKQTFPRGBImageOverlayPlot::imageFormatBlue
\see imageBlue for more information */ inline virtual void* get_imageBlue () const { return this->imageBlue; } /*! \brief returns the property imageFormatBlue. - \details Description of the parameter imageBlue is:
\copybrief JKQTFPRGBImageOverlayPlot::imageBlue
\details Description of the parameter imageFormatBlue is:
\copybrief JKQTFPRGBImageOverlayPlot::imageFormatBlue
+ \details Description of the parameter imageBlue is:
\copydoc JKQTFPRGBImageOverlayPlot::imageBlue
\details Description of the parameter imageFormatBlue is:
\copydoc JKQTFPRGBImageOverlayPlot::imageFormatBlue
\see imageFormatBlue for more information */ inline virtual JKQTFPImageFormat get_imageFormatBlue () const { return this->imageFormatBlue; } /*! \brief sets the property width to the specified \a __value. - \details Description of the parameter width is:
\copybrief JKQTFPRGBImageOverlayPlot::width
+ \details Description of the parameter width is:
\copydoc JKQTFPRGBImageOverlayPlot::width
\see width for more information */ inline virtual void set_width(const unsigned int & __value) { @@ -3218,14 +3218,14 @@ class LIB_EXPORT JKQTFPRGBImageOverlayPlot: public JKQTFPPlot { } } /*! \brief returns the property width. - \details Description of the parameter width is:
\copybrief JKQTFPRGBImageOverlayPlot::width
+ \details Description of the parameter width is:
\copydoc JKQTFPRGBImageOverlayPlot::width
\see width for more information */ inline virtual unsigned int get_width() const { return this->width; } /*! \brief sets the property height to the specified \a __value. - \details Description of the parameter height is:
\copybrief JKQTFPRGBImageOverlayPlot::height
+ \details Description of the parameter height is:
\copydoc JKQTFPRGBImageOverlayPlot::height
\see height for more information */ inline virtual void set_height(const unsigned int & __value) { @@ -3235,14 +3235,14 @@ class LIB_EXPORT JKQTFPRGBImageOverlayPlot: public JKQTFPPlot { } } /*! \brief returns the property height. - \details Description of the parameter height is:
\copybrief JKQTFPRGBImageOverlayPlot::height
+ \details Description of the parameter height is:
\copydoc JKQTFPRGBImageOverlayPlot::height
\see height for more information */ inline virtual unsigned int get_height() const { return this->height; } /*! \brief sets the property xmin to the specified \a __value. - \details Description of the parameter xmin is:
\copybrief JKQTFPRGBImageOverlayPlot::xmin
+ \details Description of the parameter xmin is:
\copydoc JKQTFPRGBImageOverlayPlot::xmin
\see xmin for more information */ inline virtual void set_xmin(double __value) { @@ -3252,14 +3252,14 @@ class LIB_EXPORT JKQTFPRGBImageOverlayPlot: public JKQTFPPlot { } } /*! \brief returns the property xmin. - \details Description of the parameter xmin is:
\copybrief JKQTFPRGBImageOverlayPlot::xmin
+ \details Description of the parameter xmin is:
\copydoc JKQTFPRGBImageOverlayPlot::xmin
\see xmin for more information */ inline virtual double get_xmin() const { return this->xmin; } /*! \brief sets the property xmax to the specified \a __value. - \details Description of the parameter xmax is:
\copybrief JKQTFPRGBImageOverlayPlot::xmax
+ \details Description of the parameter xmax is:
\copydoc JKQTFPRGBImageOverlayPlot::xmax
\see xmax for more information */ inline virtual void set_xmax(double __value) { @@ -3269,14 +3269,14 @@ class LIB_EXPORT JKQTFPRGBImageOverlayPlot: public JKQTFPPlot { } } /*! \brief returns the property xmax. - \details Description of the parameter xmax is:
\copybrief JKQTFPRGBImageOverlayPlot::xmax
+ \details Description of the parameter xmax is:
\copydoc JKQTFPRGBImageOverlayPlot::xmax
\see xmax for more information */ inline virtual double get_xmax() const { return this->xmax; } /*! \brief sets the property ymin to the specified \a __value. - \details Description of the parameter ymin is:
\copybrief JKQTFPRGBImageOverlayPlot::ymin
+ \details Description of the parameter ymin is:
\copydoc JKQTFPRGBImageOverlayPlot::ymin
\see ymin for more information */ inline virtual void set_ymin(double __value) { @@ -3286,14 +3286,14 @@ class LIB_EXPORT JKQTFPRGBImageOverlayPlot: public JKQTFPPlot { } } /*! \brief returns the property ymin. - \details Description of the parameter ymin is:
\copybrief JKQTFPRGBImageOverlayPlot::ymin
+ \details Description of the parameter ymin is:
\copydoc JKQTFPRGBImageOverlayPlot::ymin
\see ymin for more information */ inline virtual double get_ymin() const { return this->ymin; } /*! \brief sets the property ymax to the specified \a __value. - \details Description of the parameter ymax is:
\copybrief JKQTFPRGBImageOverlayPlot::ymax
+ \details Description of the parameter ymax is:
\copydoc JKQTFPRGBImageOverlayPlot::ymax
\see ymax for more information */ inline virtual void set_ymax(double __value) { @@ -3303,50 +3303,50 @@ class LIB_EXPORT JKQTFPRGBImageOverlayPlot: public JKQTFPPlot { } } /*! \brief returns the property ymax. - \details Description of the parameter ymax is:
\copybrief JKQTFPRGBImageOverlayPlot::ymax
+ \details Description of the parameter ymax is:
\copydoc JKQTFPRGBImageOverlayPlot::ymax
\see ymax for more information */ inline virtual double get_ymax() const { return this->ymax; } /*! \brief returns the property rotation. - \details Description of the parameter rotation is:
\copybrief JKQTFPRGBImageOverlayPlot::rotation
. + \details Description of the parameter rotation is:
\copydoc JKQTFPRGBImageOverlayPlot::rotation
. \see rotation for more information */ inline int get_rotation() const { return this->rotation; } /*! \brief returns the property colorMinRed. - \details Description of the parameter colorMinRed is:
\copybrief JKQTFPRGBImageOverlayPlot::colorMinRed
. + \details Description of the parameter colorMinRed is:
\copydoc JKQTFPRGBImageOverlayPlot::colorMinRed
. \see colorMinRed for more information */ inline double get_colorMinRed() const { return this->colorMinRed; } /*! \brief returns the property colorMaxRed. - \details Description of the parameter colorMaxRed is:
\copybrief JKQTFPRGBImageOverlayPlot::colorMaxRed
. + \details Description of the parameter colorMaxRed is:
\copydoc JKQTFPRGBImageOverlayPlot::colorMaxRed
. \see colorMaxRed for more information */ inline double get_colorMaxRed() const { return this->colorMaxRed; } /*! \brief returns the property colorMinGreen. - \details Description of the parameter colorMinGreen is:
\copybrief JKQTFPRGBImageOverlayPlot::colorMinGreen
. + \details Description of the parameter colorMinGreen is:
\copydoc JKQTFPRGBImageOverlayPlot::colorMinGreen
. \see colorMinGreen for more information */ inline double get_colorMinGreen() const { return this->colorMinGreen; } /*! \brief returns the property colorMaxGreen. - \details Description of the parameter colorMaxGreen is:
\copybrief JKQTFPRGBImageOverlayPlot::colorMaxGreen
. + \details Description of the parameter colorMaxGreen is:
\copydoc JKQTFPRGBImageOverlayPlot::colorMaxGreen
. \see colorMaxGreen for more information */ inline double get_colorMaxGreen() const { return this->colorMaxGreen; } /*! \brief returns the property colorMinBlue. - \details Description of the parameter colorMinBlue is:
\copybrief JKQTFPRGBImageOverlayPlot::colorMinBlue
. + \details Description of the parameter colorMinBlue is:
\copydoc JKQTFPRGBImageOverlayPlot::colorMinBlue
. \see colorMinBlue for more information */ inline double get_colorMinBlue() const { return this->colorMinBlue; } /*! \brief returns the property colorMaxBlue. - \details Description of the parameter colorMaxBlue is:
\copybrief JKQTFPRGBImageOverlayPlot::colorMaxBlue
. + \details Description of the parameter colorMaxBlue is:
\copydoc JKQTFPRGBImageOverlayPlot::colorMaxBlue
. \see colorMaxBlue for more information */ inline double get_colorMaxBlue() const { return this->colorMaxBlue; @@ -3534,31 +3534,31 @@ class LIB_EXPORT JKQTFPimageOverlayPlot: public JKQTFPPlot { } /*! \brief returns the property image. - \details Description of the parameter image is:
\copybrief JKQTFPimageOverlayPlot::image
. + \details Description of the parameter image is:
\copydoc JKQTFPimageOverlayPlot::image
. \see image for more information */ inline bool* get_image() const { return this->image; } /*! \brief returns the property rotation. - \details Description of the parameter rotation is:
\copybrief JKQTFPimageOverlayPlot::rotation
. + \details Description of the parameter rotation is:
\copydoc JKQTFPimageOverlayPlot::rotation
. \see rotation for more information */ inline int get_rotation() const { return this->rotation; } /*! \brief returns the property width. - \details Description of the parameter width is:
\copybrief JKQTFPimageOverlayPlot::width
. + \details Description of the parameter width is:
\copydoc JKQTFPimageOverlayPlot::width
. \see width for more information */ inline unsigned int get_width() const { return this->width; } /*! \brief returns the property height. - \details Description of the parameter height is:
\copybrief JKQTFPimageOverlayPlot::height
. + \details Description of the parameter height is:
\copydoc JKQTFPimageOverlayPlot::height
. \see height for more information */ inline unsigned int get_height() const { return this->height; } /*! \brief sets the property xmin to the specified \a __value. - \details Description of the parameter xmin is:
\copybrief JKQTFPimageOverlayPlot::xmin
+ \details Description of the parameter xmin is:
\copydoc JKQTFPimageOverlayPlot::xmin
\see xmin for more information */ inline virtual void set_xmin(double __value) { @@ -3568,14 +3568,14 @@ class LIB_EXPORT JKQTFPimageOverlayPlot: public JKQTFPPlot { } } /*! \brief returns the property xmin. - \details Description of the parameter xmin is:
\copybrief JKQTFPimageOverlayPlot::xmin
+ \details Description of the parameter xmin is:
\copydoc JKQTFPimageOverlayPlot::xmin
\see xmin for more information */ inline virtual double get_xmin() const { return this->xmin; } /*! \brief sets the property xmax to the specified \a __value. - \details Description of the parameter xmax is:
\copybrief JKQTFPimageOverlayPlot::xmax
+ \details Description of the parameter xmax is:
\copydoc JKQTFPimageOverlayPlot::xmax
\see xmax for more information */ inline virtual void set_xmax(double __value) { @@ -3585,14 +3585,14 @@ class LIB_EXPORT JKQTFPimageOverlayPlot: public JKQTFPPlot { } } /*! \brief returns the property xmax. - \details Description of the parameter xmax is:
\copybrief JKQTFPimageOverlayPlot::xmax
+ \details Description of the parameter xmax is:
\copydoc JKQTFPimageOverlayPlot::xmax
\see xmax for more information */ inline virtual double get_xmax() const { return this->xmax; } /*! \brief sets the property ymin to the specified \a __value. - \details Description of the parameter ymin is:
\copybrief JKQTFPimageOverlayPlot::ymin
+ \details Description of the parameter ymin is:
\copydoc JKQTFPimageOverlayPlot::ymin
\see ymin for more information */ inline virtual void set_ymin(double __value) { @@ -3602,14 +3602,14 @@ class LIB_EXPORT JKQTFPimageOverlayPlot: public JKQTFPPlot { } } /*! \brief returns the property ymin. - \details Description of the parameter ymin is:
\copybrief JKQTFPimageOverlayPlot::ymin
+ \details Description of the parameter ymin is:
\copydoc JKQTFPimageOverlayPlot::ymin
\see ymin for more information */ inline virtual double get_ymin() const { return this->ymin; } /*! \brief sets the property ymax to the specified \a __value. - \details Description of the parameter ymax is:
\copybrief JKQTFPimageOverlayPlot::ymax
+ \details Description of the parameter ymax is:
\copydoc JKQTFPimageOverlayPlot::ymax
\see ymax for more information */ inline virtual void set_ymax(double __value) { @@ -3619,14 +3619,14 @@ class LIB_EXPORT JKQTFPimageOverlayPlot: public JKQTFPPlot { } } /*! \brief returns the property ymax. - \details Description of the parameter ymax is:
\copybrief JKQTFPimageOverlayPlot::ymax
+ \details Description of the parameter ymax is:
\copydoc JKQTFPimageOverlayPlot::ymax
\see ymax for more information */ inline virtual double get_ymax() const { return this->ymax; } /*! \brief sets the property showAsSymbols to the specified \a __value. - \details Description of the parameter showAsSymbols is:
\copybrief JKQTFPimageOverlayPlot::showAsSymbols
+ \details Description of the parameter showAsSymbols is:
\copydoc JKQTFPimageOverlayPlot::showAsSymbols
\see showAsSymbols for more information */ inline virtual void set_showAsSymbols(bool __value) { @@ -3636,14 +3636,14 @@ class LIB_EXPORT JKQTFPimageOverlayPlot: public JKQTFPPlot { } } /*! \brief returns the property showAsSymbols. - \details Description of the parameter showAsSymbols is:
\copybrief JKQTFPimageOverlayPlot::showAsSymbols
+ \details Description of the parameter showAsSymbols is:
\copydoc JKQTFPimageOverlayPlot::showAsSymbols
\see showAsSymbols for more information */ inline virtual bool get_showAsSymbols() const { return this->showAsSymbols; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief JKQTFPimageOverlayPlot::color
. + \details Description of the parameter color is:
\copydoc JKQTFPimageOverlayPlot::color
. \see color for more information */ inline QColor get_color() const { return this->color; @@ -3703,7 +3703,7 @@ class LIB_EXPORT JKQTFPQScaleBarXPlot: public JKQTFPPlot { virtual void drawGraph(QPainter& painter) override; /*! \brief sets the property width to the specified \a __value. - \details Description of the parameter width is:
\copybrief JKQTFPimageOverlayPlot::width
+ \details Description of the parameter width is:
\copydoc JKQTFPimageOverlayPlot::width
\see width for more information */ inline virtual void set_width(double __value) { @@ -3713,14 +3713,14 @@ class LIB_EXPORT JKQTFPQScaleBarXPlot: public JKQTFPPlot { } } /*! \brief returns the property width. - \details Description of the parameter width is:
\copybrief JKQTFPimageOverlayPlot::width
+ \details Description of the parameter width is:
\copydoc JKQTFPimageOverlayPlot::width
\see width for more information */ inline virtual double get_width() const { return this->width; } /*! \brief sets the property lineWidth to the specified \a __value. - \details Description of the parameter lineWidth is:
\copybrief JKQTFPimageOverlayPlot::lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc JKQTFPimageOverlayPlot::lineWidth
\see lineWidth for more information */ inline virtual void set_lineWidth(double __value) { @@ -3730,14 +3730,14 @@ class LIB_EXPORT JKQTFPQScaleBarXPlot: public JKQTFPPlot { } } /*! \brief returns the property lineWidth. - \details Description of the parameter lineWidth is:
\copybrief JKQTFPimageOverlayPlot::lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc JKQTFPimageOverlayPlot::lineWidth
\see lineWidth for more information */ inline virtual double get_lineWidth() const { return this->lineWidth; } /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief JKQTFPimageOverlayPlot::color
+ \details Description of the parameter color is:
\copydoc JKQTFPimageOverlayPlot::color
\see color for more information */ inline virtual void set_color(const QColor & __value) { @@ -3747,14 +3747,14 @@ class LIB_EXPORT JKQTFPQScaleBarXPlot: public JKQTFPPlot { } } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief JKQTFPimageOverlayPlot::color
+ \details Description of the parameter color is:
\copydoc JKQTFPimageOverlayPlot::color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property label to the specified \a __value. - \details Description of the parameter label is:
\copybrief JKQTFPimageOverlayPlot::label
+ \details Description of the parameter label is:
\copydoc JKQTFPimageOverlayPlot::label
\see label for more information */ inline virtual void set_label(const QString & __value) { @@ -3764,14 +3764,14 @@ class LIB_EXPORT JKQTFPQScaleBarXPlot: public JKQTFPPlot { } } /*! \brief returns the property label. - \details Description of the parameter label is:
\copybrief JKQTFPimageOverlayPlot::label
+ \details Description of the parameter label is:
\copydoc JKQTFPimageOverlayPlot::label
\see label for more information */ inline virtual QString get_label() const { return this->label; } /*! \brief sets the property font to the specified \a __value. - \details Description of the parameter font is:
\copybrief JKQTFPimageOverlayPlot::font
+ \details Description of the parameter font is:
\copydoc JKQTFPimageOverlayPlot::font
\see font for more information */ inline virtual void set_font(const QFont & __value) { @@ -3781,14 +3781,14 @@ class LIB_EXPORT JKQTFPQScaleBarXPlot: public JKQTFPPlot { } } /*! \brief returns the property font. - \details Description of the parameter font is:
\copybrief JKQTFPimageOverlayPlot::font
+ \details Description of the parameter font is:
\copydoc JKQTFPimageOverlayPlot::font
\see font for more information */ inline virtual QFont get_font() const { return this->font; } /*! \brief sets the property position to the specified \a __value. - \details Description of the parameter position is:
\copybrief JKQTFPimageOverlayPlot::position
+ \details Description of the parameter position is:
\copydoc JKQTFPimageOverlayPlot::position
\see position for more information */ inline virtual void set_position(const Position & __value) { @@ -3798,7 +3798,7 @@ class LIB_EXPORT JKQTFPQScaleBarXPlot: public JKQTFPPlot { } } /*! \brief returns the property position. - \details Description of the parameter position is:
\copybrief JKQTFPimageOverlayPlot::position
+ \details Description of the parameter position is:
\copydoc JKQTFPimageOverlayPlot::position
\see position for more information */ inline virtual Position get_position() const { @@ -3840,7 +3840,7 @@ class LIB_EXPORT JKQTFPQOverlayLinearGridPlot: public JKQTFPPlot { virtual void drawGraph(QPainter& painter) override; /*! \brief sets the property width to the specified \a __value. - \details Description of the parameter width is:
\copybrief JKQTFPQOverlayLinearGridPlot::width
+ \details Description of the parameter width is:
\copydoc JKQTFPQOverlayLinearGridPlot::width
\see width for more information */ inline virtual void set_width(double __value) { @@ -3850,14 +3850,14 @@ class LIB_EXPORT JKQTFPQOverlayLinearGridPlot: public JKQTFPPlot { } } /*! \brief returns the property width. - \details Description of the parameter width is:
\copybrief JKQTFPQOverlayLinearGridPlot::width
+ \details Description of the parameter width is:
\copydoc JKQTFPQOverlayLinearGridPlot::width
\see width for more information */ inline virtual double get_width() const { return this->width; } /*! \brief sets the property lineWidth to the specified \a __value. - \details Description of the parameter lineWidth is:
\copybrief JKQTFPQOverlayLinearGridPlot::lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc JKQTFPQOverlayLinearGridPlot::lineWidth
\see lineWidth for more information */ inline virtual void set_lineWidth(double __value) { @@ -3867,14 +3867,14 @@ class LIB_EXPORT JKQTFPQOverlayLinearGridPlot: public JKQTFPPlot { } } /*! \brief returns the property lineWidth. - \details Description of the parameter lineWidth is:
\copybrief JKQTFPQOverlayLinearGridPlot::lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc JKQTFPQOverlayLinearGridPlot::lineWidth
\see lineWidth for more information */ inline virtual double get_lineWidth() const { return this->lineWidth; } /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief JKQTFPQOverlayLinearGridPlot::color
+ \details Description of the parameter color is:
\copydoc JKQTFPQOverlayLinearGridPlot::color
\see color for more information */ inline virtual void set_color(const QColor & __value) { @@ -3884,14 +3884,14 @@ class LIB_EXPORT JKQTFPQOverlayLinearGridPlot: public JKQTFPPlot { } } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief JKQTFPQOverlayLinearGridPlot::color
+ \details Description of the parameter color is:
\copydoc JKQTFPQOverlayLinearGridPlot::color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property style to the specified \a __value. - \details Description of the parameter style is:
\copybrief JKQTFPQOverlayLinearGridPlot::style
+ \details Description of the parameter style is:
\copydoc JKQTFPQOverlayLinearGridPlot::style
\see style for more information */ inline virtual void set_style(const Qt::PenStyle & __value) { @@ -3901,7 +3901,7 @@ class LIB_EXPORT JKQTFPQOverlayLinearGridPlot: public JKQTFPPlot { } } /*! \brief returns the property style. - \details Description of the parameter style is:
\copybrief JKQTFPQOverlayLinearGridPlot::style
+ \details Description of the parameter style is:
\copydoc JKQTFPQOverlayLinearGridPlot::style
\see style for more information */ inline virtual Qt::PenStyle get_style() const { diff --git a/lib/jkqtmathtext/jkqtmathtext.h b/lib/jkqtmathtext/jkqtmathtext.h index 629eedb874..008f67b7d4 100644 --- a/lib/jkqtmathtext/jkqtmathtext.h +++ b/lib/jkqtmathtext/jkqtmathtext.h @@ -308,481 +308,481 @@ class LIB_EXPORT JKQTMathText : public QObject { }; /*! \brief sets the property fontColor to the specified \a __value. - \details Description of the parameter fontColor is:
\copybrief fontColor
+ \details Description of the parameter fontColor is:
\copydoc fontColor
\see fontColor for more information */ inline virtual void set_fontColor(const QColor & __value) { this->fontColor = __value; } /*! \brief returns the property fontColor. - \details Description of the parameter fontColor is:
\copybrief fontColor
+ \details Description of the parameter fontColor is:
\copydoc fontColor
\see fontColor for more information */ inline virtual QColor get_fontColor() const { return this->fontColor; } /*! \brief sets the property fontSize to the specified \a __value. - \details Description of the parameter fontSize is:
\copybrief fontSize
+ \details Description of the parameter fontSize is:
\copydoc fontSize
\see fontSize for more information */ inline virtual void set_fontSize(double __value) { this->fontSize = __value; } /*! \brief returns the property fontSize. - \details Description of the parameter fontSize is:
\copybrief fontSize
+ \details Description of the parameter fontSize is:
\copydoc fontSize
\see fontSize for more information */ inline virtual double get_fontSize() const { return this->fontSize; } /*! \brief sets the property fontRoman to the specified \a __value. - \details Description of the parameter fontRoman is:
\copybrief fontRoman
+ \details Description of the parameter fontRoman is:
\copydoc fontRoman
\see fontRoman for more information */ inline virtual void set_fontRoman(const QString & __value) { this->fontRoman = __value; } /*! \brief returns the property fontRoman. - \details Description of the parameter fontRoman is:
\copybrief fontRoman
+ \details Description of the parameter fontRoman is:
\copydoc fontRoman
\see fontRoman for more information */ inline virtual QString get_fontRoman() const { return this->fontRoman; } /*! \brief sets the property fontSans to the specified \a __value. - \details Description of the parameter fontSans is:
\copybrief fontSans
+ \details Description of the parameter fontSans is:
\copydoc fontSans
\see fontSans for more information */ inline virtual void set_fontSans(const QString & __value) { this->fontSans = __value; } /*! \brief returns the property fontSans. - \details Description of the parameter fontSans is:
\copybrief fontSans
+ \details Description of the parameter fontSans is:
\copydoc fontSans
\see fontSans for more information */ inline virtual QString get_fontSans() const { return this->fontSans; } /*! \brief sets the property fontTypewriter to the specified \a __value. - \details Description of the parameter fontTypewriter is:
\copybrief fontTypewriter
+ \details Description of the parameter fontTypewriter is:
\copydoc fontTypewriter
\see fontTypewriter for more information */ inline virtual void set_fontTypewriter(const QString & __value) { this->fontTypewriter = __value; } /*! \brief returns the property fontTypewriter. - \details Description of the parameter fontTypewriter is:
\copybrief fontTypewriter
+ \details Description of the parameter fontTypewriter is:
\copydoc fontTypewriter
\see fontTypewriter for more information */ inline virtual QString get_fontTypewriter() const { return this->fontTypewriter; } /*! \brief sets the property fontScript to the specified \a __value. - \details Description of the parameter fontScript is:
\copybrief fontScript
+ \details Description of the parameter fontScript is:
\copydoc fontScript
\see fontScript for more information */ inline virtual void set_fontScript(const QString & __value) { this->fontScript = __value; } /*! \brief returns the property fontScript. - \details Description of the parameter fontScript is:
\copybrief fontScript
+ \details Description of the parameter fontScript is:
\copydoc fontScript
\see fontScript for more information */ inline virtual QString get_fontScript() const { return this->fontScript; } /*! \brief sets the property fontGreek to the specified \a __value. - \details Description of the parameter fontGreek is:
\copybrief fontGreek
+ \details Description of the parameter fontGreek is:
\copydoc fontGreek
\see fontGreek for more information */ inline virtual void set_fontGreek(const QString & __value) { this->fontGreek = __value; } /*! \brief returns the property fontGreek. - \details Description of the parameter fontGreek is:
\copybrief fontGreek
+ \details Description of the parameter fontGreek is:
\copydoc fontGreek
\see fontGreek for more information */ inline virtual QString get_fontGreek() const { return this->fontGreek; } /*! \brief sets the property fontSymbol to the specified \a __value. - \details Description of the parameter fontSymbol is:
\copybrief fontSymbol
+ \details Description of the parameter fontSymbol is:
\copydoc fontSymbol
\see fontSymbol for more information */ inline virtual void set_fontSymbol(const QString & __value) { this->fontSymbol = __value; } /*! \brief returns the property fontSymbol. - \details Description of the parameter fontSymbol is:
\copybrief fontSymbol
+ \details Description of the parameter fontSymbol is:
\copydoc fontSymbol
\see fontSymbol for more information */ inline virtual QString get_fontSymbol() const { return this->fontSymbol; } /*! \brief sets the property fontBraces to the specified \a __value. - \details Description of the parameter fontBraces is:
\copybrief fontBraces
+ \details Description of the parameter fontBraces is:
\copydoc fontBraces
\see fontBraces for more information */ inline virtual void set_fontBraces(const QString & __value) { this->fontBraces = __value; } /*! \brief returns the property fontBraces. - \details Description of the parameter fontBraces is:
\copybrief fontBraces
+ \details Description of the parameter fontBraces is:
\copydoc fontBraces
\see fontBraces for more information */ inline virtual QString get_fontBraces() const { return this->fontBraces; } /*! \brief sets the property fontIntegrals to the specified \a __value. - \details Description of the parameter fontIntegrals is:
\copybrief fontIntegrals
+ \details Description of the parameter fontIntegrals is:
\copydoc fontIntegrals
\see fontIntegrals for more information */ inline virtual void set_fontIntegrals(const QString & __value) { this->fontIntegrals = __value; } /*! \brief returns the property fontIntegrals. - \details Description of the parameter fontIntegrals is:
\copybrief fontIntegrals
+ \details Description of the parameter fontIntegrals is:
\copydoc fontIntegrals
\see fontIntegrals for more information */ inline virtual QString get_fontIntegrals() const { return this->fontIntegrals; } /*! \brief sets the property fontCaligraphic to the specified \a __value. - \details Description of the parameter fontCaligraphic is:
\copybrief fontCaligraphic
+ \details Description of the parameter fontCaligraphic is:
\copydoc fontCaligraphic
\see fontCaligraphic for more information */ inline virtual void set_fontCaligraphic(const QString & __value) { this->fontCaligraphic = __value; } /*! \brief returns the property fontCaligraphic. - \details Description of the parameter fontCaligraphic is:
\copybrief fontCaligraphic
+ \details Description of the parameter fontCaligraphic is:
\copydoc fontCaligraphic
\see fontCaligraphic for more information */ inline virtual QString get_fontCaligraphic() const { return this->fontCaligraphic; } /*! \brief sets the property fontBlackboard to the specified \a __value. - \details Description of the parameter fontBlackboard is:
\copybrief fontBlackboard
+ \details Description of the parameter fontBlackboard is:
\copydoc fontBlackboard
\see fontBlackboard for more information */ inline virtual void set_fontBlackboard(const QString & __value) { this->fontBlackboard = __value; } /*! \brief returns the property fontBlackboard. - \details Description of the parameter fontBlackboard is:
\copybrief fontBlackboard
+ \details Description of the parameter fontBlackboard is:
\copydoc fontBlackboard
\see fontBlackboard for more information */ inline virtual QString get_fontBlackboard() const { return this->fontBlackboard; } /*! \brief sets the property fontMathRoman to the specified \a __value. - \details Description of the parameter fontMathRoman is:
\copybrief fontMathRoman
+ \details Description of the parameter fontMathRoman is:
\copydoc fontMathRoman
\see fontMathRoman for more information */ inline virtual void set_fontMathRoman(const QString & __value) { this->fontMathRoman = __value; } /*! \brief returns the property fontMathRoman. - \details Description of the parameter fontMathRoman is:
\copybrief fontMathRoman
+ \details Description of the parameter fontMathRoman is:
\copydoc fontMathRoman
\see fontMathRoman for more information */ inline virtual QString get_fontMathRoman() const { return this->fontMathRoman; } /*! \brief sets the property fontMathSans to the specified \a __value. - \details Description of the parameter fontMathSans is:
\copybrief fontMathSans
+ \details Description of the parameter fontMathSans is:
\copydoc fontMathSans
\see fontMathSans for more information */ inline virtual void set_fontMathSans(const QString & __value) { this->fontMathSans = __value; } /*! \brief returns the property fontMathSans. - \details Description of the parameter fontMathSans is:
\copybrief fontMathSans
+ \details Description of the parameter fontMathSans is:
\copydoc fontMathSans
\see fontMathSans for more information */ inline virtual QString get_fontMathSans() const { return this->fontMathSans; } /*! \brief sets the property fontLatexPrefix to the specified \a __value. - \details Description of the parameter fontLatexPrefix is:
\copybrief fontLatexPrefix
+ \details Description of the parameter fontLatexPrefix is:
\copydoc fontLatexPrefix
\see fontLatexPrefix for more information */ inline virtual void set_fontLatexPrefix(const QString & __value) { this->fontLatexPrefix = __value; } /*! \brief returns the property fontLatexPrefix. - \details Description of the parameter fontLatexPrefix is:
\copybrief fontLatexPrefix
+ \details Description of the parameter fontLatexPrefix is:
\copydoc fontLatexPrefix
\see fontLatexPrefix for more information */ inline virtual QString get_fontLatexPrefix() const { return this->fontLatexPrefix; } /*! \brief sets the property fontLatexPostfix to the specified \a __value. - \details Description of the parameter fontLatexPostfix is:
\copybrief fontLatexPostfix
+ \details Description of the parameter fontLatexPostfix is:
\copydoc fontLatexPostfix
\see fontLatexPostfix for more information */ inline virtual void set_fontLatexPostfix(const QString & __value) { this->fontLatexPostfix = __value; } /*! \brief returns the property fontLatexPostfix. - \details Description of the parameter fontLatexPostfix is:
\copybrief fontLatexPostfix
+ \details Description of the parameter fontLatexPostfix is:
\copydoc fontLatexPostfix
\see fontLatexPostfix for more information */ inline virtual QString get_fontLatexPostfix() const { return this->fontLatexPostfix; } /*! \brief sets the property fontEncoding to the specified \a __value. - \details Description of the parameter fontEncoding is:
\copybrief fontEncoding
+ \details Description of the parameter fontEncoding is:
\copydoc fontEncoding
\see fontEncoding for more information */ inline virtual void set_fontEncoding(const MTfontEncoding & __value) { this->fontEncoding = __value; } /*! \brief returns the property fontEncoding. - \details Description of the parameter fontEncoding is:
\copybrief fontEncoding
+ \details Description of the parameter fontEncoding is:
\copydoc fontEncoding
\see fontEncoding for more information */ inline virtual MTfontEncoding get_fontEncoding() const { return this->fontEncoding; } /*! \brief returns the property useSTIXfonts. - \details Description of the parameter useSTIXfonts is:
\copybrief useSTIXfonts
. + \details Description of the parameter useSTIXfonts is:
\copydoc useSTIXfonts
. \see useSTIXfonts for more information */ inline bool get_useSTIXfonts() const { return this->useSTIXfonts; } /*! \brief returns the property useXITSfonts. - \details Description of the parameter useXITSfonts is:
\copybrief useXITSfonts
. + \details Description of the parameter useXITSfonts is:
\copydoc useXITSfonts
. \see useXITSfonts for more information */ inline bool get_useXITSfonts() const { return this->useXITSfonts; } /*! \brief sets the property brace_factor to the specified \a __value. - \details Description of the parameter brace_factor is:
\copybrief brace_factor
+ \details Description of the parameter brace_factor is:
\copydoc brace_factor
\see brace_factor for more information */ inline virtual void set_brace_factor(double __value) { this->brace_factor = __value; } /*! \brief returns the property brace_factor. - \details Description of the parameter brace_factor is:
\copybrief brace_factor
+ \details Description of the parameter brace_factor is:
\copydoc brace_factor
\see brace_factor for more information */ inline virtual double get_brace_factor() const { return this->brace_factor; } /*! \brief sets the property subsuper_size_factor to the specified \a __value. - \details Description of the parameter subsuper_size_factor is:
\copybrief subsuper_size_factor
+ \details Description of the parameter subsuper_size_factor is:
\copydoc subsuper_size_factor
\see subsuper_size_factor for more information */ inline virtual void set_subsuper_size_factor(double __value) { this->subsuper_size_factor = __value; } /*! \brief returns the property subsuper_size_factor. - \details Description of the parameter subsuper_size_factor is:
\copybrief subsuper_size_factor
+ \details Description of the parameter subsuper_size_factor is:
\copydoc subsuper_size_factor
\see subsuper_size_factor for more information */ inline virtual double get_subsuper_size_factor() const { return this->subsuper_size_factor; } /*! \brief sets the property italic_correction_factor to the specified \a __value. - \details Description of the parameter italic_correction_factor is:
\copybrief italic_correction_factor
+ \details Description of the parameter italic_correction_factor is:
\copydoc italic_correction_factor
\see italic_correction_factor for more information */ inline virtual void set_italic_correction_factor(double __value) { this->italic_correction_factor = __value; } /*! \brief returns the property italic_correction_factor. - \details Description of the parameter italic_correction_factor is:
\copybrief italic_correction_factor
+ \details Description of the parameter italic_correction_factor is:
\copydoc italic_correction_factor
\see italic_correction_factor for more information */ inline virtual double get_italic_correction_factor() const { return this->italic_correction_factor; } /*! \brief sets the property operatorsubsuper_size_factor to the specified \a __value. - \details Description of the parameter operatorsubsuper_size_factor is:
\copybrief operatorsubsuper_size_factor
+ \details Description of the parameter operatorsubsuper_size_factor is:
\copydoc operatorsubsuper_size_factor
\see operatorsubsuper_size_factor for more information */ inline virtual void set_operatorsubsuper_size_factor(double __value) { this->operatorsubsuper_size_factor = __value; } /*! \brief returns the property operatorsubsuper_size_factor. - \details Description of the parameter operatorsubsuper_size_factor is:
\copybrief operatorsubsuper_size_factor
+ \details Description of the parameter operatorsubsuper_size_factor is:
\copydoc operatorsubsuper_size_factor
\see operatorsubsuper_size_factor for more information */ inline virtual double get_operatorsubsuper_size_factor() const { return this->operatorsubsuper_size_factor; } /*! \brief sets the property mathoperator_width_factor to the specified \a __value. - \details Description of the parameter mathoperator_width_factor is:
\copybrief mathoperator_width_factor
+ \details Description of the parameter mathoperator_width_factor is:
\copydoc mathoperator_width_factor
\see mathoperator_width_factor for more information */ inline virtual void set_mathoperator_width_factor(double __value) { this->mathoperator_width_factor = __value; } /*! \brief returns the property mathoperator_width_factor. - \details Description of the parameter mathoperator_width_factor is:
\copybrief mathoperator_width_factor
+ \details Description of the parameter mathoperator_width_factor is:
\copydoc mathoperator_width_factor
\see mathoperator_width_factor for more information */ inline virtual double get_mathoperator_width_factor() const { return this->mathoperator_width_factor; } /*! \brief sets the property super_shift_factor to the specified \a __value. - \details Description of the parameter super_shift_factor is:
\copybrief super_shift_factor
+ \details Description of the parameter super_shift_factor is:
\copydoc super_shift_factor
\see super_shift_factor for more information */ inline virtual void set_super_shift_factor(double __value) { this->super_shift_factor = __value; } /*! \brief returns the property super_shift_factor. - \details Description of the parameter super_shift_factor is:
\copybrief super_shift_factor
+ \details Description of the parameter super_shift_factor is:
\copydoc super_shift_factor
\see super_shift_factor for more information */ inline virtual double get_super_shift_factor() const { return this->super_shift_factor; } /*! \brief sets the property sub_shift_factor to the specified \a __value. - \details Description of the parameter sub_shift_factor is:
\copybrief sub_shift_factor
+ \details Description of the parameter sub_shift_factor is:
\copydoc sub_shift_factor
\see sub_shift_factor for more information */ inline virtual void set_sub_shift_factor(double __value) { this->sub_shift_factor = __value; } /*! \brief returns the property sub_shift_factor. - \details Description of the parameter sub_shift_factor is:
\copybrief sub_shift_factor
+ \details Description of the parameter sub_shift_factor is:
\copydoc sub_shift_factor
\see sub_shift_factor for more information */ inline virtual double get_sub_shift_factor() const { return this->sub_shift_factor; } /*! \brief sets the property brace_shrink_factor to the specified \a __value. - \details Description of the parameter brace_shrink_factor is:
\copybrief brace_shrink_factor
+ \details Description of the parameter brace_shrink_factor is:
\copydoc brace_shrink_factor
\see brace_shrink_factor for more information */ inline virtual void set_brace_shrink_factor(double __value) { this->brace_shrink_factor = __value; } /*! \brief returns the property brace_shrink_factor. - \details Description of the parameter brace_shrink_factor is:
\copybrief brace_shrink_factor
+ \details Description of the parameter brace_shrink_factor is:
\copydoc brace_shrink_factor
\see brace_shrink_factor for more information */ inline virtual double get_brace_shrink_factor() const { return this->brace_shrink_factor; } /*! \brief sets the property underbrace_factor to the specified \a __value. - \details Description of the parameter underbrace_factor is:
\copybrief underbrace_factor
+ \details Description of the parameter underbrace_factor is:
\copydoc underbrace_factor
\see underbrace_factor for more information */ inline virtual void set_underbrace_factor(double __value) { this->underbrace_factor = __value; } /*! \brief returns the property underbrace_factor. - \details Description of the parameter underbrace_factor is:
\copybrief underbrace_factor
+ \details Description of the parameter underbrace_factor is:
\copydoc underbrace_factor
\see underbrace_factor for more information */ inline virtual double get_underbrace_factor() const { return this->underbrace_factor; } /*! \brief sets the property underset_factor to the specified \a __value. - \details Description of the parameter underset_factor is:
\copybrief underset_factor
+ \details Description of the parameter underset_factor is:
\copydoc underset_factor
\see underset_factor for more information */ inline virtual void set_underset_factor(double __value) { this->underset_factor = __value; } /*! \brief returns the property underset_factor. - \details Description of the parameter underset_factor is:
\copybrief underset_factor
+ \details Description of the parameter underset_factor is:
\copydoc underset_factor
\see underset_factor for more information */ inline virtual double get_underset_factor() const { return this->underset_factor; } /*! \brief sets the property frac_factor to the specified \a __value. - \details Description of the parameter frac_factor is:
\copybrief frac_factor
+ \details Description of the parameter frac_factor is:
\copydoc frac_factor
\see frac_factor for more information */ inline virtual void set_frac_factor(double __value) { this->frac_factor = __value; } /*! \brief returns the property frac_factor. - \details Description of the parameter frac_factor is:
\copybrief frac_factor
+ \details Description of the parameter frac_factor is:
\copydoc frac_factor
\see frac_factor for more information */ inline virtual double get_frac_factor() const { return this->frac_factor; } /*! \brief sets the property frac_shift_factor to the specified \a __value. - \details Description of the parameter frac_shift_factor is:
\copybrief frac_shift_factor
+ \details Description of the parameter frac_shift_factor is:
\copydoc frac_shift_factor
\see frac_shift_factor for more information */ inline virtual void set_frac_shift_factor(double __value) { this->frac_shift_factor = __value; } /*! \brief returns the property frac_shift_factor. - \details Description of the parameter frac_shift_factor is:
\copybrief frac_shift_factor
+ \details Description of the parameter frac_shift_factor is:
\copydoc frac_shift_factor
\see frac_shift_factor for more information */ inline virtual double get_frac_shift_factor() const { return this->frac_shift_factor; } /*! \brief sets the property brace_y_shift_factor to the specified \a __value. - \details Description of the parameter brace_y_shift_factor is:
\copybrief brace_y_shift_factor
+ \details Description of the parameter brace_y_shift_factor is:
\copydoc brace_y_shift_factor
\see brace_y_shift_factor for more information */ inline virtual void set_brace_y_shift_factor(double __value) { this->brace_y_shift_factor = __value; } /*! \brief returns the property brace_y_shift_factor. - \details Description of the parameter brace_y_shift_factor is:
\copybrief brace_y_shift_factor
+ \details Description of the parameter brace_y_shift_factor is:
\copydoc brace_y_shift_factor
\see brace_y_shift_factor for more information */ inline virtual double get_brace_y_shift_factor() const { return this->brace_y_shift_factor; } /*! \brief sets the property decoration_height_factor to the specified \a __value. - \details Description of the parameter decoration_height_factor is:
\copybrief decoration_height_factor
+ \details Description of the parameter decoration_height_factor is:
\copydoc decoration_height_factor
\see decoration_height_factor for more information */ inline virtual void set_decoration_height_factor(double __value) { this->decoration_height_factor = __value; } /*! \brief returns the property decoration_height_factor. - \details Description of the parameter decoration_height_factor is:
\copybrief decoration_height_factor
+ \details Description of the parameter decoration_height_factor is:
\copydoc decoration_height_factor
\see decoration_height_factor for more information */ inline virtual double get_decoration_height_factor() const { return this->decoration_height_factor; } /*! \brief sets the property expensiveRendering to the specified \a __value. - \details Description of the parameter expensiveRendering is:
\copybrief expensiveRendering
+ \details Description of the parameter expensiveRendering is:
\copydoc expensiveRendering
\see expensiveRendering for more information */ inline virtual void set_expensiveRendering(bool __value) { this->expensiveRendering = __value; } /*! \brief returns the property expensiveRendering. - \details Description of the parameter expensiveRendering is:
\copybrief expensiveRendering
+ \details Description of the parameter expensiveRendering is:
\copydoc expensiveRendering
\see expensiveRendering for more information */ inline virtual bool get_expensiveRendering() const { return this->expensiveRendering; } /*! \brief sets the property useUnparsed to the specified \a __value. - \details Description of the parameter useUnparsed is:
\copybrief useUnparsed
+ \details Description of the parameter useUnparsed is:
\copydoc useUnparsed
\see useUnparsed for more information */ inline virtual void set_useUnparsed(bool __value) { this->useUnparsed = __value; } /*! \brief returns the property useUnparsed. - \details Description of the parameter useUnparsed is:
\copybrief useUnparsed
+ \details Description of the parameter useUnparsed is:
\copydoc useUnparsed
\see useUnparsed for more information */ inline virtual bool get_useUnparsed() const { return this->useUnparsed; } /*! \brief returns the property error_list. - \details Description of the parameter error_list is:
\copybrief error_list
. + \details Description of the parameter error_list is:
\copydoc error_list
. \see error_list for more information */ inline QStringList get_error_list() const { return this->error_list; @@ -830,7 +830,7 @@ class LIB_EXPORT JKQTMathText : public QObject { virtual bool toHtml(QString& html, JKQTMathText::MTenvironment currentEv, JKQTMathText::MTenvironment defaultEv); /*! \brief returns the property drawBoxes. - \details Description of the parameter drawBoxes is:
\copybrief drawBoxes
. + \details Description of the parameter drawBoxes is:
\copydoc drawBoxes
. \see drawBoxes for more information */ inline bool get_drawBoxes() const { return this->drawBoxes; @@ -852,7 +852,7 @@ class LIB_EXPORT JKQTMathText : public QObject { virtual double draw(QPainter& painter, double x, double y, MTenvironment currentEv); virtual bool toHtml(QString& html, JKQTMathText::MTenvironment currentEv, JKQTMathText::MTenvironment defaultEv); /*! \brief returns the property text. - \details Description of the parameter text is:
\copybrief text
. + \details Description of the parameter text is:
\copydoc text
. \see text for more information */ inline QString get_text() const { return this->text; @@ -891,7 +891,7 @@ class LIB_EXPORT JKQTMathText : public QObject { virtual double draw(QPainter& painter, double x, double y, MTenvironment currentEv); virtual bool toHtml(QString& html, JKQTMathText::MTenvironment currentEv, JKQTMathText::MTenvironment defaultEv); /*! \brief returns the property symbolName. - \details Description of the parameter symbolName is:
\copybrief symbolName
. + \details Description of the parameter symbolName is:
\copydoc symbolName
. \see symbolName for more information */ inline QString get_symbolName() const { return this->symbolName; @@ -934,7 +934,7 @@ class LIB_EXPORT JKQTMathText : public QObject { virtual bool toHtml(QString& html, JKQTMathText::MTenvironment currentEv, JKQTMathText::MTenvironment defaultEv); virtual void set_drawBoxes(bool draw); /*! \brief returns the property nodes. - \details Description of the parameter nodes is:
\copybrief nodes
. + \details Description of the parameter nodes is:
\copydoc nodes
. \see nodes for more information */ inline QList get_nodes() const { return this->nodes; @@ -956,19 +956,19 @@ class LIB_EXPORT JKQTMathText : public QObject { virtual bool toHtml(QString& html, JKQTMathText::MTenvironment currentEv, JKQTMathText::MTenvironment defaultEv); virtual void set_drawBoxes(bool draw); /*! \brief returns the property child. - \details Description of the parameter child is:
\copybrief child
. + \details Description of the parameter child is:
\copydoc child
. \see child for more information */ inline MTnode* get_child() const { return this->child; } /*! \brief returns the property name. - \details Description of the parameter name is:
\copybrief name
. + \details Description of the parameter name is:
\copydoc name
. \see name for more information */ inline QString get_name() const { return this->name; } /*! \brief returns the property parameters. - \details Description of the parameter parameters is:
\copybrief parameters
. + \details Description of the parameter parameters is:
\copydoc parameters
. \see parameters for more information */ inline QStringList get_parameters() const { return this->parameters; @@ -994,7 +994,7 @@ class LIB_EXPORT JKQTMathText : public QObject { virtual bool isSubOrSuper() ; virtual QString getTypeName() const; /*! \brief returns the property child. - \details Description of the parameter child is:
\copybrief child
. + \details Description of the parameter child is:
\copydoc child
. \see child for more information */ inline MTnode* get_child() const { return this->child; @@ -1015,7 +1015,7 @@ class LIB_EXPORT JKQTMathText : public QObject { /** \brief returns true if node is subscript or superscript node */ virtual bool isSubOrSuper(); /*! \brief returns the property child. - \details Description of the parameter child is:
\copybrief child
. + \details Description of the parameter child is:
\copydoc child
. \see child for more information */ inline MTnode* get_child() const { return this->child; @@ -1038,25 +1038,25 @@ class LIB_EXPORT JKQTMathText : public QObject { virtual void set_drawBoxes(bool draw); virtual QString getTypeName() const; /*! \brief returns the property child. - \details Description of the parameter child is:
\copybrief child
. + \details Description of the parameter child is:
\copydoc child
. \see child for more information */ inline MTnode* get_child() const { return this->child; } /*! \brief returns the property openbrace. - \details Description of the parameter openbrace is:
\copybrief openbrace
. + \details Description of the parameter openbrace is:
\copydoc openbrace
. \see openbrace for more information */ inline QString get_openbrace() const { return this->openbrace; } /*! \brief returns the property closebrace. - \details Description of the parameter closebrace is:
\copybrief closebrace
. + \details Description of the parameter closebrace is:
\copydoc closebrace
. \see closebrace for more information */ inline QString get_closebrace() const { return this->closebrace; } /*! \brief returns the property showRightBrace. - \details Description of the parameter showRightBrace is:
\copybrief showRightBrace
. + \details Description of the parameter showRightBrace is:
\copydoc showRightBrace
. \see showRightBrace for more information */ inline bool get_showRightBrace() const { return this->showRightBrace; @@ -1082,13 +1082,13 @@ class LIB_EXPORT JKQTMathText : public QObject { virtual void set_drawBoxes(bool draw); virtual QString getTypeName() const ; /*! \brief returns the property child. - \details Description of the parameter child is:
\copybrief child
. + \details Description of the parameter child is:
\copydoc child
. \see child for more information */ inline MTnode* get_child() const { return this->child; } /*! \brief returns the property degree. - \details Description of the parameter degree is:
\copybrief degree
. + \details Description of the parameter degree is:
\copydoc degree
. \see degree for more information */ inline int get_degree() const { return this->degree; @@ -1122,19 +1122,19 @@ class LIB_EXPORT JKQTMathText : public QObject { virtual bool toHtml(QString& html, JKQTMathText::MTenvironment currentEv, JKQTMathText::MTenvironment defaultEv); virtual void set_drawBoxes(bool draw); /*! \brief returns the property child1. - \details Description of the parameter child1 is:
\copybrief child1
. + \details Description of the parameter child1 is:
\copydoc child1
. \see child1 for more information */ inline MTnode* get_child1() const { return this->child1; } /*! \brief returns the property child2. - \details Description of the parameter child2 is:
\copybrief child2
. + \details Description of the parameter child2 is:
\copydoc child2
. \see child2 for more information */ inline MTnode* get_child2() const { return this->child2; } /*! \brief returns the property mode. - \details Description of the parameter mode is:
\copybrief mode
. + \details Description of the parameter mode is:
\copydoc mode
. \see mode for more information */ inline MTfracMode get_mode() const { return this->mode; @@ -1155,19 +1155,19 @@ class LIB_EXPORT JKQTMathText : public QObject { virtual double draw(QPainter& painter, double x, double y, MTenvironment currentEv); virtual bool toHtml(QString& html, JKQTMathText::MTenvironment currentEv, JKQTMathText::MTenvironment defaultEv); /*! \brief returns the property children. - \details Description of the parameter children is:
\copybrief children
. + \details Description of the parameter children is:
\copydoc children
. \see children for more information */ inline QVector > get_children() const { return this->children; } /*! \brief returns the property columns. - \details Description of the parameter columns is:
\copybrief columns
. + \details Description of the parameter columns is:
\copydoc columns
. \see columns for more information */ inline int get_columns() const { return this->columns; } /*! \brief returns the property lines. - \details Description of the parameter lines is:
\copybrief lines
. + \details Description of the parameter lines is:
\copydoc lines
. \see lines for more information */ inline int get_lines() const { return this->lines; @@ -1206,13 +1206,13 @@ class LIB_EXPORT JKQTMathText : public QObject { virtual void set_drawBoxes(bool draw); virtual QString getTypeName() const ; /*! \brief returns the property child. - \details Description of the parameter child is:
\copybrief child
. + \details Description of the parameter child is:
\copydoc child
. \see child for more information */ inline MTnode* get_child() const { return this->child; } /*! \brief returns the property decoration. - \details Description of the parameter decoration is:
\copybrief decoration
. + \details Description of the parameter decoration is:
\copydoc decoration
. \see decoration for more information */ inline MTdecoration get_decoration() const { return this->decoration; @@ -1454,7 +1454,7 @@ class LIB_EXPORT JKQTMathText : public QObject { public: /*! \brief returns the property parsedNode. - \details Description of the parameter parsedNode is:
\copybrief parsedNode
. + \details Description of the parameter parsedNode is:
\copydoc parsedNode
. \see parsedNode for more information */ inline MTnode* get_parsedNode() const { return this->parsedNode; diff --git a/lib/jkqtplotter/jkqtpbaseelements.h b/lib/jkqtplotter/jkqtpbaseelements.h index 27102e59aa..75610f66f3 100644 --- a/lib/jkqtplotter/jkqtpbaseelements.h +++ b/lib/jkqtplotter/jkqtpbaseelements.h @@ -219,122 +219,122 @@ class LIB_EXPORT JKQTPCoordinateAxis: public QObject { virtual void drawGrids(JKQTPEnhancedPainter& painter)=0; - /*! \brief returns the property tickSpacing. \details Description of the parameter tickSpacing is:
\copybrief tickSpacing
. \see tickSpacing for more information */ + /*! \brief returns the property tickSpacing. \details Description of the parameter tickSpacing is:
\copydoc tickSpacing
. \see tickSpacing for more information */ inline double get_tickSpacing() const { return this->tickSpacing; } - /*! \brief returns the property labelDigits. \details Description of the parameter labelDigits is:
\copybrief labelDigits
. \see labelDigits for more information */ + /*! \brief returns the property labelDigits. \details Description of the parameter labelDigits is:
\copydoc labelDigits
. \see labelDigits for more information */ inline int get_labelDigits() const { return this->labelDigits; } - /*! \brief returns the property autoAxisSpacing. \details Description of the parameter autoAxisSpacing is:
\copybrief autoAxisSpacing
. \see autoAxisSpacing for more information */ + /*! \brief returns the property autoAxisSpacing. \details Description of the parameter autoAxisSpacing is:
\copydoc autoAxisSpacing
. \see autoAxisSpacing for more information */ inline bool get_autoAxisSpacing() const { return this->autoAxisSpacing; } - /*! \brief returns the property minorTickLabelsEnabled. \details Description of the parameter minorTickLabelsEnabled is:
\copybrief minorTickLabelsEnabled
. \see minorTickLabelsEnabled for more information */ + /*! \brief returns the property minorTickLabelsEnabled. \details Description of the parameter minorTickLabelsEnabled is:
\copydoc minorTickLabelsEnabled
. \see minorTickLabelsEnabled for more information */ inline bool get_minorTickLabelsEnabled() const { return this->minorTickLabelsEnabled; } - /*! \brief returns the property logAxis. \details Description of the parameter logAxis is:
\copybrief logAxis
. \see logAxis for more information */ + /*! \brief returns the property logAxis. \details Description of the parameter logAxis is:
\copydoc logAxis
. \see logAxis for more information */ inline bool get_logAxis() const { return this->logAxis; } - /*! \brief returns the property inverted. \details Description of the parameter inverted is:
\copybrief inverted
. \see inverted for more information */ + /*! \brief returns the property inverted. \details Description of the parameter inverted is:
\copydoc inverted
. \see inverted for more information */ inline bool get_inverted() const { return this->inverted; } - /*! \brief returns the property logAxisBase. \details Description of the parameter logAxisBase is:
\copybrief logAxisBase
. \see logAxisBase for more information */ + /*! \brief returns the property logAxisBase. \details Description of the parameter logAxisBase is:
\copydoc logAxisBase
. \see logAxisBase for more information */ inline double get_logAxisBase() const { return this->logAxisBase; } - /*! \brief returns the property userTickSpacing. \details Description of the parameter userTickSpacing is:
\copybrief userTickSpacing
. \see userTickSpacing for more information */ + /*! \brief returns the property userTickSpacing. \details Description of the parameter userTickSpacing is:
\copydoc userTickSpacing
. \see userTickSpacing for more information */ inline double get_userTickSpacing() const { return this->userTickSpacing; } - /*! \brief returns the property userLogTickSpacing. \details Description of the parameter userLogTickSpacing is:
\copybrief userLogTickSpacing
. \see userLogTickSpacing for more information */ + /*! \brief returns the property userLogTickSpacing. \details Description of the parameter userLogTickSpacing is:
\copydoc userLogTickSpacing
. \see userLogTickSpacing for more information */ inline double get_userLogTickSpacing() const { return this->userLogTickSpacing; } - /*! \brief returns the property labelType. \details Description of the parameter labelType is:
\copybrief labelType
. \see labelType for more information */ + /*! \brief returns the property labelType. \details Description of the parameter labelType is:
\copydoc labelType
. \see labelType for more information */ inline JKQTPCALabelType get_labelType() const { return this->labelType; } - /*! \brief returns the property axisLabel. \details Description of the parameter axisLabel is:
\copybrief axisLabel
. \see axisLabel for more information */ + /*! \brief returns the property axisLabel. \details Description of the parameter axisLabel is:
\copydoc axisLabel
. \see axisLabel for more information */ inline QString get_axisLabel() const { return this->axisLabel; } - /*! \brief returns the property labelPosition. \details Description of the parameter labelPosition is:
\copybrief labelPosition
. \see labelPosition for more information */ + /*! \brief returns the property labelPosition. \details Description of the parameter labelPosition is:
\copydoc labelPosition
. \see labelPosition for more information */ inline JKQTPLabelPosition get_labelPosition() const { return this->labelPosition; } - /*! \brief returns the property labelFont. \details Description of the parameter labelFont is:
\copybrief labelFont
. \see labelFont for more information */ + /*! \brief returns the property labelFont. \details Description of the parameter labelFont is:
\copydoc labelFont
. \see labelFont for more information */ inline QString get_labelFont() const { return this->labelFont; } - /*! \brief returns the property labelFontSize. \details Description of the parameter labelFontSize is:
\copybrief labelFontSize
. \see labelFontSize for more information */ + /*! \brief returns the property labelFontSize. \details Description of the parameter labelFontSize is:
\copydoc labelFontSize
. \see labelFontSize for more information */ inline double get_labelFontSize() const { return this->labelFontSize; } - /*! \brief returns the property tickLabelFont. \details Description of the parameter tickLabelFont is:
\copybrief tickLabelFont
. \see tickLabelFont for more information */ + /*! \brief returns the property tickLabelFont. \details Description of the parameter tickLabelFont is:
\copydoc tickLabelFont
. \see tickLabelFont for more information */ inline QString get_tickLabelFont() const { return this->tickLabelFont; } - /*! \brief returns the property tickLabelFontSize. \details Description of the parameter tickLabelFontSize is:
\copybrief tickLabelFontSize
. \see tickLabelFontSize for more information */ + /*! \brief returns the property tickLabelFontSize. \details Description of the parameter tickLabelFontSize is:
\copydoc tickLabelFontSize
. \see tickLabelFontSize for more information */ inline double get_tickLabelFontSize() const { return this->tickLabelFontSize; } - /*! \brief returns the property minorTickLabelFontSize. \details Description of the parameter minorTickLabelFontSize is:
\copybrief minorTickLabelFontSize
. \see minorTickLabelFontSize for more information */ + /*! \brief returns the property minorTickLabelFontSize. \details Description of the parameter minorTickLabelFontSize is:
\copydoc minorTickLabelFontSize
. \see minorTickLabelFontSize for more information */ inline double get_minorTickLabelFontSize() const { return this->minorTickLabelFontSize; } - /*! \brief returns the property minorTickLabelFullNumber. \details Description of the parameter minorTickLabelFullNumber is:
\copybrief minorTickLabelFullNumber
. \see minorTickLabelFullNumber for more information */ + /*! \brief returns the property minorTickLabelFullNumber. \details Description of the parameter minorTickLabelFullNumber is:
\copydoc minorTickLabelFullNumber
. \see minorTickLabelFullNumber for more information */ inline bool get_minorTickLabelFullNumber() const { return this->minorTickLabelFullNumber; } - /*! \brief returns the property tickLabelAngle. \details Description of the parameter tickLabelAngle is:
\copybrief tickLabelAngle
. \see tickLabelAngle for more information */ + /*! \brief returns the property tickLabelAngle. \details Description of the parameter tickLabelAngle is:
\copydoc tickLabelAngle
. \see tickLabelAngle for more information */ inline double get_tickLabelAngle() const { return this->tickLabelAngle; } - /*! \brief returns the property minTicks. \details Description of the parameter minTicks is:
\copybrief minTicks
. \see minTicks for more information */ + /*! \brief returns the property minTicks. \details Description of the parameter minTicks is:
\copydoc minTicks
. \see minTicks for more information */ inline unsigned int get_minTicks() const { return this->minTicks; } - /*! \brief returns the property minorTicks. \details Description of the parameter minorTicks is:
\copybrief minorTicks
. \see minorTicks for more information */ + /*! \brief returns the property minorTicks. \details Description of the parameter minorTicks is:
\copydoc minorTicks
. \see minorTicks for more information */ inline unsigned int get_minorTicks() const { return this->minorTicks; } - /*! \brief returns the property tickOutsideLength. \details Description of the parameter tickOutsideLength is:
\copybrief tickOutsideLength
. \see tickOutsideLength for more information */ + /*! \brief returns the property tickOutsideLength. \details Description of the parameter tickOutsideLength is:
\copydoc tickOutsideLength
. \see tickOutsideLength for more information */ inline double get_tickOutsideLength() const { return this->tickOutsideLength; } - /*! \brief returns the property minorTickOutsideLength. \details Description of the parameter minorTickOutsideLength is:
\copybrief minorTickOutsideLength
. \see minorTickOutsideLength for more information */ + /*! \brief returns the property minorTickOutsideLength. \details Description of the parameter minorTickOutsideLength is:
\copydoc minorTickOutsideLength
. \see minorTickOutsideLength for more information */ inline double get_minorTickOutsideLength() const { return this->minorTickOutsideLength; } - /*! \brief returns the property axisColor. \details Description of the parameter axisColor is:
\copybrief axisColor
. \see axisColor for more information */ + /*! \brief returns the property axisColor. \details Description of the parameter axisColor is:
\copydoc axisColor
. \see axisColor for more information */ inline QColor get_axisColor() const { return this->axisColor; } - /*! \brief returns the property showZeroAxis. \details Description of the parameter showZeroAxis is:
\copybrief showZeroAxis
. \see showZeroAxis for more information */ + /*! \brief returns the property showZeroAxis. \details Description of the parameter showZeroAxis is:
\copydoc showZeroAxis
. \see showZeroAxis for more information */ inline bool get_showZeroAxis() const { return this->showZeroAxis; } - /*! \brief returns the property gridColor. \details Description of the parameter gridColor is:
\copybrief gridColor
. \see gridColor for more information */ + /*! \brief returns the property gridColor. \details Description of the parameter gridColor is:
\copydoc gridColor
. \see gridColor for more information */ inline QColor get_gridColor() const { return this->gridColor; } - /*! \brief returns the property minorGridColor. \details Description of the parameter minorGridColor is:
\copybrief minorGridColor
. \see minorGridColor for more information */ + /*! \brief returns the property minorGridColor. \details Description of the parameter minorGridColor is:
\copydoc minorGridColor
. \see minorGridColor for more information */ inline QColor get_minorGridColor() const { return this->minorGridColor; } - /*! \brief returns the property gridWidth. \details Description of the parameter gridWidth is:
\copybrief gridWidth
. \see gridWidth for more information */ + /*! \brief returns the property gridWidth. \details Description of the parameter gridWidth is:
\copydoc gridWidth
. \see gridWidth for more information */ inline double get_gridWidth() const { return this->gridWidth; } - /*! \brief returns the property gridStyle. \details Description of the parameter gridStyle is:
\copybrief gridStyle
. \see gridStyle for more information */ + /*! \brief returns the property gridStyle. \details Description of the parameter gridStyle is:
\copydoc gridStyle
. \see gridStyle for more information */ inline Qt::PenStyle get_gridStyle() const { return this->gridStyle; } - /*! \brief returns the property minorGridWidth. \details Description of the parameter minorGridWidth is:
\copybrief minorGridWidth
. \see minorGridWidth for more information */ + /*! \brief returns the property minorGridWidth. \details Description of the parameter minorGridWidth is:
\copydoc minorGridWidth
. \see minorGridWidth for more information */ inline double get_minorGridWidth() const { return this->minorGridWidth; } - /*! \brief returns the property minorGridStyle. \details Description of the parameter minorGridStyle is:
\copybrief minorGridStyle
. \see minorGridStyle for more information */ + /*! \brief returns the property minorGridStyle. \details Description of the parameter minorGridStyle is:
\copydoc minorGridStyle
. \see minorGridStyle for more information */ inline Qt::PenStyle get_minorGridStyle() const { return this->minorGridStyle; } - /*! \brief returns the property tickTimeFormat. \details Description of the parameter tickTimeFormat is:
\copybrief tickTimeFormat
. \see tickTimeFormat for more information */ + /*! \brief returns the property tickTimeFormat. \details Description of the parameter tickTimeFormat is:
\copydoc tickTimeFormat
. \see tickTimeFormat for more information */ inline QString get_tickTimeFormat() const { return this->tickTimeFormat; } - /*! \brief returns the property tickDateFormat. \details Description of the parameter tickDateFormat is:
\copybrief tickDateFormat
. \see tickDateFormat for more information */ + /*! \brief returns the property tickDateFormat. \details Description of the parameter tickDateFormat is:
\copydoc tickDateFormat
. \see tickDateFormat for more information */ inline QString get_tickDateFormat() const { return this->tickDateFormat; } - /*! \brief returns the property tickDateTimeFormat. \details Description of the parameter tickDateTimeFormat is:
\copybrief tickDateTimeFormat
. \see tickDateTimeFormat for more information */ + /*! \brief returns the property tickDateTimeFormat. \details Description of the parameter tickDateTimeFormat is:
\copydoc tickDateTimeFormat
. \see tickDateTimeFormat for more information */ inline QString get_tickDateTimeFormat() const { return this->tickDateTimeFormat; } - /*! \brief returns the property tickMode. \details Description of the parameter tickMode is:
\copybrief tickMode
. \see tickMode for more information */ + /*! \brief returns the property tickMode. \details Description of the parameter tickMode is:
\copydoc tickMode
. \see tickMode for more information */ inline JKQTPLabelTickMode get_tickMode() const { return this->tickMode; } - /*! \brief returns the property drawMode1. \details Description of the parameter drawMode1 is:
\copybrief drawMode1
. \see drawMode1 for more information */ + /*! \brief returns the property drawMode1. \details Description of the parameter drawMode1 is:
\copydoc drawMode1
. \see drawMode1 for more information */ inline JKQTPCADrawMode get_drawMode1() const { return this->drawMode1; } - /*! \brief returns the property drawMode2. \details Description of the parameter drawMode2 is:
\copybrief drawMode2
. \see drawMode2 for more information */ + /*! \brief returns the property drawMode2. \details Description of the parameter drawMode2 is:
\copydoc drawMode2
. \see drawMode2 for more information */ inline JKQTPCADrawMode get_drawMode2() const { return this->drawMode2; } - /*! \brief returns the property minorTickWidth. \details Description of the parameter minorTickWidth is:
\copybrief minorTickWidth
. \see minorTickWidth for more information */ + /*! \brief returns the property minorTickWidth. \details Description of the parameter minorTickWidth is:
\copydoc minorTickWidth
. \see minorTickWidth for more information */ inline double get_minorTickWidth() const { return this->minorTickWidth; } - /*! \brief returns the property tickWidth. \details Description of the parameter tickWidth is:
\copybrief tickWidth
. \see tickWidth for more information */ + /*! \brief returns the property tickWidth. \details Description of the parameter tickWidth is:
\copydoc tickWidth
. \see tickWidth for more information */ inline double get_tickWidth() const { return this->tickWidth; } - /*! \brief returns the property lineWidth. \details Description of the parameter lineWidth is:
\copybrief lineWidth
. \see lineWidth for more information */ + /*! \brief returns the property lineWidth. \details Description of the parameter lineWidth is:
\copydoc lineWidth
. \see lineWidth for more information */ inline double get_lineWidth() const { return this->lineWidth; } - /*! \brief returns the property lineWidthZeroAxis. \details Description of the parameter lineWidthZeroAxis is:
\copybrief lineWidthZeroAxis
. \see lineWidthZeroAxis for more information */ + /*! \brief returns the property lineWidthZeroAxis. \details Description of the parameter lineWidthZeroAxis is:
\copydoc lineWidthZeroAxis
. \see lineWidthZeroAxis for more information */ inline double get_lineWidthZeroAxis() const { return this->lineWidthZeroAxis; } - /*! \brief returns the property tickLabelDistance. \details Description of the parameter tickLabelDistance is:
\copybrief tickLabelDistance
. \see tickLabelDistance for more information */ + /*! \brief returns the property tickLabelDistance. \details Description of the parameter tickLabelDistance is:
\copydoc tickLabelDistance
. \see tickLabelDistance for more information */ inline double get_tickLabelDistance() const { return this->tickLabelDistance; } - /*! \brief returns the property labelDistance. \details Description of the parameter labelDistance is:
\copybrief labelDistance
. \see labelDistance for more information */ + /*! \brief returns the property labelDistance. \details Description of the parameter labelDistance is:
\copydoc labelDistance
. \see labelDistance for more information */ inline double get_labelDistance() const { return this->labelDistance; } - /*! \brief returns the property drawGrid. \details Description of the parameter drawGrid is:
\copybrief drawGrid
. \see drawGrid for more information */ + /*! \brief returns the property drawGrid. \details Description of the parameter drawGrid is:
\copydoc drawGrid
. \see drawGrid for more information */ inline bool get_drawGrid() const { return this->drawGrid; } - /*! \brief returns the property drawMinorGrid. \details Description of the parameter drawMinorGrid is:
\copybrief drawMinorGrid
. \see drawMinorGrid for more information */ + /*! \brief returns the property drawMinorGrid. \details Description of the parameter drawMinorGrid is:
\copydoc drawMinorGrid
. \see drawMinorGrid for more information */ inline bool get_drawMinorGrid() const { return this->drawMinorGrid; } /*! \brief sets the property autoLabelDigits to the specified \a __value. - \details Description of the parameter autoLabelDigits is:
\copybrief autoLabelDigits
+ \details Description of the parameter autoLabelDigits is:
\copydoc autoLabelDigits
\see autoLabelDigits for more information */ inline virtual void set_autoLabelDigits(bool __value) { this->autoLabelDigits = __value; } /*! \brief returns the property autoLabelDigits. - \details Description of the parameter autoLabelDigits is:
\copybrief autoLabelDigits
+ \details Description of the parameter autoLabelDigits is:
\copydoc autoLabelDigits
\see autoLabelDigits for more information */ inline virtual bool get_autoLabelDigits() const { return this->autoLabelDigits; } - /*! \brief returns the property parent. \details Description of the parameter parent is:
\copybrief parent
. \see parent for more information */ + /*! \brief returns the property parent. \details Description of the parameter parent is:
\copydoc parent
. \see parent for more information */ inline JKQTBasePlotter* get_parent() const { return this->parent; } /*! \brief sets the property doUpdateScaling to the specified \a __value. - \details Description of the parameter doUpdateScaling is:
\copybrief doUpdateScaling
+ \details Description of the parameter doUpdateScaling is:
\copydoc doUpdateScaling
\see doUpdateScaling for more information */ inline virtual void set_doUpdateScaling(bool __value) { this->doUpdateScaling = __value; } /*! \brief returns the property doUpdateScaling. - \details Description of the parameter doUpdateScaling is:
\copybrief doUpdateScaling
+ \details Description of the parameter doUpdateScaling is:
\copydoc doUpdateScaling
\see doUpdateScaling for more information */ inline virtual bool get_doUpdateScaling() const { @@ -372,219 +372,219 @@ class LIB_EXPORT JKQTPCoordinateAxis: public QObject { void setNoAbsoluteRange(); /** \brief sets the property tickSpacing to the specified \a __value. - * \details Description of the parameter tickSpacing is:
\copybrief tickSpacing
+ * \details Description of the parameter tickSpacing is:
\copydoc tickSpacing
* \see tickSpacing for more information */ virtual void set_tickSpacing(double __value); /** \brief sets the property axisMinWidth to the specified \a __value. - * \details Description of the parameter tickSpacing is:
\copybrief axisMinWidth
+ * \details Description of the parameter tickSpacing is:
\copydoc axisMinWidth
* \see axisMinWidth for more information */ virtual void set_axisMinWidth(double __value); /** \brief sets the property autoAxisSpacing to the specified \a __value. - * \details Description of the parameter autoAxisSpacing is:
\copybrief autoAxisSpacing
+ * \details Description of the parameter autoAxisSpacing is:
\copydoc autoAxisSpacing
* \see autoAxisSpacing for more information */ virtual void set_autoAxisSpacing(bool __value); /** \brief sets the property minorTickLabelsEnabled to the specified \a __value. - * \details Description of the parameter minorTickLabelsEnabled is:
\copybrief minorTickLabelsEnabled
+ * \details Description of the parameter minorTickLabelsEnabled is:
\copydoc minorTickLabelsEnabled
* \see autoAxisSpacing for more information */ virtual void set_minorTickLabelsEnabled(bool __value); /** \brief sets the property logAxis to the specified \a __value. - * \details Description of the parameter logAxis is:
\copybrief logAxis
+ * \details Description of the parameter logAxis is:
\copydoc logAxis
* \see logAxis for more information */ virtual void set_logAxis(bool __value) ; /** \brief sets the property logAxisBase to the specified \a __value. - * \details Description of the parameter logAxisBase is:
\copybrief logAxisBase
+ * \details Description of the parameter logAxisBase is:
\copydoc logAxisBase
* \see logAxisBase for more information */ virtual void set_logAxisBase (double __value); /** \brief sets the property userTickSpacing to the specified \a __value. - * \details Description of the parameter userTickSpacing is:
\copybrief userTickSpacing
+ * \details Description of the parameter userTickSpacing is:
\copydoc userTickSpacing
* \see userTickSpacing for more information */ virtual void set_userTickSpacing (double __value); /** \brief sets the property userLogTickSpacing to the specified \a __value. - * \details Description of the parameter userLogTickSpacing is:
\copybrief userLogTickSpacing
+ * \details Description of the parameter userLogTickSpacing is:
\copydoc userLogTickSpacing
* \see userLogTickSpacing for more information */ virtual void set_userLogTickSpacing (double __value); /** \brief sets the property labelType to the specified \a __value. - * \details Description of the parameter labelType is:
\copybrief labelType
+ * \details Description of the parameter labelType is:
\copydoc labelType
* \see labelType for more information */ virtual void set_labelType (JKQTPCALabelType __value); /** \brief sets the property tickMode to the specified \a __value. - * \details Description of the parameter tickMode is:
\copybrief tickMode
+ * \details Description of the parameter tickMode is:
\copydoc tickMode
* \see tickMode for more information */ virtual void set_tickMode (JKQTPLabelTickMode __value); /** \brief sets the property tickMode to the specified \a __value. - * \details Description of the parameter tickMode is:
\copybrief tickMode
+ * \details Description of the parameter tickMode is:
\copydoc tickMode
* \see tickMode for more information */ virtual void set_tickMode (int __value); /** \brief sets the property axisLabel to the specified \a __value. - * \details Description of the parameter axisLabel is:
\copybrief axisLabel
+ * \details Description of the parameter axisLabel is:
\copydoc axisLabel
* \see axisLabel for more information */ virtual void set_axisLabel (QString __value); /** \brief sets the property labelPosition to the specified \a __value. - * \details Description of the parameter labelPosition is:
\copybrief labelPosition
*/ + * \details Description of the parameter labelPosition is:
\copydoc labelPosition
*/ virtual void set_labelPosition (JKQTPLabelPosition __value); /** \brief sets the property labelFont to the specified \a __value. - * \details Description of the parameter labelFont is:
\copybrief labelFont
*/ + * \details Description of the parameter labelFont is:
\copydoc labelFont
*/ virtual void set_labelFont (QString __value); /** \brief sets the property labelFontSize to the specified \a __value. - * \details Description of the parameter labelFontSize is:
\copybrief labelFontSize
*/ + * \details Description of the parameter labelFontSize is:
\copydoc labelFontSize
*/ virtual void set_labelFontSize (double __value); /** \brief sets the property tickLabelFont to the specified \a __value. - * \details Description of the parameter tickLabelFont is:
\copybrief tickLabelFont
*/ + * \details Description of the parameter tickLabelFont is:
\copydoc tickLabelFont
*/ virtual void set_tickLabelFont (QString __value); /** \brief sets the property tickTimeFormat to the specified \a __value. - * \details Description of the parameter tickTimeFormat is:
\copybrief tickTimeFormat
*/ + * \details Description of the parameter tickTimeFormat is:
\copydoc tickTimeFormat
*/ virtual void set_tickTimeFormat (QString __value); /** \brief sets the property tickDateFormat to the specified \a __value. - * \details Description of the parameter tickDateFormat is:
\copybrief tickDateFormat
*/ + * \details Description of the parameter tickDateFormat is:
\copydoc tickDateFormat
*/ virtual void set_tickDateFormat (QString __value); /** \brief sets the property tickDateTimeFormat to the specified \a __value. - * \details Description of the parameter tickDateTimeFormat is:
\copybrief tickDateTimeFormat
*/ + * \details Description of the parameter tickDateTimeFormat is:
\copydoc tickDateTimeFormat
*/ virtual void set_tickDateTimeFormat (QString __value); /** \brief sets the property tickLabelFontSize to the specified \a __value. - * \details Description of the parameter tickLabelFontSize is:
\copybrief tickLabelFontSize
*/ + * \details Description of the parameter tickLabelFontSize is:
\copydoc tickLabelFontSize
*/ virtual void set_tickLabelFontSize (double __value); /** \brief sets the property minorTickLabelFontSize to the specified \a __value. - * \details Description of the parameter minorTickLabelFontSize is:
\copybrief minorTickLabelFontSize
*/ + * \details Description of the parameter minorTickLabelFontSize is:
\copydoc minorTickLabelFontSize
*/ virtual void set_minorTickLabelFontSize (double __value); /** \brief sets the property minorTickLabelFullNumber to the specified \a __value. - * \details Description of the parameter minorTickLabelFullNumber is:
\copybrief minorTickLabelFullNumber
*/ + * \details Description of the parameter minorTickLabelFullNumber is:
\copydoc minorTickLabelFullNumber
*/ virtual void set_minorTickLabelFullNumber (bool __value); /** \brief sets the property minTicks to the specified \a __value. - * \details Description of the parameter minTicks is:
\copybrief minTicks
*/ + * \details Description of the parameter minTicks is:
\copydoc minTicks
*/ virtual void set_minTicks(unsigned int __value); /** \brief sets the property minorTicks to the specified \a __value. - * \details Description of the parameter minorTicks is:
\copybrief minorTicks
*/ + * \details Description of the parameter minorTicks is:
\copydoc minorTicks
*/ virtual void set_minorTicks (unsigned int __value); /** \brief sets the property minorTicks to the specified \a __value. - * \details Description of the parameter minorTicks is:
\copybrief minorTicks
*/ + * \details Description of the parameter minorTicks is:
\copydoc minorTicks
*/ virtual void set_minorTicks (int __value); /** \brief sets the property tickOutsideLength to the specified \a __value. - * \details Description of the parameter tickOutsideLength is:
\copybrief tickOutsideLength
*/ + * \details Description of the parameter tickOutsideLength is:
\copydoc tickOutsideLength
*/ virtual void set_tickOutsideLength(double __value); /** \brief sets the property minorTickOutsideLength to the specified \a __value. - * \details Description of the parameter minorTickOutsideLength is:
\copybrief minorTickOutsideLength
*/ + * \details Description of the parameter minorTickOutsideLength is:
\copydoc minorTickOutsideLength
*/ virtual void set_minorTickOutsideLength (double __value); /** \brief sets the property tickInsideLength to the specified \a __value. - * \details Description of the parameter tickInsideLength is:
\copybrief tickInsideLength
*/ + * \details Description of the parameter tickInsideLength is:
\copydoc tickInsideLength
*/ virtual void set_tickInsideLength(double __value); /** \brief sets the property minorTickInsideLength to the specified \a __value. - * \details Description of the parameter minorTickInsideLength is:
\copybrief minorTickInsideLength
*/ + * \details Description of the parameter minorTickInsideLength is:
\copydoc minorTickInsideLength
*/ virtual void set_minorTickInsideLength (double __value); /** \brief sets the property axisColor to the specified \a __value. - * \details Description of the parameter axisColor is:
\copybrief axisColor
*/ + * \details Description of the parameter axisColor is:
\copydoc axisColor
*/ virtual void set_axisColor (QColor __value); /** \brief sets the property showZeroAxis to the specified \a __value. - * \details Description of the parameter showZeroAxis is:
\copybrief showZeroAxis
*/ + * \details Description of the parameter showZeroAxis is:
\copydoc showZeroAxis
*/ virtual void set_showZeroAxis(bool __value); /** \brief sets the property inverted to the specified \a __value. - * \details Description of the parameter inverted is:
\copybrief inverted
*/ + * \details Description of the parameter inverted is:
\copydoc inverted
*/ virtual void set_inverted(bool __value); /** \brief sets the property gridColor to the specified \a __value. - * \details Description of the parameter gridColor is:
\copybrief gridColor
*/ + * \details Description of the parameter gridColor is:
\copydoc gridColor
*/ virtual void set_gridColor(QColor __value); /** \brief sets the property minorGridColor to the specified \a __value. - * \details Description of the parameter minorGridColor is:
\copybrief minorGridColor
*/ + * \details Description of the parameter minorGridColor is:
\copydoc minorGridColor
*/ virtual void set_minorGridColor(QColor __value); /** \brief sets the property gridWidth to the specified \a __value. - * \details Description of the parameter gridWidth is:
\copybrief gridWidth
*/ + * \details Description of the parameter gridWidth is:
\copydoc gridWidth
*/ virtual void set_gridWidth (double __value); /** \brief sets the property gridStyle to the specified \a __value. - * \details Description of the parameter gridStyle is:
\copybrief gridStyle
*/ + * \details Description of the parameter gridStyle is:
\copydoc gridStyle
*/ virtual void set_gridStyle(Qt::PenStyle __value); /** \brief sets the property minorGridWidth to the specified \a __value. - * \details Description of the parameter minorGridWidth is:
\copybrief minorGridWidth
*/ + * \details Description of the parameter minorGridWidth is:
\copydoc minorGridWidth
*/ virtual void set_minorGridWidth(double __value); /** \brief sets the property minorGridStyle to the specified \a __value. - * \details Description of the parameter minorGridStyle is:
\copybrief minorGridStyle
*/ + * \details Description of the parameter minorGridStyle is:
\copydoc minorGridStyle
*/ virtual void set_minorGridStyle (Qt::PenStyle __value); /** \brief sets the property drawMode1 to the specified \a __value. - * \details Description of the parameter drawMode1 is:
\copybrief drawMode1
*/ + * \details Description of the parameter drawMode1 is:
\copydoc drawMode1
*/ virtual void set_drawMode1 (JKQTPCADrawMode __value); /** \brief sets the property drawMode2 to the specified \a __value. - * \details Description of the parameter drawMode2 is:
\copybrief drawMode2
*/ + * \details Description of the parameter drawMode2 is:
\copydoc drawMode2
*/ virtual void set_drawMode2(JKQTPCADrawMode __value); /** \brief sets the property minorTickWidth to the specified \a __value. - * \details Description of the parameter minorTickWidth is:
\copybrief minorTickWidth
*/ + * \details Description of the parameter minorTickWidth is:
\copydoc minorTickWidth
*/ virtual void set_minorTickWidth(double __value); /** \brief sets the property tickWidth to the specified \a __value. - * \details Description of the parameter tickWidth is:
\copybrief tickWidth
*/ + * \details Description of the parameter tickWidth is:
\copydoc tickWidth
*/ virtual void set_tickWidth (double __value); /** \brief sets the property lineWidth to the specified \a __value. - * \details Description of the parameter lineWidth is:
\copybrief lineWidth
*/ + * \details Description of the parameter lineWidth is:
\copydoc lineWidth
*/ virtual void set_lineWidth (double __value); /** \brief sets the property lineWidthZeroAxis to the specified \a __value. - * \details Description of the parameter lineWidthZeroAxis is:
\copybrief lineWidthZeroAxis
*/ + * \details Description of the parameter lineWidthZeroAxis is:
\copydoc lineWidthZeroAxis
*/ virtual void set_lineWidthZeroAxis (double __value); /** \brief sets the property tickLabelDistance to the specified \a __value. - * \details Description of the parameter tickLabelDistance is:
\copybrief tickLabelDistance
*/ + * \details Description of the parameter tickLabelDistance is:
\copydoc tickLabelDistance
*/ virtual void set_tickLabelDistance(double __value); /** \brief sets the property labelDistance to the specified \a __value. - * \details Description of the parameter labelDistance is:
\copybrief labelDistance
*/ + * \details Description of the parameter labelDistance is:
\copydoc labelDistance
*/ virtual void set_labelDistance(double __value); /** \brief sets the property labelDigits to the specified \a __value. - * \details Description of the parameter labelDistance is:
\copybrief labelDigits
*/ + * \details Description of the parameter labelDistance is:
\copydoc labelDigits
*/ virtual void set_labelDigits(int __value); /** \brief sets the property drawGrid to the specified \a __value. - * \details Description of the parameter drawGrid is:
\copybrief drawGrid
*/ + * \details Description of the parameter drawGrid is:
\copydoc drawGrid
*/ virtual void set_drawGrid(bool __value); /** \brief sets the property drawMinorGrid to the specified \a __value. - * \details Description of the parameter drawMinorGrid is:
\copybrief drawMinorGrid
*/ + * \details Description of the parameter drawMinorGrid is:
\copydoc drawMinorGrid
*/ virtual void set_drawMinorGrid(bool __value); /** \brief sets the property tickLabelAngle to the specified \a __value. - * \details Description of the parameter tickLabelAngle is:
\copybrief tickLabelAngle
*/ + * \details Description of the parameter tickLabelAngle is:
\copydoc tickLabelAngle
*/ virtual void set_tickLabelAngle(double __value); protected: diff --git a/lib/jkqtplotter/jkqtpbaseplotter.h b/lib/jkqtplotter/jkqtpbaseplotter.h index 2af275ce3a..63880f2949 100644 --- a/lib/jkqtplotter/jkqtpbaseplotter.h +++ b/lib/jkqtplotter/jkqtpbaseplotter.h @@ -638,42 +638,42 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { bool exportpreview(QSizeF pageSize, bool unitIsMM=false); /*! \brief sets the property fontSizeMultiplier to the specified \a __value. - \details Description of the parameter fontSizeMultiplier is:
\copybrief fontSizeMultiplier
+ \details Description of the parameter fontSizeMultiplier is:
\copydoc fontSizeMultiplier
\see fontSizeMultiplier for more information */ inline virtual void set_fontSizeMultiplier(double __value) { this->fontSizeMultiplier = __value; } /*! \brief sets the property lineWidthMultiplier to the specified \a __value. - \details Description of the parameter lineWidthMultiplier is:
\copybrief lineWidthMultiplier
+ \details Description of the parameter lineWidthMultiplier is:
\copydoc lineWidthMultiplier
\see lineWidthMultiplier for more information */ inline virtual void set_lineWidthMultiplier(double __value) { this->lineWidthMultiplier = __value; } /*! \brief sets the property printMagnification to the specified \a __value. - \details Description of the parameter printMagnification is:
\copybrief printMagnification
+ \details Description of the parameter printMagnification is:
\copydoc printMagnification
\see printMagnification for more information */ inline virtual void set_printMagnification(double __value) { this->printMagnification = __value; } /*! \brief returns the property printMagnification. - \details Description of the parameter printMagnification is:
\copybrief printMagnification
+ \details Description of the parameter printMagnification is:
\copydoc printMagnification
\see printMagnification for more information */ inline virtual double get_printMagnification() const { return this->printMagnification; } /*! \brief sets the property paintMagnification to the specified \a __value. - \details Description of the parameter paintMagnification is:
\copybrief paintMagnification
+ \details Description of the parameter paintMagnification is:
\copydoc paintMagnification
\see paintMagnification for more information */ inline virtual void set_paintMagnification(double __value) { this->paintMagnification = __value; } /*! \brief returns the property paintMagnification. - \details Description of the parameter paintMagnification is:
\copybrief paintMagnification
+ \details Description of the parameter paintMagnification is:
\copydoc paintMagnification
\see paintMagnification for more information */ inline virtual double get_paintMagnification() const { @@ -914,7 +914,7 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { * the lather case */ void forceInternalDatastore(); - /*! \brief returns the property emitSignals. \details Description of the parameter emitSignals is:
\copybrief emitSignals
. \see emitSignals for more information */ + /*! \brief returns the property emitSignals. \details Description of the parameter emitSignals is:
\copydoc emitSignals
. \see emitSignals for more information */ inline bool get_emitSignals()const { return this->emitSignals; } void set_emitSignals(bool enabled); @@ -1137,33 +1137,33 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { void update_plot() { if (emitPlotSignals) emit plotUpdated(); } /*! \brief sets the property emitPlotSignals to the specified \a __value. - \details Description of the parameter emitPlotSignals is:
\copybrief emitPlotSignals
+ \details Description of the parameter emitPlotSignals is:
\copydoc emitPlotSignals
\see emitPlotSignals for more information */ inline virtual void set_emitPlotSignals(bool __value) { this->emitPlotSignals = __value; } /*! \brief returns the property emitPlotSignals. - \details Description of the parameter emitPlotSignals is:
\copybrief emitPlotSignals
+ \details Description of the parameter emitPlotSignals is:
\copydoc emitPlotSignals
\see emitPlotSignals for more information */ inline virtual bool get_emitPlotSignals() const { return this->emitPlotSignals; } - /*! \brief returns the property plotBorderTop. \details Description of the parameter plotBorderTop is:
\copybrief plotBorderTop
. \see plotBorderTop for more information */ + /*! \brief returns the property plotBorderTop. \details Description of the parameter plotBorderTop is:
\copydoc plotBorderTop
. \see plotBorderTop for more information */ inline int get_plotBorderTop() const { return this->plotBorderTop; } - /*! \brief returns the property plotBorderLeft. \details Description of the parameter plotBorderLeft is:
\copybrief plotBorderLeft
. \see plotBorderLeft for more information */ + /*! \brief returns the property plotBorderLeft. \details Description of the parameter plotBorderLeft is:
\copydoc plotBorderLeft
. \see plotBorderLeft for more information */ inline int get_plotBorderLeft() const { return this->plotBorderLeft; } - /*! \brief returns the property plotBorderBottom. \details Description of the parameter plotBorderBottom is:
\copybrief plotBorderBottom
. \see plotBorderBottom for more information */ + /*! \brief returns the property plotBorderBottom. \details Description of the parameter plotBorderBottom is:
\copydoc plotBorderBottom
. \see plotBorderBottom for more information */ inline int get_plotBorderBottom() const { return this->plotBorderBottom; } - /*! \brief returns the property plotBorderRight. \details Description of the parameter plotBorderRight is:
\copybrief plotBorderRight
. \see plotBorderRight for more information */ + /*! \brief returns the property plotBorderRight. \details Description of the parameter plotBorderRight is:
\copydoc plotBorderRight
. \see plotBorderRight for more information */ inline int get_plotBorderRight() const { return this->plotBorderRight; } - /*! \brief returns the property maintainAspectRatio. \details Description of the parameter maintainAspectRatio is:
\copybrief maintainAspectRatio
. \see maintainAspectRatio for more information */ + /*! \brief returns the property maintainAspectRatio. \details Description of the parameter maintainAspectRatio is:
\copydoc maintainAspectRatio
. \see maintainAspectRatio for more information */ inline bool get_maintainAspectRatio() const { return this->maintainAspectRatio; } /*! \brief sets the property aspectRatio to the specified \a __value. - \details Description of the parameter aspectRatio is:
\copybrief aspectRatio
+ \details Description of the parameter aspectRatio is:
\copydoc aspectRatio
\see aspectRatio for more information */ inline virtual void set_aspectRatio(double __value) { @@ -1173,17 +1173,17 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property aspectRatio. - \details Description of the parameter aspectRatio is:
\copybrief aspectRatio
+ \details Description of the parameter aspectRatio is:
\copydoc aspectRatio
\see aspectRatio for more information */ inline virtual double get_aspectRatio() const { return this->aspectRatio; } - /*! \brief returns the property maintainAxisAspectRatio. \details Description of the parameter maintainAxisAspectRatio is:
\copybrief maintainAxisAspectRatio
. \see maintainAxisAspectRatio for more information */ + /*! \brief returns the property maintainAxisAspectRatio. \details Description of the parameter maintainAxisAspectRatio is:
\copydoc maintainAxisAspectRatio
. \see maintainAxisAspectRatio for more information */ inline bool get_maintainAxisAspectRatio() const { return this->maintainAxisAspectRatio; } /*! \brief sets the property axisAspectRatio to the specified \a __value. - \details Description of the parameter axisAspectRatio is:
\copybrief axisAspectRatio
+ \details Description of the parameter axisAspectRatio is:
\copydoc axisAspectRatio
\see axisAspectRatio for more information */ inline virtual void set_axisAspectRatio(double __value) { @@ -1193,7 +1193,7 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property axisAspectRatio. - \details Description of the parameter axisAspectRatio is:
\copybrief axisAspectRatio
+ \details Description of the parameter axisAspectRatio is:
\copydoc axisAspectRatio
\see axisAspectRatio for more information */ inline virtual double get_axisAspectRatio() const { @@ -1201,7 +1201,7 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } /*! \brief sets the property useAntiAliasingForSystem to the specified \a __value. - \details Description of the parameter useAntiAliasingForSystem is:
\copybrief useAntiAliasingForSystem
+ \details Description of the parameter useAntiAliasingForSystem is:
\copydoc useAntiAliasingForSystem
\see useAntiAliasingForSystem for more information */ inline virtual void set_useAntiAliasingForSystem(bool __value) { @@ -1211,14 +1211,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property useAntiAliasingForSystem. - \details Description of the parameter useAntiAliasingForSystem is:
\copybrief useAntiAliasingForSystem
+ \details Description of the parameter useAntiAliasingForSystem is:
\copydoc useAntiAliasingForSystem
\see useAntiAliasingForSystem for more information */ inline virtual bool get_useAntiAliasingForSystem() const { return this->useAntiAliasingForSystem; } /*! \brief sets the property useAntiAliasingForGraphs to the specified \a __value. - \details Description of the parameter useAntiAliasingForGraphs is:
\copybrief useAntiAliasingForGraphs
+ \details Description of the parameter useAntiAliasingForGraphs is:
\copydoc useAntiAliasingForGraphs
\see useAntiAliasingForGraphs for more information */ inline virtual void set_useAntiAliasingForGraphs(bool __value) { @@ -1228,14 +1228,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property useAntiAliasingForGraphs. - \details Description of the parameter useAntiAliasingForGraphs is:
\copybrief useAntiAliasingForGraphs
+ \details Description of the parameter useAntiAliasingForGraphs is:
\copydoc useAntiAliasingForGraphs
\see useAntiAliasingForGraphs for more information */ inline virtual bool get_useAntiAliasingForGraphs() const { return this->useAntiAliasingForGraphs; } /*! \brief sets the property useAntiAliasingForText to the specified \a __value. - \details Description of the parameter useAntiAliasingForText is:
\copybrief useAntiAliasingForText
+ \details Description of the parameter useAntiAliasingForText is:
\copydoc useAntiAliasingForText
\see useAntiAliasingForText for more information */ inline virtual void set_useAntiAliasingForText(bool __value) { @@ -1245,7 +1245,7 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property useAntiAliasingForText. - \details Description of the parameter useAntiAliasingForText is:
\copybrief useAntiAliasingForText
+ \details Description of the parameter useAntiAliasingForText is:
\copydoc useAntiAliasingForText
\see useAntiAliasingForText for more information */ inline virtual bool get_useAntiAliasingForText() const { @@ -1253,7 +1253,7 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } /*! \brief sets the property graphColor to the specified \a __value. - \details Description of the parameter graphColor is:
\copybrief graphColor
+ \details Description of the parameter graphColor is:
\copydoc graphColor
\see graphColor for more information */ inline virtual void set_graphColor(const QColor & __value) { @@ -1263,14 +1263,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property graphColor. - \details Description of the parameter graphColor is:
\copybrief graphColor
+ \details Description of the parameter graphColor is:
\copydoc graphColor
\see graphColor for more information */ inline virtual QColor get_graphColor() const { return this->graphColor; } /*! \brief sets the property graphWidth to the specified \a __value. - \details Description of the parameter graphWidth is:
\copybrief graphWidth
+ \details Description of the parameter graphWidth is:
\copydoc graphWidth
\see graphWidth for more information */ inline virtual void set_graphWidth(double __value) { @@ -1280,7 +1280,7 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property graphWidth. - \details Description of the parameter graphWidth is:
\copybrief graphWidth
+ \details Description of the parameter graphWidth is:
\copydoc graphWidth
\see graphWidth for more information */ inline virtual double get_graphWidth() const { @@ -1288,7 +1288,7 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } /*! \brief sets the property backgroundColor to the specified \a __value. - \details Description of the parameter backgroundColor is:
\copybrief backgroundColor
+ \details Description of the parameter backgroundColor is:
\copydoc backgroundColor
\see backgroundColor for more information */ inline virtual void set_backgroundColor(const QColor & __value) { @@ -1298,14 +1298,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property backgroundColor. - \details Description of the parameter backgroundColor is:
\copybrief backgroundColor
+ \details Description of the parameter backgroundColor is:
\copydoc backgroundColor
\see backgroundColor for more information */ inline virtual QColor get_backgroundColor() const { return this->backgroundColor; } /*! \brief sets the property exportBackgroundColor to the specified \a __value. - \details Description of the parameter exportBackgroundColor is:
\copybrief exportBackgroundColor
+ \details Description of the parameter exportBackgroundColor is:
\copydoc exportBackgroundColor
\see exportBackgroundColor for more information */ inline virtual void set_exportBackgroundColor(const QColor & __value) { @@ -1315,14 +1315,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property exportBackgroundColor. - \details Description of the parameter exportBackgroundColor is:
\copybrief exportBackgroundColor
+ \details Description of the parameter exportBackgroundColor is:
\copydoc exportBackgroundColor
\see exportBackgroundColor for more information */ inline virtual QColor get_exportBackgroundColor() const { return this->exportBackgroundColor; } /*! \brief sets the property plotBackgroundColor to the specified \a __value. - \details Description of the parameter plotBackgroundColor is:
\copybrief plotBackgroundColor
+ \details Description of the parameter plotBackgroundColor is:
\copydoc plotBackgroundColor
\see plotBackgroundColor for more information */ inline virtual void set_plotBackgroundColor(const QColor & __value) { @@ -1332,7 +1332,7 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property plotBackgroundColor. - \details Description of the parameter plotBackgroundColor is:
\copybrief plotBackgroundColor
+ \details Description of the parameter plotBackgroundColor is:
\copydoc plotBackgroundColor
\see plotBackgroundColor for more information */ inline virtual QColor get_plotBackgroundColor() const { @@ -1340,7 +1340,7 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } /*! \brief sets the property keyFont to the specified \a __value. - \details Description of the parameter keyFont is:
\copybrief keyFont
+ \details Description of the parameter keyFont is:
\copydoc keyFont
\see keyFont for more information */ inline virtual void set_keyFont(const QString & __value) { @@ -1350,14 +1350,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property keyFont. - \details Description of the parameter keyFont is:
\copybrief keyFont
+ \details Description of the parameter keyFont is:
\copydoc keyFont
\see keyFont for more information */ inline virtual QString get_keyFont() const { return this->keyFont; } /*! \brief sets the property keyFontSize to the specified \a __value. - \details Description of the parameter keyFontSize is:
\copybrief keyFontSize
+ \details Description of the parameter keyFontSize is:
\copydoc keyFontSize
\see keyFontSize for more information */ inline virtual void set_keyFontSize(double __value) { @@ -1367,14 +1367,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property keyFontSize. - \details Description of the parameter keyFontSize is:
\copybrief keyFontSize
+ \details Description of the parameter keyFontSize is:
\copydoc keyFontSize
\see keyFontSize for more information */ inline virtual double get_keyFontSize() const { return this->keyFontSize; } /*! \brief sets the property key_item_width to the specified \a __value. - \details Description of the parameter key_item_width is:
\copybrief key_item_width
+ \details Description of the parameter key_item_width is:
\copydoc key_item_width
\see key_item_width for more information */ inline virtual void set_key_item_width(double __value) { @@ -1384,14 +1384,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property key_item_width. - \details Description of the parameter key_item_width is:
\copybrief key_item_width
+ \details Description of the parameter key_item_width is:
\copydoc key_item_width
\see key_item_width for more information */ inline virtual double get_key_item_width() const { return this->key_item_width; } /*! \brief sets the property key_item_height to the specified \a __value. - \details Description of the parameter key_item_height is:
\copybrief key_item_height
+ \details Description of the parameter key_item_height is:
\copydoc key_item_height
\see key_item_height for more information */ inline virtual void set_key_item_height(double __value) { @@ -1401,14 +1401,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property key_item_height. - \details Description of the parameter key_item_height is:
\copybrief key_item_height
+ \details Description of the parameter key_item_height is:
\copydoc key_item_height
\see key_item_height for more information */ inline virtual double get_key_item_height() const { return this->key_item_height; } /*! \brief sets the property keyYSeparation to the specified \a __value. - \details Description of the parameter keyYSeparation is:
\copybrief keyYSeparation
+ \details Description of the parameter keyYSeparation is:
\copydoc keyYSeparation
\see keyYSeparation for more information */ inline virtual void set_keyYSeparation(double __value) { @@ -1418,14 +1418,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property keyYSeparation. - \details Description of the parameter keyYSeparation is:
\copybrief keyYSeparation
+ \details Description of the parameter keyYSeparation is:
\copydoc keyYSeparation
\see keyYSeparation for more information */ inline virtual double get_keyYSeparation() const { return this->keyYSeparation; } /*! \brief sets the property key_line_length to the specified \a __value. - \details Description of the parameter key_line_length is:
\copybrief key_line_length
+ \details Description of the parameter key_line_length is:
\copydoc key_line_length
\see key_line_length for more information */ inline virtual void set_key_line_length(double __value) { @@ -1435,14 +1435,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property key_line_length. - \details Description of the parameter key_line_length is:
\copybrief key_line_length
+ \details Description of the parameter key_line_length is:
\copydoc key_line_length
\see key_line_length for more information */ inline virtual double get_key_line_length() const { return this->key_line_length; } /*! \brief sets the property keyXMargin to the specified \a __value. - \details Description of the parameter keyXMargin is:
\copybrief keyXMargin
+ \details Description of the parameter keyXMargin is:
\copydoc keyXMargin
\see keyXMargin for more information */ inline virtual void set_keyXMargin(double __value) { @@ -1452,14 +1452,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property keyXMargin. - \details Description of the parameter keyXMargin is:
\copybrief keyXMargin
+ \details Description of the parameter keyXMargin is:
\copydoc keyXMargin
\see keyXMargin for more information */ inline virtual double get_keyXMargin() const { return this->keyXMargin; } /*! \brief sets the property keyYMargin to the specified \a __value. - \details Description of the parameter keyYMargin is:
\copybrief keyYMargin
+ \details Description of the parameter keyYMargin is:
\copydoc keyYMargin
\see keyYMargin for more information */ inline virtual void set_keyYMargin(double __value) { @@ -1469,14 +1469,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property keyYMargin. - \details Description of the parameter keyYMargin is:
\copybrief keyYMargin
+ \details Description of the parameter keyYMargin is:
\copydoc keyYMargin
\see keyYMargin for more information */ inline virtual double get_keyYMargin() const { return this->keyYMargin; } /*! \brief sets the property keyXSeparation to the specified \a __value. - \details Description of the parameter keyXSeparation is:
\copybrief keyXSeparation
+ \details Description of the parameter keyXSeparation is:
\copydoc keyXSeparation
\see keyXSeparation for more information */ inline virtual void set_keyXSeparation(double __value) { @@ -1486,7 +1486,7 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property keyXSeparation. - \details Description of the parameter keyXSeparation is:
\copybrief keyXSeparation
+ \details Description of the parameter keyXSeparation is:
\copydoc keyXSeparation
\see keyXSeparation for more information */ inline virtual double get_keyXSeparation() const { @@ -1494,7 +1494,7 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } /*! \brief sets the property keyXOffset to the specified \a __value. - \details Description of the parameter keyXOffset is:
\copybrief keyXOffset
+ \details Description of the parameter keyXOffset is:
\copydoc keyXOffset
\see keyXOffset for more information */ inline virtual void set_keyXOffset(double __value) { @@ -1504,14 +1504,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property keyXOffset. - \details Description of the parameter keyXOffset is:
\copybrief keyXOffset
+ \details Description of the parameter keyXOffset is:
\copydoc keyXOffset
\see keyXOffset for more information */ inline virtual double get_keyXOffset() const { return this->keyXOffset; } /*! \brief sets the property keyYOffset to the specified \a __value. - \details Description of the parameter keyYOffset is:
\copybrief keyYOffset
+ \details Description of the parameter keyYOffset is:
\copydoc keyYOffset
\see keyYOffset for more information */ inline virtual void set_keyYOffset(double __value) { @@ -1521,14 +1521,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property keyYOffset. - \details Description of the parameter keyYOffset is:
\copybrief keyYOffset
+ \details Description of the parameter keyYOffset is:
\copydoc keyYOffset
\see keyYOffset for more information */ inline virtual double get_keyYOffset() const { return this->keyYOffset; } /*! \brief sets the property showKey to the specified \a __value. - \details Description of the parameter showKey is:
\copybrief showKey
+ \details Description of the parameter showKey is:
\copydoc showKey
\see showKey for more information */ inline virtual void set_showKey(bool __value) { @@ -1538,14 +1538,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property showKey. - \details Description of the parameter showKey is:
\copybrief showKey
+ \details Description of the parameter showKey is:
\copydoc showKey
\see showKey for more information */ inline virtual bool get_showKey() const { return this->showKey; } /*! \brief sets the property showKeyFrame to the specified \a __value. - \details Description of the parameter showKeyFrame is:
\copybrief showKeyFrame
+ \details Description of the parameter showKeyFrame is:
\copydoc showKeyFrame
\see showKeyFrame for more information */ inline virtual void set_showKeyFrame(bool __value) { @@ -1555,14 +1555,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property showKeyFrame. - \details Description of the parameter showKeyFrame is:
\copybrief showKeyFrame
+ \details Description of the parameter showKeyFrame is:
\copydoc showKeyFrame
\see showKeyFrame for more information */ inline virtual bool get_showKeyFrame() const { return this->showKeyFrame; } /*! \brief sets the property keyFrameColor to the specified \a __value. - \details Description of the parameter keyFrameColor is:
\copybrief keyFrameColor
+ \details Description of the parameter keyFrameColor is:
\copydoc keyFrameColor
\see keyFrameColor for more information */ inline virtual void set_keyFrameColor(const QColor & __value) { @@ -1572,14 +1572,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property keyFrameColor. - \details Description of the parameter keyFrameColor is:
\copybrief keyFrameColor
+ \details Description of the parameter keyFrameColor is:
\copydoc keyFrameColor
\see keyFrameColor for more information */ inline virtual QColor get_keyFrameColor() const { return this->keyFrameColor; } /*! \brief sets the property keyBackgroundColor to the specified \a __value. - \details Description of the parameter keyBackgroundColor is:
\copybrief keyBackgroundColor
+ \details Description of the parameter keyBackgroundColor is:
\copydoc keyBackgroundColor
\see keyBackgroundColor for more information */ inline virtual void set_keyBackgroundColor(const QColor & __value) { @@ -1589,14 +1589,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property keyBackgroundColor. - \details Description of the parameter keyBackgroundColor is:
\copybrief keyBackgroundColor
+ \details Description of the parameter keyBackgroundColor is:
\copydoc keyBackgroundColor
\see keyBackgroundColor for more information */ inline virtual QColor get_keyBackgroundColor() const { return this->keyBackgroundColor; } /*! \brief sets the property keyFrameWidth to the specified \a __value. - \details Description of the parameter keyFrameWidth is:
\copybrief keyFrameWidth
+ \details Description of the parameter keyFrameWidth is:
\copydoc keyFrameWidth
\see keyFrameWidth for more information */ inline virtual void set_keyFrameWidth(double __value) { @@ -1606,14 +1606,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property keyFrameWidth. - \details Description of the parameter keyFrameWidth is:
\copybrief keyFrameWidth
+ \details Description of the parameter keyFrameWidth is:
\copydoc keyFrameWidth
\see keyFrameWidth for more information */ inline virtual double get_keyFrameWidth() const { return this->keyFrameWidth; } /*! \brief sets the property keyAutosize to the specified \a __value. - \details Description of the parameter keyAutosize is:
\copybrief keyAutosize
+ \details Description of the parameter keyAutosize is:
\copydoc keyAutosize
\see keyAutosize for more information */ inline virtual void set_keyAutosize(bool __value) { @@ -1623,14 +1623,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property keyAutosize. - \details Description of the parameter keyAutosize is:
\copybrief keyAutosize
+ \details Description of the parameter keyAutosize is:
\copydoc keyAutosize
\see keyAutosize for more information */ inline virtual bool get_keyAutosize() const { return this->keyAutosize; } /*! \brief sets the property keyPosition to the specified \a __value. - \details Description of the parameter keyPosition is:
\copybrief keyPosition
+ \details Description of the parameter keyPosition is:
\copydoc keyPosition
\see keyPosition for more information */ inline virtual void set_keyPosition(const JKQTPKeyPosition & __value) { @@ -1640,14 +1640,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property keyPosition. - \details Description of the parameter keyPosition is:
\copybrief keyPosition
+ \details Description of the parameter keyPosition is:
\copydoc keyPosition
\see keyPosition for more information */ inline virtual JKQTPKeyPosition get_keyPosition() const { return this->keyPosition; } /*! \brief sets the property keyLayout to the specified \a __value. - \details Description of the parameter keyLayout is:
\copybrief keyLayout
+ \details Description of the parameter keyLayout is:
\copydoc keyLayout
\see keyLayout for more information */ inline virtual void set_keyLayout(const JKQTPKeyLayout & __value) { @@ -1657,7 +1657,7 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property keyLayout. - \details Description of the parameter keyLayout is:
\copybrief keyLayout
+ \details Description of the parameter keyLayout is:
\copydoc keyLayout
\see keyLayout for more information */ inline virtual JKQTPKeyLayout get_keyLayout() const { @@ -1665,7 +1665,7 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } /*! \brief sets the property plotLabelFontSize to the specified \a __value. - \details Description of the parameter plotLabelFontSize is:
\copybrief plotLabelFontSize
+ \details Description of the parameter plotLabelFontSize is:
\copydoc plotLabelFontSize
\see plotLabelFontSize for more information */ inline virtual void set_plotLabelFontSize(double __value) { @@ -1675,14 +1675,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property plotLabelFontSize. - \details Description of the parameter plotLabelFontSize is:
\copybrief plotLabelFontSize
+ \details Description of the parameter plotLabelFontSize is:
\copydoc plotLabelFontSize
\see plotLabelFontSize for more information */ inline virtual double get_plotLabelFontSize() const { return this->plotLabelFontSize; } /*! \brief sets the property plotLabelFontname to the specified \a __value. - \details Description of the parameter plotLabelFontname is:
\copybrief plotLabelFontname
+ \details Description of the parameter plotLabelFontname is:
\copydoc plotLabelFontname
\see plotLabelFontname for more information */ inline virtual void set_plotLabelFontname(const QString & __value) { @@ -1692,14 +1692,14 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property plotLabelFontname. - \details Description of the parameter plotLabelFontname is:
\copybrief plotLabelFontname
+ \details Description of the parameter plotLabelFontname is:
\copydoc plotLabelFontname
\see plotLabelFontname for more information */ inline virtual QString get_plotLabelFontname() const { return this->plotLabelFontname; } /*! \brief sets the property plotLabel to the specified \a __value. - \details Description of the parameter plotLabel is:
\copybrief plotLabel
+ \details Description of the parameter plotLabel is:
\copydoc plotLabel
\see plotLabel for more information */ inline virtual void set_plotLabel(const QString & __value) { @@ -1709,7 +1709,7 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } } /*! \brief returns the property plotLabel. - \details Description of the parameter plotLabel is:
\copybrief plotLabel
+ \details Description of the parameter plotLabel is:
\copydoc plotLabel
\see plotLabel for more information */ inline virtual QString get_plotLabel() const { @@ -1717,115 +1717,115 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } /*! \brief sets the property gridPrinting to the specified \a __value. - \details Description of the parameter gridPrinting is:
\copybrief gridPrinting
+ \details Description of the parameter gridPrinting is:
\copydoc gridPrinting
\see gridPrinting for more information */ inline virtual void set_gridPrinting(bool __value) { this->gridPrinting = __value; } /*! \brief returns the property gridPrinting. - \details Description of the parameter gridPrinting is:
\copybrief gridPrinting
+ \details Description of the parameter gridPrinting is:
\copydoc gridPrinting
\see gridPrinting for more information */ inline virtual bool get_gridPrinting() const { return this->gridPrinting; } /*! \brief sets the property gridPrintingCurrentX to the specified \a __value. - \details Description of the parameter gridPrintingCurrentX is:
\copybrief gridPrintingCurrentX
+ \details Description of the parameter gridPrintingCurrentX is:
\copydoc gridPrintingCurrentX
\see gridPrintingCurrentX for more information */ inline virtual void set_gridPrintingCurrentX(size_t __value) { this->gridPrintingCurrentX = __value; } /*! \brief returns the property gridPrintingCurrentX. - \details Description of the parameter gridPrintingCurrentX is:
\copybrief gridPrintingCurrentX
+ \details Description of the parameter gridPrintingCurrentX is:
\copydoc gridPrintingCurrentX
\see gridPrintingCurrentX for more information */ inline virtual size_t get_gridPrintingCurrentX() const { return this->gridPrintingCurrentX; } /*! \brief sets the property gridPrintingCurrentY to the specified \a __value. - \details Description of the parameter gridPrintingCurrentY is:
\copybrief gridPrintingCurrentY
+ \details Description of the parameter gridPrintingCurrentY is:
\copydoc gridPrintingCurrentY
\see gridPrintingCurrentY for more information */ inline virtual void set_gridPrintingCurrentY(size_t __value) { this->gridPrintingCurrentY = __value; } /*! \brief returns the property gridPrintingCurrentY. - \details Description of the parameter gridPrintingCurrentY is:
\copybrief gridPrintingCurrentY
+ \details Description of the parameter gridPrintingCurrentY is:
\copydoc gridPrintingCurrentY
\see gridPrintingCurrentY for more information */ inline virtual size_t get_gridPrintingCurrentY() const { return this->gridPrintingCurrentY; } /*! \brief sets the property currentSaveDirectory to the specified \a __value. - \details Description of the parameter currentSaveDirectory is:
\copybrief currentSaveDirectory
+ \details Description of the parameter currentSaveDirectory is:
\copydoc currentSaveDirectory
\see currentSaveDirectory for more information */ inline virtual void set_currentSaveDirectory(const QString & __value) { this->currentSaveDirectory = __value; } /*! \brief returns the property currentSaveDirectory. - \details Description of the parameter currentSaveDirectory is:
\copybrief currentSaveDirectory
+ \details Description of the parameter currentSaveDirectory is:
\copydoc currentSaveDirectory
\see currentSaveDirectory for more information */ inline virtual QString get_currentSaveDirectory() const { return this->currentSaveDirectory; } /*! \brief sets the property currentFileFormat to the specified \a __value. - \details Description of the parameter currentFileFormat is:
\copybrief currentFileFormat
+ \details Description of the parameter currentFileFormat is:
\copydoc currentFileFormat
\see currentFileFormat for more information */ inline virtual void set_currentFileFormat(const QString & __value) { this->currentFileFormat = __value; } /*! \brief returns the property currentFileFormat. - \details Description of the parameter currentFileFormat is:
\copybrief currentFileFormat
+ \details Description of the parameter currentFileFormat is:
\copydoc currentFileFormat
\see currentFileFormat for more information */ inline virtual QString get_currentFileFormat() const { return this->currentFileFormat; } /*! \brief sets the property CSVdecimalSeparator to the specified \a __value. - \details Description of the parameter CSVdecimalSeparator is:
\copybrief CSVdecimalSeparator
+ \details Description of the parameter CSVdecimalSeparator is:
\copydoc CSVdecimalSeparator
\see CSVdecimalSeparator for more information */ inline virtual void set_CSVdecimalSeparator(const QString & __value) { this->CSVdecimalSeparator = __value; } /*! \brief returns the property CSVdecimalSeparator. - \details Description of the parameter CSVdecimalSeparator is:
\copybrief CSVdecimalSeparator
+ \details Description of the parameter CSVdecimalSeparator is:
\copydoc CSVdecimalSeparator
\see CSVdecimalSeparator for more information */ inline virtual QString get_CSVdecimalSeparator() const { return this->CSVdecimalSeparator; } /*! \brief sets the property CSVcommentInitializer to the specified \a __value. - \details Description of the parameter CSVcommentInitializer is:
\copybrief CSVcommentInitializer
+ \details Description of the parameter CSVcommentInitializer is:
\copydoc CSVcommentInitializer
\see CSVcommentInitializer for more information */ inline virtual void set_CSVcommentInitializer(const QString & __value) { this->CSVcommentInitializer = __value; } /*! \brief returns the property CSVcommentInitializer. - \details Description of the parameter CSVcommentInitializer is:
\copybrief CSVcommentInitializer
+ \details Description of the parameter CSVcommentInitializer is:
\copydoc CSVcommentInitializer
\see CSVcommentInitializer for more information */ inline virtual QString get_CSVcommentInitializer() const { return this->CSVcommentInitializer; } - /*! \brief returns the property iplotBorderTop. \details Description of the parameter iplotBorderTop is:
\copybrief iplotBorderTop
. \see iplotBorderTop for more information */ + /*! \brief returns the property iplotBorderTop. \details Description of the parameter iplotBorderTop is:
\copydoc iplotBorderTop
. \see iplotBorderTop for more information */ inline int get_iplotBorderTop() const { return this->iplotBorderTop; } - /*! \brief returns the property iplotBorderLeft. \details Description of the parameter iplotBorderLeft is:
\copybrief iplotBorderLeft
. \see iplotBorderLeft for more information */ + /*! \brief returns the property iplotBorderLeft. \details Description of the parameter iplotBorderLeft is:
\copydoc iplotBorderLeft
. \see iplotBorderLeft for more information */ inline int get_iplotBorderLeft() const { return this->iplotBorderLeft; } - /*! \brief returns the property iplotBorderBottom. \details Description of the parameter iplotBorderBottom is:
\copybrief iplotBorderBottom
. \see iplotBorderBottom for more information */ + /*! \brief returns the property iplotBorderBottom. \details Description of the parameter iplotBorderBottom is:
\copydoc iplotBorderBottom
. \see iplotBorderBottom for more information */ inline int get_iplotBorderBottom() const { return this->iplotBorderBottom; } - /*! \brief returns the property iplotBorderRight. \details Description of the parameter iplotBorderRight is:
\copybrief iplotBorderRight
. \see iplotBorderRight for more information */ + /*! \brief returns the property iplotBorderRight. \details Description of the parameter iplotBorderRight is:
\copydoc iplotBorderRight
. \see iplotBorderRight for more information */ inline int get_iplotBorderRight() const { return this->iplotBorderRight; } - /*! \brief returns the property plotWidth. \details Description of the parameter plotWidth is:
\copybrief plotWidth
. \see plotWidth for more information */ + /*! \brief returns the property plotWidth. \details Description of the parameter plotWidth is:
\copydoc plotWidth
. \see plotWidth for more information */ inline int get_plotWidth() const { return this->plotWidth; } - /*! \brief returns the property plotHeight. \details Description of the parameter plotHeight is:
\copybrief plotHeight
. \see plotHeight for more information */ + /*! \brief returns the property plotHeight. \details Description of the parameter plotHeight is:
\copydoc plotHeight
. \see plotHeight for more information */ inline int get_plotHeight() const { return this->plotHeight; } /** \brief returns the internal JKQTMathText, used to render text with LaTeX markup */ inline JKQTMathText* get_mathText() { return &mathText; } @@ -1841,58 +1841,58 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { inline const JKQTPVerticalAxis* get_yAxis() const { return yAxis; } - /*! \brief returns the property actSavePlot. \details Description of the parameter actSavePlot is:
\copybrief actSavePlot
. \see actSavePlot for more information */ + /*! \brief returns the property actSavePlot. \details Description of the parameter actSavePlot is:
\copydoc actSavePlot
. \see actSavePlot for more information */ inline QAction* get_actSavePlot() const { return this->actSavePlot; } - /*! \brief returns the property actSaveData. \details Description of the parameter actSaveData is:
\copybrief actSaveData
. \see actSaveData for more information */ + /*! \brief returns the property actSaveData. \details Description of the parameter actSaveData is:
\copydoc actSaveData
. \see actSaveData for more information */ inline QAction* get_actSaveData() const { return this->actSaveData; } - /*! \brief returns the property actCopyData. \details Description of the parameter actCopyData is:
\copybrief actCopyData
. \see actCopyData for more information */ + /*! \brief returns the property actCopyData. \details Description of the parameter actCopyData is:
\copydoc actCopyData
. \see actCopyData for more information */ inline QAction* get_actCopyData() const { return this->actCopyData; } - /*! \brief returns the property actCopyPixelImage. \details Description of the parameter actCopyPixelImage is:
\copybrief actCopyPixelImage
. \see actCopyPixelImage for more information */ + /*! \brief returns the property actCopyPixelImage. \details Description of the parameter actCopyPixelImage is:
\copydoc actCopyPixelImage
. \see actCopyPixelImage for more information */ inline QAction* get_actCopyPixelImage() const { return this->actCopyPixelImage; } - /*! \brief returns the property actCopyMatlab. \details Description of the parameter actCopyMatlab is:
\copybrief actCopyMatlab
. \see actCopyMatlab for more information */ + /*! \brief returns the property actCopyMatlab. \details Description of the parameter actCopyMatlab is:
\copydoc actCopyMatlab
. \see actCopyMatlab for more information */ inline QAction* get_actCopyMatlab() const { return this->actCopyMatlab; } - /*! \brief returns the property actSavePDF. \details Description of the parameter actSavePDF is:
\copybrief actSavePDF
. \see actSavePDF for more information */ + /*! \brief returns the property actSavePDF. \details Description of the parameter actSavePDF is:
\copydoc actSavePDF
. \see actSavePDF for more information */ inline QAction* get_actSavePDF() const { return this->actSavePDF; } #if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0)) - /*! \brief returns the property actSavePS. \details Description of the parameter actSavePS is:
\copybrief actSavePS
. \see actSavePS for more information */ + /*! \brief returns the property actSavePS. \details Description of the parameter actSavePS is:
\copydoc actSavePS
. \see actSavePS for more information */ inline QAction* get_actSavePS() const { return this->actSavePS; } #endif - /*! \brief returns the property actSavePix. \details Description of the parameter actSavePix is:
\copybrief actSavePix
. \see actSavePix for more information */ + /*! \brief returns the property actSavePix. \details Description of the parameter actSavePix is:
\copydoc actSavePix
. \see actSavePix for more information */ inline QAction* get_actSavePix() const { return this->actSavePix; } - /*! \brief returns the property actSaveSVG. \details Description of the parameter actSaveSVG is:
\copybrief actSaveSVG
. \see actSaveSVG for more information */ + /*! \brief returns the property actSaveSVG. \details Description of the parameter actSaveSVG is:
\copydoc actSaveSVG
. \see actSaveSVG for more information */ inline QAction* get_actSaveSVG() const { return this->actSaveSVG; } - /*! \brief returns the property actPrint. \details Description of the parameter actPrint is:
\copybrief actPrint
. \see actPrint for more information */ + /*! \brief returns the property actPrint. \details Description of the parameter actPrint is:
\copydoc actPrint
. \see actPrint for more information */ inline QAction* get_actPrint() const { return this->actPrint; } - /*! \brief returns the property actSaveCSV. \details Description of the parameter actSaveCSV is:
\copybrief actSaveCSV
. \see actSaveCSV for more information */ + /*! \brief returns the property actSaveCSV. \details Description of the parameter actSaveCSV is:
\copydoc actSaveCSV
. \see actSaveCSV for more information */ inline QAction* get_actSaveCSV() const { return this->actSaveCSV; } - /*! \brief returns the property actZoomAll. \details Description of the parameter actZoomAll is:
\copybrief actZoomAll
. \see actZoomAll for more information */ + /*! \brief returns the property actZoomAll. \details Description of the parameter actZoomAll is:
\copydoc actZoomAll
. \see actZoomAll for more information */ inline QAction* get_actZoomAll() const { return this->actZoomAll; } - /*! \brief returns the property actZoomIn. \details Description of the parameter actZoomIn is:
\copybrief actZoomIn
. \see actZoomIn for more information */ + /*! \brief returns the property actZoomIn. \details Description of the parameter actZoomIn is:
\copydoc actZoomIn
. \see actZoomIn for more information */ inline QAction* get_actZoomIn() const { return this->actZoomIn; } - /*! \brief returns the property actZoomOut. \details Description of the parameter actZoomOut is:
\copybrief actZoomOut
. \see actZoomOut for more information */ + /*! \brief returns the property actZoomOut. \details Description of the parameter actZoomOut is:
\copydoc actZoomOut
. \see actZoomOut for more information */ inline QAction* get_actZoomOut() const { return this->actZoomOut; } - /*! \brief returns the property actShowPlotData. \details Description of the parameter actShowPlotData is:
\copybrief actShowPlotData
. \see actShowPlotData for more information */ + /*! \brief returns the property actShowPlotData. \details Description of the parameter actShowPlotData is:
\copydoc actShowPlotData
. \see actShowPlotData for more information */ inline QAction* get_actShowPlotData() const { return this->actShowPlotData; } - /*! \brief returns the property lstAdditionalPlotterActions. \details Description of the parameter lstAdditionalPlotterActions is:
\copybrief lstAdditionalPlotterActions
. \see lstAdditionalPlotterActions for more information */ + /*! \brief returns the property lstAdditionalPlotterActions. \details Description of the parameter lstAdditionalPlotterActions is:
\copydoc lstAdditionalPlotterActions
. \see lstAdditionalPlotterActions for more information */ inline AdditionalActionsMap get_lstAdditionalPlotterActions() const { return this->lstAdditionalPlotterActions; } /** \brief this function registers additional actions to lstAdditionalPlotterActions, which are displayed in the context-menu */ void registerAdditionalAction(const QString& key, QAction* act); void deregisterAdditionalAction(QAction* act); - /*! \brief returns the property masterSynchronizeWidth. \details Description of the parameter masterSynchronizeWidth is:
\copybrief masterSynchronizeWidth
. \see masterSynchronizeWidth for more information */ + /*! \brief returns the property masterSynchronizeWidth. \details Description of the parameter masterSynchronizeWidth is:
\copydoc masterSynchronizeWidth
. \see masterSynchronizeWidth for more information */ inline bool get_masterSynchronizeWidth() const { return this->masterSynchronizeWidth; } - /*! \brief returns the property masterSynchronizeHeight. \details Description of the parameter masterSynchronizeHeight is:
\copybrief masterSynchronizeHeight
. \see masterSynchronizeHeight for more information */ + /*! \brief returns the property masterSynchronizeHeight. \details Description of the parameter masterSynchronizeHeight is:
\copydoc masterSynchronizeHeight
. \see masterSynchronizeHeight for more information */ inline bool get_masterSynchronizeHeight() const { return this->masterSynchronizeHeight; } /*! \brief sets the property def_backgroundColor to the specified \a __value. - \details Description of the parameter def_backgroundColor is:
\copybrief def_backgroundColor
+ \details Description of the parameter def_backgroundColor is:
\copydoc def_backgroundColor
\see def_backgroundColor for more information */ inline virtual void set_def_backgroundColor(const QColor & __value) { this->def_backgroundColor = __value; } /*! \brief sets the property def_plotBackgroundColor to the specified \a __value. - \details Description of the parameter def_plotBackgroundColor is:
\copybrief def_plotBackgroundColor
+ \details Description of the parameter def_plotBackgroundColor is:
\copydoc def_plotBackgroundColor
\see def_plotBackgroundColor for more information */ inline virtual void set_def_plotBackgroundColor(const QColor & __value) { @@ -1900,36 +1900,36 @@ class LIB_EXPORT JKQTBasePlotter: public QObject { } /*! \brief sets the property fontSizePrintMultiplier to the specified \a __value. - \details Description of the parameter fontSizePrintMultiplier is:
\copybrief fontSizePrintMultiplier
+ \details Description of the parameter fontSizePrintMultiplier is:
\copydoc fontSizePrintMultiplier
\see fontSizePrintMultiplier for more information */ inline virtual void set_fontSizePrintMultiplier(double __value) { this->fontSizePrintMultiplier = __value; } /*! \brief returns the property fontSizePrintMultiplier. - \details Description of the parameter fontSizePrintMultiplier is:
\copybrief fontSizePrintMultiplier
+ \details Description of the parameter fontSizePrintMultiplier is:
\copydoc fontSizePrintMultiplier
\see fontSizePrintMultiplier for more information */ inline virtual double get_fontSizePrintMultiplier() const { return this->fontSizePrintMultiplier; } /*! \brief sets the property lineWidthPrintMultiplier to the specified \a __value. - \details Description of the parameter lineWidthPrintMultiplier is:
\copybrief lineWidthPrintMultiplier
+ \details Description of the parameter lineWidthPrintMultiplier is:
\copydoc lineWidthPrintMultiplier
\see lineWidthPrintMultiplier for more information */ inline virtual void set_lineWidthPrintMultiplier(double __value) { this->lineWidthPrintMultiplier = __value; } /*! \brief returns the property lineWidthPrintMultiplier. - \details Description of the parameter lineWidthPrintMultiplier is:
\copybrief lineWidthPrintMultiplier
+ \details Description of the parameter lineWidthPrintMultiplier is:
\copydoc lineWidthPrintMultiplier
\see lineWidthPrintMultiplier for more information */ inline virtual double get_lineWidthPrintMultiplier() const { return this->lineWidthPrintMultiplier; } - /*! \brief returns the property fontSizeMultiplier. \details Description of the parameter fontSizeMultiplier is:
\copybrief fontSizeMultiplier
. \see fontSizeMultiplier for more information */ + /*! \brief returns the property fontSizeMultiplier. \details Description of the parameter fontSizeMultiplier is:
\copydoc fontSizeMultiplier
. \see fontSizeMultiplier for more information */ inline double get_fontSizeMultiplier() const { return this->fontSizeMultiplier; } - /*! \brief returns the property lineWidthMultiplier. \details Description of the parameter lineWidthMultiplier is:
\copybrief lineWidthMultiplier
. \see lineWidthMultiplier for more information */ + /*! \brief returns the property lineWidthMultiplier. \details Description of the parameter lineWidthMultiplier is:
\copydoc lineWidthMultiplier
. \see lineWidthMultiplier for more information */ inline double get_lineWidthMultiplier() const { return this->lineWidthMultiplier; } diff --git a/lib/jkqtplotter/jkqtpdatastorage.h b/lib/jkqtplotter/jkqtpdatastorage.h index e1f19aa543..3e1f9007c0 100644 --- a/lib/jkqtplotter/jkqtpdatastorage.h +++ b/lib/jkqtplotter/jkqtpdatastorage.h @@ -626,7 +626,7 @@ class LIB_EXPORT JKQTPColumn { /** \brief class destructor */ ~JKQTPColumn() ; - /*! \brief sets the property name to the specified \a __value. \details Description of the parameter name is:
\copybrief JKQTPColumn::name
\see JKQTPColumn::name for more information */ + /*! \brief sets the property name to the specified \a __value. \details Description of the parameter name is:
\copydoc JKQTPColumn::name
\see JKQTPColumn::name for more information */ inline void set_name (const QString& __value) { this->name = __value; @@ -713,10 +713,10 @@ class LIB_EXPORT JKQTPColumn { void setAll(double value); - /*! \brief returns the property datastoreItem. \details Description of the parameter datastoreItem is:
\copybrief JKQTPColumn::datastoreItem
. \see JKQTPColumn::datastoreItem for more information */ \ + /*! \brief returns the property datastoreItem. \details Description of the parameter datastoreItem is:
\copydoc JKQTPColumn::datastoreItem
. \see JKQTPColumn::datastoreItem for more information */ \ inline size_t get_datastoreItem() const \ { return this->datastoreItem; } - /*! \brief returns the property datastoreOffset. \details Description of the parameter datastoreOffset is:
\copybrief JKQTPColumn::datastoreOffset
. \see JKQTPColumn::datastoreOffset for more information */ \ + /*! \brief returns the property datastoreOffset. \details Description of the parameter datastoreOffset is:
\copydoc JKQTPColumn::datastoreOffset
. \see JKQTPColumn::datastoreOffset for more information */ \ inline size_t get_datastoreOffset() const \ { return this->datastoreOffset; } }; @@ -773,10 +773,10 @@ class LIB_EXPORT JKQTPDatastoreItem { /** \brief change the size of all columns to the givne number of rows. The data will be lost */ void resizeColumns(size_t rows); - /*! \brief returns the property rows. \details Description of the parameter rows is:
\copybrief JKQTPDatastoreItem::JKQTPDatastoreItemrows
. \see JKQTPDatastoreItem::rows for more information */ \ + /*! \brief returns the property rows. \details Description of the parameter rows is:
\copydoc JKQTPDatastoreItem::JKQTPDatastoreItemrows
. \see JKQTPDatastoreItem::rows for more information */ \ inline size_t get_rows() const { return rows; } - /*! \brief returns the property columns. \details Description of the parameter columns is:
\copybrief JKQTPDatastoreItem::columns
. \see JKQTPDatastoreItem::columns for more information */ \ + /*! \brief returns the property columns. \details Description of the parameter columns is:
\copydoc JKQTPDatastoreItem::columns
. \see JKQTPDatastoreItem::columns for more information */ \ inline size_t get_columns() const { return columns; } diff --git a/lib/jkqtplotter/jkqtpelementsoverlay.h b/lib/jkqtplotter/jkqtpelementsoverlay.h index 9ba642e127..5fc04fb042 100644 --- a/lib/jkqtplotter/jkqtpelementsoverlay.h +++ b/lib/jkqtplotter/jkqtpelementsoverlay.h @@ -56,126 +56,126 @@ class LIB_EXPORT JKQTPOverlayElement : public QObject { virtual void setParent(JKQTBasePlotter* parent); /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual void set_color(const QColor & __value) { this->color = __value; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property fillColor to the specified \a __value. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual void set_fillColor(const QColor & __value) { this->fillColor = __value; } /*! \brief returns the property fillColor. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual QColor get_fillColor() const { return this->fillColor; } /*! \brief sets the property lineStyle to the specified \a __value. - \details Description of the parameter lineStyle is:
\copybrief lineStyle
+ \details Description of the parameter lineStyle is:
\copydoc lineStyle
\see lineStyle for more information */ inline virtual void set_lineStyle(const Qt::PenStyle & __value) { this->lineStyle = __value; } /*! \brief returns the property lineStyle. - \details Description of the parameter lineStyle is:
\copybrief lineStyle
+ \details Description of the parameter lineStyle is:
\copydoc lineStyle
\see lineStyle for more information */ inline virtual Qt::PenStyle get_lineStyle() const { return this->lineStyle; } /*! \brief sets the property fillStyle to the specified \a __value. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual void set_fillStyle(const Qt::BrushStyle & __value) { this->fillStyle = __value; } /*! \brief returns the property fillStyle. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual Qt::BrushStyle get_fillStyle() const { return this->fillStyle; } /*! \brief sets the property lineWidth to the specified \a __value. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual void set_lineWidth(double __value) { this->lineWidth = __value; } /*! \brief returns the property lineWidth. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual double get_lineWidth() const { return this->lineWidth; } /*! \brief sets the property text to the specified \a __value. - \details Description of the parameter text is:
\copybrief text
+ \details Description of the parameter text is:
\copydoc text
\see text for more information */ inline virtual void set_text(const QString & __value) { this->text = __value; } /*! \brief returns the property text. - \details Description of the parameter text is:
\copybrief text
+ \details Description of the parameter text is:
\copydoc text
\see text for more information */ inline virtual QString get_text() const { return this->text; } /*! \brief sets the property fontName to the specified \a __value. - \details Description of the parameter fontName is:
\copybrief fontName
+ \details Description of the parameter fontName is:
\copydoc fontName
\see fontName for more information */ inline virtual void set_fontName(const QString & __value) { this->fontName = __value; } /*! \brief returns the property fontName. - \details Description of the parameter fontName is:
\copybrief fontName
+ \details Description of the parameter fontName is:
\copydoc fontName
\see fontName for more information */ inline virtual QString get_fontName() const { return this->fontName; } /*! \brief sets the property fontSize to the specified \a __value. - \details Description of the parameter fontSize is:
\copybrief fontSize
+ \details Description of the parameter fontSize is:
\copydoc fontSize
\see fontSize for more information */ inline virtual void set_fontSize(double __value) { this->fontSize = __value; } /*! \brief returns the property fontSize. - \details Description of the parameter fontSize is:
\copybrief fontSize
+ \details Description of the parameter fontSize is:
\copydoc fontSize
\see fontSize for more information */ inline virtual double get_fontSize() const { return this->fontSize; } /*! \brief sets the property visible to the specified \a __value. - \details Description of the parameter visible is:
\copybrief visible
+ \details Description of the parameter visible is:
\copydoc visible
\see visible for more information */ inline virtual void set_visible(bool __value) { this->visible = __value; } /*! \brief returns the property visible. - \details Description of the parameter visible is:
\copybrief visible
+ \details Description of the parameter visible is:
\copydoc visible
\see visible for more information */ inline virtual bool get_visible() const { @@ -244,56 +244,56 @@ class LIB_EXPORT JKQTPOverlayTwoPositionOverlay : public JKQTPOverlayElement { explicit JKQTPOverlayTwoPositionOverlay(double x1, double y1, double x2, double y2, JKQTBasePlotter *parent = 0); /*! \brief sets the property x1 to the specified \a __value. - \details Description of the parameter x1 is:
\copybrief x1
+ \details Description of the parameter x1 is:
\copydoc x1
\see x1 for more information */ inline virtual void set_x1(double __value) { this->x1 = __value; } /*! \brief returns the property x1. - \details Description of the parameter x1 is:
\copybrief x1
+ \details Description of the parameter x1 is:
\copydoc x1
\see x1 for more information */ inline virtual double get_x1() const { return this->x1; } /*! \brief sets the property x2 to the specified \a __value. - \details Description of the parameter x2 is:
\copybrief x2
+ \details Description of the parameter x2 is:
\copydoc x2
\see x2 for more information */ inline virtual void set_x2(double __value) { this->x2 = __value; } /*! \brief returns the property x2. - \details Description of the parameter x2 is:
\copybrief x2
+ \details Description of the parameter x2 is:
\copydoc x2
\see x2 for more information */ inline virtual double get_x2() const { return this->x2; } /*! \brief sets the property y1 to the specified \a __value. - \details Description of the parameter y1 is:
\copybrief y1
+ \details Description of the parameter y1 is:
\copydoc y1
\see y1 for more information */ inline virtual void set_y1(double __value) { this->y1 = __value; } /*! \brief returns the property y1. - \details Description of the parameter y1 is:
\copybrief y1
+ \details Description of the parameter y1 is:
\copydoc y1
\see y1 for more information */ inline virtual double get_y1() const { return this->y1; } /*! \brief sets the property y2 to the specified \a __value. - \details Description of the parameter y2 is:
\copybrief y2
+ \details Description of the parameter y2 is:
\copydoc y2
\see y2 for more information */ inline virtual void set_y2(double __value) { this->y2 = __value; } /*! \brief returns the property y2. - \details Description of the parameter y2 is:
\copybrief y2
+ \details Description of the parameter y2 is:
\copydoc y2
\see y2 for more information */ inline virtual double get_y2() const { @@ -317,14 +317,14 @@ class LIB_EXPORT JKQTPOverlayOneCoordOverlay : public JKQTPOverlayElement { explicit JKQTPOverlayOneCoordOverlay(double pos, JKQTBasePlotter *parent = 0); /*! \brief sets the property position to the specified \a __value. - \details Description of the parameter position is:
\copybrief position
+ \details Description of the parameter position is:
\copydoc position
\see position for more information */ inline virtual void set_position(double __value) { this->position = __value; } /*! \brief returns the property position. - \details Description of the parameter position is:
\copybrief position
+ \details Description of the parameter position is:
\copydoc position
\see position for more information */ inline virtual double get_position() const { @@ -345,14 +345,14 @@ class LIB_EXPORT JKQTPOverlayTwoCoordOverlay : public JKQTPOverlayOneCoordOverla explicit JKQTPOverlayTwoCoordOverlay(double pos, double pos2, JKQTBasePlotter *parent = 0); /*! \brief sets the property position2 to the specified \a __value. - \details Description of the parameter position2 is:
\copybrief position2
+ \details Description of the parameter position2 is:
\copydoc position2
\see position2 for more information */ inline virtual void set_position2(double __value) { this->position2 = __value; } /*! \brief returns the property position2. - \details Description of the parameter position2 is:
\copybrief position2
+ \details Description of the parameter position2 is:
\copydoc position2
\see position2 for more information */ inline virtual double get_position2() const { @@ -397,14 +397,14 @@ class LIB_EXPORT JKQTPOverlayVerticalRange : public JKQTPOverlayTwoCoordOverlay virtual void draw(JKQTPEnhancedPainter& painter); /*! \brief sets the property inverted to the specified \a __value. - \details Description of the parameter inverted is:
\copybrief inverted
+ \details Description of the parameter inverted is:
\copydoc inverted
\see inverted for more information */ inline virtual void set_inverted(bool __value) { this->inverted = __value; } /*! \brief returns the property inverted. - \details Description of the parameter inverted is:
\copybrief inverted
+ \details Description of the parameter inverted is:
\copydoc inverted
\see inverted for more information */ inline virtual bool get_inverted() const { @@ -428,14 +428,14 @@ class LIB_EXPORT JKQTPOverlayLine : public JKQTPOverlayTwoPositionOverlay { virtual void draw(JKQTPEnhancedPainter& painter); /*! \brief sets the property infinite to the specified \a __value. - \details Description of the parameter infinite is:
\copybrief infinite
+ \details Description of the parameter infinite is:
\copydoc infinite
\see infinite for more information */ inline virtual void set_infinite(bool __value) { this->infinite = __value; } /*! \brief returns the property infinite. - \details Description of the parameter infinite is:
\copybrief infinite
+ \details Description of the parameter infinite is:
\copydoc infinite
\see infinite for more information */ inline virtual bool get_infinite() const { diff --git a/lib/jkqtplotter/jkqtpgraphs.h b/lib/jkqtplotter/jkqtpgraphs.h index fc3b62f95d..843f33ae50 100644 --- a/lib/jkqtplotter/jkqtpgraphs.h +++ b/lib/jkqtplotter/jkqtpgraphs.h @@ -67,140 +67,140 @@ class LIB_EXPORT JKQTPXYLineGraph: public JKQTPXYGraph { virtual QColor getKeyLabelColor() override; /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual void set_color(const QColor & __value) { this->color = __value; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property fillColor to the specified \a __value. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual void set_fillColor(const QColor & __value) { this->fillColor = __value; } /*! \brief returns the property fillColor. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual QColor get_fillColor() const { return this->fillColor; } /*! \brief sets the property style to the specified \a __value. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual void set_style(const Qt::PenStyle & __value) { this->style = __value; } /*! \brief returns the property style. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual Qt::PenStyle get_style() const { return this->style; } /*! \brief sets the property lineWidth to the specified \a __value. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual void set_lineWidth(double __value) { this->lineWidth = __value; } /*! \brief returns the property lineWidth. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual double get_lineWidth() const { return this->lineWidth; } /*! \brief sets the property symbol to the specified \a __value. - \details Description of the parameter symbol is:
\copybrief symbol
+ \details Description of the parameter symbol is:
\copydoc symbol
\see symbol for more information */ inline virtual void set_symbol(const JKQTPGraphSymbols & __value) { this->symbol = __value; } /*! \brief returns the property symbol. - \details Description of the parameter symbol is:
\copybrief symbol
+ \details Description of the parameter symbol is:
\copydoc symbol
\see symbol for more information */ inline virtual JKQTPGraphSymbols get_symbol() const { return this->symbol; } /*! \brief sets the property symbolWidth to the specified \a __value. - \details Description of the parameter symbolWidth is:
\copybrief symbolWidth
+ \details Description of the parameter symbolWidth is:
\copydoc symbolWidth
\see symbolWidth for more information */ inline virtual void set_symbolWidth(double __value) { this->symbolWidth = __value; } /*! \brief returns the property symbolWidth. - \details Description of the parameter symbolWidth is:
\copybrief symbolWidth
+ \details Description of the parameter symbolWidth is:
\copydoc symbolWidth
\see symbolWidth for more information */ inline virtual double get_symbolWidth() const { return this->symbolWidth; } /*! \brief sets the property symbolSize to the specified \a __value. - \details Description of the parameter symbolSize is:
\copybrief symbolSize
+ \details Description of the parameter symbolSize is:
\copydoc symbolSize
\see symbolSize for more information */ inline virtual void set_symbolSize(double __value) { this->symbolSize = __value; } /*! \brief returns the property symbolSize. - \details Description of the parameter symbolSize is:
\copybrief symbolSize
+ \details Description of the parameter symbolSize is:
\copydoc symbolSize
\see symbolSize for more information */ inline virtual double get_symbolSize() const { return this->symbolSize; } /*! \brief sets the property drawLine to the specified \a __value. - \details Description of the parameter drawLine is:
\copybrief drawLine
+ \details Description of the parameter drawLine is:
\copydoc drawLine
\see drawLine for more information */ inline virtual void set_drawLine(bool __value) { this->drawLine = __value; } /*! \brief returns the property drawLine. - \details Description of the parameter drawLine is:
\copybrief drawLine
+ \details Description of the parameter drawLine is:
\copydoc drawLine
\see drawLine for more information */ inline virtual bool get_drawLine() const { return this->drawLine; } /*! \brief sets the property drawSelectionLine to the specified \a __value. - \details Description of the parameter drawSelectionLine is:
\copybrief drawSelectionLine
+ \details Description of the parameter drawSelectionLine is:
\copydoc drawSelectionLine
\see drawSelectionLine for more information */ inline virtual void set_drawSelectionLine(bool __value) { this->drawSelectionLine = __value; } /*! \brief returns the property drawSelectionLine. - \details Description of the parameter drawSelectionLine is:
\copybrief drawSelectionLine
+ \details Description of the parameter drawSelectionLine is:
\copydoc drawSelectionLine
\see drawSelectionLine for more information */ inline virtual bool get_drawSelectionLine() const { return this->drawSelectionLine; } /*! \brief sets the property selectionLineColor to the specified \a __value. - \details Description of the parameter selectionLineColor is:
\copybrief selectionLineColor
+ \details Description of the parameter selectionLineColor is:
\copydoc selectionLineColor
\see selectionLineColor for more information */ inline virtual void set_selectionLineColor(const QColor & __value) { this->selectionLineColor = __value; } /*! \brief returns the property selectionLineColor. - \details Description of the parameter selectionLineColor is:
\copybrief selectionLineColor
+ \details Description of the parameter selectionLineColor is:
\copydoc selectionLineColor
\see selectionLineColor for more information */ inline virtual QColor get_selectionLineColor() const { @@ -271,142 +271,142 @@ class LIB_EXPORT JKQTPXYParametrizedScatterGraph: public JKQTPXYLineGraph, publi virtual QColor getKeyLabelColor() override; /*! \brief sets the property sizeColumn to the specified \a __value. - \details Description of the parameter sizeColumn is:
\copybrief sizeColumn
+ \details Description of the parameter sizeColumn is:
\copydoc sizeColumn
\see sizeColumn for more information */ inline virtual void set_sizeColumn(int __value) { this->sizeColumn = __value; } /*! \brief returns the property sizeColumn. - \details Description of the parameter sizeColumn is:
\copybrief sizeColumn
+ \details Description of the parameter sizeColumn is:
\copydoc sizeColumn
\see sizeColumn for more information */ inline virtual int get_sizeColumn() const { return this->sizeColumn; } /*! \brief sets the property sizeColumn to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter sizeColumn is:
\copybrief sizeColumn
+ \details Description of the parameter sizeColumn is:
\copydoc sizeColumn
\see sizeColumn for more information */ inline virtual void set_sizeColumn (size_t __value) { this->sizeColumn = static_cast(__value); } /*! \brief sets the property colorColumn to the specified \a __value. - \details Description of the parameter colorColumn is:
\copybrief colorColumn
+ \details Description of the parameter colorColumn is:
\copydoc colorColumn
\see colorColumn for more information */ inline virtual void set_colorColumn(int __value) { this->colorColumn = __value; } /*! \brief returns the property colorColumn. - \details Description of the parameter colorColumn is:
\copybrief colorColumn
+ \details Description of the parameter colorColumn is:
\copydoc colorColumn
\see colorColumn for more information */ inline virtual int get_colorColumn() const { return this->colorColumn; } /*! \brief sets the property colorColumn to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter colorColumn is:
\copybrief colorColumn
+ \details Description of the parameter colorColumn is:
\copydoc colorColumn
\see colorColumn for more information */ inline virtual void set_colorColumn (size_t __value) { this->colorColumn = static_cast(__value); } /*! \brief sets the property symbolColumn to the specified \a __value. - \details Description of the parameter symbolColumn is:
\copybrief symbolColumn
+ \details Description of the parameter symbolColumn is:
\copydoc symbolColumn
\see symbolColumn for more information */ inline virtual void set_symbolColumn(int __value) { this->symbolColumn = __value; } /*! \brief returns the property symbolColumn. - \details Description of the parameter symbolColumn is:
\copybrief symbolColumn
+ \details Description of the parameter symbolColumn is:
\copydoc symbolColumn
\see symbolColumn for more information */ inline virtual int get_symbolColumn() const { return this->symbolColumn; } /*! \brief sets the property symbolColumn to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter symbolColumn is:
\copybrief symbolColumn
+ \details Description of the parameter symbolColumn is:
\copydoc symbolColumn
\see symbolColumn for more information */ inline virtual void set_symbolColumn (size_t __value) { this->symbolColumn = static_cast(__value); } /*! \brief sets the property linewidthColumn to the specified \a __value. - \details Description of the parameter linewidthColumn is:
\copybrief linewidthColumn
+ \details Description of the parameter linewidthColumn is:
\copydoc linewidthColumn
\see linewidthColumn for more information */ inline virtual void set_linewidthColumn(int __value) { this->linewidthColumn = __value; } /*! \brief returns the property linewidthColumn. - \details Description of the parameter linewidthColumn is:
\copybrief linewidthColumn
+ \details Description of the parameter linewidthColumn is:
\copydoc linewidthColumn
\see linewidthColumn for more information */ inline virtual int get_linewidthColumn() const { return this->linewidthColumn; } /*! \brief sets the property linewidthColumn to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter linewidthColumn is:
\copybrief linewidthColumn
+ \details Description of the parameter linewidthColumn is:
\copydoc linewidthColumn
\see linewidthColumn for more information */ inline virtual void set_linewidthColumn( size_t __value) { this->linewidthColumn = static_cast(__value); } /*! \brief sets the property colorColumnContainsRGB to the specified \a __value. - \details Description of the parameter colorColumnContainsRGB is:
\copybrief colorColumnContainsRGB
+ \details Description of the parameter colorColumnContainsRGB is:
\copydoc colorColumnContainsRGB
\see colorColumnContainsRGB for more information */ inline virtual void set_colorColumnContainsRGB(bool __value) { this->colorColumnContainsRGB = __value; } /*! \brief returns the property colorColumnContainsRGB. - \details Description of the parameter colorColumnContainsRGB is:
\copybrief colorColumnContainsRGB
+ \details Description of the parameter colorColumnContainsRGB is:
\copydoc colorColumnContainsRGB
\see colorColumnContainsRGB for more information */ inline virtual bool get_colorColumnContainsRGB() const { return this->colorColumnContainsRGB; } /*! \brief sets the property gridModeForSymbolSize to the specified \a __value. - \details Description of the parameter gridModeForSymbolSize is:
\copybrief gridModeForSymbolSize
+ \details Description of the parameter gridModeForSymbolSize is:
\copydoc gridModeForSymbolSize
\see gridModeForSymbolSize for more information */ inline virtual void set_gridModeForSymbolSize(bool __value) { this->gridModeForSymbolSize = __value; } /*! \brief returns the property gridModeForSymbolSize. - \details Description of the parameter gridModeForSymbolSize is:
\copybrief gridModeForSymbolSize
+ \details Description of the parameter gridModeForSymbolSize is:
\copydoc gridModeForSymbolSize
\see gridModeForSymbolSize for more information */ inline virtual bool get_gridModeForSymbolSize() const { return this->gridModeForSymbolSize; } /*! \brief sets the property gridDeltaX to the specified \a __value. - \details Description of the parameter gridDeltaX is:
\copybrief gridDeltaX
+ \details Description of the parameter gridDeltaX is:
\copydoc gridDeltaX
\see gridDeltaX for more information */ inline virtual void set_gridDeltaX(double __value) { this->gridDeltaX = __value; } /*! \brief returns the property gridDeltaX. - \details Description of the parameter gridDeltaX is:
\copybrief gridDeltaX
+ \details Description of the parameter gridDeltaX is:
\copydoc gridDeltaX
\see gridDeltaX for more information */ inline virtual double get_gridDeltaX() const { return this->gridDeltaX; } /*! \brief sets the property gridDeltaY to the specified \a __value. - \details Description of the parameter gridDeltaY is:
\copybrief gridDeltaY
+ \details Description of the parameter gridDeltaY is:
\copydoc gridDeltaY
\see gridDeltaY for more information */ inline virtual void set_gridDeltaY(double __value) { this->gridDeltaY = __value; } /*! \brief returns the property gridDeltaY. - \details Description of the parameter gridDeltaY is:
\copybrief gridDeltaY
+ \details Description of the parameter gridDeltaY is:
\copydoc gridDeltaY
\see gridDeltaY for more information */ inline virtual double get_gridDeltaY() const { return this->gridDeltaY; } /*! \brief sets the property gridSymbolFractionSize to the specified \a __value. - \details Description of the parameter gridSymbolFractionSize is:
\copybrief gridSymbolFractionSize
+ \details Description of the parameter gridSymbolFractionSize is:
\copydoc gridSymbolFractionSize
\see gridSymbolFractionSize for more information */ inline virtual void set_gridSymbolFractionSize(double __value) { this->gridSymbolFractionSize = __value; } /*! \brief returns the property gridSymbolFractionSize. - \details Description of the parameter gridSymbolFractionSize is:
\copybrief gridSymbolFractionSize
+ \details Description of the parameter gridSymbolFractionSize is:
\copydoc gridSymbolFractionSize
\see gridSymbolFractionSize for more information */ inline virtual double get_gridSymbolFractionSize() const { @@ -585,112 +585,112 @@ class LIB_EXPORT JKQTPStepHorizontalGraph: public JKQTPXYGraph { virtual QColor getKeyLabelColor() override; /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual void set_color(const QColor & __value) { this->color = __value; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property fillColor to the specified \a __value. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual void set_fillColor(const QColor & __value) { this->fillColor = __value; } /*! \brief returns the property fillColor. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual QColor get_fillColor() const { return this->fillColor; } /*! \brief sets the property fillStyle to the specified \a __value. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual void set_fillStyle(const Qt::BrushStyle & __value) { this->fillStyle = __value; } /*! \brief returns the property fillStyle. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual Qt::BrushStyle get_fillStyle() const { return this->fillStyle; } /*! \brief sets the property style to the specified \a __value. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual void set_style(const Qt::PenStyle & __value) { this->style = __value; } /*! \brief returns the property style. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual Qt::PenStyle get_style() const { return this->style; } /*! \brief sets the property lineWidth to the specified \a __value. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual void set_lineWidth(double __value) { this->lineWidth = __value; } /*! \brief returns the property lineWidth. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual double get_lineWidth() const { return this->lineWidth; } /*! \brief sets the property drawLine to the specified \a __value. - \details Description of the parameter drawLine is:
\copybrief drawLine
+ \details Description of the parameter drawLine is:
\copydoc drawLine
\see drawLine for more information */ inline virtual void set_drawLine(bool __value) { this->drawLine = __value; } /*! \brief returns the property drawLine. - \details Description of the parameter drawLine is:
\copybrief drawLine
+ \details Description of the parameter drawLine is:
\copydoc drawLine
\see drawLine for more information */ inline virtual bool get_drawLine() const { return this->drawLine; } /*! \brief sets the property fillCurve to the specified \a __value. - \details Description of the parameter fillCurve is:
\copybrief fillCurve
+ \details Description of the parameter fillCurve is:
\copydoc fillCurve
\see fillCurve for more information */ inline virtual void set_fillCurve(bool __value) { this->fillCurve = __value; } /*! \brief returns the property fillCurve. - \details Description of the parameter fillCurve is:
\copybrief fillCurve
+ \details Description of the parameter fillCurve is:
\copydoc fillCurve
\see fillCurve for more information */ inline virtual bool get_fillCurve() const { return this->fillCurve; } /*! \brief sets the property stepType to the specified \a __value. - \details Description of the parameter stepType is:
\copybrief stepType
+ \details Description of the parameter stepType is:
\copydoc stepType
\see stepType for more information */ inline virtual void set_stepType(const JKQTPStepType & __value) { this->stepType = __value; } /*! \brief returns the property stepType. - \details Description of the parameter stepType is:
\copybrief stepType
+ \details Description of the parameter stepType is:
\copydoc stepType
\see stepType for more information */ inline virtual JKQTPStepType get_stepType() const { @@ -796,196 +796,196 @@ class LIB_EXPORT JKQTPHorizontalRange: public JKQTPGraph { void setDrawCenterLineOnly(); /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual void set_color(const QColor & __value) { this->color = __value; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property fillColor to the specified \a __value. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual void set_fillColor(const QColor & __value) { this->fillColor = __value; } /*! \brief returns the property fillColor. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual QColor get_fillColor() const { return this->fillColor; } /*! \brief sets the property fillStyle to the specified \a __value. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual void set_fillStyle(const Qt::BrushStyle & __value) { this->fillStyle = __value; } /*! \brief returns the property fillStyle. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual Qt::BrushStyle get_fillStyle() const { return this->fillStyle; } /*! \brief sets the property style to the specified \a __value. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual void set_style(const Qt::PenStyle & __value) { this->style = __value; } /*! \brief returns the property style. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual Qt::PenStyle get_style() const { return this->style; } /*! \brief sets the property lineWidth to the specified \a __value. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual void set_lineWidth(double __value) { this->lineWidth = __value; } /*! \brief returns the property lineWidth. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual double get_lineWidth() const { return this->lineWidth; } /*! \brief sets the property centerColor to the specified \a __value. - \details Description of the parameter centerColor is:
\copybrief centerColor
+ \details Description of the parameter centerColor is:
\copydoc centerColor
\see centerColor for more information */ inline virtual void set_centerColor(const QColor & __value) { this->centerColor = __value; } /*! \brief returns the property centerColor. - \details Description of the parameter centerColor is:
\copybrief centerColor
+ \details Description of the parameter centerColor is:
\copydoc centerColor
\see centerColor for more information */ inline virtual QColor get_centerColor() const { return this->centerColor; } /*! \brief sets the property centerStyle to the specified \a __value. - \details Description of the parameter centerStyle is:
\copybrief centerStyle
+ \details Description of the parameter centerStyle is:
\copydoc centerStyle
\see centerStyle for more information */ inline virtual void set_centerStyle(const Qt::PenStyle & __value) { this->centerStyle = __value; } /*! \brief returns the property centerStyle. - \details Description of the parameter centerStyle is:
\copybrief centerStyle
+ \details Description of the parameter centerStyle is:
\copydoc centerStyle
\see centerStyle for more information */ inline virtual Qt::PenStyle get_centerStyle() const { return this->centerStyle; } /*! \brief sets the property centerLineWidth to the specified \a __value. - \details Description of the parameter centerLineWidth is:
\copybrief centerLineWidth
+ \details Description of the parameter centerLineWidth is:
\copydoc centerLineWidth
\see centerLineWidth for more information */ inline virtual void set_centerLineWidth(double __value) { this->centerLineWidth = __value; } /*! \brief returns the property centerLineWidth. - \details Description of the parameter centerLineWidth is:
\copybrief centerLineWidth
+ \details Description of the parameter centerLineWidth is:
\copydoc centerLineWidth
\see centerLineWidth for more information */ inline virtual double get_centerLineWidth() const { return this->centerLineWidth; } /*! \brief sets the property rangeMin to the specified \a __value. - \details Description of the parameter rangeMin is:
\copybrief rangeMin
+ \details Description of the parameter rangeMin is:
\copydoc rangeMin
\see rangeMin for more information */ inline virtual void set_rangeMin(double __value) { this->rangeMin = __value; } /*! \brief returns the property rangeMin. - \details Description of the parameter rangeMin is:
\copybrief rangeMin
+ \details Description of the parameter rangeMin is:
\copydoc rangeMin
\see rangeMin for more information */ inline virtual double get_rangeMin() const { return this->rangeMin; } /*! \brief sets the property rangeMax to the specified \a __value. - \details Description of the parameter rangeMax is:
\copybrief rangeMax
+ \details Description of the parameter rangeMax is:
\copydoc rangeMax
\see rangeMax for more information */ inline virtual void set_rangeMax(double __value) { this->rangeMax = __value; } /*! \brief returns the property rangeMax. - \details Description of the parameter rangeMax is:
\copybrief rangeMax
+ \details Description of the parameter rangeMax is:
\copydoc rangeMax
\see rangeMax for more information */ inline virtual double get_rangeMax() const { return this->rangeMax; } /*! \brief sets the property sizeMin to the specified \a __value. - \details Description of the parameter sizeMin is:
\copybrief sizeMin
+ \details Description of the parameter sizeMin is:
\copydoc sizeMin
\see sizeMin for more information */ inline virtual void set_sizeMin(double __value) { this->sizeMin = __value; } /*! \brief returns the property sizeMin. - \details Description of the parameter sizeMin is:
\copybrief sizeMin
+ \details Description of the parameter sizeMin is:
\copydoc sizeMin
\see sizeMin for more information */ inline virtual double get_sizeMin() const { return this->sizeMin; } /*! \brief sets the property sizeMax to the specified \a __value. - \details Description of the parameter sizeMax is:
\copybrief sizeMax
+ \details Description of the parameter sizeMax is:
\copydoc sizeMax
\see sizeMax for more information */ inline virtual void set_sizeMax(double __value) { this->sizeMax = __value; } /*! \brief returns the property sizeMax. - \details Description of the parameter sizeMax is:
\copybrief sizeMax
+ \details Description of the parameter sizeMax is:
\copydoc sizeMax
\see sizeMax for more information */ inline virtual double get_sizeMax() const { return this->sizeMax; } /*! \brief sets the property unlimitedSizeMin to the specified \a __value. - \details Description of the parameter unlimitedSizeMin is:
\copybrief unlimitedSizeMin
+ \details Description of the parameter unlimitedSizeMin is:
\copydoc unlimitedSizeMin
\see unlimitedSizeMin for more information */ inline virtual void set_unlimitedSizeMin(bool __value) { this->unlimitedSizeMin = __value; } /*! \brief returns the property unlimitedSizeMin. - \details Description of the parameter unlimitedSizeMin is:
\copybrief unlimitedSizeMin
+ \details Description of the parameter unlimitedSizeMin is:
\copydoc unlimitedSizeMin
\see unlimitedSizeMin for more information */ inline virtual bool get_unlimitedSizeMin() const { return this->unlimitedSizeMin; } /*! \brief sets the property unlimitedSizeMax to the specified \a __value. - \details Description of the parameter unlimitedSizeMax is:
\copybrief unlimitedSizeMax
+ \details Description of the parameter unlimitedSizeMax is:
\copydoc unlimitedSizeMax
\see unlimitedSizeMax for more information */ inline virtual void set_unlimitedSizeMax(bool __value) { this->unlimitedSizeMax = __value; } /*! \brief returns the property unlimitedSizeMax. - \details Description of the parameter unlimitedSizeMax is:
\copybrief unlimitedSizeMax
+ \details Description of the parameter unlimitedSizeMax is:
\copydoc unlimitedSizeMax
\see unlimitedSizeMax for more information */ inline virtual bool get_unlimitedSizeMax() const { @@ -993,84 +993,84 @@ class LIB_EXPORT JKQTPHorizontalRange: public JKQTPGraph { } /*! \brief sets the property rangeCenter to the specified \a __value. - \details Description of the parameter rangeCenter is:
\copybrief rangeCenter
+ \details Description of the parameter rangeCenter is:
\copydoc rangeCenter
\see rangeCenter for more information */ inline virtual void set_rangeCenter(double __value) { this->rangeCenter = __value; } /*! \brief returns the property rangeCenter. - \details Description of the parameter rangeCenter is:
\copybrief rangeCenter
+ \details Description of the parameter rangeCenter is:
\copydoc rangeCenter
\see rangeCenter for more information */ inline virtual double get_rangeCenter() const { return this->rangeCenter; } /*! \brief sets the property plotCenterLine to the specified \a __value. - \details Description of the parameter plotCenterLine is:
\copybrief plotCenterLine
+ \details Description of the parameter plotCenterLine is:
\copydoc plotCenterLine
\see plotCenterLine for more information */ inline virtual void set_plotCenterLine(bool __value) { this->plotCenterLine = __value; } /*! \brief returns the property plotCenterLine. - \details Description of the parameter plotCenterLine is:
\copybrief plotCenterLine
+ \details Description of the parameter plotCenterLine is:
\copydoc plotCenterLine
\see plotCenterLine for more information */ inline virtual bool get_plotCenterLine() const { return this->plotCenterLine; } /*! \brief sets the property invertedRange to the specified \a __value. - \details Description of the parameter invertedRange is:
\copybrief invertedRange
+ \details Description of the parameter invertedRange is:
\copydoc invertedRange
\see invertedRange for more information */ inline virtual void set_invertedRange(bool __value) { this->invertedRange = __value; } /*! \brief returns the property invertedRange. - \details Description of the parameter invertedRange is:
\copybrief invertedRange
+ \details Description of the parameter invertedRange is:
\copydoc invertedRange
\see invertedRange for more information */ inline virtual bool get_invertedRange() const { return this->invertedRange; } /*! \brief sets the property plotRange to the specified \a __value. - \details Description of the parameter plotRange is:
\copybrief plotRange
+ \details Description of the parameter plotRange is:
\copydoc plotRange
\see plotRange for more information */ inline virtual void set_plotRange(bool __value) { this->plotRange = __value; } /*! \brief returns the property plotRange. - \details Description of the parameter plotRange is:
\copybrief plotRange
+ \details Description of the parameter plotRange is:
\copydoc plotRange
\see plotRange for more information */ inline virtual bool get_plotRange() const { return this->plotRange; } /*! \brief sets the property fillRange to the specified \a __value. - \details Description of the parameter fillRange is:
\copybrief fillRange
+ \details Description of the parameter fillRange is:
\copydoc fillRange
\see fillRange for more information */ inline virtual void set_fillRange(bool __value) { this->fillRange = __value; } /*! \brief returns the property fillRange. - \details Description of the parameter fillRange is:
\copybrief fillRange
+ \details Description of the parameter fillRange is:
\copydoc fillRange
\see fillRange for more information */ inline virtual bool get_fillRange() const { return this->fillRange; } /*! \brief sets the property plotRangeLines to the specified \a __value. - \details Description of the parameter plotRangeLines is:
\copybrief plotRangeLines
+ \details Description of the parameter plotRangeLines is:
\copydoc plotRangeLines
\see plotRangeLines for more information */ inline virtual void set_plotRangeLines(bool __value) { this->plotRangeLines = __value; } /*! \brief returns the property plotRangeLines. - \details Description of the parameter plotRangeLines is:
\copybrief plotRangeLines
+ \details Description of the parameter plotRangeLines is:
\copydoc plotRangeLines
\see plotRangeLines for more information */ inline virtual bool get_plotRangeLines() const { diff --git a/lib/jkqtplotter/jkqtpgraphsbarchart.h b/lib/jkqtplotter/jkqtpgraphsbarchart.h index 40357bbc80..d9f8c76690 100644 --- a/lib/jkqtplotter/jkqtpgraphsbarchart.h +++ b/lib/jkqtplotter/jkqtpgraphsbarchart.h @@ -99,112 +99,112 @@ class LIB_EXPORT JKQTPBarVerticalGraph: public JKQTPXYGraph { virtual bool isHorizontal() const; /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual void set_color(const QColor & __value) { this->color = __value; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property fillColor to the specified \a __value. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual void set_fillColor(const QColor & __value) { this->fillColor = __value; } /*! \brief returns the property fillColor. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual QColor get_fillColor() const { return this->fillColor; } /*! \brief sets the property fillStyle to the specified \a __value. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual void set_fillStyle(const Qt::BrushStyle & __value) { this->fillStyle = __value; } /*! \brief returns the property fillStyle. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual Qt::BrushStyle get_fillStyle() const { return this->fillStyle; } /*! \brief sets the property style to the specified \a __value. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual void set_style(const Qt::PenStyle & __value) { this->style = __value; } /*! \brief returns the property style. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual Qt::PenStyle get_style() const { return this->style; } /*! \brief sets the property lineWidth to the specified \a __value. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual void set_lineWidth(double __value) { this->lineWidth = __value; } /*! \brief returns the property lineWidth. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual double get_lineWidth() const { return this->lineWidth; } /*! \brief sets the property shift to the specified \a __value. - \details Description of the parameter shift is:
\copybrief shift
+ \details Description of the parameter shift is:
\copydoc shift
\see shift for more information */ inline virtual void set_shift(double __value) { this->shift = __value; } /*! \brief returns the property shift. - \details Description of the parameter shift is:
\copybrief shift
+ \details Description of the parameter shift is:
\copydoc shift
\see shift for more information */ inline virtual double get_shift() const { return this->shift; } /*! \brief sets the property width to the specified \a __value. - \details Description of the parameter width is:
\copybrief width
+ \details Description of the parameter width is:
\copydoc width
\see width for more information */ inline virtual void set_width(double __value) { this->width = __value; } /*! \brief returns the property width. - \details Description of the parameter width is:
\copybrief width
+ \details Description of the parameter width is:
\copydoc width
\see width for more information */ inline virtual double get_width() const { return this->width; } /*! \brief sets the property baseline to the specified \a __value. - \details Description of the parameter baseline is:
\copybrief baseline
+ \details Description of the parameter baseline is:
\copydoc baseline
\see baseline for more information */ inline virtual void set_baseline(double __value) { this->baseline = __value; } /*! \brief returns the property baseline. - \details Description of the parameter baseline is:
\copybrief baseline
+ \details Description of the parameter baseline is:
\copydoc baseline
\see baseline for more information */ inline virtual double get_baseline() const { diff --git a/lib/jkqtplotter/jkqtpgraphsbase.h b/lib/jkqtplotter/jkqtpgraphsbase.h index 3395e16c7e..7ab94eaabe 100644 --- a/lib/jkqtplotter/jkqtpgraphsbase.h +++ b/lib/jkqtplotter/jkqtpgraphsbase.h @@ -92,28 +92,28 @@ class LIB_EXPORT JKQTPPlotElement: public QObject { virtual QColor getKeyLabelColor()=0; /*! \brief sets the property title to the specified \a __value. - \details Description of the parameter title is:
\copybrief title
+ \details Description of the parameter title is:
\copydoc title
\see title for more information */ inline virtual void set_title(const QString & __value) { this->title = __value; } /*! \brief returns the property title. - \details Description of the parameter title is:
\copybrief title
+ \details Description of the parameter title is:
\copydoc title
\see title for more information */ inline virtual QString get_title() const { return this->title; } /*! \brief sets the property visible to the specified \a __value. - \details Description of the parameter visible is:
\copybrief visible
+ \details Description of the parameter visible is:
\copydoc visible
\see visible for more information */ inline virtual void set_visible(bool __value) { this->visible = __value; } /*! \brief returns the property visible. - \details Description of the parameter visible is:
\copybrief visible
+ \details Description of the parameter visible is:
\copydoc visible
\see visible for more information */ inline virtual bool get_visible() const { @@ -226,28 +226,28 @@ class LIB_EXPORT JKQTPGraph: public JKQTPPlotElement { /*! \brief sets the property datarange_start to the specified \a __value. - \details Description of the parameter datarange_start is:
\copybrief datarange_start
+ \details Description of the parameter datarange_start is:
\copydoc datarange_start
\see datarange_start for more information */ inline virtual void set_datarange_start(int __value) { this->datarange_start = __value; } /*! \brief returns the property datarange_start. - \details Description of the parameter datarange_start is:
\copybrief datarange_start
+ \details Description of the parameter datarange_start is:
\copydoc datarange_start
\see datarange_start for more information */ inline virtual int get_datarange_start() const { return this->datarange_start; } /*! \brief sets the property datarange_end to the specified \a __value. - \details Description of the parameter datarange_end is:
\copybrief datarange_end
+ \details Description of the parameter datarange_end is:
\copydoc datarange_end
\see datarange_end for more information */ inline virtual void set_datarange_end(int __value) { this->datarange_end = __value; } /*! \brief returns the property datarange_end. - \details Description of the parameter datarange_end is:
\copybrief datarange_end
+ \details Description of the parameter datarange_end is:
\copydoc datarange_end
\see datarange_end for more information */ inline virtual int get_datarange_end() const { @@ -357,56 +357,56 @@ class LIB_EXPORT JKQTPXYGraph: public JKQTPGraph { virtual bool usesColumn(int column) const override; /*! \brief sets the property xColumn to the specified \a __value. - \details Description of the parameter xColumn is:
\copybrief xColumn
+ \details Description of the parameter xColumn is:
\copydoc xColumn
\see xColumn for more information */ inline virtual void set_xColumn(int __value) { this->xColumn = __value; } /*! \brief returns the property xColumn. - \details Description of the parameter xColumn is:
\copybrief xColumn
+ \details Description of the parameter xColumn is:
\copydoc xColumn
\see xColumn for more information */ inline virtual int get_xColumn() const { return this->xColumn; } /*! \brief sets the property xColumn to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter xColumn is:
\copybrief xColumn
+ \details Description of the parameter xColumn is:
\copydoc xColumn
\see xColumn for more information */ inline virtual void set_xColumn (size_t __value) { this->xColumn = static_cast(__value); } /*! \brief sets the property yColumn to the specified \a __value. - \details Description of the parameter yColumn is:
\copybrief yColumn
+ \details Description of the parameter yColumn is:
\copydoc yColumn
\see yColumn for more information */ inline virtual void set_yColumn(int __value) { this->yColumn = __value; } /*! \brief returns the property yColumn. - \details Description of the parameter yColumn is:
\copybrief yColumn
+ \details Description of the parameter yColumn is:
\copydoc yColumn
\see yColumn for more information */ inline virtual int get_yColumn() const { return this->yColumn; } /*! \brief sets the property yColumn to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter yColumn is:
\copybrief yColumn
+ \details Description of the parameter yColumn is:
\copydoc yColumn
\see yColumn for more information */ inline virtual void set_yColumn (size_t __value) { this->yColumn = static_cast(__value); } /*! \brief sets the property sortData to the specified \a __value. - \details Description of the parameter sortData is:
\copybrief sortData
+ \details Description of the parameter sortData is:
\copydoc sortData
\see sortData for more information */ inline virtual void set_sortData(const DataSortOrder & __value) { this->sortData = __value; } /*! \brief returns the property sortData. - \details Description of the parameter sortData is:
\copybrief sortData
+ \details Description of the parameter sortData is:
\copydoc sortData
\see sortData for more information */ inline virtual DataSortOrder get_sortData() const { return this->sortData; } - /*! \brief sets the property sortData to the specified \a __value. \details Description of the parameter sortData is:
\copybrief sortData
\see sortData for more information */ + /*! \brief sets the property sortData to the specified \a __value. \details Description of the parameter sortData is:
\copydoc sortData
\see sortData for more information */ void set_sortData(int __value); protected: @@ -465,80 +465,80 @@ class LIB_EXPORT JKQTPSingleColumnGraph: public JKQTPGraph { virtual QColor getKeyLabelColor(); /*! \brief sets the property dataColumn to the specified \a __value. - \details Description of the parameter dataColumn is:
\copybrief dataColumn
+ \details Description of the parameter dataColumn is:
\copydoc dataColumn
\see dataColumn for more information */ inline virtual void set_dataColumn(int __value) { this->dataColumn = __value; } /*! \brief returns the property dataColumn. - \details Description of the parameter dataColumn is:
\copybrief dataColumn
+ \details Description of the parameter dataColumn is:
\copydoc dataColumn
\see dataColumn for more information */ inline virtual int get_dataColumn() const { return this->dataColumn; } /*! \brief sets the property dataColumn to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter dataColumn is:
\copybrief dataColumn
+ \details Description of the parameter dataColumn is:
\copydoc dataColumn
\see dataColumn for more information */ inline virtual void set_dataColumn (size_t __value) { this->dataColumn = static_cast(__value); } /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual void set_color(const QColor & __value) { this->color = __value; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property style to the specified \a __value. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual void set_style(const Qt::PenStyle & __value) { this->style = __value; } /*! \brief returns the property style. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual Qt::PenStyle get_style() const { return this->style; } /*! \brief sets the property lineWidth to the specified \a __value. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual void set_lineWidth(double __value) { this->lineWidth = __value; } /*! \brief returns the property lineWidth. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual double get_lineWidth() const { return this->lineWidth; } /*! \brief sets the property sortData to the specified \a __value. - \details Description of the parameter sortData is:
\copybrief sortData
+ \details Description of the parameter sortData is:
\copydoc sortData
\see sortData for more information */ inline virtual void set_sortData(const DataSortOrder & __value) { this->sortData = __value; } /*! \brief returns the property sortData. - \details Description of the parameter sortData is:
\copybrief sortData
+ \details Description of the parameter sortData is:
\copydoc sortData
\see sortData for more information */ inline virtual DataSortOrder get_sortData() const { return this->sortData; } - /*! \brief sets the property sortData to the specified \a __value. \details Description of the parameter sortData is:
\copybrief sortData
\see sortData for more information */ + /*! \brief sets the property sortData to the specified \a __value. \details Description of the parameter sortData is:
\copydoc sortData
\see sortData for more information */ void set_sortData(int __value); /** \copydoc JKQTPGraph::usesColumn() */ @@ -600,84 +600,84 @@ class LIB_EXPORT JKQTPGraphErrors { virtual ~JKQTPGraphErrors(); /*! \brief sets the property errorColor to the specified \a __value. - \details Description of the parameter errorColor is:
\copybrief errorColor
+ \details Description of the parameter errorColor is:
\copydoc errorColor
\see errorColor for more information */ inline virtual void set_errorColor(const QColor & __value) { this->errorColor = __value; } /*! \brief returns the property errorColor. - \details Description of the parameter errorColor is:
\copybrief errorColor
+ \details Description of the parameter errorColor is:
\copydoc errorColor
\see errorColor for more information */ inline virtual QColor get_errorColor() const { return this->errorColor; } /*! \brief sets the property errorStyle to the specified \a __value. - \details Description of the parameter errorStyle is:
\copybrief errorStyle
+ \details Description of the parameter errorStyle is:
\copydoc errorStyle
\see errorStyle for more information */ inline virtual void set_errorStyle(const Qt::PenStyle & __value) { this->errorStyle = __value; } /*! \brief returns the property errorStyle. - \details Description of the parameter errorStyle is:
\copybrief errorStyle
+ \details Description of the parameter errorStyle is:
\copydoc errorStyle
\see errorStyle for more information */ inline virtual Qt::PenStyle get_errorStyle() const { return this->errorStyle; } /*! \brief sets the property errorWidth to the specified \a __value. - \details Description of the parameter errorWidth is:
\copybrief errorWidth
+ \details Description of the parameter errorWidth is:
\copydoc errorWidth
\see errorWidth for more information */ inline virtual void set_errorWidth(double __value) { this->errorWidth = __value; } /*! \brief returns the property errorWidth. - \details Description of the parameter errorWidth is:
\copybrief errorWidth
+ \details Description of the parameter errorWidth is:
\copydoc errorWidth
\see errorWidth for more information */ inline virtual double get_errorWidth() const { return this->errorWidth; } /*! \brief sets the property errorFillColor to the specified \a __value. - \details Description of the parameter errorFillColor is:
\copybrief errorFillColor
+ \details Description of the parameter errorFillColor is:
\copydoc errorFillColor
\see errorFillColor for more information */ inline virtual void set_errorFillColor(const QColor & __value) { this->errorFillColor = __value; } /*! \brief returns the property errorFillColor. - \details Description of the parameter errorFillColor is:
\copybrief errorFillColor
+ \details Description of the parameter errorFillColor is:
\copydoc errorFillColor
\see errorFillColor for more information */ inline virtual QColor get_errorFillColor() const { return this->errorFillColor; } /*! \brief sets the property errorFillStyle to the specified \a __value. - \details Description of the parameter errorFillStyle is:
\copybrief errorFillStyle
+ \details Description of the parameter errorFillStyle is:
\copydoc errorFillStyle
\see errorFillStyle for more information */ inline virtual void set_errorFillStyle(const Qt::BrushStyle & __value) { this->errorFillStyle = __value; } /*! \brief returns the property errorFillStyle. - \details Description of the parameter errorFillStyle is:
\copybrief errorFillStyle
+ \details Description of the parameter errorFillStyle is:
\copydoc errorFillStyle
\see errorFillStyle for more information */ inline virtual Qt::BrushStyle get_errorFillStyle() const { return this->errorFillStyle; } /*! \brief sets the property errorbarSize to the specified \a __value. - \details Description of the parameter errorbarSize is:
\copybrief errorbarSize
+ \details Description of the parameter errorbarSize is:
\copydoc errorbarSize
\see errorbarSize for more information */ inline virtual void set_errorbarSize(double __value) { this->errorbarSize = __value; } /*! \brief returns the property errorbarSize. - \details Description of the parameter errorbarSize is:
\copybrief errorbarSize
+ \details Description of the parameter errorbarSize is:
\copydoc errorbarSize
\see errorbarSize for more information */ inline virtual double get_errorbarSize() const { @@ -737,32 +737,32 @@ class LIB_EXPORT JKQTPXGraphErrors: public JKQTPGraphErrors { JKQTPXGraphErrors(QColor graphColor=QColor("black")); /*! \brief sets the property xErrorSymmetric to the specified \a __value. - \details Description of the parameter xErrorSymmetric is:
\copybrief xErrorSymmetric
+ \details Description of the parameter xErrorSymmetric is:
\copydoc xErrorSymmetric
\see xErrorSymmetric for more information */ inline virtual void set_xErrorSymmetric(bool __value) { this->xErrorSymmetric = __value; } /*! \brief returns the property xErrorSymmetric. - \details Description of the parameter xErrorSymmetric is:
\copybrief xErrorSymmetric
+ \details Description of the parameter xErrorSymmetric is:
\copydoc xErrorSymmetric
\see xErrorSymmetric for more information */ inline virtual bool get_xErrorSymmetric() const { return this->xErrorSymmetric; } - /*! \brief returns the property xErrorColumnLower. \details Description of the parameter xErrorColumnLower is:
\copybrief xErrorColumnLower
. \see xErrorColumnLower for more information */ + /*! \brief returns the property xErrorColumnLower. \details Description of the parameter xErrorColumnLower is:
\copydoc xErrorColumnLower
. \see xErrorColumnLower for more information */ inline int get_xErrorColumnLower() const { return this->xErrorColumnLower; } - /*! \brief returns the property xErrorColumn. \details Description of the parameter xErrorColumn is:
\copybrief xErrorColumn
. \see xErrorColumn for more information */ + /*! \brief returns the property xErrorColumn. \details Description of the parameter xErrorColumn is:
\copydoc xErrorColumn
. \see xErrorColumn for more information */ inline int get_xErrorColumn() const { return this->xErrorColumn; } /*! \brief sets the property xErrorStyle to the specified \a __value. - \details Description of the parameter xErrorStyle is:
\copybrief xErrorStyle
+ \details Description of the parameter xErrorStyle is:
\copydoc xErrorStyle
\see xErrorStyle for more information */ inline virtual void set_xErrorStyle(const JKQTPErrorPlotstyle & __value) { this->xErrorStyle = __value; } /*! \brief returns the property xErrorStyle. - \details Description of the parameter xErrorStyle is:
\copybrief xErrorStyle
+ \details Description of the parameter xErrorStyle is:
\copydoc xErrorStyle
\see xErrorStyle for more information */ inline virtual JKQTPErrorPlotstyle get_xErrorStyle() const { @@ -807,32 +807,32 @@ class LIB_EXPORT JKQTPYGraphErrors: public JKQTPGraphErrors { JKQTPYGraphErrors(QColor graphColor=QColor("black")); /*! \brief sets the property yErrorSymmetric to the specified \a __value. - \details Description of the parameter yErrorSymmetric is:
\copybrief yErrorSymmetric
+ \details Description of the parameter yErrorSymmetric is:
\copydoc yErrorSymmetric
\see yErrorSymmetric for more information */ inline virtual void set_yErrorSymmetric(bool __value) { this->yErrorSymmetric = __value; } /*! \brief returns the property yErrorSymmetric. - \details Description of the parameter yErrorSymmetric is:
\copybrief yErrorSymmetric
+ \details Description of the parameter yErrorSymmetric is:
\copydoc yErrorSymmetric
\see yErrorSymmetric for more information */ inline virtual bool get_yErrorSymmetric() const { return this->yErrorSymmetric; } - /*! \brief returns the property yErrorColumnLower. \details Description of the parameter yErrorColumnLower is:
\copybrief yErrorColumnLower
. \see yErrorColumnLower for more information */ + /*! \brief returns the property yErrorColumnLower. \details Description of the parameter yErrorColumnLower is:
\copydoc yErrorColumnLower
. \see yErrorColumnLower for more information */ inline int get_yErrorColumnLower() const { return this->yErrorColumnLower; } - /*! \brief returns the property yErrorColumn. \details Description of the parameter yErrorColumn is:
\copybrief yErrorColumn
. \see yErrorColumn for more information */ + /*! \brief returns the property yErrorColumn. \details Description of the parameter yErrorColumn is:
\copydoc yErrorColumn
. \see yErrorColumn for more information */ inline int get_yErrorColumn() const { return this->yErrorColumn; } /*! \brief sets the property yErrorStyle to the specified \a __value. - \details Description of the parameter yErrorStyle is:
\copybrief yErrorStyle
+ \details Description of the parameter yErrorStyle is:
\copydoc yErrorStyle
\see yErrorStyle for more information */ inline virtual void set_yErrorStyle(const JKQTPErrorPlotstyle & __value) { this->yErrorStyle = __value; } /*! \brief returns the property yErrorStyle. - \details Description of the parameter yErrorStyle is:
\copybrief yErrorStyle
+ \details Description of the parameter yErrorStyle is:
\copydoc yErrorStyle
\see yErrorStyle for more information */ inline virtual JKQTPErrorPlotstyle get_yErrorStyle() const { @@ -874,64 +874,64 @@ class LIB_EXPORT JKQTPXYGraphErrors: public JKQTPGraphErrors { /** \brief class contructor */ JKQTPXYGraphErrors(QColor graphColor=QColor("black")); /*! \brief sets the property xErrorSymmetric to the specified \a __value. - \details Description of the parameter xErrorSymmetric is:
\copybrief xErrorSymmetric
+ \details Description of the parameter xErrorSymmetric is:
\copydoc xErrorSymmetric
\see xErrorSymmetric for more information */ inline virtual void set_xErrorSymmetric(bool __value) { this->xErrorSymmetric = __value; } /*! \brief returns the property xErrorSymmetric. - \details Description of the parameter xErrorSymmetric is:
\copybrief xErrorSymmetric
+ \details Description of the parameter xErrorSymmetric is:
\copydoc xErrorSymmetric
\see xErrorSymmetric for more information */ inline virtual bool get_xErrorSymmetric() const { return this->xErrorSymmetric; } /*! \brief sets the property yErrorSymmetric to the specified \a __value. - \details Description of the parameter yErrorSymmetric is:
\copybrief yErrorSymmetric
+ \details Description of the parameter yErrorSymmetric is:
\copydoc yErrorSymmetric
\see yErrorSymmetric for more information */ inline virtual void set_yErrorSymmetric(bool __value) { this->yErrorSymmetric = __value; } /*! \brief returns the property yErrorSymmetric. - \details Description of the parameter yErrorSymmetric is:
\copybrief yErrorSymmetric
+ \details Description of the parameter yErrorSymmetric is:
\copydoc yErrorSymmetric
\see yErrorSymmetric for more information */ inline virtual bool get_yErrorSymmetric() const { return this->yErrorSymmetric; } - /*! \brief returns the property xErrorColumnLower. \details Description of the parameter xErrorColumnLower is:
\copybrief xErrorColumnLower
. \see xErrorColumnLower for more information */ + /*! \brief returns the property xErrorColumnLower. \details Description of the parameter xErrorColumnLower is:
\copydoc xErrorColumnLower
. \see xErrorColumnLower for more information */ inline int get_xErrorColumnLower() const { return this->xErrorColumnLower; } - /*! \brief returns the property xErrorColumn. \details Description of the parameter xErrorColumn is:
\copybrief xErrorColumn
. \see xErrorColumn for more information */ + /*! \brief returns the property xErrorColumn. \details Description of the parameter xErrorColumn is:
\copydoc xErrorColumn
. \see xErrorColumn for more information */ inline int get_xErrorColumn() const { return this->xErrorColumn; } - /*! \brief returns the property yErrorColumnLower. \details Description of the parameter yErrorColumnLower is:
\copybrief yErrorColumnLower
. \see yErrorColumnLower for more information */ + /*! \brief returns the property yErrorColumnLower. \details Description of the parameter yErrorColumnLower is:
\copydoc yErrorColumnLower
. \see yErrorColumnLower for more information */ inline int get_yErrorColumnLower() const { return this->yErrorColumnLower; } - /*! \brief returns the property yErrorColumn. \details Description of the parameter yErrorColumn is:
\copybrief yErrorColumn
. \see yErrorColumn for more information */ + /*! \brief returns the property yErrorColumn. \details Description of the parameter yErrorColumn is:
\copydoc yErrorColumn
. \see yErrorColumn for more information */ inline int get_yErrorColumn() const { return this->yErrorColumn; } /*! \brief sets the property yErrorStyle to the specified \a __value. - \details Description of the parameter yErrorStyle is:
\copybrief yErrorStyle
+ \details Description of the parameter yErrorStyle is:
\copydoc yErrorStyle
\see yErrorStyle for more information */ inline virtual void set_yErrorStyle(const JKQTPErrorPlotstyle & __value) { this->yErrorStyle = __value; } /*! \brief returns the property yErrorStyle. - \details Description of the parameter yErrorStyle is:
\copybrief yErrorStyle
+ \details Description of the parameter yErrorStyle is:
\copydoc yErrorStyle
\see yErrorStyle for more information */ inline virtual JKQTPErrorPlotstyle get_yErrorStyle() const { return this->yErrorStyle; } /*! \brief sets the property xErrorStyle to the specified \a __value. - \details Description of the parameter xErrorStyle is:
\copybrief xErrorStyle
+ \details Description of the parameter xErrorStyle is:
\copydoc xErrorStyle
\see xErrorStyle for more information */ inline virtual void set_xErrorStyle(const JKQTPErrorPlotstyle & __value) { this->xErrorStyle = __value; } /*! \brief returns the property xErrorStyle. - \details Description of the parameter xErrorStyle is:
\copybrief xErrorStyle
+ \details Description of the parameter xErrorStyle is:
\copydoc xErrorStyle
\see xErrorStyle for more information */ inline virtual JKQTPErrorPlotstyle get_xErrorStyle() const { diff --git a/lib/jkqtplotter/jkqtpgraphsboxplot.h b/lib/jkqtplotter/jkqtpgraphsboxplot.h index 35483c60bc..764f835139 100644 --- a/lib/jkqtplotter/jkqtpgraphsboxplot.h +++ b/lib/jkqtplotter/jkqtpgraphsboxplot.h @@ -128,226 +128,226 @@ class LIB_EXPORT JKQTPBoxplotVerticalGraph: public JKQTPGraph { virtual bool usesColumn(int c) const override; /*! \brief sets the property sortData to the specified \a __value. - \details Description of the parameter sortData is:
\copybrief sortData
+ \details Description of the parameter sortData is:
\copydoc sortData
\see sortData for more information */ inline virtual void set_sortData(const DataSortOrder & __value) { this->sortData = __value; } /*! \brief returns the property sortData. - \details Description of the parameter sortData is:
\copybrief sortData
+ \details Description of the parameter sortData is:
\copydoc sortData
\see sortData for more information */ inline virtual DataSortOrder get_sortData() const { return this->sortData; } - /*! \brief sets the property sortData to the specified \a __value. \details Description of the parameter sortData is:
\copybrief sortData
\see sortData for more information */ + /*! \brief sets the property sortData to the specified \a __value. \details Description of the parameter sortData is:
\copydoc sortData
\see sortData for more information */ void set_sortData(int __value); /*! \brief sets the property posColumn to the specified \a __value. - \details Description of the parameter posColumn is:
\copybrief posColumn
+ \details Description of the parameter posColumn is:
\copydoc posColumn
\see posColumn for more information */ inline virtual void set_posColumn(int __value) { this->posColumn = __value; } /*! \brief returns the property posColumn. - \details Description of the parameter posColumn is:
\copybrief posColumn
+ \details Description of the parameter posColumn is:
\copydoc posColumn
\see posColumn for more information */ inline virtual int get_posColumn() const { return this->posColumn; } /*! \brief sets the property posColumn to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter posColumn is:
\copybrief posColumn
+ \details Description of the parameter posColumn is:
\copydoc posColumn
\see posColumn for more information */ inline virtual void set_posColumn (size_t __value) { this->posColumn = static_cast(__value); } /*! \brief sets the property medianColumn to the specified \a __value. - \details Description of the parameter medianColumn is:
\copybrief medianColumn
+ \details Description of the parameter medianColumn is:
\copydoc medianColumn
\see medianColumn for more information */ inline virtual void set_medianColumn(int __value) { this->medianColumn = __value; } /*! \brief returns the property medianColumn. - \details Description of the parameter medianColumn is:
\copybrief medianColumn
+ \details Description of the parameter medianColumn is:
\copydoc medianColumn
\see medianColumn for more information */ inline virtual int get_medianColumn() const { return this->medianColumn; } /*! \brief sets the property medianColumn to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter medianColumn is:
\copybrief medianColumn
+ \details Description of the parameter medianColumn is:
\copydoc medianColumn
\see medianColumn for more information */ inline virtual void set_medianColumn (size_t __value) { this->medianColumn = static_cast(__value); } /*! \brief sets the property meanColumn to the specified \a __value. - \details Description of the parameter meanColumn is:
\copybrief meanColumn
+ \details Description of the parameter meanColumn is:
\copydoc meanColumn
\see meanColumn for more information */ inline virtual void set_meanColumn(int __value) { this->meanColumn = __value; } /*! \brief returns the property meanColumn. - \details Description of the parameter meanColumn is:
\copybrief meanColumn
+ \details Description of the parameter meanColumn is:
\copydoc meanColumn
\see meanColumn for more information */ inline virtual int get_meanColumn() const { return this->meanColumn; } /*! \brief sets the property meanColumn to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter meanColumn is:
\copybrief meanColumn
+ \details Description of the parameter meanColumn is:
\copydoc meanColumn
\see meanColumn for more information */ inline virtual void set_meanColumn (size_t __value) { this->meanColumn = static_cast(__value); } /*! \brief sets the property minColumn to the specified \a __value. - \details Description of the parameter minColumn is:
\copybrief minColumn
+ \details Description of the parameter minColumn is:
\copydoc minColumn
\see minColumn for more information */ inline virtual void set_minColumn(int __value) { this->minColumn = __value; } /*! \brief returns the property minColumn. - \details Description of the parameter minColumn is:
\copybrief minColumn
+ \details Description of the parameter minColumn is:
\copydoc minColumn
\see minColumn for more information */ inline virtual int get_minColumn() const { return this->minColumn; } /*! \brief sets the property minColumn to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter minColumn is:
\copybrief minColumn
+ \details Description of the parameter minColumn is:
\copydoc minColumn
\see minColumn for more information */ inline virtual void set_minColumn( size_t __value) { this->minColumn = static_cast(__value); } /*! \brief sets the property maxColumn to the specified \a __value. - \details Description of the parameter maxColumn is:
\copybrief maxColumn
+ \details Description of the parameter maxColumn is:
\copydoc maxColumn
\see maxColumn for more information */ inline virtual void set_maxColumn(int __value) { this->maxColumn = __value; } /*! \brief returns the property maxColumn. - \details Description of the parameter maxColumn is:
\copybrief maxColumn
+ \details Description of the parameter maxColumn is:
\copydoc maxColumn
\see maxColumn for more information */ inline virtual int get_maxColumn() const { return this->maxColumn; } /*! \brief sets the property maxColumn to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter maxColumn is:
\copybrief maxColumn
+ \details Description of the parameter maxColumn is:
\copydoc maxColumn
\see maxColumn for more information */ inline virtual void set_maxColumn (size_t __value) { this->maxColumn = static_cast(__value); } /*! \brief sets the property percentile25Column to the specified \a __value. - \details Description of the parameter percentile25Column is:
\copybrief percentile25Column
+ \details Description of the parameter percentile25Column is:
\copydoc percentile25Column
\see percentile25Column for more information */ inline virtual void set_percentile25Column(int __value) { this->percentile25Column = __value; } /*! \brief returns the property percentile25Column. - \details Description of the parameter percentile25Column is:
\copybrief percentile25Column
+ \details Description of the parameter percentile25Column is:
\copydoc percentile25Column
\see percentile25Column for more information */ inline virtual int get_percentile25Column() const { return this->percentile25Column; } /*! \brief sets the property percentile25Column to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter percentile25Column is:
\copybrief percentile25Column
+ \details Description of the parameter percentile25Column is:
\copydoc percentile25Column
\see percentile25Column for more information */ inline virtual void set_percentile25Column (size_t __value) { this->percentile25Column = static_cast(__value); } /*! \brief sets the property percentile75Column to the specified \a __value. - \details Description of the parameter percentile75Column is:
\copybrief percentile75Column
+ \details Description of the parameter percentile75Column is:
\copydoc percentile75Column
\see percentile75Column for more information */ inline virtual void set_percentile75Column(int __value) { this->percentile75Column = __value; } /*! \brief returns the property percentile75Column. - \details Description of the parameter percentile75Column is:
\copybrief percentile75Column
+ \details Description of the parameter percentile75Column is:
\copydoc percentile75Column
\see percentile75Column for more information */ inline virtual int get_percentile75Column() const { return this->percentile75Column; } /*! \brief sets the property percentile75Column to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter percentile75Column is:
\copybrief percentile75Column
+ \details Description of the parameter percentile75Column is:
\copydoc percentile75Column
\see percentile75Column for more information */ inline virtual void set_percentile75Column (size_t __value) { this->percentile75Column = static_cast(__value); } /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual void set_color(const QColor & __value) { this->color = __value; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property fillColor to the specified \a __value. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual void set_fillColor(const QColor & __value) { this->fillColor = __value; } /*! \brief returns the property fillColor. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual QColor get_fillColor() const { return this->fillColor; } /*! \brief sets the property whiskerStyle to the specified \a __value. - \details Description of the parameter whiskerStyle is:
\copybrief whiskerStyle
+ \details Description of the parameter whiskerStyle is:
\copydoc whiskerStyle
\see whiskerStyle for more information */ inline virtual void set_whiskerStyle(const Qt::PenStyle & __value) { this->whiskerStyle = __value; } /*! \brief returns the property whiskerStyle. - \details Description of the parameter whiskerStyle is:
\copybrief whiskerStyle
+ \details Description of the parameter whiskerStyle is:
\copydoc whiskerStyle
\see whiskerStyle for more information */ inline virtual Qt::PenStyle get_whiskerStyle() const { return this->whiskerStyle; } /*! \brief sets the property fillStyle to the specified \a __value. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual void set_fillStyle(const Qt::BrushStyle & __value) { this->fillStyle = __value; } /*! \brief returns the property fillStyle. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual Qt::BrushStyle get_fillStyle() const { return this->fillStyle; } /*! \brief sets the property lineWidth to the specified \a __value. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual void set_lineWidth(double __value) { this->lineWidth = __value; } /*! \brief returns the property lineWidth. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual double get_lineWidth() const { return this->lineWidth; } /*! \brief sets the property boxWidth to the specified \a __value. - \details Description of the parameter boxWidth is:
\copybrief boxWidth
+ \details Description of the parameter boxWidth is:
\copydoc boxWidth
\see boxWidth for more information */ inline virtual void set_boxWidth(double __value) { this->boxWidth = __value; } /*! \brief returns the property boxWidth. - \details Description of the parameter boxWidth is:
\copybrief boxWidth
+ \details Description of the parameter boxWidth is:
\copydoc boxWidth
\see boxWidth for more information */ inline virtual double get_boxWidth() const { @@ -355,42 +355,42 @@ class LIB_EXPORT JKQTPBoxplotVerticalGraph: public JKQTPGraph { } /*! \brief sets the property meanSymbol to the specified \a __value. - \details Description of the parameter meanSymbol is:
\copybrief meanSymbol
+ \details Description of the parameter meanSymbol is:
\copydoc meanSymbol
\see meanSymbol for more information */ inline virtual void set_meanSymbol(const JKQTPGraphSymbols & __value) { this->meanSymbol = __value; } /*! \brief returns the property meanSymbol. - \details Description of the parameter meanSymbol is:
\copybrief meanSymbol
+ \details Description of the parameter meanSymbol is:
\copydoc meanSymbol
\see meanSymbol for more information */ inline virtual JKQTPGraphSymbols get_meanSymbol() const { return this->meanSymbol; } /*! \brief sets the property meanSymbolWidth to the specified \a __value. - \details Description of the parameter meanSymbolWidth is:
\copybrief meanSymbolWidth
+ \details Description of the parameter meanSymbolWidth is:
\copydoc meanSymbolWidth
\see meanSymbolWidth for more information */ inline virtual void set_meanSymbolWidth(double __value) { this->meanSymbolWidth = __value; } /*! \brief returns the property meanSymbolWidth. - \details Description of the parameter meanSymbolWidth is:
\copybrief meanSymbolWidth
+ \details Description of the parameter meanSymbolWidth is:
\copydoc meanSymbolWidth
\see meanSymbolWidth for more information */ inline virtual double get_meanSymbolWidth() const { return this->meanSymbolWidth; } /*! \brief sets the property meanSymbolSize to the specified \a __value. - \details Description of the parameter meanSymbolSize is:
\copybrief meanSymbolSize
+ \details Description of the parameter meanSymbolSize is:
\copydoc meanSymbolSize
\see meanSymbolSize for more information */ inline virtual void set_meanSymbolSize(double __value) { this->meanSymbolSize = __value; } /*! \brief returns the property meanSymbolSize. - \details Description of the parameter meanSymbolSize is:
\copybrief meanSymbolSize
+ \details Description of the parameter meanSymbolSize is:
\copydoc meanSymbolSize
\see meanSymbolSize for more information */ inline virtual double get_meanSymbolSize() const { @@ -539,21 +539,21 @@ class LIB_EXPORT JKQTPBoxplotVerticalElement: public JKQTPPlotObject { /*! \brief sets the property pos to the specified \a __value. - \details Description of the parameter pos is:
\copybrief pos
+ \details Description of the parameter pos is:
\copydoc pos
\see pos for more information */ inline virtual void set_pos(double __value) { this->pos = __value; } /*! \brief returns the property pos. - \details Description of the parameter pos is:
\copybrief pos
+ \details Description of the parameter pos is:
\copydoc pos
\see pos for more information */ inline virtual double get_pos() const { return this->pos; } /*! \brief sets the property median to the specified \a __value. - \details Description of the parameter median is:
\copybrief median
+ \details Description of the parameter median is:
\copydoc median
\see median for more information */ inline virtual void set_median(double __value) { @@ -563,14 +563,14 @@ class LIB_EXPORT JKQTPBoxplotVerticalElement: public JKQTPPlotObject { } } /*! \brief returns the property median. - \details Description of the parameter median is:
\copybrief median
+ \details Description of the parameter median is:
\copydoc median
\see median for more information */ inline virtual double get_median() const { return this->median; } /*! \brief sets the property mean to the specified \a __value. - \details Description of the parameter mean is:
\copybrief mean
+ \details Description of the parameter mean is:
\copydoc mean
\see mean for more information */ inline virtual void set_mean(double __value) { @@ -580,14 +580,14 @@ class LIB_EXPORT JKQTPBoxplotVerticalElement: public JKQTPPlotObject { } } /*! \brief returns the property mean. - \details Description of the parameter mean is:
\copybrief mean
+ \details Description of the parameter mean is:
\copydoc mean
\see mean for more information */ inline virtual double get_mean() const { return this->mean; } /*! \brief sets the property min to the specified \a __value. - \details Description of the parameter min is:
\copybrief min
+ \details Description of the parameter min is:
\copydoc min
\see min for more information */ inline virtual void set_min(double __value) { @@ -597,14 +597,14 @@ class LIB_EXPORT JKQTPBoxplotVerticalElement: public JKQTPPlotObject { } } /*! \brief returns the property min. - \details Description of the parameter min is:
\copybrief min
+ \details Description of the parameter min is:
\copydoc min
\see min for more information */ inline virtual double get_min() const { return this->min; } /*! \brief sets the property max to the specified \a __value. - \details Description of the parameter max is:
\copybrief max
+ \details Description of the parameter max is:
\copydoc max
\see max for more information */ inline virtual void set_max(double __value) { @@ -614,105 +614,105 @@ class LIB_EXPORT JKQTPBoxplotVerticalElement: public JKQTPPlotObject { } } /*! \brief returns the property max. - \details Description of the parameter max is:
\copybrief max
+ \details Description of the parameter max is:
\copydoc max
\see max for more information */ inline virtual double get_max() const { return this->max; } /*! \brief sets the property percentile25 to the specified \a __value. - \details Description of the parameter percentile25 is:
\copybrief percentile25
+ \details Description of the parameter percentile25 is:
\copydoc percentile25
\see percentile25 for more information */ inline virtual void set_percentile25(double __value) { this->percentile25 = __value; } /*! \brief returns the property percentile25. - \details Description of the parameter percentile25 is:
\copybrief percentile25
+ \details Description of the parameter percentile25 is:
\copydoc percentile25
\see percentile25 for more information */ inline virtual double get_percentile25() const { return this->percentile25; } /*! \brief sets the property percentile75 to the specified \a __value. - \details Description of the parameter percentile75 is:
\copybrief percentile75
+ \details Description of the parameter percentile75 is:
\copydoc percentile75
\see percentile75 for more information */ inline virtual void set_percentile75(double __value) { this->percentile75 = __value; } /*! \brief returns the property percentile75. - \details Description of the parameter percentile75 is:
\copybrief percentile75
+ \details Description of the parameter percentile75 is:
\copydoc percentile75
\see percentile75 for more information */ inline virtual double get_percentile75() const { return this->percentile75; } /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual void set_color(const QColor & __value) { this->color = __value; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property fillColor to the specified \a __value. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual void set_fillColor(const QColor & __value) { this->fillColor = __value; } /*! \brief returns the property fillColor. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual QColor get_fillColor() const { return this->fillColor; } /*! \brief sets the property whiskerStyle to the specified \a __value. - \details Description of the parameter whiskerStyle is:
\copybrief whiskerStyle
+ \details Description of the parameter whiskerStyle is:
\copydoc whiskerStyle
\see whiskerStyle for more information */ inline virtual void set_whiskerStyle(const Qt::PenStyle & __value) { this->whiskerStyle = __value; } /*! \brief returns the property whiskerStyle. - \details Description of the parameter whiskerStyle is:
\copybrief whiskerStyle
+ \details Description of the parameter whiskerStyle is:
\copydoc whiskerStyle
\see whiskerStyle for more information */ inline virtual Qt::PenStyle get_whiskerStyle() const { return this->whiskerStyle; } /*! \brief sets the property lineWidth to the specified \a __value. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual void set_lineWidth(double __value) { this->lineWidth = __value; } /*! \brief returns the property lineWidth. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual double get_lineWidth() const { return this->lineWidth; } /*! \brief sets the property boxWidth to the specified \a __value. - \details Description of the parameter boxWidth is:
\copybrief boxWidth
+ \details Description of the parameter boxWidth is:
\copydoc boxWidth
\see boxWidth for more information */ inline virtual void set_boxWidth(double __value) { this->boxWidth = __value; } /*! \brief returns the property boxWidth. - \details Description of the parameter boxWidth is:
\copybrief boxWidth
+ \details Description of the parameter boxWidth is:
\copydoc boxWidth
\see boxWidth for more information */ inline virtual double get_boxWidth() const { @@ -720,84 +720,84 @@ class LIB_EXPORT JKQTPBoxplotVerticalElement: public JKQTPPlotObject { } /*! \brief sets the property meanSymbol to the specified \a __value. - \details Description of the parameter meanSymbol is:
\copybrief meanSymbol
+ \details Description of the parameter meanSymbol is:
\copydoc meanSymbol
\see meanSymbol for more information */ inline virtual void set_meanSymbol(const JKQTPGraphSymbols & __value) { this->meanSymbol = __value; } /*! \brief returns the property meanSymbol. - \details Description of the parameter meanSymbol is:
\copybrief meanSymbol
+ \details Description of the parameter meanSymbol is:
\copydoc meanSymbol
\see meanSymbol for more information */ inline virtual JKQTPGraphSymbols get_meanSymbol() const { return this->meanSymbol; } /*! \brief sets the property meanSymbolWidth to the specified \a __value. - \details Description of the parameter meanSymbolWidth is:
\copybrief meanSymbolWidth
+ \details Description of the parameter meanSymbolWidth is:
\copydoc meanSymbolWidth
\see meanSymbolWidth for more information */ inline virtual void set_meanSymbolWidth(double __value) { this->meanSymbolWidth = __value; } /*! \brief returns the property meanSymbolWidth. - \details Description of the parameter meanSymbolWidth is:
\copybrief meanSymbolWidth
+ \details Description of the parameter meanSymbolWidth is:
\copydoc meanSymbolWidth
\see meanSymbolWidth for more information */ inline virtual double get_meanSymbolWidth() const { return this->meanSymbolWidth; } /*! \brief sets the property meanSymbolSize to the specified \a __value. - \details Description of the parameter meanSymbolSize is:
\copybrief meanSymbolSize
+ \details Description of the parameter meanSymbolSize is:
\copydoc meanSymbolSize
\see meanSymbolSize for more information */ inline virtual void set_meanSymbolSize(double __value) { this->meanSymbolSize = __value; } /*! \brief returns the property meanSymbolSize. - \details Description of the parameter meanSymbolSize is:
\copybrief meanSymbolSize
+ \details Description of the parameter meanSymbolSize is:
\copydoc meanSymbolSize
\see meanSymbolSize for more information */ inline virtual double get_meanSymbolSize() const { return this->meanSymbolSize; } /*! \brief sets the property drawMean to the specified \a __value. - \details Description of the parameter drawMean is:
\copybrief drawMean
+ \details Description of the parameter drawMean is:
\copydoc drawMean
\see drawMean for more information */ inline virtual void set_drawMean(bool __value) { this->drawMean = __value; } /*! \brief returns the property drawMean. - \details Description of the parameter drawMean is:
\copybrief drawMean
+ \details Description of the parameter drawMean is:
\copydoc drawMean
\see drawMean for more information */ inline virtual bool get_drawMean() const { return this->drawMean; } /*! \brief sets the property drawMedian to the specified \a __value. - \details Description of the parameter drawMedian is:
\copybrief drawMedian
+ \details Description of the parameter drawMedian is:
\copydoc drawMedian
\see drawMedian for more information */ inline virtual void set_drawMedian(bool __value) { this->drawMedian = __value; } /*! \brief returns the property drawMedian. - \details Description of the parameter drawMedian is:
\copybrief drawMedian
+ \details Description of the parameter drawMedian is:
\copydoc drawMedian
\see drawMedian for more information */ inline virtual bool get_drawMedian() const { return this->drawMedian; } /*! \brief sets the property drawMinMax to the specified \a __value. - \details Description of the parameter drawMinMax is:
\copybrief drawMinMax
+ \details Description of the parameter drawMinMax is:
\copydoc drawMinMax
\see drawMinMax for more information */ inline virtual void set_drawMinMax(bool __value) { this->drawMinMax = __value; } /*! \brief returns the property drawMinMax. - \details Description of the parameter drawMinMax is:
\copybrief drawMinMax
+ \details Description of the parameter drawMinMax is:
\copydoc drawMinMax
\see drawMinMax for more information */ inline virtual bool get_drawMinMax() const { diff --git a/lib/jkqtplotter/jkqtpgraphsevaluatedfunction.h b/lib/jkqtplotter/jkqtpgraphsevaluatedfunction.h index d8ef711485..279ce0351c 100644 --- a/lib/jkqtplotter/jkqtpgraphsevaluatedfunction.h +++ b/lib/jkqtplotter/jkqtpgraphsevaluatedfunction.h @@ -112,84 +112,84 @@ class LIB_EXPORT JKQTPXFunctionLineGraph: public JKQTPGraph { void clearData(); /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual void set_color(const QColor & __value) { this->color = __value; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property fillColor to the specified \a __value. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual void set_fillColor(const QColor & __value) { this->fillColor = __value; } /*! \brief returns the property fillColor. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual QColor get_fillColor() const { return this->fillColor; } /*! \brief sets the property fillStyle to the specified \a __value. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual void set_fillStyle(const Qt::BrushStyle & __value) { this->fillStyle = __value; } /*! \brief returns the property fillStyle. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual Qt::BrushStyle get_fillStyle() const { return this->fillStyle; } /*! \brief sets the property style to the specified \a __value. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual void set_style(const Qt::PenStyle & __value) { this->style = __value; } /*! \brief returns the property style. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual Qt::PenStyle get_style() const { return this->style; } /*! \brief sets the property lineWidth to the specified \a __value. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual void set_lineWidth(double __value) { this->lineWidth = __value; } /*! \brief returns the property lineWidth. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual double get_lineWidth() const { return this->lineWidth; } /*! \brief sets the property drawLine to the specified \a __value. - \details Description of the parameter drawLine is:
\copybrief drawLine
+ \details Description of the parameter drawLine is:
\copydoc drawLine
\see drawLine for more information */ inline virtual void set_drawLine(bool __value) { this->drawLine = __value; } /*! \brief returns the property drawLine. - \details Description of the parameter drawLine is:
\copybrief drawLine
+ \details Description of the parameter drawLine is:
\copydoc drawLine
\see drawLine for more information */ inline virtual bool get_drawLine() const { @@ -198,22 +198,22 @@ class LIB_EXPORT JKQTPXFunctionLineGraph: public JKQTPGraph { /** \brief sets the property plotFunction to the specified \a __value. * - * \details Description of the parameter varname is:
\copybrief plotFunction
+ * \details Description of the parameter varname is:
\copydoc plotFunction
* \see plotFunction for more information */ virtual void set_plotFunction (jkqtpPlotFunctionType && __value); /** \brief sets the property plotFunction to the specified \a __value. * - * \details Description of the parameter varname is:
\copybrief plotFunction
+ * \details Description of the parameter varname is:
\copydoc plotFunction
* \see plotFunction for more information */ virtual void set_plotFunction (const jkqtpPlotFunctionType & __value); /** \brief sets the property plotFunction to the specified \a __value. * - * \details Description of the parameter plotFunction is:
\copybrief plotFunction
+ * \details Description of the parameter plotFunction is:
\copydoc plotFunction
* \see plotFunction for more information */ virtual void set_plotFunction (jkqtpSimplePlotFunctionType && __value); /** \brief sets the property plotFunction to the specified \a __value. * - * \details Description of the parameter plotFunction is:
\copybrief plotFunction
+ * \details Description of the parameter plotFunction is:
\copydoc plotFunction
* \see plotFunction for more information */ virtual void set_plotFunction (const jkqtpSimplePlotFunctionType & __value); /*! \brief returns the property plotFunction. \see plotFunction for more information */ \ @@ -222,7 +222,7 @@ class LIB_EXPORT JKQTPXFunctionLineGraph: public JKQTPGraph { virtual jkqtpSimplePlotFunctionType get_simplePlotFunction () const; /*! \brief sets the property params to the specified \a __value. - \details Description of the parameter params is:
\copybrief params
+ \details Description of the parameter params is:
\copydoc params
\see params for more information */ inline virtual void set_params(void* __value) { @@ -232,7 +232,7 @@ class LIB_EXPORT JKQTPXFunctionLineGraph: public JKQTPGraph { } } /*! \brief returns the property params. - \details Description of the parameter params is:
\copybrief params
+ \details Description of the parameter params is:
\copydoc params
\see params for more information */ inline virtual void* get_params() const { @@ -258,112 +258,112 @@ class LIB_EXPORT JKQTPXFunctionLineGraph: public JKQTPGraph { /** \brief returns the currently set internal parameter vector */ QVector get_internalErrorParams() const; /*! \brief sets the property minSamples to the specified \a __value. - \details Description of the parameter minSamples is:
\copybrief minSamples
+ \details Description of the parameter minSamples is:
\copydoc minSamples
\see minSamples for more information */ inline virtual void set_minSamples(const unsigned int & __value) { this->minSamples = __value; } /*! \brief returns the property minSamples. - \details Description of the parameter minSamples is:
\copybrief minSamples
+ \details Description of the parameter minSamples is:
\copydoc minSamples
\see minSamples for more information */ inline virtual unsigned int get_minSamples() const { return this->minSamples; } /*! \brief sets the property maxRefinementDegree to the specified \a __value. - \details Description of the parameter maxRefinementDegree is:
\copybrief maxRefinementDegree
+ \details Description of the parameter maxRefinementDegree is:
\copydoc maxRefinementDegree
\see maxRefinementDegree for more information */ inline virtual void set_maxRefinementDegree(const unsigned int & __value) { this->maxRefinementDegree = __value; } /*! \brief returns the property maxRefinementDegree. - \details Description of the parameter maxRefinementDegree is:
\copybrief maxRefinementDegree
+ \details Description of the parameter maxRefinementDegree is:
\copydoc maxRefinementDegree
\see maxRefinementDegree for more information */ inline virtual unsigned int get_maxRefinementDegree() const { return this->maxRefinementDegree; } /*! \brief sets the property slopeTolerance to the specified \a __value. - \details Description of the parameter slopeTolerance is:
\copybrief slopeTolerance
+ \details Description of the parameter slopeTolerance is:
\copydoc slopeTolerance
\see slopeTolerance for more information */ inline virtual void set_slopeTolerance(double __value) { this->slopeTolerance = __value; } /*! \brief returns the property slopeTolerance. - \details Description of the parameter slopeTolerance is:
\copybrief slopeTolerance
+ \details Description of the parameter slopeTolerance is:
\copydoc slopeTolerance
\see slopeTolerance for more information */ inline virtual double get_slopeTolerance() const { return this->slopeTolerance; } /*! \brief sets the property minPixelPerSample to the specified \a __value. - \details Description of the parameter minPixelPerSample is:
\copybrief minPixelPerSample
+ \details Description of the parameter minPixelPerSample is:
\copydoc minPixelPerSample
\see minPixelPerSample for more information */ inline virtual void set_minPixelPerSample(double __value) { this->minPixelPerSample = __value; } /*! \brief returns the property minPixelPerSample. - \details Description of the parameter minPixelPerSample is:
\copybrief minPixelPerSample
+ \details Description of the parameter minPixelPerSample is:
\copydoc minPixelPerSample
\see minPixelPerSample for more information */ inline virtual double get_minPixelPerSample() const { return this->minPixelPerSample; } /*! \brief sets the property plotRefinement to the specified \a __value. - \details Description of the parameter plotRefinement is:
\copybrief plotRefinement
+ \details Description of the parameter plotRefinement is:
\copydoc plotRefinement
\see plotRefinement for more information */ inline virtual void set_plotRefinement(bool __value) { this->plotRefinement = __value; } /*! \brief returns the property plotRefinement. - \details Description of the parameter plotRefinement is:
\copybrief plotRefinement
+ \details Description of the parameter plotRefinement is:
\copydoc plotRefinement
\see plotRefinement for more information */ inline virtual bool get_plotRefinement() const { return this->plotRefinement; } /*! \brief sets the property displaySamplePoints to the specified \a __value. - \details Description of the parameter displaySamplePoints is:
\copybrief displaySamplePoints
+ \details Description of the parameter displaySamplePoints is:
\copydoc displaySamplePoints
\see displaySamplePoints for more information */ inline virtual void set_displaySamplePoints(bool __value) { this->displaySamplePoints = __value; } /*! \brief returns the property displaySamplePoints. - \details Description of the parameter displaySamplePoints is:
\copybrief displaySamplePoints
+ \details Description of the parameter displaySamplePoints is:
\copydoc displaySamplePoints
\see displaySamplePoints for more information */ inline virtual bool get_displaySamplePoints() const { return this->displaySamplePoints; } /*! \brief sets the property drawErrorPolygons to the specified \a __value. - \details Description of the parameter drawErrorPolygons is:
\copybrief drawErrorPolygons
+ \details Description of the parameter drawErrorPolygons is:
\copydoc drawErrorPolygons
\see drawErrorPolygons for more information */ inline virtual void set_drawErrorPolygons(bool __value) { this->drawErrorPolygons = __value; } /*! \brief returns the property drawErrorPolygons. - \details Description of the parameter drawErrorPolygons is:
\copybrief drawErrorPolygons
+ \details Description of the parameter drawErrorPolygons is:
\copydoc drawErrorPolygons
\see drawErrorPolygons for more information */ inline virtual bool get_drawErrorPolygons() const { return this->drawErrorPolygons; } /*! \brief sets the property drawErrorLines to the specified \a __value. - \details Description of the parameter drawErrorLines is:
\copybrief drawErrorLines
+ \details Description of the parameter drawErrorLines is:
\copydoc drawErrorLines
\see drawErrorLines for more information */ inline virtual void set_drawErrorLines(bool __value) { this->drawErrorLines = __value; } /*! \brief returns the property drawErrorLines. - \details Description of the parameter drawErrorLines is:
\copybrief drawErrorLines
+ \details Description of the parameter drawErrorLines is:
\copydoc drawErrorLines
\see drawErrorLines for more information */ inline virtual bool get_drawErrorLines() const { @@ -371,37 +371,37 @@ class LIB_EXPORT JKQTPXFunctionLineGraph: public JKQTPGraph { } /** \brief sets the property errorPlotFunction to the specified \a __value. * - * \details Description of the parameter varname is:
\copybrief errorPlotFunction
+ * \details Description of the parameter varname is:
\copydoc errorPlotFunction
* \see errorPlotFunction for more information */ virtual void set_errorPlotFunction (jkqtpPlotFunctionType && __value); /** \brief sets the property errorPlotFunction to the specified \a __value. * - * \details Description of the parameter varname is:
\copybrief errorPlotFunction
+ * \details Description of the parameter varname is:
\copydoc errorPlotFunction
* \see errorPlotFunction for more information */ virtual void set_errorPlotFunction (const jkqtpPlotFunctionType & __value); /*! \brief returns the property varname. \see varname for more information */ \ virtual jkqtpPlotFunctionType get_errorPlotFunction () const; /** \brief sets the property errorPlotFunction to the specified \a __value. * - * \details Description of the parameter varname is:
\copybrief errorPlotFunction
+ * \details Description of the parameter varname is:
\copydoc errorPlotFunction
* \see errorPlotFunction for more information */ virtual void set_errorPlotFunction (jkqtpSimplePlotFunctionType && __value); /** \brief sets the property errorPlotFunction to the specified \a __value. * - * \details Description of the parameter varname is:
\copybrief errorPlotFunction
+ * \details Description of the parameter varname is:
\copydoc errorPlotFunction
* \see errorPlotFunction for more information */ virtual void set_errorPlotFunction (const jkqtpSimplePlotFunctionType & __value); /*! \brief returns the property varname. \see varname for more information */ \ virtual jkqtpSimplePlotFunctionType get_errorSimplePlotFunction () const; /*! \brief sets the property errorParams to the specified \a __value. - \details Description of the parameter errorParams is:
\copybrief errorParams
+ \details Description of the parameter errorParams is:
\copydoc errorParams
\see errorParams for more information */ inline virtual void set_errorParams(void* __value) { this->errorParams = __value; } /*! \brief returns the property errorParams. - \details Description of the parameter errorParams is:
\copybrief errorParams
+ \details Description of the parameter errorParams is:
\copydoc errorParams
\see errorParams for more information */ inline virtual void* get_errorParams() const { @@ -411,107 +411,107 @@ class LIB_EXPORT JKQTPXFunctionLineGraph: public JKQTPGraph { void set_errorParams(const QVector& errorParams); /*! \brief sets the property parameterColumn to the specified \a __value. - \details Description of the parameter parameterColumn is:
\copybrief parameterColumn
+ \details Description of the parameter parameterColumn is:
\copydoc parameterColumn
\see parameterColumn for more information */ inline virtual void set_parameterColumn(int __value) { this->parameterColumn = __value; } /*! \brief returns the property parameterColumn. - \details Description of the parameter parameterColumn is:
\copybrief parameterColumn
+ \details Description of the parameter parameterColumn is:
\copydoc parameterColumn
\see parameterColumn for more information */ inline virtual int get_parameterColumn() const { return this->parameterColumn; } /*! \brief sets the property parameterColumn to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter parameterColumn is:
\copybrief parameterColumn
+ \details Description of the parameter parameterColumn is:
\copydoc parameterColumn
\see parameterColumn for more information */ inline virtual void set_parameterColumn (size_t __value) { this->parameterColumn = static_cast(__value); } /*! \brief sets the property errorParameterColumn to the specified \a __value. - \details Description of the parameter errorParameterColumn is:
\copybrief errorParameterColumn
+ \details Description of the parameter errorParameterColumn is:
\copydoc errorParameterColumn
\see errorParameterColumn for more information */ inline virtual void set_errorParameterColumn(int __value) { this->errorParameterColumn = __value; } /*! \brief returns the property errorParameterColumn. - \details Description of the parameter errorParameterColumn is:
\copybrief errorParameterColumn
+ \details Description of the parameter errorParameterColumn is:
\copydoc errorParameterColumn
\see errorParameterColumn for more information */ inline virtual int get_errorParameterColumn() const { return this->errorParameterColumn; } /*! \brief sets the property errorParameterColumn to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter errorParameterColumn is:
\copybrief errorParameterColumn
+ \details Description of the parameter errorParameterColumn is:
\copydoc errorParameterColumn
\see errorParameterColumn for more information */ inline virtual void set_errorParameterColumn (size_t __value) { this->errorParameterColumn = static_cast(__value); } /*! \brief sets the property errorColor to the specified \a __value. - \details Description of the parameter errorColor is:
\copybrief errorColor
+ \details Description of the parameter errorColor is:
\copydoc errorColor
\see errorColor for more information */ inline virtual void set_errorColor(const QColor & __value) { this->errorColor = __value; } /*! \brief returns the property errorColor. - \details Description of the parameter errorColor is:
\copybrief errorColor
+ \details Description of the parameter errorColor is:
\copydoc errorColor
\see errorColor for more information */ inline virtual QColor get_errorColor() const { return this->errorColor; } /*! \brief sets the property errorFillColor to the specified \a __value. - \details Description of the parameter errorFillColor is:
\copybrief errorFillColor
+ \details Description of the parameter errorFillColor is:
\copydoc errorFillColor
\see errorFillColor for more information */ inline virtual void set_errorFillColor(const QColor & __value) { this->errorFillColor = __value; } /*! \brief returns the property errorFillColor. - \details Description of the parameter errorFillColor is:
\copybrief errorFillColor
+ \details Description of the parameter errorFillColor is:
\copydoc errorFillColor
\see errorFillColor for more information */ inline virtual QColor get_errorFillColor() const { return this->errorFillColor; } /*! \brief sets the property errorFillStyle to the specified \a __value. - \details Description of the parameter errorFillStyle is:
\copybrief errorFillStyle
+ \details Description of the parameter errorFillStyle is:
\copydoc errorFillStyle
\see errorFillStyle for more information */ inline virtual void set_errorFillStyle(const Qt::BrushStyle & __value) { this->errorFillStyle = __value; } /*! \brief returns the property errorFillStyle. - \details Description of the parameter errorFillStyle is:
\copybrief errorFillStyle
+ \details Description of the parameter errorFillStyle is:
\copydoc errorFillStyle
\see errorFillStyle for more information */ inline virtual Qt::BrushStyle get_errorFillStyle() const { return this->errorFillStyle; } /*! \brief sets the property errorStyle to the specified \a __value. - \details Description of the parameter errorStyle is:
\copybrief errorStyle
+ \details Description of the parameter errorStyle is:
\copydoc errorStyle
\see errorStyle for more information */ inline virtual void set_errorStyle(const Qt::PenStyle & __value) { this->errorStyle = __value; } /*! \brief returns the property errorStyle. - \details Description of the parameter errorStyle is:
\copybrief errorStyle
+ \details Description of the parameter errorStyle is:
\copydoc errorStyle
\see errorStyle for more information */ inline virtual Qt::PenStyle get_errorStyle() const { return this->errorStyle; } /*! \brief sets the property errorLineWidth to the specified \a __value. - \details Description of the parameter errorLineWidth is:
\copybrief errorLineWidth
+ \details Description of the parameter errorLineWidth is:
\copydoc errorLineWidth
\see errorLineWidth for more information */ inline virtual void set_errorLineWidth(double __value) { this->errorLineWidth = __value; } /*! \brief returns the property errorLineWidth. - \details Description of the parameter errorLineWidth is:
\copybrief errorLineWidth
+ \details Description of the parameter errorLineWidth is:
\copydoc errorLineWidth
\see errorLineWidth for more information */ inline virtual double get_errorLineWidth() const { diff --git a/lib/jkqtplotter/jkqtpgraphsfilledcurve.h b/lib/jkqtplotter/jkqtpgraphsfilledcurve.h index 317e1d0db5..9fe45841bd 100644 --- a/lib/jkqtplotter/jkqtpgraphsfilledcurve.h +++ b/lib/jkqtplotter/jkqtpgraphsfilledcurve.h @@ -49,98 +49,98 @@ class LIB_EXPORT JKQTPFilledCurveXGraph: public JKQTPXYGraph { virtual QColor getKeyLabelColor() override; /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual void set_color(const QColor & __value) { this->color = __value; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property fillColor to the specified \a __value. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual void set_fillColor(const QColor & __value) { this->fillColor = __value; } /*! \brief returns the property fillColor. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual QColor get_fillColor() const { return this->fillColor; } /*! \brief sets the property style to the specified \a __value. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual void set_style(const Qt::PenStyle & __value) { this->style = __value; } /*! \brief returns the property style. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual Qt::PenStyle get_style() const { return this->style; } /*! \brief sets the property lineWidth to the specified \a __value. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual void set_lineWidth(double __value) { this->lineWidth = __value; } /*! \brief returns the property lineWidth. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual double get_lineWidth() const { return this->lineWidth; } /*! \brief sets the property baseline to the specified \a __value. - \details Description of the parameter baseline is:
\copybrief baseline
+ \details Description of the parameter baseline is:
\copydoc baseline
\see baseline for more information */ inline virtual void set_baseline(double __value) { this->baseline = __value; } /*! \brief returns the property baseline. - \details Description of the parameter baseline is:
\copybrief baseline
+ \details Description of the parameter baseline is:
\copydoc baseline
\see baseline for more information */ inline virtual double get_baseline() const { return this->baseline; } /*! \brief sets the property drawLine to the specified \a __value. - \details Description of the parameter drawLine is:
\copybrief drawLine
+ \details Description of the parameter drawLine is:
\copydoc drawLine
\see drawLine for more information */ inline virtual void set_drawLine(bool __value) { this->drawLine = __value; } /*! \brief returns the property drawLine. - \details Description of the parameter drawLine is:
\copybrief drawLine
+ \details Description of the parameter drawLine is:
\copydoc drawLine
\see drawLine for more information */ inline virtual bool get_drawLine() const { return this->drawLine; } /*! \brief sets the property fillStyle to the specified \a __value. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual void set_fillStyle(const Qt::BrushStyle & __value) { this->fillStyle = __value; } /*! \brief returns the property fillStyle. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual Qt::BrushStyle get_fillStyle() const { @@ -148,28 +148,28 @@ class LIB_EXPORT JKQTPFilledCurveXGraph: public JKQTPXYGraph { } /*! \brief sets the property drawSelectionLine to the specified \a __value. - \details Description of the parameter drawSelectionLine is:
\copybrief drawSelectionLine
+ \details Description of the parameter drawSelectionLine is:
\copydoc drawSelectionLine
\see drawSelectionLine for more information */ inline virtual void set_drawSelectionLine(bool __value) { this->drawSelectionLine = __value; } /*! \brief returns the property drawSelectionLine. - \details Description of the parameter drawSelectionLine is:
\copybrief drawSelectionLine
+ \details Description of the parameter drawSelectionLine is:
\copydoc drawSelectionLine
\see drawSelectionLine for more information */ inline virtual bool get_drawSelectionLine() const { return this->drawSelectionLine; } /*! \brief sets the property selectionLineColor to the specified \a __value. - \details Description of the parameter selectionLineColor is:
\copybrief selectionLineColor
+ \details Description of the parameter selectionLineColor is:
\copydoc selectionLineColor
\see selectionLineColor for more information */ inline virtual void set_selectionLineColor(const QColor & __value) { this->selectionLineColor = __value; } /*! \brief returns the property selectionLineColor. - \details Description of the parameter selectionLineColor is:
\copybrief selectionLineColor
+ \details Description of the parameter selectionLineColor is:
\copydoc selectionLineColor
\see selectionLineColor for more information */ inline virtual QColor get_selectionLineColor() const { @@ -311,89 +311,89 @@ class LIB_EXPORT JKQTPFilledVerticalRangeGraph: public JKQTPXYGraph { virtual QColor getKeyLabelColor() override; /*! \brief sets the property yColumn2 to the specified \a __value. - \details Description of the parameter yColumn2 is:
\copybrief yColumn2
+ \details Description of the parameter yColumn2 is:
\copydoc yColumn2
\see yColumn2 for more information */ inline virtual void set_yColumn2(int __value) { this->yColumn2 = __value; } /*! \brief returns the property yColumn2. - \details Description of the parameter yColumn2 is:
\copybrief yColumn2
+ \details Description of the parameter yColumn2 is:
\copydoc yColumn2
\see yColumn2 for more information */ inline virtual int get_yColumn2() const { return this->yColumn2; } /*! \brief sets the property yColumn2 to the specified \a __value, where __value is static_cast'ed from size_t to int. - \details Description of the parameter yColumn2 is:
\copybrief yColumn2
+ \details Description of the parameter yColumn2 is:
\copydoc yColumn2
\see yColumn2 for more information */ inline virtual void set_yColumn2 (size_t __value) { this->yColumn2 = static_cast(__value); } /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual void set_color(const QColor & __value) { this->color = __value; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property fillColor to the specified \a __value. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual void set_fillColor(const QColor & __value) { this->fillColor = __value; } /*! \brief returns the property fillColor. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual QColor get_fillColor() const { return this->fillColor; } /*! \brief sets the property style to the specified \a __value. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual void set_style(const Qt::PenStyle & __value) { this->style = __value; } /*! \brief returns the property style. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual Qt::PenStyle get_style() const { return this->style; } /*! \brief sets the property drawLine to the specified \a __value. - \details Description of the parameter drawLine is:
\copybrief drawLine
+ \details Description of the parameter drawLine is:
\copydoc drawLine
\see drawLine for more information */ inline virtual void set_drawLine(bool __value) { this->drawLine = __value; } /*! \brief returns the property drawLine. - \details Description of the parameter drawLine is:
\copybrief drawLine
+ \details Description of the parameter drawLine is:
\copydoc drawLine
\see drawLine for more information */ inline virtual bool get_drawLine() const { return this->drawLine; } /*! \brief sets the property fillStyle to the specified \a __value. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual void set_fillStyle(const Qt::BrushStyle & __value) { this->fillStyle = __value; } /*! \brief returns the property fillStyle. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual Qt::BrushStyle get_fillStyle() const { @@ -401,28 +401,28 @@ class LIB_EXPORT JKQTPFilledVerticalRangeGraph: public JKQTPXYGraph { } /*! \brief sets the property drawSelectionLine to the specified \a __value. - \details Description of the parameter drawSelectionLine is:
\copybrief drawSelectionLine
+ \details Description of the parameter drawSelectionLine is:
\copydoc drawSelectionLine
\see drawSelectionLine for more information */ inline virtual void set_drawSelectionLine(bool __value) { this->drawSelectionLine = __value; } /*! \brief returns the property drawSelectionLine. - \details Description of the parameter drawSelectionLine is:
\copybrief drawSelectionLine
+ \details Description of the parameter drawSelectionLine is:
\copydoc drawSelectionLine
\see drawSelectionLine for more information */ inline virtual bool get_drawSelectionLine() const { return this->drawSelectionLine; } /*! \brief sets the property selectionLineColor to the specified \a __value. - \details Description of the parameter selectionLineColor is:
\copybrief selectionLineColor
+ \details Description of the parameter selectionLineColor is:
\copydoc selectionLineColor
\see selectionLineColor for more information */ inline virtual void set_selectionLineColor(const QColor & __value) { this->selectionLineColor = __value; } /*! \brief returns the property selectionLineColor. - \details Description of the parameter selectionLineColor is:
\copybrief selectionLineColor
+ \details Description of the parameter selectionLineColor is:
\copydoc selectionLineColor
\see selectionLineColor for more information */ inline virtual QColor get_selectionLineColor() const { diff --git a/lib/jkqtplotter/jkqtpgraphsgeometric.h b/lib/jkqtplotter/jkqtpgraphsgeometric.h index c02de6d1cf..784ff36f66 100644 --- a/lib/jkqtplotter/jkqtpgraphsgeometric.h +++ b/lib/jkqtplotter/jkqtpgraphsgeometric.h @@ -60,42 +60,42 @@ class LIB_EXPORT JKQTPGeoBaseLine: public JKQTPPlotObject { /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual void set_color(const QColor & __value) { this->color = __value; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property style to the specified \a __value. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual void set_style(const Qt::PenStyle & __value) { this->style = __value; } /*! \brief returns the property style. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual Qt::PenStyle get_style() const { return this->style; } /*! \brief sets the property lineWidth to the specified \a __value. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual void set_lineWidth(double __value) { this->lineWidth = __value; } /*! \brief returns the property lineWidth. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual double get_lineWidth() const { @@ -172,28 +172,28 @@ class LIB_EXPORT JKQTPGeoBaseFilled: public JKQTPGeoBaseLine { JKQTPGeoBaseFilled(QColor color, QColor fillColor, JKQTPlotter* parent); /*! \brief sets the property fillColor to the specified \a __value. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual void set_fillColor(const QColor & __value) { this->fillColor = __value; } /*! \brief returns the property fillColor. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual QColor get_fillColor() const { return this->fillColor; } /*! \brief sets the property fillStyle to the specified \a __value. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual void set_fillStyle(const Qt::BrushStyle & __value) { this->fillStyle = __value; } /*! \brief returns the property fillStyle. - \details Description of the parameter fillStyle is:
\copybrief fillStyle
+ \details Description of the parameter fillStyle is:
\copydoc fillStyle
\see fillStyle for more information */ inline virtual Qt::BrushStyle get_fillStyle() const { @@ -251,98 +251,98 @@ class LIB_EXPORT JKQTPGeoSymbol: public JKQTPPlotObject { JKQTPGeoSymbol(JKQTPlotter* parent, double x, double y, JKQTPGraphSymbols symbol=JKQTPCross, double symbolSize=10, QColor color=QColor("black"), QColor fillColor=QColor("grey")); /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual void set_color(const QColor & __value) { this->color = __value; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property fillColor to the specified \a __value. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual void set_fillColor(const QColor & __value) { this->fillColor = __value; } /*! \brief returns the property fillColor. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual QColor get_fillColor() const { return this->fillColor; } /*! \brief sets the property symbol to the specified \a __value. - \details Description of the parameter symbol is:
\copybrief symbol
+ \details Description of the parameter symbol is:
\copydoc symbol
\see symbol for more information */ inline virtual void set_symbol(const JKQTPGraphSymbols & __value) { this->symbol = __value; } /*! \brief returns the property symbol. - \details Description of the parameter symbol is:
\copybrief symbol
+ \details Description of the parameter symbol is:
\copydoc symbol
\see symbol for more information */ inline virtual JKQTPGraphSymbols get_symbol() const { return this->symbol; } /*! \brief sets the property symbolSize to the specified \a __value. - \details Description of the parameter symbolSize is:
\copybrief symbolSize
+ \details Description of the parameter symbolSize is:
\copydoc symbolSize
\see symbolSize for more information */ inline virtual void set_symbolSize(double __value) { this->symbolSize = __value; } /*! \brief returns the property symbolSize. - \details Description of the parameter symbolSize is:
\copybrief symbolSize
+ \details Description of the parameter symbolSize is:
\copydoc symbolSize
\see symbolSize for more information */ inline virtual double get_symbolSize() const { return this->symbolSize; } /*! \brief sets the property symbolWidth to the specified \a __value. - \details Description of the parameter symbolWidth is:
\copybrief symbolWidth
+ \details Description of the parameter symbolWidth is:
\copydoc symbolWidth
\see symbolWidth for more information */ inline virtual void set_symbolWidth(double __value) { this->symbolWidth = __value; } /*! \brief returns the property symbolWidth. - \details Description of the parameter symbolWidth is:
\copybrief symbolWidth
+ \details Description of the parameter symbolWidth is:
\copydoc symbolWidth
\see symbolWidth for more information */ inline virtual double get_symbolWidth() const { return this->symbolWidth; } /*! \brief sets the property x to the specified \a __value. - \details Description of the parameter x is:
\copybrief x
+ \details Description of the parameter x is:
\copydoc x
\see x for more information */ inline virtual void set_x(double __value) { this->x = __value; } /*! \brief returns the property x. - \details Description of the parameter x is:
\copybrief x
+ \details Description of the parameter x is:
\copydoc x
\see x for more information */ inline virtual double get_x() const { return this->x; } /*! \brief sets the property y to the specified \a __value. - \details Description of the parameter y is:
\copybrief y
+ \details Description of the parameter y is:
\copydoc y
\see y for more information */ inline virtual void set_y(double __value) { this->y = __value; } /*! \brief returns the property y. - \details Description of the parameter y is:
\copybrief y
+ \details Description of the parameter y is:
\copydoc y
\see y for more information */ inline virtual double get_y() const { @@ -409,70 +409,70 @@ class LIB_EXPORT JKQTPGeoText: public JKQTPPlotObject { JKQTPGeoText(JKQTPlotter* parent, double x, double y, QString text, double fontSize=10, QColor color=QColor("black")); /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual void set_color(const QColor & __value) { this->color = __value; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property text to the specified \a __value. - \details Description of the parameter text is:
\copybrief text
+ \details Description of the parameter text is:
\copydoc text
\see text for more information */ inline virtual void set_text(const QString & __value) { this->text = __value; } /*! \brief returns the property text. - \details Description of the parameter text is:
\copybrief text
+ \details Description of the parameter text is:
\copydoc text
\see text for more information */ inline virtual QString get_text() const { return this->text; } /*! \brief sets the property fontSize to the specified \a __value. - \details Description of the parameter fontSize is:
\copybrief fontSize
+ \details Description of the parameter fontSize is:
\copydoc fontSize
\see fontSize for more information */ inline virtual void set_fontSize(double __value) { this->fontSize = __value; } /*! \brief returns the property fontSize. - \details Description of the parameter fontSize is:
\copybrief fontSize
+ \details Description of the parameter fontSize is:
\copydoc fontSize
\see fontSize for more information */ inline virtual double get_fontSize() const { return this->fontSize; } /*! \brief sets the property x to the specified \a __value. - \details Description of the parameter x is:
\copybrief x
+ \details Description of the parameter x is:
\copydoc x
\see x for more information */ inline virtual void set_x(double __value) { this->x = __value; } /*! \brief returns the property x. - \details Description of the parameter x is:
\copybrief x
+ \details Description of the parameter x is:
\copydoc x
\see x for more information */ inline virtual double get_x() const { return this->x; } /*! \brief sets the property y to the specified \a __value. - \details Description of the parameter y is:
\copybrief y
+ \details Description of the parameter y is:
\copydoc y
\see y for more information */ inline virtual void set_y(double __value) { this->y = __value; } /*! \brief returns the property y. - \details Description of the parameter y is:
\copybrief y
+ \details Description of the parameter y is:
\copydoc y
\see y for more information */ inline virtual double get_y() const { @@ -550,56 +550,56 @@ class LIB_EXPORT JKQTPGeoLine: public JKQTPGeoBaseLine { virtual void draw(JKQTPEnhancedPainter& painter) override; /*! \brief sets the property x1 to the specified \a __value. - \details Description of the parameter x1 is:
\copybrief x1
+ \details Description of the parameter x1 is:
\copydoc x1
\see x1 for more information */ inline virtual void set_x1(double __value) { this->x1 = __value; } /*! \brief returns the property x1. - \details Description of the parameter x1 is:
\copybrief x1
+ \details Description of the parameter x1 is:
\copydoc x1
\see x1 for more information */ inline virtual double get_x1() const { return this->x1; } /*! \brief sets the property y1 to the specified \a __value. - \details Description of the parameter y1 is:
\copybrief y1
+ \details Description of the parameter y1 is:
\copydoc y1
\see y1 for more information */ inline virtual void set_y1(double __value) { this->y1 = __value; } /*! \brief returns the property y1. - \details Description of the parameter y1 is:
\copybrief y1
+ \details Description of the parameter y1 is:
\copydoc y1
\see y1 for more information */ inline virtual double get_y1() const { return this->y1; } /*! \brief sets the property x2 to the specified \a __value. - \details Description of the parameter x2 is:
\copybrief x2
+ \details Description of the parameter x2 is:
\copydoc x2
\see x2 for more information */ inline virtual void set_x2(double __value) { this->x2 = __value; } /*! \brief returns the property x2. - \details Description of the parameter x2 is:
\copybrief x2
+ \details Description of the parameter x2 is:
\copydoc x2
\see x2 for more information */ inline virtual double get_x2() const { return this->x2; } /*! \brief sets the property y2 to the specified \a __value. - \details Description of the parameter y2 is:
\copybrief y2
+ \details Description of the parameter y2 is:
\copydoc y2
\see y2 for more information */ inline virtual void set_y2(double __value) { this->y2 = __value; } /*! \brief returns the property y2. - \details Description of the parameter y2 is:
\copybrief y2
+ \details Description of the parameter y2 is:
\copydoc y2
\see y2 for more information */ inline virtual double get_y2() const { @@ -658,70 +658,70 @@ class LIB_EXPORT JKQTPGeoInfiniteLine: public JKQTPGeoBaseLine { virtual void draw(JKQTPEnhancedPainter& painter) override; /*! \brief sets the property x to the specified \a __value. - \details Description of the parameter x is:
\copybrief x
+ \details Description of the parameter x is:
\copydoc x
\see x for more information */ inline virtual void set_x(double __value) { this->x = __value; } /*! \brief returns the property x. - \details Description of the parameter x is:
\copybrief x
+ \details Description of the parameter x is:
\copydoc x
\see x for more information */ inline virtual double get_x() const { return this->x; } /*! \brief sets the property y to the specified \a __value. - \details Description of the parameter y is:
\copybrief y
+ \details Description of the parameter y is:
\copydoc y
\see y for more information */ inline virtual void set_y(double __value) { this->y = __value; } /*! \brief returns the property y. - \details Description of the parameter y is:
\copybrief y
+ \details Description of the parameter y is:
\copydoc y
\see y for more information */ inline virtual double get_y() const { return this->y; } /*! \brief sets the property dx to the specified \a __value. - \details Description of the parameter dx is:
\copybrief dx
+ \details Description of the parameter dx is:
\copydoc dx
\see dx for more information */ inline virtual void set_dx(double __value) { this->dx = __value; } /*! \brief returns the property dx. - \details Description of the parameter dx is:
\copybrief dx
+ \details Description of the parameter dx is:
\copydoc dx
\see dx for more information */ inline virtual double get_dx() const { return this->dx; } /*! \brief sets the property dy to the specified \a __value. - \details Description of the parameter dy is:
\copybrief dy
+ \details Description of the parameter dy is:
\copydoc dy
\see dy for more information */ inline virtual void set_dy(double __value) { this->dy = __value; } /*! \brief returns the property dy. - \details Description of the parameter dy is:
\copybrief dy
+ \details Description of the parameter dy is:
\copydoc dy
\see dy for more information */ inline virtual double get_dy() const { return this->dy; } /*! \brief sets the property two_sided to the specified \a __value. - \details Description of the parameter two_sided is:
\copybrief two_sided
+ \details Description of the parameter two_sided is:
\copydoc two_sided
\see two_sided for more information */ inline virtual void set_two_sided(bool __value) { this->two_sided = __value; } /*! \brief returns the property two_sided. - \details Description of the parameter two_sided is:
\copybrief two_sided
+ \details Description of the parameter two_sided is:
\copydoc two_sided
\see two_sided for more information */ inline virtual bool get_two_sided() const { @@ -791,14 +791,14 @@ class LIB_EXPORT JKQTPGeoPolyLines: public JKQTPGeoBaseLine { virtual void draw(JKQTPEnhancedPainter& painter) override; /*! \brief sets the property points to the specified \a __value. - \details Description of the parameter points is:
\copybrief points
+ \details Description of the parameter points is:
\copydoc points
\see points for more information */ inline virtual void set_points(const QVector & __value) { this->points = __value; } /*! \brief returns the property points. - \details Description of the parameter points is:
\copybrief points
+ \details Description of the parameter points is:
\copydoc points
\see points for more information */ inline virtual QVector get_points() const { @@ -920,70 +920,70 @@ class LIB_EXPORT JKQTPGeoRectangle: public JKQTPGeoBaseFilled { virtual void draw(JKQTPEnhancedPainter& painter) override; /*! \brief sets the property x to the specified \a __value. - \details Description of the parameter x is:
\copybrief x
+ \details Description of the parameter x is:
\copydoc x
\see x for more information */ inline virtual void set_x(double __value) { this->x = __value; } /*! \brief returns the property x. - \details Description of the parameter x is:
\copybrief x
+ \details Description of the parameter x is:
\copydoc x
\see x for more information */ inline virtual double get_x() const { return this->x; } /*! \brief sets the property y to the specified \a __value. - \details Description of the parameter y is:
\copybrief y
+ \details Description of the parameter y is:
\copydoc y
\see y for more information */ inline virtual void set_y(double __value) { this->y = __value; } /*! \brief returns the property y. - \details Description of the parameter y is:
\copybrief y
+ \details Description of the parameter y is:
\copydoc y
\see y for more information */ inline virtual double get_y() const { return this->y; } /*! \brief sets the property width to the specified \a __value. - \details Description of the parameter width is:
\copybrief width
+ \details Description of the parameter width is:
\copydoc width
\see width for more information */ inline virtual void set_width(double __value) { this->width = __value; } /*! \brief returns the property width. - \details Description of the parameter width is:
\copybrief width
+ \details Description of the parameter width is:
\copydoc width
\see width for more information */ inline virtual double get_width() const { return this->width; } /*! \brief sets the property height to the specified \a __value. - \details Description of the parameter height is:
\copybrief height
+ \details Description of the parameter height is:
\copydoc height
\see height for more information */ inline virtual void set_height(double __value) { this->height = __value; } /*! \brief returns the property height. - \details Description of the parameter height is:
\copybrief height
+ \details Description of the parameter height is:
\copydoc height
\see height for more information */ inline virtual double get_height() const { return this->height; } /*! \brief sets the property angle to the specified \a __value. - \details Description of the parameter angle is:
\copybrief angle
+ \details Description of the parameter angle is:
\copydoc angle
\see angle for more information */ inline virtual void set_angle(double __value) { this->angle = __value; } /*! \brief returns the property angle. - \details Description of the parameter angle is:
\copybrief angle
+ \details Description of the parameter angle is:
\copydoc angle
\see angle for more information */ inline virtual double get_angle() const { @@ -1067,14 +1067,14 @@ class LIB_EXPORT JKQTPGeoPolygon: public JKQTPGeoBaseFilled { virtual void draw(JKQTPEnhancedPainter& painter) override; /*! \brief sets the property points to the specified \a __value. - \details Description of the parameter points is:
\copybrief points
+ \details Description of the parameter points is:
\copydoc points
\see points for more information */ inline virtual void set_points(const QVector & __value) { this->points = __value; } /*! \brief returns the property points. - \details Description of the parameter points is:
\copybrief points
+ \details Description of the parameter points is:
\copydoc points
\see points for more information */ inline virtual QVector get_points() const { @@ -1195,14 +1195,14 @@ class LIB_EXPORT JKQTPGeoEllipse: public JKQTPGeoRectangle { virtual void draw(JKQTPEnhancedPainter& painter) override; /*! \brief sets the property controlPoints to the specified \a __value. - \details Description of the parameter controlPoints is:
\copybrief controlPoints
+ \details Description of the parameter controlPoints is:
\copydoc controlPoints
\see controlPoints for more information */ inline virtual void set_controlPoints(const unsigned int & __value) { this->controlPoints = __value; } /*! \brief returns the property controlPoints. - \details Description of the parameter controlPoints is:
\copybrief controlPoints
+ \details Description of the parameter controlPoints is:
\copydoc controlPoints
\see controlPoints for more information */ inline virtual unsigned int get_controlPoints() const { @@ -1259,112 +1259,112 @@ class LIB_EXPORT JKQTPGeoArc: public JKQTPGeoBaseLine { virtual void draw(JKQTPEnhancedPainter& painter) override; /*! \brief sets the property controlPoints to the specified \a __value. - \details Description of the parameter controlPoints is:
\copybrief controlPoints
+ \details Description of the parameter controlPoints is:
\copydoc controlPoints
\see controlPoints for more information */ inline virtual void set_controlPoints(const unsigned int & __value) { this->controlPoints = __value; } /*! \brief returns the property controlPoints. - \details Description of the parameter controlPoints is:
\copybrief controlPoints
+ \details Description of the parameter controlPoints is:
\copydoc controlPoints
\see controlPoints for more information */ inline virtual unsigned int get_controlPoints() const { return this->controlPoints; } /*! \brief sets the property angleStart to the specified \a __value. - \details Description of the parameter angleStart is:
\copybrief angleStart
+ \details Description of the parameter angleStart is:
\copydoc angleStart
\see angleStart for more information */ inline virtual void set_angleStart(double __value) { this->angleStart = __value; } /*! \brief returns the property angleStart. - \details Description of the parameter angleStart is:
\copybrief angleStart
+ \details Description of the parameter angleStart is:
\copydoc angleStart
\see angleStart for more information */ inline virtual double get_angleStart() const { return this->angleStart; } /*! \brief sets the property angleStop to the specified \a __value. - \details Description of the parameter angleStop is:
\copybrief angleStop
+ \details Description of the parameter angleStop is:
\copydoc angleStop
\see angleStop for more information */ inline virtual void set_angleStop(double __value) { this->angleStop = __value; } /*! \brief returns the property angleStop. - \details Description of the parameter angleStop is:
\copybrief angleStop
+ \details Description of the parameter angleStop is:
\copydoc angleStop
\see angleStop for more information */ inline virtual double get_angleStop() const { return this->angleStop; } /*! \brief sets the property x to the specified \a __value. - \details Description of the parameter x is:
\copybrief x
+ \details Description of the parameter x is:
\copydoc x
\see x for more information */ inline virtual void set_x(double __value) { this->x = __value; } /*! \brief returns the property x. - \details Description of the parameter x is:
\copybrief x
+ \details Description of the parameter x is:
\copydoc x
\see x for more information */ inline virtual double get_x() const { return this->x; } /*! \brief sets the property y to the specified \a __value. - \details Description of the parameter y is:
\copybrief y
+ \details Description of the parameter y is:
\copydoc y
\see y for more information */ inline virtual void set_y(double __value) { this->y = __value; } /*! \brief returns the property y. - \details Description of the parameter y is:
\copybrief y
+ \details Description of the parameter y is:
\copydoc y
\see y for more information */ inline virtual double get_y() const { return this->y; } /*! \brief sets the property width to the specified \a __value. - \details Description of the parameter width is:
\copybrief width
+ \details Description of the parameter width is:
\copydoc width
\see width for more information */ inline virtual void set_width(double __value) { this->width = __value; } /*! \brief returns the property width. - \details Description of the parameter width is:
\copybrief width
+ \details Description of the parameter width is:
\copydoc width
\see width for more information */ inline virtual double get_width() const { return this->width; } /*! \brief sets the property height to the specified \a __value. - \details Description of the parameter height is:
\copybrief height
+ \details Description of the parameter height is:
\copydoc height
\see height for more information */ inline virtual void set_height(double __value) { this->height = __value; } /*! \brief returns the property height. - \details Description of the parameter height is:
\copybrief height
+ \details Description of the parameter height is:
\copydoc height
\see height for more information */ inline virtual double get_height() const { return this->height; } /*! \brief sets the property angle to the specified \a __value. - \details Description of the parameter angle is:
\copybrief angle
+ \details Description of the parameter angle is:
\copydoc angle
\see angle for more information */ inline virtual void set_angle(double __value) { this->angle = __value; } /*! \brief returns the property angle. - \details Description of the parameter angle is:
\copybrief angle
+ \details Description of the parameter angle is:
\copydoc angle
\see angle for more information */ inline virtual double get_angle() const { @@ -1442,28 +1442,28 @@ class LIB_EXPORT JKQTPGeoPie: public JKQTPGeoEllipse { virtual void draw(JKQTPEnhancedPainter& painter) override; /*! \brief sets the property angleStart to the specified \a __value. - \details Description of the parameter angleStart is:
\copybrief angleStart
+ \details Description of the parameter angleStart is:
\copydoc angleStart
\see angleStart for more information */ inline virtual void set_angleStart(double __value) { this->angleStart = __value; } /*! \brief returns the property angleStart. - \details Description of the parameter angleStart is:
\copybrief angleStart
+ \details Description of the parameter angleStart is:
\copydoc angleStart
\see angleStart for more information */ inline virtual double get_angleStart() const { return this->angleStart; } /*! \brief sets the property angleStop to the specified \a __value. - \details Description of the parameter angleStop is:
\copybrief angleStop
+ \details Description of the parameter angleStop is:
\copydoc angleStop
\see angleStop for more information */ inline virtual void set_angleStop(double __value) { this->angleStop = __value; } /*! \brief returns the property angleStop. - \details Description of the parameter angleStop is:
\copybrief angleStop
+ \details Description of the parameter angleStop is:
\copydoc angleStop
\see angleStop for more information */ inline virtual double get_angleStop() const { diff --git a/lib/jkqtplotter/jkqtpgraphsimage.h b/lib/jkqtplotter/jkqtpgraphsimage.h index a00a211f6d..75e09af510 100644 --- a/lib/jkqtplotter/jkqtpgraphsimage.h +++ b/lib/jkqtplotter/jkqtpgraphsimage.h @@ -70,56 +70,56 @@ class LIB_EXPORT JKQTPImageBase: public JKQTPGraph { virtual QColor getKeyLabelColor() override; /*! \brief sets the property x to the specified \a __value. - \details Description of the parameter x is:
\copybrief x
+ \details Description of the parameter x is:
\copydoc x
\see x for more information */ inline virtual void set_x(double __value) { this->x = __value; } /*! \brief returns the property x. - \details Description of the parameter x is:
\copybrief x
+ \details Description of the parameter x is:
\copydoc x
\see x for more information */ inline virtual double get_x() const { return this->x; } /*! \brief sets the property y to the specified \a __value. - \details Description of the parameter y is:
\copybrief y
+ \details Description of the parameter y is:
\copydoc y
\see y for more information */ inline virtual void set_y(double __value) { this->y = __value; } /*! \brief returns the property y. - \details Description of the parameter y is:
\copybrief y
+ \details Description of the parameter y is:
\copydoc y
\see y for more information */ inline virtual double get_y() const { return this->y; } /*! \brief sets the property width to the specified \a __value. - \details Description of the parameter width is:
\copybrief width
+ \details Description of the parameter width is:
\copydoc width
\see width for more information */ inline virtual void set_width(double __value) { this->width = __value; } /*! \brief returns the property width. - \details Description of the parameter width is:
\copybrief width
+ \details Description of the parameter width is:
\copydoc width
\see width for more information */ inline virtual double get_width() const { return this->width; } /*! \brief sets the property height to the specified \a __value. - \details Description of the parameter height is:
\copybrief height
+ \details Description of the parameter height is:
\copydoc height
\see height for more information */ inline virtual void set_height(double __value) { this->height = __value; } /*! \brief returns the property height. - \details Description of the parameter height is:
\copybrief height
+ \details Description of the parameter height is:
\copydoc height
\see height for more information */ inline virtual double get_height() const { @@ -211,98 +211,98 @@ class LIB_EXPORT JKQTPMathImageBase: public JKQTPImageBase { virtual void drawKeyMarker(JKQTPEnhancedPainter& painter, QRectF& rect) override; /*! \brief sets the property Nx to the specified \a __value. - \details Description of the parameter Nx is:
\copybrief Nx
+ \details Description of the parameter Nx is:
\copydoc Nx
\see Nx for more information */ inline virtual void set_Nx(uint32_t __value) { this->Nx = __value; } /*! \brief returns the property Nx. - \details Description of the parameter Nx is:
\copybrief Nx
+ \details Description of the parameter Nx is:
\copydoc Nx
\see Nx for more information */ inline virtual uint32_t get_Nx() const { return this->Nx; } /*! \brief sets the property Ny to the specified \a __value. - \details Description of the parameter Ny is:
\copybrief Ny
+ \details Description of the parameter Ny is:
\copydoc Ny
\see Ny for more information */ inline virtual void set_Ny(uint32_t __value) { this->Ny = __value; } /*! \brief returns the property Ny. - \details Description of the parameter Ny is:
\copybrief Ny
+ \details Description of the parameter Ny is:
\copydoc Ny
\see Ny for more information */ inline virtual uint32_t get_Ny() const { return this->Ny; } /*! \brief sets the property data to the specified \a __value. - \details Description of the parameter data is:
\copybrief data
+ \details Description of the parameter data is:
\copydoc data
\see data for more information */ inline virtual void set_data(void* __value) { this->data = __value; } /*! \brief returns the property data. - \details Description of the parameter data is:
\copybrief data
+ \details Description of the parameter data is:
\copydoc data
\see data for more information */ inline virtual void* get_data() const { return this->data; } /*! \brief sets the property datatype to the specified \a __value. - \details Description of the parameter datatype is:
\copybrief datatype
+ \details Description of the parameter datatype is:
\copydoc datatype
\see datatype for more information */ inline virtual void set_datatype(const DataType & __value) { this->datatype = __value; } /*! \brief returns the property datatype. - \details Description of the parameter datatype is:
\copybrief datatype
+ \details Description of the parameter datatype is:
\copydoc datatype
\see datatype for more information */ inline virtual DataType get_datatype() const { return this->datatype; } /*! \brief sets the property dataModifier to the specified \a __value. - \details Description of the parameter dataModifier is:
\copybrief dataModifier
+ \details Description of the parameter dataModifier is:
\copydoc dataModifier
\see dataModifier for more information */ inline virtual void set_dataModifier(void* __value) { this->dataModifier = __value; } /*! \brief returns the property dataModifier. - \details Description of the parameter dataModifier is:
\copybrief dataModifier
+ \details Description of the parameter dataModifier is:
\copydoc dataModifier
\see dataModifier for more information */ inline virtual void* get_dataModifier() const { return this->dataModifier; } /*! \brief sets the property datatypeModifier to the specified \a __value. - \details Description of the parameter datatypeModifier is:
\copybrief datatypeModifier
+ \details Description of the parameter datatypeModifier is:
\copydoc datatypeModifier
\see datatypeModifier for more information */ inline virtual void set_datatypeModifier(const DataType & __value) { this->datatypeModifier = __value; } /*! \brief returns the property datatypeModifier. - \details Description of the parameter datatypeModifier is:
\copybrief datatypeModifier
+ \details Description of the parameter datatypeModifier is:
\copydoc datatypeModifier
\see datatypeModifier for more information */ inline virtual DataType get_datatypeModifier() const { return this->datatypeModifier; } /*! \brief sets the property modifierMode to the specified \a __value. - \details Description of the parameter modifierMode is:
\copybrief modifierMode
+ \details Description of the parameter modifierMode is:
\copydoc modifierMode
\see modifierMode for more information */ inline virtual void set_modifierMode(const ModifierMode & __value) { this->modifierMode = __value; } /*! \brief returns the property modifierMode. - \details Description of the parameter modifierMode is:
\copybrief modifierMode
+ \details Description of the parameter modifierMode is:
\copydoc modifierMode
\see modifierMode for more information */ inline virtual ModifierMode get_modifierMode() const { @@ -390,7 +390,7 @@ class LIB_EXPORT JKQTPImage: public JKQTPImageBase { /** \brief deletes the internal image */ void clear_image(); - /*! \brief returns the property image. \details Description of the parameter image is:
\copybrief image
. \see image for more information */ + /*! \brief returns the property image. \details Description of the parameter image is:
\copydoc image
. \see image for more information */ inline QImage* get_image() const { return this->image; } protected: /** \brief the image to be plotted. This is freed by the destructor, iff \a image_owned is set to \c true (.e.g by QImage-copy-constructors) */ @@ -461,330 +461,330 @@ class LIB_EXPORT JKQTPMathImage: public JKQTPMathImageBase { /*! \brief sets the property palette to the specified \a __value. - \details Description of the parameter palette is:
\copybrief palette
+ \details Description of the parameter palette is:
\copydoc palette
\see palette for more information */ inline virtual void set_palette(const JKQTPMathImageColorPalette & __value) { this->palette = __value; } /*! \brief returns the property palette. - \details Description of the parameter palette is:
\copybrief palette
+ \details Description of the parameter palette is:
\copydoc palette
\see palette for more information */ inline virtual JKQTPMathImageColorPalette get_palette() const { return this->palette; } /*! \brief sets the property rangeMinFailAction to the specified \a __value. - \details Description of the parameter rangeMinFailAction is:
\copybrief rangeMinFailAction
+ \details Description of the parameter rangeMinFailAction is:
\copydoc rangeMinFailAction
\see rangeMinFailAction for more information */ inline virtual void set_rangeMinFailAction(const JKQTPMathImageColorRangeFailAction & __value) { this->rangeMinFailAction = __value; } /*! \brief returns the property rangeMinFailAction. - \details Description of the parameter rangeMinFailAction is:
\copybrief rangeMinFailAction
+ \details Description of the parameter rangeMinFailAction is:
\copydoc rangeMinFailAction
\see rangeMinFailAction for more information */ inline virtual JKQTPMathImageColorRangeFailAction get_rangeMinFailAction() const { return this->rangeMinFailAction; } /*! \brief sets the property rangeMaxFailAction to the specified \a __value. - \details Description of the parameter rangeMaxFailAction is:
\copybrief rangeMaxFailAction
+ \details Description of the parameter rangeMaxFailAction is:
\copydoc rangeMaxFailAction
\see rangeMaxFailAction for more information */ inline virtual void set_rangeMaxFailAction(const JKQTPMathImageColorRangeFailAction & __value) { this->rangeMaxFailAction = __value; } /*! \brief returns the property rangeMaxFailAction. - \details Description of the parameter rangeMaxFailAction is:
\copybrief rangeMaxFailAction
+ \details Description of the parameter rangeMaxFailAction is:
\copydoc rangeMaxFailAction
\see rangeMaxFailAction for more information */ inline virtual JKQTPMathImageColorRangeFailAction get_rangeMaxFailAction() const { return this->rangeMaxFailAction; } /*! \brief sets the property rangeMinFailColor to the specified \a __value. - \details Description of the parameter rangeMinFailColor is:
\copybrief rangeMinFailColor
+ \details Description of the parameter rangeMinFailColor is:
\copydoc rangeMinFailColor
\see rangeMinFailColor for more information */ inline virtual void set_rangeMinFailColor(const QColor & __value) { this->rangeMinFailColor = __value; } /*! \brief returns the property rangeMinFailColor. - \details Description of the parameter rangeMinFailColor is:
\copybrief rangeMinFailColor
+ \details Description of the parameter rangeMinFailColor is:
\copydoc rangeMinFailColor
\see rangeMinFailColor for more information */ inline virtual QColor get_rangeMinFailColor() const { return this->rangeMinFailColor; } /*! \brief sets the property rangeMaxFailColor to the specified \a __value. - \details Description of the parameter rangeMaxFailColor is:
\copybrief rangeMaxFailColor
+ \details Description of the parameter rangeMaxFailColor is:
\copydoc rangeMaxFailColor
\see rangeMaxFailColor for more information */ inline virtual void set_rangeMaxFailColor(const QColor & __value) { this->rangeMaxFailColor = __value; } /*! \brief returns the property rangeMaxFailColor. - \details Description of the parameter rangeMaxFailColor is:
\copybrief rangeMaxFailColor
+ \details Description of the parameter rangeMaxFailColor is:
\copydoc rangeMaxFailColor
\see rangeMaxFailColor for more information */ inline virtual QColor get_rangeMaxFailColor() const { return this->rangeMaxFailColor; } /*! \brief sets the property nanColor to the specified \a __value. - \details Description of the parameter nanColor is:
\copybrief nanColor
+ \details Description of the parameter nanColor is:
\copydoc nanColor
\see nanColor for more information */ inline virtual void set_nanColor(const QColor & __value) { this->nanColor = __value; } /*! \brief returns the property nanColor. - \details Description of the parameter nanColor is:
\copybrief nanColor
+ \details Description of the parameter nanColor is:
\copydoc nanColor
\see nanColor for more information */ inline virtual QColor get_nanColor() const { return this->nanColor; } /*! \brief sets the property infColor to the specified \a __value. - \details Description of the parameter infColor is:
\copybrief infColor
+ \details Description of the parameter infColor is:
\copydoc infColor
\see infColor for more information */ inline virtual void set_infColor(const QColor & __value) { this->infColor = __value; } /*! \brief returns the property infColor. - \details Description of the parameter infColor is:
\copybrief infColor
+ \details Description of the parameter infColor is:
\copydoc infColor
\see infColor for more information */ inline virtual QColor get_infColor() const { return this->infColor; } /*! \brief sets the property showColorBar to the specified \a __value. - \details Description of the parameter showColorBar is:
\copybrief showColorBar
+ \details Description of the parameter showColorBar is:
\copydoc showColorBar
\see showColorBar for more information */ inline virtual void set_showColorBar(bool __value) { this->showColorBar = __value; } /*! \brief returns the property showColorBar. - \details Description of the parameter showColorBar is:
\copybrief showColorBar
+ \details Description of the parameter showColorBar is:
\copydoc showColorBar
\see showColorBar for more information */ inline virtual bool get_showColorBar() const { return this->showColorBar; } /*! \brief sets the property colorBarWidth to the specified \a __value. - \details Description of the parameter colorBarWidth is:
\copybrief colorBarWidth
+ \details Description of the parameter colorBarWidth is:
\copydoc colorBarWidth
\see colorBarWidth for more information */ inline virtual void set_colorBarWidth(int __value) { this->colorBarWidth = __value; } /*! \brief returns the property colorBarWidth. - \details Description of the parameter colorBarWidth is:
\copybrief colorBarWidth
+ \details Description of the parameter colorBarWidth is:
\copydoc colorBarWidth
\see colorBarWidth for more information */ inline virtual int get_colorBarWidth() const { return this->colorBarWidth; } /*! \brief sets the property colorBarModifiedWidth to the specified \a __value. - \details Description of the parameter colorBarModifiedWidth is:
\copybrief colorBarModifiedWidth
+ \details Description of the parameter colorBarModifiedWidth is:
\copydoc colorBarModifiedWidth
\see colorBarModifiedWidth for more information */ inline virtual void set_colorBarModifiedWidth(int __value) { this->colorBarModifiedWidth = __value; } /*! \brief returns the property colorBarModifiedWidth. - \details Description of the parameter colorBarModifiedWidth is:
\copybrief colorBarModifiedWidth
+ \details Description of the parameter colorBarModifiedWidth is:
\copydoc colorBarModifiedWidth
\see colorBarModifiedWidth for more information */ inline virtual int get_colorBarModifiedWidth() const { return this->colorBarModifiedWidth; } /*! \brief sets the property colorBarOffset to the specified \a __value. - \details Description of the parameter colorBarOffset is:
\copybrief colorBarOffset
+ \details Description of the parameter colorBarOffset is:
\copydoc colorBarOffset
\see colorBarOffset for more information */ inline virtual void set_colorBarOffset(int __value) { this->colorBarOffset = __value; } /*! \brief returns the property colorBarOffset. - \details Description of the parameter colorBarOffset is:
\copybrief colorBarOffset
+ \details Description of the parameter colorBarOffset is:
\copydoc colorBarOffset
\see colorBarOffset for more information */ inline virtual int get_colorBarOffset() const { return this->colorBarOffset; } /*! \brief sets the property colorBarRelativeHeight to the specified \a __value. - \details Description of the parameter colorBarRelativeHeight is:
\copybrief colorBarRelativeHeight
+ \details Description of the parameter colorBarRelativeHeight is:
\copydoc colorBarRelativeHeight
\see colorBarRelativeHeight for more information */ inline virtual void set_colorBarRelativeHeight(double __value) { this->colorBarRelativeHeight = __value; } /*! \brief returns the property colorBarRelativeHeight. - \details Description of the parameter colorBarRelativeHeight is:
\copybrief colorBarRelativeHeight
+ \details Description of the parameter colorBarRelativeHeight is:
\copydoc colorBarRelativeHeight
\see colorBarRelativeHeight for more information */ inline virtual double get_colorBarRelativeHeight() const { return this->colorBarRelativeHeight; } /*! \brief sets the property imageMin to the specified \a __value. - \details Description of the parameter imageMin is:
\copybrief imageMin
+ \details Description of the parameter imageMin is:
\copydoc imageMin
\see imageMin for more information */ inline virtual void set_imageMin(double __value) { this->imageMin = __value; } /*! \brief returns the property imageMin. - \details Description of the parameter imageMin is:
\copybrief imageMin
+ \details Description of the parameter imageMin is:
\copydoc imageMin
\see imageMin for more information */ inline virtual double get_imageMin() const { return this->imageMin; } /*! \brief sets the property imageMax to the specified \a __value. - \details Description of the parameter imageMax is:
\copybrief imageMax
+ \details Description of the parameter imageMax is:
\copydoc imageMax
\see imageMax for more information */ inline virtual void set_imageMax(double __value) { this->imageMax = __value; } /*! \brief returns the property imageMax. - \details Description of the parameter imageMax is:
\copybrief imageMax
+ \details Description of the parameter imageMax is:
\copydoc imageMax
\see imageMax for more information */ inline virtual double get_imageMax() const { return this->imageMax; } /*! \brief sets the property autoImageRange to the specified \a __value. - \details Description of the parameter autoImageRange is:
\copybrief autoImageRange
+ \details Description of the parameter autoImageRange is:
\copydoc autoImageRange
\see autoImageRange for more information */ inline virtual void set_autoImageRange(bool __value) { this->autoImageRange = __value; } /*! \brief returns the property autoImageRange. - \details Description of the parameter autoImageRange is:
\copybrief autoImageRange
+ \details Description of the parameter autoImageRange is:
\copydoc autoImageRange
\see autoImageRange for more information */ inline virtual bool get_autoImageRange() const { return this->autoImageRange; } /*! \brief sets the property imageName to the specified \a __value. - \details Description of the parameter imageName is:
\copybrief imageName
+ \details Description of the parameter imageName is:
\copydoc imageName
\see imageName for more information */ inline virtual void set_imageName(const QString & __value) { this->imageName = __value; } /*! \brief returns the property imageName. - \details Description of the parameter imageName is:
\copybrief imageName
+ \details Description of the parameter imageName is:
\copydoc imageName
\see imageName for more information */ inline virtual QString get_imageName() const { return this->imageName; } /*! \brief sets the property imageNameFontName to the specified \a __value. - \details Description of the parameter imageNameFontName is:
\copybrief imageNameFontName
+ \details Description of the parameter imageNameFontName is:
\copydoc imageNameFontName
\see imageNameFontName for more information */ inline virtual void set_imageNameFontName(const QString & __value) { this->imageNameFontName = __value; } /*! \brief returns the property imageNameFontName. - \details Description of the parameter imageNameFontName is:
\copybrief imageNameFontName
+ \details Description of the parameter imageNameFontName is:
\copydoc imageNameFontName
\see imageNameFontName for more information */ inline virtual QString get_imageNameFontName() const { return this->imageNameFontName; } /*! \brief sets the property imageNameFontSize to the specified \a __value. - \details Description of the parameter imageNameFontSize is:
\copybrief imageNameFontSize
+ \details Description of the parameter imageNameFontSize is:
\copydoc imageNameFontSize
\see imageNameFontSize for more information */ inline virtual void set_imageNameFontSize(double __value) { this->imageNameFontSize = __value; } /*! \brief returns the property imageNameFontSize. - \details Description of the parameter imageNameFontSize is:
\copybrief imageNameFontSize
+ \details Description of the parameter imageNameFontSize is:
\copydoc imageNameFontSize
\see imageNameFontSize for more information */ inline virtual double get_imageNameFontSize() const { return this->imageNameFontSize; } - /*! \brief returns the property colorBarRightAxis. \details Description of the parameter colorBarRightAxis is:
\copybrief colorBarRightAxis
. \see colorBarRightAxis for more information */ + /*! \brief returns the property colorBarRightAxis. \details Description of the parameter colorBarRightAxis is:
\copydoc colorBarRightAxis
. \see colorBarRightAxis for more information */ inline JKQTPVerticalIndependentAxis* get_colorBarRightAxis() const { return this->colorBarRightAxis; } - /*! \brief returns the property colorBarTopAxis. \details Description of the parameter colorBarTopAxis is:
\copybrief colorBarTopAxis
. \see colorBarTopAxis for more information */ + /*! \brief returns the property colorBarTopAxis. \details Description of the parameter colorBarTopAxis is:
\copydoc colorBarTopAxis
. \see colorBarTopAxis for more information */ inline JKQTPHorizontalIndependentAxis* get_colorBarTopAxis() const { return this->colorBarTopAxis; } - /*! \brief returns the property modifierColorBarTopAxis. \details Description of the parameter modifierColorBarTopAxis is:
\copybrief modifierColorBarTopAxis
. \see modifierColorBarTopAxis for more information */ + /*! \brief returns the property modifierColorBarTopAxis. \details Description of the parameter modifierColorBarTopAxis is:
\copydoc modifierColorBarTopAxis
. \see modifierColorBarTopAxis for more information */ inline JKQTPVerticalIndependentAxis* get_modifierColorBarTopAxis() const { return this->modifierColorBarTopAxis; } - /*! \brief returns the property modifierColorBarRightAxis . \details Description of the parameter modifierColorBarRightAxis is:
\copybrief modifierColorBarRightAxis
. \see modifierColorBarRightAxis for more information */ + /*! \brief returns the property modifierColorBarRightAxis . \details Description of the parameter modifierColorBarRightAxis is:
\copydoc modifierColorBarRightAxis
. \see modifierColorBarRightAxis for more information */ inline JKQTPHorizontalIndependentAxis* get_modifierColorBarRightAxis() const { return this->modifierColorBarRightAxis ; } /*! \brief sets the property colorBarTopVisible to the specified \a __value. - \details Description of the parameter colorBarTopVisible is:
\copybrief colorBarTopVisible
+ \details Description of the parameter colorBarTopVisible is:
\copydoc colorBarTopVisible
\see colorBarTopVisible for more information */ inline virtual void set_colorBarTopVisible(bool __value) { this->colorBarTopVisible = __value; } /*! \brief returns the property colorBarTopVisible. - \details Description of the parameter colorBarTopVisible is:
\copybrief colorBarTopVisible
+ \details Description of the parameter colorBarTopVisible is:
\copydoc colorBarTopVisible
\see colorBarTopVisible for more information */ inline virtual bool get_colorBarTopVisible() const { return this->colorBarTopVisible; } /*! \brief sets the property colorBarRightVisible to the specified \a __value. - \details Description of the parameter colorBarRightVisible is:
\copybrief colorBarRightVisible
+ \details Description of the parameter colorBarRightVisible is:
\copydoc colorBarRightVisible
\see colorBarRightVisible for more information */ inline virtual void set_colorBarRightVisible(bool __value) { this->colorBarRightVisible = __value; } /*! \brief returns the property colorBarRightVisible. - \details Description of the parameter colorBarRightVisible is:
\copybrief colorBarRightVisible
+ \details Description of the parameter colorBarRightVisible is:
\copydoc colorBarRightVisible
\see colorBarRightVisible for more information */ inline virtual bool get_colorBarRightVisible() const { return this->colorBarRightVisible; } /*! \brief sets the property autoModifierRange to the specified \a __value. - \details Description of the parameter autoModifierRange is:
\copybrief autoModifierRange
+ \details Description of the parameter autoModifierRange is:
\copydoc autoModifierRange
\see autoModifierRange for more information */ inline virtual void set_autoModifierRange(bool __value) { this->autoModifierRange = __value; } /*! \brief returns the property autoModifierRange. - \details Description of the parameter autoModifierRange is:
\copybrief autoModifierRange
+ \details Description of the parameter autoModifierRange is:
\copydoc autoModifierRange
\see autoModifierRange for more information */ inline virtual bool get_autoModifierRange() const { return this->autoModifierRange; } /*! \brief sets the property modifierMin to the specified \a __value. - \details Description of the parameter modifierMin is:
\copybrief modifierMin
+ \details Description of the parameter modifierMin is:
\copydoc modifierMin
\see modifierMin for more information */ inline virtual void set_modifierMin(double __value) { this->modifierMin = __value; } /*! \brief returns the property modifierMin. - \details Description of the parameter modifierMin is:
\copybrief modifierMin
+ \details Description of the parameter modifierMin is:
\copydoc modifierMin
\see modifierMin for more information */ inline virtual double get_modifierMin() const { return this->modifierMin; } /*! \brief sets the property modifierMax to the specified \a __value. - \details Description of the parameter modifierMax is:
\copybrief modifierMax
+ \details Description of the parameter modifierMax is:
\copydoc modifierMax
\see modifierMax for more information */ inline virtual void set_modifierMax(double __value) { this->modifierMax = __value; } /*! \brief returns the property modifierMax. - \details Description of the parameter modifierMax is:
\copybrief modifierMax
+ \details Description of the parameter modifierMax is:
\copydoc modifierMax
\see modifierMax for more information */ inline virtual double get_modifierMax() const { @@ -947,126 +947,126 @@ class LIB_EXPORT JKQTPRGBMathImage: public JKQTPMathImageBase { /*! \brief sets the property dataG to the specified \a __value. - \details Description of the parameter dataG is:
\copybrief dataG
+ \details Description of the parameter dataG is:
\copydoc dataG
\see dataG for more information */ inline virtual void set_dataG(void* __value) { this->dataG = __value; } /*! \brief returns the property dataG. - \details Description of the parameter dataG is:
\copybrief dataG
+ \details Description of the parameter dataG is:
\copydoc dataG
\see dataG for more information */ inline virtual void* get_dataG() const { return this->dataG; } /*! \brief sets the property datatypeG to the specified \a __value. - \details Description of the parameter datatypeG is:
\copybrief datatypeG
+ \details Description of the parameter datatypeG is:
\copydoc datatypeG
\see datatypeG for more information */ inline virtual void set_datatypeG(const DataType & __value) { this->datatypeG = __value; } /*! \brief returns the property datatypeG. - \details Description of the parameter datatypeG is:
\copybrief datatypeG
+ \details Description of the parameter datatypeG is:
\copydoc datatypeG
\see datatypeG for more information */ inline virtual DataType get_datatypeG() const { return this->datatypeG; } /*! \brief sets the property dataB to the specified \a __value. - \details Description of the parameter dataB is:
\copybrief dataB
+ \details Description of the parameter dataB is:
\copydoc dataB
\see dataB for more information */ inline virtual void set_dataB(void* __value) { this->dataB = __value; } /*! \brief returns the property dataB. - \details Description of the parameter dataB is:
\copybrief dataB
+ \details Description of the parameter dataB is:
\copydoc dataB
\see dataB for more information */ inline virtual void* get_dataB() const { return this->dataB; } /*! \brief sets the property datatypeB to the specified \a __value. - \details Description of the parameter datatypeB is:
\copybrief datatypeB
+ \details Description of the parameter datatypeB is:
\copydoc datatypeB
\see datatypeB for more information */ inline virtual void set_datatypeB(const DataType & __value) { this->datatypeB = __value; } /*! \brief returns the property datatypeB. - \details Description of the parameter datatypeB is:
\copybrief datatypeB
+ \details Description of the parameter datatypeB is:
\copydoc datatypeB
\see datatypeB for more information */ inline virtual DataType get_datatypeB() const { return this->datatypeB; } /*! \brief sets the property showColorBar to the specified \a __value. - \details Description of the parameter showColorBar is:
\copybrief showColorBar
+ \details Description of the parameter showColorBar is:
\copydoc showColorBar
\see showColorBar for more information */ inline virtual void set_showColorBar(bool __value) { this->showColorBar = __value; } /*! \brief returns the property showColorBar. - \details Description of the parameter showColorBar is:
\copybrief showColorBar
+ \details Description of the parameter showColorBar is:
\copydoc showColorBar
\see showColorBar for more information */ inline virtual bool get_showColorBar() const { return this->showColorBar; } /*! \brief sets the property colorBarWidth to the specified \a __value. - \details Description of the parameter colorBarWidth is:
\copybrief colorBarWidth
+ \details Description of the parameter colorBarWidth is:
\copydoc colorBarWidth
\see colorBarWidth for more information */ inline virtual void set_colorBarWidth(int __value) { this->colorBarWidth = __value; } /*! \brief returns the property colorBarWidth. - \details Description of the parameter colorBarWidth is:
\copybrief colorBarWidth
+ \details Description of the parameter colorBarWidth is:
\copydoc colorBarWidth
\see colorBarWidth for more information */ inline virtual int get_colorBarWidth() const { return this->colorBarWidth; } /*! \brief sets the property colorBarOffset to the specified \a __value. - \details Description of the parameter colorBarOffset is:
\copybrief colorBarOffset
+ \details Description of the parameter colorBarOffset is:
\copydoc colorBarOffset
\see colorBarOffset for more information */ inline virtual void set_colorBarOffset(int __value) { this->colorBarOffset = __value; } /*! \brief returns the property colorBarOffset. - \details Description of the parameter colorBarOffset is:
\copybrief colorBarOffset
+ \details Description of the parameter colorBarOffset is:
\copydoc colorBarOffset
\see colorBarOffset for more information */ inline virtual int get_colorBarOffset() const { return this->colorBarOffset; } /*! \brief sets the property colorBarRelativeHeight to the specified \a __value. - \details Description of the parameter colorBarRelativeHeight is:
\copybrief colorBarRelativeHeight
+ \details Description of the parameter colorBarRelativeHeight is:
\copydoc colorBarRelativeHeight
\see colorBarRelativeHeight for more information */ inline virtual void set_colorBarRelativeHeight(double __value) { this->colorBarRelativeHeight = __value; } /*! \brief returns the property colorBarRelativeHeight. - \details Description of the parameter colorBarRelativeHeight is:
\copybrief colorBarRelativeHeight
+ \details Description of the parameter colorBarRelativeHeight is:
\copydoc colorBarRelativeHeight
\see colorBarRelativeHeight for more information */ inline virtual double get_colorBarRelativeHeight() const { return this->colorBarRelativeHeight; } /*! \brief sets the property imageMin to the specified \a __value. - \details Description of the parameter imageMin is:
\copybrief imageMin
+ \details Description of the parameter imageMin is:
\copydoc imageMin
\see imageMin for more information */ inline virtual void set_imageMin(double __value) { this->imageMin = __value; } /*! \brief returns the property imageMin. - \details Description of the parameter imageMin is:
\copybrief imageMin
+ \details Description of the parameter imageMin is:
\copydoc imageMin
\see imageMin for more information */ inline virtual double get_imageMin() const { @@ -1076,14 +1076,14 @@ class LIB_EXPORT JKQTPRGBMathImage: public JKQTPMathImageBase { set_imageMin(m); } /*! \brief sets the property imageMax to the specified \a __value. - \details Description of the parameter imageMax is:
\copybrief imageMax
+ \details Description of the parameter imageMax is:
\copydoc imageMax
\see imageMax for more information */ inline virtual void set_imageMax(double __value) { this->imageMax = __value; } /*! \brief returns the property imageMax. - \details Description of the parameter imageMax is:
\copybrief imageMax
+ \details Description of the parameter imageMax is:
\copydoc imageMax
\see imageMax for more information */ inline virtual double get_imageMax() const { @@ -1093,84 +1093,84 @@ class LIB_EXPORT JKQTPRGBMathImage: public JKQTPMathImageBase { set_imageMax(m); } /*! \brief sets the property imageMinG to the specified \a __value. - \details Description of the parameter imageMinG is:
\copybrief imageMinG
+ \details Description of the parameter imageMinG is:
\copydoc imageMinG
\see imageMinG for more information */ inline virtual void set_imageMinG(double __value) { this->imageMinG = __value; } /*! \brief returns the property imageMinG. - \details Description of the parameter imageMinG is:
\copybrief imageMinG
+ \details Description of the parameter imageMinG is:
\copydoc imageMinG
\see imageMinG for more information */ inline virtual double get_imageMinG() const { return this->imageMinG; } /*! \brief sets the property imageMaxG to the specified \a __value. - \details Description of the parameter imageMaxG is:
\copybrief imageMaxG
+ \details Description of the parameter imageMaxG is:
\copydoc imageMaxG
\see imageMaxG for more information */ inline virtual void set_imageMaxG(double __value) { this->imageMaxG = __value; } /*! \brief returns the property imageMaxG. - \details Description of the parameter imageMaxG is:
\copybrief imageMaxG
+ \details Description of the parameter imageMaxG is:
\copydoc imageMaxG
\see imageMaxG for more information */ inline virtual double get_imageMaxG() const { return this->imageMaxG; } /*! \brief sets the property imageMinB to the specified \a __value. - \details Description of the parameter imageMinB is:
\copybrief imageMinB
+ \details Description of the parameter imageMinB is:
\copydoc imageMinB
\see imageMinB for more information */ inline virtual void set_imageMinB(double __value) { this->imageMinB = __value; } /*! \brief returns the property imageMinB. - \details Description of the parameter imageMinB is:
\copybrief imageMinB
+ \details Description of the parameter imageMinB is:
\copydoc imageMinB
\see imageMinB for more information */ inline virtual double get_imageMinB() const { return this->imageMinB; } /*! \brief sets the property imageMaxB to the specified \a __value. - \details Description of the parameter imageMaxB is:
\copybrief imageMaxB
+ \details Description of the parameter imageMaxB is:
\copydoc imageMaxB
\see imageMaxB for more information */ inline virtual void set_imageMaxB(double __value) { this->imageMaxB = __value; } /*! \brief returns the property imageMaxB. - \details Description of the parameter imageMaxB is:
\copybrief imageMaxB
+ \details Description of the parameter imageMaxB is:
\copydoc imageMaxB
\see imageMaxB for more information */ inline virtual double get_imageMaxB() const { return this->imageMaxB; } /*! \brief sets the property autoImageRange to the specified \a __value. - \details Description of the parameter autoImageRange is:
\copybrief autoImageRange
+ \details Description of the parameter autoImageRange is:
\copydoc autoImageRange
\see autoImageRange for more information */ inline virtual void set_autoImageRange(bool __value) { this->autoImageRange = __value; } /*! \brief returns the property autoImageRange. - \details Description of the parameter autoImageRange is:
\copybrief autoImageRange
+ \details Description of the parameter autoImageRange is:
\copydoc autoImageRange
\see autoImageRange for more information */ inline virtual bool get_autoImageRange() const { return this->autoImageRange; } /*! \brief sets the property imageName to the specified \a __value. - \details Description of the parameter imageName is:
\copybrief imageName
+ \details Description of the parameter imageName is:
\copydoc imageName
\see imageName for more information */ inline virtual void set_imageName(const QString & __value) { this->imageName = __value; } /*! \brief returns the property imageName. - \details Description of the parameter imageName is:
\copybrief imageName
+ \details Description of the parameter imageName is:
\copydoc imageName
\see imageName for more information */ inline virtual QString get_imageName() const { @@ -1180,124 +1180,124 @@ class LIB_EXPORT JKQTPRGBMathImage: public JKQTPMathImageBase { set_imageName(m); } /*! \brief sets the property imageNameG to the specified \a __value. - \details Description of the parameter imageNameG is:
\copybrief imageNameG
+ \details Description of the parameter imageNameG is:
\copydoc imageNameG
\see imageNameG for more information */ inline virtual void set_imageNameG(const QString & __value) { this->imageNameG = __value; } /*! \brief returns the property imageNameG. - \details Description of the parameter imageNameG is:
\copybrief imageNameG
+ \details Description of the parameter imageNameG is:
\copydoc imageNameG
\see imageNameG for more information */ inline virtual QString get_imageNameG() const { return this->imageNameG; } /*! \brief sets the property imageNameB to the specified \a __value. - \details Description of the parameter imageNameB is:
\copybrief imageNameB
+ \details Description of the parameter imageNameB is:
\copydoc imageNameB
\see imageNameB for more information */ inline virtual void set_imageNameB(const QString & __value) { this->imageNameB = __value; } /*! \brief returns the property imageNameB. - \details Description of the parameter imageNameB is:
\copybrief imageNameB
+ \details Description of the parameter imageNameB is:
\copydoc imageNameB
\see imageNameB for more information */ inline virtual QString get_imageNameB() const { return this->imageNameB; } /*! \brief sets the property imageNameFontName to the specified \a __value. - \details Description of the parameter imageNameFontName is:
\copybrief imageNameFontName
+ \details Description of the parameter imageNameFontName is:
\copydoc imageNameFontName
\see imageNameFontName for more information */ inline virtual void set_imageNameFontName(const QString & __value) { this->imageNameFontName = __value; } /*! \brief returns the property imageNameFontName. - \details Description of the parameter imageNameFontName is:
\copybrief imageNameFontName
+ \details Description of the parameter imageNameFontName is:
\copydoc imageNameFontName
\see imageNameFontName for more information */ inline virtual QString get_imageNameFontName() const { return this->imageNameFontName; } /*! \brief sets the property imageNameFontSize to the specified \a __value. - \details Description of the parameter imageNameFontSize is:
\copybrief imageNameFontSize
+ \details Description of the parameter imageNameFontSize is:
\copydoc imageNameFontSize
\see imageNameFontSize for more information */ inline virtual void set_imageNameFontSize(double __value) { this->imageNameFontSize = __value; } /*! \brief returns the property imageNameFontSize. - \details Description of the parameter imageNameFontSize is:
\copybrief imageNameFontSize
+ \details Description of the parameter imageNameFontSize is:
\copydoc imageNameFontSize
\see imageNameFontSize for more information */ inline virtual double get_imageNameFontSize() const { return this->imageNameFontSize; } - /*! \brief returns the property colorBarRightAxis. \details Description of the parameter colorBarRightAxis is:
\copybrief colorBarRightAxis
. \see colorBarRightAxis for more information */ + /*! \brief returns the property colorBarRightAxis. \details Description of the parameter colorBarRightAxis is:
\copydoc colorBarRightAxis
. \see colorBarRightAxis for more information */ inline JKQTPVerticalIndependentAxis* get_colorBarRightAxis() const { return this->colorBarRightAxis; } - /*! \brief returns the property colorBarTopAxis. \details Description of the parameter colorBarTopAxis is:
\copybrief colorBarTopAxis
. \see colorBarTopAxis for more information */ + /*! \brief returns the property colorBarTopAxis. \details Description of the parameter colorBarTopAxis is:
\copydoc colorBarTopAxis
. \see colorBarTopAxis for more information */ inline JKQTPHorizontalIndependentAxis* get_colorBarTopAxis() const { return this->colorBarTopAxis; } - /*! \brief returns the property colorBarRightAxisG. \details Description of the parameter colorBarRightAxisG is:
\copybrief colorBarRightAxisG
. \see colorBarRightAxisG for more information */ + /*! \brief returns the property colorBarRightAxisG. \details Description of the parameter colorBarRightAxisG is:
\copydoc colorBarRightAxisG
. \see colorBarRightAxisG for more information */ inline JKQTPVerticalIndependentAxis* get_colorBarRightAxisG() const { return this->colorBarRightAxisG; } - /*! \brief returns the property colorBarTopAxisG. \details Description of the parameter colorBarTopAxisG is:
\copybrief colorBarTopAxisG
. \see colorBarTopAxisG for more information */ + /*! \brief returns the property colorBarTopAxisG. \details Description of the parameter colorBarTopAxisG is:
\copydoc colorBarTopAxisG
. \see colorBarTopAxisG for more information */ inline JKQTPHorizontalIndependentAxis* get_colorBarTopAxisG() const { return this->colorBarTopAxisG; } - /*! \brief returns the property colorBarRightAxisB. \details Description of the parameter colorBarRightAxisB is:
\copybrief colorBarRightAxisB
. \see colorBarRightAxisB for more information */ + /*! \brief returns the property colorBarRightAxisB. \details Description of the parameter colorBarRightAxisB is:
\copydoc colorBarRightAxisB
. \see colorBarRightAxisB for more information */ inline JKQTPVerticalIndependentAxis* get_colorBarRightAxisB() const { return this->colorBarRightAxisB; } - /*! \brief returns the property colorBarTopAxisB. \details Description of the parameter colorBarTopAxisB is:
\copybrief colorBarTopAxisB
. \see colorBarTopAxisB for more information */ + /*! \brief returns the property colorBarTopAxisB. \details Description of the parameter colorBarTopAxisB is:
\copydoc colorBarTopAxisB
. \see colorBarTopAxisB for more information */ inline JKQTPHorizontalIndependentAxis* get_colorBarTopAxisB() const { return this->colorBarTopAxisB; } /*! \brief sets the property colorBarTopVisible to the specified \a __value. - \details Description of the parameter colorBarTopVisible is:
\copybrief colorBarTopVisible
+ \details Description of the parameter colorBarTopVisible is:
\copydoc colorBarTopVisible
\see colorBarTopVisible for more information */ inline virtual void set_colorBarTopVisible(bool __value) { this->colorBarTopVisible = __value; } /*! \brief returns the property colorBarTopVisible. - \details Description of the parameter colorBarTopVisible is:
\copybrief colorBarTopVisible
+ \details Description of the parameter colorBarTopVisible is:
\copydoc colorBarTopVisible
\see colorBarTopVisible for more information */ inline virtual bool get_colorBarTopVisible() const { return this->colorBarTopVisible; } /*! \brief sets the property colorBarRightVisible to the specified \a __value. - \details Description of the parameter colorBarRightVisible is:
\copybrief colorBarRightVisible
+ \details Description of the parameter colorBarRightVisible is:
\copydoc colorBarRightVisible
\see colorBarRightVisible for more information */ inline virtual void set_colorBarRightVisible(bool __value) { this->colorBarRightVisible = __value; } /*! \brief returns the property colorBarRightVisible. - \details Description of the parameter colorBarRightVisible is:
\copybrief colorBarRightVisible
+ \details Description of the parameter colorBarRightVisible is:
\copydoc colorBarRightVisible
\see colorBarRightVisible for more information */ inline virtual bool get_colorBarRightVisible() const { return this->colorBarRightVisible; } /*! \brief sets the property colorbarsSideBySide to the specified \a __value. - \details Description of the parameter colorbarsSideBySide is:
\copybrief colorbarsSideBySide
+ \details Description of the parameter colorbarsSideBySide is:
\copydoc colorbarsSideBySide
\see colorbarsSideBySide for more information */ inline virtual void set_colorbarsSideBySide(bool __value) { this->colorbarsSideBySide = __value; } /*! \brief returns the property colorbarsSideBySide. - \details Description of the parameter colorbarsSideBySide is:
\copybrief colorbarsSideBySide
+ \details Description of the parameter colorbarsSideBySide is:
\copydoc colorbarsSideBySide
\see colorbarsSideBySide for more information */ inline virtual bool get_colorbarsSideBySide() const { return this->colorbarsSideBySide; } /*! \brief sets the property rgbMode to the specified \a __value. - \details Description of the parameter rgbMode is:
\copybrief rgbMode
+ \details Description of the parameter rgbMode is:
\copydoc rgbMode
\see rgbMode for more information */ inline virtual void set_rgbMode(const JKQTPRGBMathImageRGBMode & __value) { this->rgbMode = __value; } /*! \brief returns the property rgbMode. - \details Description of the parameter rgbMode is:
\copybrief rgbMode
+ \details Description of the parameter rgbMode is:
\copydoc rgbMode
\see rgbMode for more information */ inline virtual JKQTPRGBMathImageRGBMode get_rgbMode() const { @@ -1443,28 +1443,28 @@ class LIB_EXPORT JKQTPColumnMathImage: public JKQTPMathImage { JKQTPColumnMathImage(double x, double y, double width, double height, int imageColumn, uint32_t Nx, uint32_t Ny, JKQTPlotter* parent); /*! \brief sets the property imageColumn to the specified \a __value. - \details Description of the parameter imageColumn is:
\copybrief imageColumn
+ \details Description of the parameter imageColumn is:
\copydoc imageColumn
\see imageColumn for more information */ inline virtual void set_imageColumn(int __value) { this->imageColumn = __value; } /*! \brief returns the property imageColumn. - \details Description of the parameter imageColumn is:
\copybrief imageColumn
+ \details Description of the parameter imageColumn is:
\copydoc imageColumn
\see imageColumn for more information */ inline virtual int get_imageColumn() const { return this->imageColumn; } /*! \brief sets the property modifierColumn to the specified \a __value. - \details Description of the parameter modifierColumn is:
\copybrief modifierColumn
+ \details Description of the parameter modifierColumn is:
\copydoc modifierColumn
\see modifierColumn for more information */ inline virtual void set_modifierColumn(int __value) { this->modifierColumn = __value; } /*! \brief returns the property modifierColumn. - \details Description of the parameter modifierColumn is:
\copybrief modifierColumn
+ \details Description of the parameter modifierColumn is:
\copydoc modifierColumn
\see modifierColumn for more information */ inline virtual int get_modifierColumn() const { @@ -1510,56 +1510,56 @@ class LIB_EXPORT JKQTPColumnRGBMathImage: public JKQTPRGBMathImage { JKQTPColumnRGBMathImage(double x, double y, double width, double height, int imageRColumn, int imageGColumn, int imageBColumn, uint32_t Nx, uint32_t Ny, JKQTPlotter* parent); /*! \brief sets the property imageRColumn to the specified \a __value. - \details Description of the parameter imageRColumn is:
\copybrief imageRColumn
+ \details Description of the parameter imageRColumn is:
\copydoc imageRColumn
\see imageRColumn for more information */ inline virtual void set_imageRColumn(int __value) { this->imageRColumn = __value; } /*! \brief returns the property imageRColumn. - \details Description of the parameter imageRColumn is:
\copybrief imageRColumn
+ \details Description of the parameter imageRColumn is:
\copydoc imageRColumn
\see imageRColumn for more information */ inline virtual int get_imageRColumn() const { return this->imageRColumn; } /*! \brief sets the property imageGColumn to the specified \a __value. - \details Description of the parameter imageGColumn is:
\copybrief imageGColumn
+ \details Description of the parameter imageGColumn is:
\copydoc imageGColumn
\see imageGColumn for more information */ inline virtual void set_imageGColumn(int __value) { this->imageGColumn = __value; } /*! \brief returns the property imageGColumn. - \details Description of the parameter imageGColumn is:
\copybrief imageGColumn
+ \details Description of the parameter imageGColumn is:
\copydoc imageGColumn
\see imageGColumn for more information */ inline virtual int get_imageGColumn() const { return this->imageGColumn; } /*! \brief sets the property imageBColumn to the specified \a __value. - \details Description of the parameter imageBColumn is:
\copybrief imageBColumn
+ \details Description of the parameter imageBColumn is:
\copydoc imageBColumn
\see imageBColumn for more information */ inline virtual void set_imageBColumn(int __value) { this->imageBColumn = __value; } /*! \brief returns the property imageBColumn. - \details Description of the parameter imageBColumn is:
\copybrief imageBColumn
+ \details Description of the parameter imageBColumn is:
\copydoc imageBColumn
\see imageBColumn for more information */ inline virtual int get_imageBColumn() const { return this->imageBColumn; } /*! \brief sets the property modifierColumn to the specified \a __value. - \details Description of the parameter modifierColumn is:
\copybrief modifierColumn
+ \details Description of the parameter modifierColumn is:
\copydoc modifierColumn
\see modifierColumn for more information */ inline virtual void set_modifierColumn(int __value) { this->modifierColumn = __value; } /*! \brief returns the property modifierColumn. - \details Description of the parameter modifierColumn is:
\copybrief modifierColumn
+ \details Description of the parameter modifierColumn is:
\copydoc modifierColumn
\see modifierColumn for more information */ inline virtual int get_modifierColumn() const { @@ -1610,70 +1610,70 @@ class LIB_EXPORT JKQTPOverlayImage: public JKQTPImageBase { virtual QColor getKeyLabelColor() override; /*! \brief sets the property trueColor to the specified \a __value. - \details Description of the parameter trueColor is:
\copybrief trueColor
+ \details Description of the parameter trueColor is:
\copydoc trueColor
\see trueColor for more information */ inline virtual void set_trueColor(const QColor & __value) { this->trueColor = __value; } /*! \brief returns the property trueColor. - \details Description of the parameter trueColor is:
\copybrief trueColor
+ \details Description of the parameter trueColor is:
\copydoc trueColor
\see trueColor for more information */ inline virtual QColor get_trueColor() const { return this->trueColor; } /*! \brief sets the property falseColor to the specified \a __value. - \details Description of the parameter falseColor is:
\copybrief falseColor
+ \details Description of the parameter falseColor is:
\copydoc falseColor
\see falseColor for more information */ inline virtual void set_falseColor(const QColor & __value) { this->falseColor = __value; } /*! \brief returns the property falseColor. - \details Description of the parameter falseColor is:
\copybrief falseColor
+ \details Description of the parameter falseColor is:
\copydoc falseColor
\see falseColor for more information */ inline virtual QColor get_falseColor() const { return this->falseColor; } /*! \brief sets the property Nx to the specified \a __value. - \details Description of the parameter Nx is:
\copybrief Nx
+ \details Description of the parameter Nx is:
\copydoc Nx
\see Nx for more information */ inline virtual void set_Nx(uint32_t __value) { this->Nx = __value; } /*! \brief returns the property Nx. - \details Description of the parameter Nx is:
\copybrief Nx
+ \details Description of the parameter Nx is:
\copydoc Nx
\see Nx for more information */ inline virtual uint32_t get_Nx() const { return this->Nx; } /*! \brief sets the property Ny to the specified \a __value. - \details Description of the parameter Ny is:
\copybrief Ny
+ \details Description of the parameter Ny is:
\copydoc Ny
\see Ny for more information */ inline virtual void set_Ny(uint32_t __value) { this->Ny = __value; } /*! \brief returns the property Ny. - \details Description of the parameter Ny is:
\copybrief Ny
+ \details Description of the parameter Ny is:
\copydoc Ny
\see Ny for more information */ inline virtual uint32_t get_Ny() const { return this->Ny; } /*! \brief sets the property data to the specified \a __value. - \details Description of the parameter data is:
\copybrief data
+ \details Description of the parameter data is:
\copydoc data
\see data for more information */ inline virtual void set_data(bool* __value) { this->data = __value; } /*! \brief returns the property data. - \details Description of the parameter data is:
\copybrief data
+ \details Description of the parameter data is:
\copydoc data
\see data for more information */ inline virtual bool* get_data() const { @@ -1734,70 +1734,70 @@ class LIB_EXPORT JKQTPOverlayImageEnhanced: public JKQTPOverlayImage { virtual void drawKeyMarker(JKQTPEnhancedPainter& painter, QRectF& rect) override; /*! \brief sets the property symbol to the specified \a __value. - \details Description of the parameter symbol is:
\copybrief symbol
+ \details Description of the parameter symbol is:
\copydoc symbol
\see symbol for more information */ inline virtual void set_symbol(const JKQTPGraphSymbols & __value) { this->symbol = __value; } /*! \brief returns the property symbol. - \details Description of the parameter symbol is:
\copybrief symbol
+ \details Description of the parameter symbol is:
\copydoc symbol
\see symbol for more information */ inline virtual JKQTPGraphSymbols get_symbol() const { return this->symbol; } /*! \brief sets the property symbolWidth to the specified \a __value. - \details Description of the parameter symbolWidth is:
\copybrief symbolWidth
+ \details Description of the parameter symbolWidth is:
\copydoc symbolWidth
\see symbolWidth for more information */ inline virtual void set_symbolWidth(double __value) { this->symbolWidth = __value; } /*! \brief returns the property symbolWidth. - \details Description of the parameter symbolWidth is:
\copybrief symbolWidth
+ \details Description of the parameter symbolWidth is:
\copydoc symbolWidth
\see symbolWidth for more information */ inline virtual double get_symbolWidth() const { return this->symbolWidth; } /*! \brief sets the property drawAsRectangles to the specified \a __value. - \details Description of the parameter drawAsRectangles is:
\copybrief drawAsRectangles
+ \details Description of the parameter drawAsRectangles is:
\copydoc drawAsRectangles
\see drawAsRectangles for more information */ inline virtual void set_drawAsRectangles(bool __value) { this->drawAsRectangles = __value; } /*! \brief returns the property drawAsRectangles. - \details Description of the parameter drawAsRectangles is:
\copybrief drawAsRectangles
+ \details Description of the parameter drawAsRectangles is:
\copydoc drawAsRectangles
\see drawAsRectangles for more information */ inline virtual bool get_drawAsRectangles() const { return this->drawAsRectangles; } /*! \brief sets the property rectanglesAsImageOverlay to the specified \a __value. - \details Description of the parameter rectanglesAsImageOverlay is:
\copybrief rectanglesAsImageOverlay
+ \details Description of the parameter rectanglesAsImageOverlay is:
\copydoc rectanglesAsImageOverlay
\see rectanglesAsImageOverlay for more information */ inline virtual void set_rectanglesAsImageOverlay(bool __value) { this->rectanglesAsImageOverlay = __value; } /*! \brief returns the property rectanglesAsImageOverlay. - \details Description of the parameter rectanglesAsImageOverlay is:
\copybrief rectanglesAsImageOverlay
+ \details Description of the parameter rectanglesAsImageOverlay is:
\copydoc rectanglesAsImageOverlay
\see rectanglesAsImageOverlay for more information */ inline virtual bool get_rectanglesAsImageOverlay() const { return this->rectanglesAsImageOverlay; } /*! \brief sets the property symbolSizeFactor to the specified \a __value. - \details Description of the parameter symbolSizeFactor is:
\copybrief symbolSizeFactor
+ \details Description of the parameter symbolSizeFactor is:
\copydoc symbolSizeFactor
\see symbolSizeFactor for more information */ inline virtual void set_symbolSizeFactor(double __value) { this->symbolSizeFactor = __value; } /*! \brief returns the property symbolSizeFactor. - \details Description of the parameter symbolSizeFactor is:
\copybrief symbolSizeFactor
+ \details Description of the parameter symbolSizeFactor is:
\copydoc symbolSizeFactor
\see symbolSizeFactor for more information */ inline virtual double get_symbolSizeFactor() const { @@ -1838,14 +1838,14 @@ class LIB_EXPORT JKQTPColumnOverlayImageEnhanced: public JKQTPOverlayImageEnhanc JKQTPColumnOverlayImageEnhanced(JKQTPlotter* parent); /*! \brief sets the property imageColumn to the specified \a __value. - \details Description of the parameter imageColumn is:
\copybrief imageColumn
+ \details Description of the parameter imageColumn is:
\copydoc imageColumn
\see imageColumn for more information */ inline virtual void set_imageColumn(int __value) { this->imageColumn = __value; } /*! \brief returns the property imageColumn. - \details Description of the parameter imageColumn is:
\copybrief imageColumn
+ \details Description of the parameter imageColumn is:
\copydoc imageColumn
\see imageColumn for more information */ inline virtual int get_imageColumn() const { @@ -1903,112 +1903,112 @@ class LIB_EXPORT JKQTPContour: public JKQTPMathImage { void createContourLevelsLog(int nLevels=3,int m=2); /*! \brief sets the property lineColor to the specified \a __value. - \details Description of the parameter lineColor is:
\copybrief lineColor
+ \details Description of the parameter lineColor is:
\copydoc lineColor
\see lineColor for more information */ inline virtual void set_lineColor(const QColor & __value) { this->lineColor = __value; } /*! \brief returns the property lineColor. - \details Description of the parameter lineColor is:
\copybrief lineColor
+ \details Description of the parameter lineColor is:
\copydoc lineColor
\see lineColor for more information */ inline virtual QColor get_lineColor() const { return this->lineColor; } /*! \brief sets the property style to the specified \a __value. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual void set_style(const Qt::PenStyle & __value) { this->style = __value; } /*! \brief returns the property style. - \details Description of the parameter style is:
\copybrief style
+ \details Description of the parameter style is:
\copydoc style
\see style for more information */ inline virtual Qt::PenStyle get_style() const { return this->style; } /*! \brief sets the property lineWidth to the specified \a __value. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual void set_lineWidth(double __value) { this->lineWidth = __value; } /*! \brief returns the property lineWidth. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual double get_lineWidth() const { return this->lineWidth; } /*! \brief sets the property ignoreOnPlane to the specified \a __value. - \details Description of the parameter ignoreOnPlane is:
\copybrief ignoreOnPlane
+ \details Description of the parameter ignoreOnPlane is:
\copydoc ignoreOnPlane
\see ignoreOnPlane for more information */ inline virtual void set_ignoreOnPlane(bool __value) { this->ignoreOnPlane = __value; } /*! \brief returns the property ignoreOnPlane. - \details Description of the parameter ignoreOnPlane is:
\copybrief ignoreOnPlane
+ \details Description of the parameter ignoreOnPlane is:
\copydoc ignoreOnPlane
\see ignoreOnPlane for more information */ inline virtual bool get_ignoreOnPlane() const { return this->ignoreOnPlane; } /*! \brief sets the property numberOfLevels to the specified \a __value. - \details Description of the parameter numberOfLevels is:
\copybrief numberOfLevels
+ \details Description of the parameter numberOfLevels is:
\copydoc numberOfLevels
\see numberOfLevels for more information */ inline virtual void set_numberOfLevels(int __value) { this->numberOfLevels = __value; } /*! \brief returns the property numberOfLevels. - \details Description of the parameter numberOfLevels is:
\copybrief numberOfLevels
+ \details Description of the parameter numberOfLevels is:
\copydoc numberOfLevels
\see numberOfLevels for more information */ inline virtual int get_numberOfLevels() const { return this->numberOfLevels; } /*! \brief sets the property colorFromPalette to the specified \a __value. - \details Description of the parameter colorFromPalette is:
\copybrief colorFromPalette
+ \details Description of the parameter colorFromPalette is:
\copydoc colorFromPalette
\see colorFromPalette for more information */ inline virtual void set_colorFromPalette(bool __value) { this->colorFromPalette = __value; } /*! \brief returns the property colorFromPalette. - \details Description of the parameter colorFromPalette is:
\copybrief colorFromPalette
+ \details Description of the parameter colorFromPalette is:
\copydoc colorFromPalette
\see colorFromPalette for more information */ inline virtual bool get_colorFromPalette() const { return this->colorFromPalette; } /*! \brief sets the property contourLevels to the specified \a __value. - \details Description of the parameter contourLevels is:
\copybrief contourLevels
+ \details Description of the parameter contourLevels is:
\copydoc contourLevels
\see contourLevels for more information */ inline virtual void set_contourLevels(const QList & __value) { this->contourLevels = __value; } /*! \brief returns the property contourLevels. - \details Description of the parameter contourLevels is:
\copybrief contourLevels
+ \details Description of the parameter contourLevels is:
\copydoc contourLevels
\see contourLevels for more information */ inline virtual QList get_contourLevels() const { return this->contourLevels; } /*! \brief sets the property relativeLevels to the specified \a __value. - \details Description of the parameter relativeLevels is:
\copybrief relativeLevels
+ \details Description of the parameter relativeLevels is:
\copydoc relativeLevels
\see relativeLevels for more information */ inline virtual void set_relativeLevels(bool __value) { this->relativeLevels = __value; } /*! \brief returns the property relativeLevels. - \details Description of the parameter relativeLevels is:
\copybrief relativeLevels
+ \details Description of the parameter relativeLevels is:
\copydoc relativeLevels
\see relativeLevels for more information */ inline virtual bool get_relativeLevels() const { diff --git a/lib/jkqtplotter/jkqtpgraphsimpulses.h b/lib/jkqtplotter/jkqtpgraphsimpulses.h index f8196e416c..d7def1077f 100644 --- a/lib/jkqtplotter/jkqtpgraphsimpulses.h +++ b/lib/jkqtplotter/jkqtpgraphsimpulses.h @@ -47,42 +47,42 @@ class LIB_EXPORT JKQTPImpulsesHorizontalGraph: public JKQTPXYGraph { virtual QColor getKeyLabelColor() override; /*! \brief sets the property color to the specified \a __value. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual void set_color(const QColor & __value) { this->color = __value; } /*! \brief returns the property color. - \details Description of the parameter color is:
\copybrief color
+ \details Description of the parameter color is:
\copydoc color
\see color for more information */ inline virtual QColor get_color() const { return this->color; } /*! \brief sets the property lineWidth to the specified \a __value. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual void set_lineWidth(double __value) { this->lineWidth = __value; } /*! \brief returns the property lineWidth. - \details Description of the parameter lineWidth is:
\copybrief lineWidth
+ \details Description of the parameter lineWidth is:
\copydoc lineWidth
\see lineWidth for more information */ inline virtual double get_lineWidth() const { return this->lineWidth; } /*! \brief sets the property baseline to the specified \a __value. - \details Description of the parameter baseline is:
\copybrief baseline
+ \details Description of the parameter baseline is:
\copydoc baseline
\see baseline for more information */ inline virtual void set_baseline(double __value) { this->baseline = __value; } /*! \brief returns the property baseline. - \details Description of the parameter baseline is:
\copybrief baseline
+ \details Description of the parameter baseline is:
\copydoc baseline
\see baseline for more information */ inline virtual double get_baseline() const { diff --git a/lib/jkqtplotter/jkqtpgraphsparsedfunction.h b/lib/jkqtplotter/jkqtpgraphsparsedfunction.h index 7083ac81d8..71578cdd8c 100644 --- a/lib/jkqtplotter/jkqtpgraphsparsedfunction.h +++ b/lib/jkqtplotter/jkqtpgraphsparsedfunction.h @@ -58,14 +58,14 @@ class LIB_EXPORT JKQTPXParsedFunctionLineGraph: public JKQTPXFunctionLineGraph { virtual ~JKQTPXParsedFunctionLineGraph() override; /*! \brief sets the property function to the specified \a __value. - \details Description of the parameter function is:
\copybrief function
+ \details Description of the parameter function is:
\copydoc function
\see function for more information */ inline virtual void set_function(const QString & __value) { this->function = __value; } /*! \brief returns the property function. - \details Description of the parameter function is:
\copybrief function
+ \details Description of the parameter function is:
\copydoc function
\see function for more information */ inline virtual QString get_function() const { @@ -73,14 +73,14 @@ class LIB_EXPORT JKQTPXParsedFunctionLineGraph: public JKQTPXFunctionLineGraph { } /*! \brief sets the property errorFunction to the specified \a __value. - \details Description of the parameter errorFunction is:
\copybrief errorFunction
+ \details Description of the parameter errorFunction is:
\copydoc errorFunction
\see errorFunction for more information */ inline virtual void set_errorFunction(const QString & __value) { this->errorFunction = __value; } /*! \brief returns the property errorFunction. - \details Description of the parameter errorFunction is:
\copybrief errorFunction
+ \details Description of the parameter errorFunction is:
\copydoc errorFunction
\see errorFunction for more information */ inline virtual QString get_errorFunction() const { @@ -144,14 +144,14 @@ class LIB_EXPORT JKQTPYParsedFunctionLineGraph: public JKQTPYFunctionLineGraph { virtual ~JKQTPYParsedFunctionLineGraph() override; /*! \brief sets the property function to the specified \a __value. - \details Description of the parameter function is:
\copybrief function
+ \details Description of the parameter function is:
\copydoc function
\see function for more information */ inline virtual void set_function(const QString & __value) { this->function = __value; } /*! \brief returns the property function. - \details Description of the parameter function is:
\copybrief function
+ \details Description of the parameter function is:
\copydoc function
\see function for more information */ inline virtual QString get_function() const { @@ -159,14 +159,14 @@ class LIB_EXPORT JKQTPYParsedFunctionLineGraph: public JKQTPYFunctionLineGraph { } /*! \brief sets the property errorFunction to the specified \a __value. - \details Description of the parameter errorFunction is:
\copybrief errorFunction
+ \details Description of the parameter errorFunction is:
\copydoc errorFunction
\see errorFunction for more information */ inline virtual void set_errorFunction(const QString & __value) { this->errorFunction = __value; } /*! \brief returns the property errorFunction. - \details Description of the parameter errorFunction is:
\copybrief errorFunction
+ \details Description of the parameter errorFunction is:
\copydoc errorFunction
\see errorFunction for more information */ inline virtual QString get_errorFunction() const { diff --git a/lib/jkqtplotter/jkqtpgraphspeakstream.h b/lib/jkqtplotter/jkqtpgraphspeakstream.h index 103e7afe6f..6d120fa529 100644 --- a/lib/jkqtplotter/jkqtpgraphspeakstream.h +++ b/lib/jkqtplotter/jkqtpgraphspeakstream.h @@ -74,56 +74,56 @@ class LIB_EXPORT JKQTPPeakStreamGraph: public JKQTPSingleColumnGraph { virtual void drawKeyMarker(JKQTPEnhancedPainter& painter, QRectF& rect) override; /*! \brief sets the property baseline to the specified \a __value. - \details Description of the parameter baseline is:
\copybrief baseline
+ \details Description of the parameter baseline is:
\copydoc baseline
\see baseline for more information */ inline virtual void set_baseline(double __value) { this->baseline = __value; } /*! \brief returns the property baseline. - \details Description of the parameter baseline is:
\copybrief baseline
+ \details Description of the parameter baseline is:
\copydoc baseline
\see baseline for more information */ inline virtual double get_baseline() const { return this->baseline; } /*! \brief sets the property peakHeight to the specified \a __value. - \details Description of the parameter peakHeight is:
\copybrief peakHeight
+ \details Description of the parameter peakHeight is:
\copydoc peakHeight
\see peakHeight for more information */ inline virtual void set_peakHeight(double __value) { this->peakHeight = __value; } /*! \brief returns the property peakHeight. - \details Description of the parameter peakHeight is:
\copybrief peakHeight
+ \details Description of the parameter peakHeight is:
\copydoc peakHeight
\see peakHeight for more information */ inline virtual double get_peakHeight() const { return this->peakHeight; } /*! \brief sets the property yPeaks to the specified \a __value. - \details Description of the parameter yPeaks is:
\copybrief yPeaks
+ \details Description of the parameter yPeaks is:
\copydoc yPeaks
\see yPeaks for more information */ inline virtual void set_yPeaks(bool __value) { this->yPeaks = __value; } /*! \brief returns the property yPeaks. - \details Description of the parameter yPeaks is:
\copybrief yPeaks
+ \details Description of the parameter yPeaks is:
\copydoc yPeaks
\see yPeaks for more information */ inline virtual bool get_yPeaks() const { return this->yPeaks; } /*! \brief sets the property drawBaseline to the specified \a __value. - \details Description of the parameter drawBaseline is:
\copybrief drawBaseline
+ \details Description of the parameter drawBaseline is:
\copydoc drawBaseline
\see drawBaseline for more information */ inline virtual void set_drawBaseline(bool __value) { this->drawBaseline = __value; } /*! \brief returns the property drawBaseline. - \details Description of the parameter drawBaseline is:
\copybrief drawBaseline
+ \details Description of the parameter drawBaseline is:
\copydoc drawBaseline
\see drawBaseline for more information */ inline virtual bool get_drawBaseline() const { diff --git a/lib/jkqtplotter/jkqtpgraphssinglecolumnsymbols.h b/lib/jkqtplotter/jkqtpgraphssinglecolumnsymbols.h index 69c630900a..005f1f55b5 100644 --- a/lib/jkqtplotter/jkqtpgraphssinglecolumnsymbols.h +++ b/lib/jkqtplotter/jkqtpgraphssinglecolumnsymbols.h @@ -83,28 +83,28 @@ class LIB_EXPORT JKQTPSingleColumnSymbolsGraph: public JKQTPSingleColumnGraph { virtual void drawKeyMarker(JKQTPEnhancedPainter& painter, QRectF& rect) override; /*! \brief sets the property position to the specified \a __value. - \details Description of the parameter position is:
\copybrief position
+ \details Description of the parameter position is:
\copydoc position
\see position for more information */ inline virtual void set_position(double __value) { this->position = __value; } /*! \brief returns the property position. - \details Description of the parameter position is:
\copybrief position
+ \details Description of the parameter position is:
\copydoc position
\see position for more information */ inline virtual double get_position() const { return this->position; } /*! \brief sets the property width to the specified \a __value. - \details Description of the parameter width is:
\copybrief width
+ \details Description of the parameter width is:
\copydoc width
\see width for more information */ inline virtual void set_width(double __value) { this->width = __value; } /*! \brief returns the property width. - \details Description of the parameter width is:
\copybrief width
+ \details Description of the parameter width is:
\copydoc width
\see width for more information */ inline virtual double get_width() const { @@ -112,14 +112,14 @@ class LIB_EXPORT JKQTPSingleColumnSymbolsGraph: public JKQTPSingleColumnGraph { } /*! \brief sets the property dataDirection to the specified \a __value. - \details Description of the parameter dataDirection is:
\copybrief dataDirection
+ \details Description of the parameter dataDirection is:
\copydoc dataDirection
\see dataDirection for more information */ inline virtual void set_dataDirection(DataDirection __value) { this->dataDirection = __value; } /*! \brief returns the property dataDirection. - \details Description of the parameter dataDirection is:
\copybrief dataDirection
+ \details Description of the parameter dataDirection is:
\copydoc dataDirection
\see dataDirection for more information */ inline virtual DataDirection get_dataDirection() const { @@ -127,14 +127,14 @@ class LIB_EXPORT JKQTPSingleColumnSymbolsGraph: public JKQTPSingleColumnGraph { } /*! \brief sets the property positionScatterStyle to the specified \a __value. - \details Description of the parameter positionScatterStyle is:
\copybrief positionScatterStyle
+ \details Description of the parameter positionScatterStyle is:
\copydoc positionScatterStyle
\see positionScatterStyle for more information */ inline virtual void set_positionScatterStyle(ScatterStyle __value) { this->positionScatterStyle = __value; } /*! \brief returns the property positionScatterStyle. - \details Description of the parameter positionScatterStyle is:
\copybrief positionScatterStyle
+ \details Description of the parameter positionScatterStyle is:
\copydoc positionScatterStyle
\see positionScatterStyle for more information */ inline virtual ScatterStyle get_positionScatterStyle() const { @@ -144,56 +144,56 @@ class LIB_EXPORT JKQTPSingleColumnSymbolsGraph: public JKQTPSingleColumnGraph { /*! \brief sets the property fillColor to the specified \a __value. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual void set_fillColor(const QColor & __value) { this->fillColor = __value; } /*! \brief returns the property fillColor. - \details Description of the parameter fillColor is:
\copybrief fillColor
+ \details Description of the parameter fillColor is:
\copydoc fillColor
\see fillColor for more information */ inline virtual QColor get_fillColor() const { return this->fillColor; } /*! \brief sets the property symbol to the specified \a __value. - \details Description of the parameter symbol is:
\copybrief symbol
+ \details Description of the parameter symbol is:
\copydoc symbol
\see symbol for more information */ inline virtual void set_symbol(const JKQTPGraphSymbols & __value) { this->symbol = __value; } /*! \brief returns the property symbol. - \details Description of the parameter symbol is:
\copybrief symbol
+ \details Description of the parameter symbol is:
\copydoc symbol
\see symbol for more information */ inline virtual JKQTPGraphSymbols get_symbol() const { return this->symbol; } /*! \brief sets the property symbolWidth to the specified \a __value. - \details Description of the parameter symbolWidth is:
\copybrief symbolWidth
+ \details Description of the parameter symbolWidth is:
\copydoc symbolWidth
\see symbolWidth for more information */ inline virtual void set_symbolWidth(double __value) { this->symbolWidth = __value; } /*! \brief returns the property symbolWidth. - \details Description of the parameter symbolWidth is:
\copybrief symbolWidth
+ \details Description of the parameter symbolWidth is:
\copydoc symbolWidth
\see symbolWidth for more information */ inline virtual double get_symbolWidth() const { return this->symbolWidth; } /*! \brief sets the property symbolSize to the specified \a __value. - \details Description of the parameter symbolSize is:
\copybrief symbolSize
+ \details Description of the parameter symbolSize is:
\copydoc symbolSize
\see symbolSize for more information */ inline virtual void set_symbolSize(double __value) { this->symbolSize = __value; } /*! \brief returns the property symbolSize. - \details Description of the parameter symbolSize is:
\copybrief symbolSize
+ \details Description of the parameter symbolSize is:
\copydoc symbolSize
\see symbolSize for more information */ inline virtual double get_symbolSize() const { diff --git a/lib/jkqtplotter/jkqtplotter.cpp b/lib/jkqtplotter/jkqtplotter.cpp index a84d965440..e5459f52f7 100644 --- a/lib/jkqtplotter/jkqtplotter.cpp +++ b/lib/jkqtplotter/jkqtplotter.cpp @@ -53,6 +53,13 @@ JKQTPlotter::JKQTPlotter(bool datastore_internal, QWidget* parent, JKQTPDatastor init(datastore_internal, parent, datast); } +JKQTPlotter::JKQTPlotter(JKQTPDatastore *datast, QWidget *parent): + QWidget(parent, Qt::Widget) +{ + initJKQTPlotterResources(); + init(false, parent, datast); +} + JKQTPlotter::JKQTPlotter(QWidget *parent): QWidget(parent, Qt::Widget) { @@ -97,8 +104,6 @@ void JKQTPlotter::init(bool datastore_internal, QWidget* parent, JKQTPDatastore* def_mousePositionTemplate=QString("(%1; %2)"); mousePositionTemplate=def_mousePositionTemplate; displayMousePosition=true; - displayCustomMousePosition=false; - customMousePositiontext=""; displayToolbar=true; toolbarAlwaysOn=false; mouseActionMode=JKQTPlotter::ZoomRectangle; @@ -153,6 +158,92 @@ void JKQTPlotter::updateToolbarActions() } +void JKQTPlotter::set_toolbarIconSize(int value) { + toolbarIconSize=value; + QSize s=QSize(toolbarIconSize, toolbarIconSize); + toolbar->setIconSize(s); +} + +int JKQTPlotter::get_toolbarIconSize() { + return toolbarIconSize; +} + +void JKQTPlotter::set_displayToolbar(bool __value) +{ + if (this->displayToolbar != __value) { + this->displayToolbar = __value; + updateToolbar(); + } +} + +bool JKQTPlotter::get_displayToolbar() const +{ + return this->displayToolbar; +} + +void JKQTPlotter::set_toolbarAlwaysOn(bool __value) +{ + if (this->toolbarAlwaysOn != __value) { + this->toolbarAlwaysOn = __value; + updateToolbar(); + } +} + +bool JKQTPlotter::get_toolbarAlwaysOn() const +{ + return this->toolbarAlwaysOn; +} + +void JKQTPlotter::set_displayMousePosition(bool __value) +{ + this->displayMousePosition = __value; +} + +bool JKQTPlotter::get_displayMousePosition() const +{ + return this->displayMousePosition; +} + + +void JKQTPlotter::set_userActionColor(const QColor &__value) +{ + if (this->userActionColor != __value) { + this->userActionColor = __value; + update(); + } +} + +QColor JKQTPlotter::get_userActionColor() const +{ + return this->userActionColor; +} + +void JKQTPlotter::set_userActionCompositionMode(const QPainter::CompositionMode &__value) +{ + if (this->userActionCompositionMode != __value) { + this->userActionCompositionMode = __value; + update(); + } +} + +QPainter::CompositionMode JKQTPlotter::get_userActionCompositionMode() const +{ + return this->userActionCompositionMode; +} + +void JKQTPlotter::set_mouseActionMode(const JKQTPlotter::MouseActionModes &__value) +{ + if (this->mouseActionMode != __value) { + this->mouseActionMode = __value; + updateCursor(); + } +} + +JKQTPlotter::MouseActionModes JKQTPlotter::get_mouseActionMode() const +{ + return this->mouseActionMode; +} + void JKQTPlotter::loadSettings(QSettings& settings, QString group) { plotter->loadSettings(settings, group); @@ -667,11 +758,7 @@ void JKQTPlotter::paintEvent(QPaintEvent *event){ p->drawRect(geometry()); p->restore(); if (displayMousePosition ) { - if (displayCustomMousePosition) { - p->drawText(plotter->get_iplotBorderLeft(), getPlotYOffset()-1, customMousePositiontext); - } else { - p->drawText(plotter->get_iplotBorderLeft(), getPlotYOffset()-1, mousePositionTemplate.arg(mousePosX).arg(mousePosY)); - } + p->drawText(plotter->get_iplotBorderLeft(), getPlotYOffset()-1, mousePositionTemplate.arg(mousePosX).arg(mousePosY)); } int plotImageWidth=width(); @@ -789,6 +876,10 @@ void JKQTPlotter::resetMasterSynchronization() { update_plot(); } +bool JKQTPlotter::get_doDrawing() const { + return doDrawing; +} + void JKQTPlotter::pzoomChangedLocally(double newxmin, double newxmax, double newymin, double newymax, JKQTBasePlotter* /*sender*/) { emit zoomChangedLocally(newxmin, newxmax, newymin, newymax, this); minSize=QSize(plotter->get_iplotBorderLeft()+plotter->get_iplotBorderRight()+10, plotter->get_iplotBorderTop()+plotter->get_iplotBorderBottom()+10); @@ -811,6 +902,30 @@ void JKQTPlotter::set_zoomByMouseRectangle(bool zomByrectangle) { else mouseActionMode=JKQTPlotter::NoMouseAction; } +void JKQTPlotter::set_rightMouseButtonAction(const JKQTPlotter::RightMouseButtonAction &__value) +{ + this->rightMouseButtonAction = __value; +} + +JKQTPlotter::RightMouseButtonAction JKQTPlotter::get_rightMouseButtonAction() const +{ + return this->rightMouseButtonAction; +} + +void JKQTPlotter::set_leftDoubleClickAction(const JKQTPlotter::LeftDoubleClickAction &__value) +{ + this->leftDoubleClickAction = __value; +} + +JKQTPlotter::LeftDoubleClickAction JKQTPlotter::get_leftDoubleClickAction() const +{ + return this->leftDoubleClickAction; +} + +QMenu *JKQTPlotter::get_menuSpecialContextMenu() const { + return this->menuSpecialContextMenu; +} + void JKQTPlotter::set_menuSpecialContextMenu(QMenu *menu) { menuSpecialContextMenu=menu; @@ -820,6 +935,32 @@ void JKQTPlotter::set_menuSpecialContextMenu(QMenu *menu) } } +void JKQTPlotter::set_zoomByMouseWheel(bool __value) +{ + this->zoomByMouseWheel = __value; +} + +bool JKQTPlotter::get_zoomByMouseWheel() const +{ + return this->zoomByMouseWheel; +} + +double JKQTPlotter::get_mouseContextX() const { + return this->mouseContextX; +} + +double JKQTPlotter::get_mouseContextY() const { + return this->mouseContextY; +} + +int JKQTPlotter::get_mouseLastClickX() const { + return this->mouseLastClickX; +} + +int JKQTPlotter::get_mouseLastClickY() const { + return this->mouseLastClickY; +} + void JKQTPlotter::setMagnification(double m) { magnification=m; @@ -857,11 +998,6 @@ void JKQTPlotter::populateToolbar(QToolBar *toolbar) const } -void JKQTPlotter::setMousePositionLabel(const QString &text) -{ - customMousePositiontext=text; - if (displayCustomMousePosition) update(); -} void JKQTPlotter::openContextMenu() { diff --git a/lib/jkqtplotter/jkqtplotter.h b/lib/jkqtplotter/jkqtplotter.h index c82b6c2adf..1e37b04049 100644 --- a/lib/jkqtplotter/jkqtplotter.h +++ b/lib/jkqtplotter/jkqtplotter.h @@ -65,40 +65,135 @@ LIB_EXPORT void initJKQTPlotterResources(); * This class is an implementation of JKQTPlotterBase. It uses the tools from this base class * to display function graphs that use the internal datastore as data source. You can add graphs * to this component which are described by a JKQTPPlotElement struct. + * + * \section JKQTPLOTTER_USERINTERACTION User-Interactions + * + * JKQTPlotter offers a lot of user-interaction features out of the box. These are detailed below. + * + * \subsection JKQTPLOTTER_CONTEXTMENU Conext Menu of JKQTPlotter + * + * The class JKQTPlotter has a context emnu that already offers a lot of functionality. + * + * \image html jkqtplotter_defaultcontextmenu.png + * + * It allows to: + * - copy or save the data from the internal JKQTPDatastore + * - copy or save the plot to an image file (PNG, PDF, ...), includes a softisticated export-preview dialog: + * + * \image html jkqtplotter_exportpreviewdialog.png + * + * - print the plot (includes a softisticated print-preview dialog): + * + * \image html jkqtplotter_printpreview.png + * \image html jkqtplotter_printpreview_relsize_mullinewidth_mulfonts.png + * + * - open a dialog with a table of the plot data: + * + * \image html jkqtplotter_datatabledialog.png + * + * - zoom into/out of the plot and determine an auto-zoom, which shows all of the plot data + * - switch the visibility of the different graphs in the plot + * . + * + * \subsection JKQTPLOTTER_TOOLBAR Toolbar of JKQTPlotter + * + * In addition to the context-menu, a JKQtPlotter also also provides a toolbar at its top that offers + * most of the functionality of the context menu. Usually this toolbar is enabled (see displayToolbar) + * and is in a mode where it is hidden, until the mouse moves over an area at the top of the plot (see toolbarAlwaysOn): + * + * \image html jkqtplotter_toolbar_hidden.png "Hidden Toolbar" + * \image html jkqtplotter_toolbar_shown.png "Shown Toolbar" + * + * If toolbarAlwaysOn is set to \c true (set_toolbarAlwaysOn() ), the toolbar is always displayed: + * + * \image html jkqtplotter_toolbar_alwayson.png + * + * \see displayToolbar, toolbarAlwaysOn, \ref JKQTPlotterUserInteractio + * + * + * + * \subsection JKQTPLOTTER_ACTIONS QActions from a JKQTPlotter + * Often you want to allow the suer to operate a plot from a user-defined QToolBar or a QMenu/QMenuBar in your + * application (e.g. provide zooming commands ...). there are generally two ways to achieve this: + * # Simply connect home-brewn QAction instances to the slots provided by JKQTPlotter and JKQTBasePlotter. + * This also allows you to connect different plot properties to edit widgets in your forms. + * # For several functions (especially those also present in JKQTPlotter's context-emun, you can also find + * readily available QAction instances. these are available from JKQTBasePlotter (e.g. by JKQTBasePlotter::get_actPrint() ...). + * From JKQTPlotter you therefor have to use: get_plotter()->get_actPrint() + * . + * \see \subpage JKQTPlotterUserInteraction + * + * + * + * \subsection JKQTPLOTTER_USERMOUSEINTERACTION User Mouse-Interaction in JKQTPlotter + * + * + * + * + * + * + * \section JKQTPLOTTER_USEQTCREATOR How to use JKQTPlotter in the Qt Form Designer + * + * As JKQTPlotter is a standard Qt widget, you can also use it in Qt UI-files designed with the Qt From Designer (e.g. from within QTCreator). + * For this to work you have to use the "Promote QWidget"-feature of the form designer. The steps you need to take are detailed below: + * # add a new UI-file to your project and open it in the Form Editor. Then right-click the form and select `Promote Widgets ...`:
+ * \image html uidesigner_step1.png + * + * # In the dialog that opens, you have to define `JKQTPlotter` as a promotion to `QWidget` as shown below. Finally store the settings by clicking `Add` and closing the dialog with `Close`.
+ * \image html uidesigner_step2.png + * + * # Now you can add a `QWidget`from the side-bar to the form and then promote it to `JKQTPlotter`, by selecting and right-clicking the `QWidget` and then selecting `Promote To | JKQTPlotter`:
+ * \image html uidesigner_step3.png + * . + * + * \see \subpage JKQTPlotterQtCreator + * */ class LIB_EXPORT JKQTPlotter: public QWidget { Q_OBJECT public: + /** \brief availble user-action mode this JKQtPlotter use when mouse events occur. + * This allows you to e.g. draw rectangles or lines over the plot and receive a signal, when the drawing finishes */ enum MouseActionModes { - ZoomRectangle, - RectangleEvents, - /*PolygonEvents,*/ - CircleEvents, - EllipseEvents, - LineEvents, - ScribbleEvents, - NoMouseAction, - ClickEvents + ZoomRectangle, /*!< \brief draw a rectangle and when finish zoom to that rectangle */ + RectangleEvents, /*!< \brief draw a rectangle and when finished execute the signal userRectangleFinished() */ + CircleEvents, /*!< \brief draw a circle and when finished execute the signal userCircleFinished() */ + EllipseEvents, /*!< \brief draw an ellipse and when finished execute the signal userEllipseFinished() */ + LineEvents, /*!< \brief draw a line and when finished execute the signal userLineFinished() */ + ScribbleEvents, /*!< \brief let the user scribble on the plot (left mouse button is kept pressed) and call userScribbleClick() for each new position */ + NoMouseAction, /*!< \brief no action is to be performed */ + ClickEvents /*!< \brief sinply call userClickFinished() for every single-click of the mouse button */ }; + /** \brief options of how to react to a right mouse button click */ enum RightMouseButtonAction { - RightMouseButtonNone=0, - RightMouseButtonZoom=1, - RightMouseButtonContextMenu=2 + RightMouseButtonNone=0, /*!< \brief do not perform any action on a right mouse button click */ + RightMouseButtonZoom=1, /*!< \brief use right mouse button for zoomin out */ + RightMouseButtonContextMenu=2 /*!< \brief show the context menu when clicking the right mouse button */ }; + /** \brief options of how to react to a left mouse button double-click (single-click events are described by MouseActionModes) */ enum LeftDoubleClickAction { - LeftDoubleClickDefault, - LeftDoubleClickContextMenu, - LeftDoubleClickSpecialContextMenu, + LeftDoubleClickDefault, /*!< \brief */ + LeftDoubleClickContextMenu, /*!< \brief open the context menu when the left mouse button is double-clicked */ + LeftDoubleClickSpecialContextMenu, /*!< \brief open the special context menu when the left mouse button is double-clicked */ }; /** \brief class constructor + * + * If \a datastore_internal \c ==false, you can supply an external JKQTPDatastore with the parameter \a datast */ explicit JKQTPlotter(bool datastore_internal, QWidget* parent=nullptr, JKQTPDatastore* datast=nullptr); + /** \brief class constructor for a JKQTPlotter using an external JKQTPDatastore \a dataset + */ + explicit JKQTPlotter(JKQTPDatastore* datast, QWidget* parent=nullptr); + /** \brief class constructor + * + * generated a new internal JKQTPDatastore + */ explicit JKQTPlotter(QWidget* parent=nullptr); /** \brief class destructor */ @@ -109,135 +204,43 @@ class LIB_EXPORT JKQTPlotter: public QWidget { /** \brief set the width/height of the icons in the toolbar in pt */ - inline void set_toolbarIconSize(int value) { - toolbarIconSize=value; - QSize s=QSize(toolbarIconSize, toolbarIconSize); - toolbar->setIconSize(s); - } + void set_toolbarIconSize(int value); /** \brief get the width/height of the icons in the toolbar in pt */ - inline int get_toolbarIconSize() { - return toolbarIconSize; - } + int get_toolbarIconSize(); /** \brief returns the class internally used for plotting */ JKQTBasePlotter* get_plotter() const { return plotter; } /** \brief returns the class internally used for plotting */ const JKQTBasePlotter* get_constplotter() const { return const_cast(plotter); } - /*! \brief sets the property displayToolbar to the specified \a __value. - \details Description of the parameter displayToolbar is:
\copybrief displayToolbar
+ /*! \brief returns the property displayToolbar. + \details Description of the parameter displayToolbar is:
\copydoc displayToolbar
\see displayToolbar for more information */ - inline virtual void set_displayToolbar(bool __value) - { - if (this->displayToolbar != __value) { - this->displayToolbar = __value; - updateToolbar(); - } - } - /*! \brief returns the property displayToolbar. - \details Description of the parameter displayToolbar is:
\copybrief displayToolbar
- \see displayToolbar for more information */ - inline virtual bool get_displayToolbar() const - { - return this->displayToolbar; - } - /*! \brief sets the property toolbarAlwaysOn to the specified \a __value. - \details Description of the parameter toolbarAlwaysOn is:
\copybrief toolbarAlwaysOn
+ virtual bool get_displayToolbar() const; + /*! \brief returns the property toolbarAlwaysOn. + \details Description of the parameter toolbarAlwaysOn is:
\copydoc toolbarAlwaysOn
\see toolbarAlwaysOn for more information */ - inline virtual void set_toolbarAlwaysOn(bool __value) - { - if (this->toolbarAlwaysOn != __value) { - this->toolbarAlwaysOn = __value; - updateToolbar(); - } - } - /*! \brief returns the property toolbarAlwaysOn. - \details Description of the parameter toolbarAlwaysOn is:
\copybrief toolbarAlwaysOn
- \see toolbarAlwaysOn for more information */ - inline virtual bool get_toolbarAlwaysOn() const - { - return this->toolbarAlwaysOn; - } - /*! \brief sets the property displayMousePosition to the specified \a __value. - \details Description of the parameter displayMousePosition is:
\copybrief displayMousePosition
+ virtual bool get_toolbarAlwaysOn() const; + /*! \brief returns the property displayMousePosition. + \details Description of the parameter displayMousePosition is:
\copydoc displayMousePosition
\see displayMousePosition for more information */ - inline virtual void set_displayMousePosition(bool __value) - { - this->displayMousePosition = __value; - } - /*! \brief returns the property displayMousePosition. - \details Description of the parameter displayMousePosition is:
\copybrief displayMousePosition
- \see displayMousePosition for more information */ - inline virtual bool get_displayMousePosition() const - { - return this->displayMousePosition; - } - /*! \brief sets the property displayCustomMousePosition to the specified \a __value. - \details Description of the parameter displayCustomMousePosition is:
\copybrief displayCustomMousePosition
- \see displayCustomMousePosition for more information */ - inline virtual void set_displayCustomMousePosition(bool __value) - { - this->displayCustomMousePosition = __value; - } - /*! \brief returns the property displayCustomMousePosition. - \details Description of the parameter displayCustomMousePosition is:
\copybrief displayCustomMousePosition
- \see displayCustomMousePosition for more information */ - inline virtual bool get_displayCustomMousePosition() const - { - return this->displayCustomMousePosition; - } - /*! \brief sets the property userActionColor to the specified \a __value. - \details Description of the parameter userActionColor is:
\copybrief userActionColor
+ virtual bool get_displayMousePosition() const; + /*! \brief returns the property userActionColor. + \details Description of the parameter userActionColor is:
\copydoc userActionColor
\see userActionColor for more information */ - inline virtual void set_userActionColor(const QColor & __value) - { - if (this->userActionColor != __value) { - this->userActionColor = __value; - update(); - } - } - /*! \brief returns the property userActionColor. - \details Description of the parameter userActionColor is:
\copybrief userActionColor
- \see userActionColor for more information */ - inline virtual QColor get_userActionColor() const - { - return this->userActionColor; - } - /*! \brief sets the property userActionCompositionMode to the specified \a __value. - \details Description of the parameter userActionCompositionMode is:
\copybrief userActionCompositionMode
- \see userActionCompositionMode for more information */ - inline virtual void set_userActionCompositionMode(const QPainter::CompositionMode & __value) - { - if (this->userActionCompositionMode != __value) { - this->userActionCompositionMode = __value; - update(); - } - } + virtual QColor get_userActionColor() const; + /*! \brief returns the property userActionCompositionMode. - \details Description of the parameter userActionCompositionMode is:
\copybrief userActionCompositionMode
+ \details Description of the parameter userActionCompositionMode is:
\copydoc userActionCompositionMode
\see userActionCompositionMode for more information */ - inline virtual QPainter::CompositionMode get_userActionCompositionMode() const - { - return this->userActionCompositionMode; - } - /*! \brief sets the property mouseActionMode to the specified \a __value. - \details Description of the parameter mouseActionMode is:
\copybrief mouseActionMode
+ virtual QPainter::CompositionMode get_userActionCompositionMode() const; + + /*! \brief returns the current mouseActionMode. + \details Description of the parameter mouseActionMode is:
specifies the user-action mode this JKQtPlotter use when mouse events occur. + * This allows you to e.g. draw rectangles or lines over the plot and receive a signal, when the drawing finishes
\see mouseActionMode for more information */ - inline virtual void set_mouseActionMode(const MouseActionModes & __value) - { - if (this->mouseActionMode != __value) { - this->mouseActionMode = __value; - updateCursor(); - } - } - /*! \brief returns the property mouseActionMode. - \details Description of the parameter mouseActionMode is:
\copybrief mouseActionMode
- \see mouseActionMode for more information */ - inline virtual MouseActionModes get_mouseActionMode() const - { - return this->mouseActionMode; - } + virtual MouseActionModes get_mouseActionMode() const; /** \brief loads the plot properties from a QSettings object */ virtual void loadSettings(QSettings& settings, QString group=QString("plots")); @@ -303,90 +306,79 @@ class LIB_EXPORT JKQTPlotter: public QWidget { /** \brief switch emitting of signals, such as zoomChangedLocally() ..., on (sig=true) or off (sig=false) */ inline void set_emitSignals(bool sig) { plotter->set_emitSignals(sig); } /** \brief determine, whether emitting of signals, such as zoomChangedLocally() ..., is switched on or off */ - inline bool get_emitSignals() { return plotter->get_emitSignals(); } + inline bool get_emitSignals() { return plotter; } - inline bool get_doDrawing() const { return doDrawing; } + /** \brief returns, whether updating the plot is currently activated (e.g. you can deactivate this with set_doDrawing() while performing major updates on the plot) + * + * \see set_doDrawing() + */ + bool get_doDrawing() const; + /** \brief sets whether updating the plot is currently activated (e.g. you can sett his to \c false while performing major updates on the plot) + * + * \see get_doDrawing(); + */ void set_doDrawing(bool enable); + /*! \brief returns the property rightMouseButtonAction. + \details Description of the parameter rightMouseButtonAction is:
\copydoc rightMouseButtonAction
+ \see rightMouseButtonAction for more information */ bool get_zoomByMouseRectangle() const; - void set_zoomByMouseRectangle(bool zomByrectangle); - //GET_SET_MACRO(bool, zoomByDoubleAndRightMouseClick); /*! \brief sets the property rightMouseButtonAction to the specified \a __value. - \details Description of the parameter rightMouseButtonAction is:
\copybrief rightMouseButtonAction
+ \details Description of the parameter rightMouseButtonAction is:
\copydoc rightMouseButtonAction
\see rightMouseButtonAction for more information */ - inline virtual void set_rightMouseButtonAction(const RightMouseButtonAction & __value) - { - this->rightMouseButtonAction = __value; - } + void set_rightMouseButtonAction(const RightMouseButtonAction & __value); /*! \brief returns the property rightMouseButtonAction. - \details Description of the parameter rightMouseButtonAction is:
\copybrief rightMouseButtonAction
+ \details Description of the parameter rightMouseButtonAction is:
\copydoc rightMouseButtonAction
\see rightMouseButtonAction for more information */ - inline virtual RightMouseButtonAction get_rightMouseButtonAction() const - { - return this->rightMouseButtonAction; - } + virtual RightMouseButtonAction get_rightMouseButtonAction() const; /*! \brief sets the property leftDoubleClickAction to the specified \a __value. - \details Description of the parameter leftDoubleClickAction is:
\copybrief leftDoubleClickAction
+ \details Description of the parameter leftDoubleClickAction is:
\copydoc leftDoubleClickAction
\see leftDoubleClickAction for more information */ - inline virtual void set_leftDoubleClickAction(const LeftDoubleClickAction & __value) - { - this->leftDoubleClickAction = __value; - } + void set_leftDoubleClickAction(const LeftDoubleClickAction & __value); /*! \brief returns the property leftDoubleClickAction. - \details Description of the parameter leftDoubleClickAction is:
\copybrief leftDoubleClickAction
+ \details Description of the parameter leftDoubleClickAction is:
\copydoc leftDoubleClickAction
\see leftDoubleClickAction for more information */ - inline virtual LeftDoubleClickAction get_leftDoubleClickAction() const - { - return this->leftDoubleClickAction; - } - /*! \brief returns the property menuSpecialContextMenu. \details Description of the parameter menuSpecialContextMenu is:
\copybrief menuSpecialContextMenu
. \see menuSpecialContextMenu for more information */ - inline QMenu* get_menuSpecialContextMenu() const { return this->menuSpecialContextMenu; } + virtual LeftDoubleClickAction get_leftDoubleClickAction() const; + /*! \brief returns the property menuSpecialContextMenu. \details Description of the parameter menuSpecialContextMenu is:
\copydoc menuSpecialContextMenu
. \see menuSpecialContextMenu for more information */ + QMenu *get_menuSpecialContextMenu() const; + + /*! \brief set the property menuSpecialContextMenu. \details Description of the parameter menuSpecialContextMenu is:
\copydoc menuSpecialContextMenu
. \see menuSpecialContextMenu for more information */ void set_menuSpecialContextMenu(QMenu* menu); /*! \brief sets the property zoomByMouseWheel to the specified \a __value. - \details Description of the parameter zoomByMouseWheel is:
\copybrief zoomByMouseWheel
+ \details Description of the parameter zoomByMouseWheel is:
\copydoc zoomByMouseWheel
\see zoomByMouseWheel for more information */ - inline virtual void set_zoomByMouseWheel(bool __value) - { - this->zoomByMouseWheel = __value; - } + void set_zoomByMouseWheel(bool __value); /*! \brief returns the property zoomByMouseWheel. - \details Description of the parameter zoomByMouseWheel is:
\copybrief zoomByMouseWheel
+ \details Description of the parameter zoomByMouseWheel is:
\copydoc zoomByMouseWheel
\see zoomByMouseWheel for more information */ - inline virtual bool get_zoomByMouseWheel() const - { - return this->zoomByMouseWheel; - } + virtual bool get_zoomByMouseWheel() const; /** \brief returns the property mouseContextX. - \details Description of the parameter mouseContextX is:
\copybrief mouseContextX
. + \details Description of the parameter mouseContextX is:
\copydoc mouseContextX
. \see mouseContextX for more information */ - inline double get_mouseContextX() const { - return this->mouseContextX; - } + double get_mouseContextX() const; /** \brief returns the property mouseContextY. - \details Description of the parameter mouseContextY is:
\copybrief mouseContextY
. + \details Description of the parameter mouseContextY is:
\copydoc mouseContextY
. \see mouseContextY for more information */ - inline double get_mouseContextY() const { - return this->mouseContextY; - } + double get_mouseContextY() const; /** \brief returns the property mouseLastClickX. - \details Description of the parameter mouseLastClickX is:
\copybrief mouseLastClickX
. + \details Description of the parameter mouseLastClickX is:
\copydoc mouseLastClickX
. \see mouseLastClickX for more information */ - inline int get_mouseLastClickX() const { - return this->mouseLastClickX; - } + int get_mouseLastClickX() const; /** \brief returns the property mouseLastClickY. - \details Description of the parameter mouseLastClickY is:
\copybrief mouseLastClickY
. + \details Description of the parameter mouseLastClickY is:
\copydoc mouseLastClickY
. \see mouseLastClickY for more information */ - inline int get_mouseLastClickY() const { - return this->mouseLastClickY; - } + int get_mouseLastClickY() const; + /** \brief returns the coordinate axis object for the x-axis */ inline JKQTPHorizontalAxis* get_xAxis() { return plotter->get_xAxis(); } + /** \brief returns the coordinate axis object for the y-axis */ inline JKQTPVerticalAxis* get_yAxis() { return plotter->get_yAxis(); } + /** \brief returns the coordinate axis object for the x-axis as a const pointer */ inline const JKQTPHorizontalAxis* get_xAxis() const { return plotter->get_xAxis(); } + /** \brief returns the coordinate axis object for the y-axis as a const pointer */ inline const JKQTPVerticalAxis* get_yAxis() const { return plotter->get_yAxis(); } /** \brief returns description of i'th graph */ @@ -402,7 +394,7 @@ class LIB_EXPORT JKQTPlotter: public QWidget { inline bool containsGraph(JKQTPPlotElement* gr) { return plotter->containsGraph(gr); } /** \brief remove the given graph, if it is contained */ - inline void deleteGraph(JKQTPPlotElement* gr, bool deletegraph=true) { plotter->deleteGraph(gr, deletegraph); }; + inline void deleteGraph(JKQTPPlotElement* gr, bool deletegraph=true) { plotter->deleteGraph(gr, deletegraph); } /** \brief remove all plots * @@ -423,14 +415,6 @@ class LIB_EXPORT JKQTPlotter: public QWidget { template inline void addGraphs(const TJKQTPGraphContainer& gr) { plotter->addGraphs(gr); } - /** \brief sets minimum and maximum x-value to plot */ - inline void setX(double xminn, double xmaxx) { plotter->setX(xminn, xmaxx); } - - /** \brief sets minimum and maximum y-value to plot */ - inline void setY(double yminn, double ymaxx) { plotter->setY(yminn, ymaxx); } - - /** \brief sets minimum and maximum x- and y-values to plot */ - inline void setXY(double xminn, double xmaxx, double yminn, double ymaxx) { plotter->setXY(xminn, xmaxx, yminn, ymaxx); } /** \brief returns the current x-axis min */ inline double getXMin() const {return plotter->getXMin(); } @@ -446,16 +430,6 @@ class LIB_EXPORT JKQTPlotter: public QWidget { - - /** \brief sets absolute minimum and maximum x-value to plot */ - inline void setAbsoluteX(double xminn, double xmaxx) { plotter->setAbsoluteX(xminn, xmaxx); } - - /** \brief sets absolute minimum and maximum y-value to plot */ - inline void setAbsoluteY(double yminn, double ymaxx) { plotter->setAbsoluteY(yminn, ymaxx); } - - /** \brief sets absolute minimum and maximum x- and y-values to plot */ - inline void setAbsoluteXY(double xminn, double xmaxx, double yminn, double ymaxx) { plotter->setAbsoluteXY(xminn, xmaxx, yminn, ymaxx); } - /** \brief returns the absolute x-axis min */ inline double getAbsoluteXMin() const {return plotter->getAbsoluteXMin(); } /** \brief returns the absolute x-axis max */ @@ -467,6 +441,7 @@ class LIB_EXPORT JKQTPlotter: public QWidget { /** \brief returns the absolute y-axis max */ inline double getAbsoluteYMax() const {return plotter->getAbsoluteYMax(); } + /** \brief returns the current magnification factor */ inline double getMagnification() const { return magnification; } /** \brief gets the next unused style id, i.e. the smalles number >=0 which is not contained in usedStyles */ @@ -489,14 +464,18 @@ class LIB_EXPORT JKQTPlotter: public QWidget { return get_constplotter()->get_keyFontSize(); } public slots: - /** \brief set the plot magnification */ + /** \brief set the current plot magnification */ void setMagnification(double m); /** \brief sets x/ymin and x/ymax to the supplied values and replots the graph (zoom operation!) */ inline void zoom(double nxmin, double nxmax, double nymin, double nymax) { plotter->zoom(nxmin, nxmax, nymin, nymax); } - /** \brief sets whether to plot grid lines or not */ + /** \brief sets whether to plot grid lines or not + * + * \image html jkqtplotter_gridvisible.png "Grid visible" + * \image html jkqtplotter_gridinvisible.png "Grid invisible" + * */ inline void setGrid(bool val) { plotter->setGrid(val); } @@ -550,9 +529,9 @@ class LIB_EXPORT JKQTPlotter: public QWidget { } /** \brief zooms into the graph (the same as turning the mouse wheel) by the given factor */ - inline void zoomIn(double factor=2.0) { plotter->zoomIn(factor); }; + inline void zoomIn(double factor=2.0) { plotter->zoomIn(factor); } /** \brief zooms out of the graph (the same as turning the mouse wheel) by the given factor */ - inline void zoomOut(double factor=2.0) { plotter->zoomOut(factor); }; + inline void zoomOut(double factor=2.0) { plotter->zoomOut(factor); } /** \brief update the plot */ void update_plot(); @@ -566,6 +545,36 @@ class LIB_EXPORT JKQTPlotter: public QWidget { /** \brief update overlays only */ void update_overlays(); + /*! \brief sets the property displayToolbar to the specified \a __value. + \details Description of the parameter displayToolbar is:
\copydoc displayToolbar
+ \see displayToolbar for more information */ + void set_displayToolbar(bool __value); + /*! \brief sets the property toolbarAlwaysOn to the specified \a __value. + \details Description of the parameter toolbarAlwaysOn is:
\copydoc toolbarAlwaysOn
+ \see toolbarAlwaysOn for more information */ + void set_toolbarAlwaysOn(bool __value); + /*! \brief sets the property displayMousePosition to the specified \a __value. + \details Description of the parameter displayMousePosition is:
\copydoc displayMousePosition
+ \see displayMousePosition for more information */ + void set_displayMousePosition(bool __value); + /*! \brief sets the property userActionColor to the specified \a __value. + \details Description of the parameter userActionColor is:
\copydoc userActionColor
+ \see userActionColor for more information */ + void set_userActionColor(const QColor & __value); + /*! \brief sets the property userActionCompositionMode to the specified \a __value. + \details Description of the parameter userActionCompositionMode is:
\copydoc userActionCompositionMode
+ \see userActionCompositionMode for more information */ + void set_userActionCompositionMode(const QPainter::CompositionMode & __value); + /*! \brief sets the current mouseActionMode . + \details Description of the parameter mouseActionMode is:
specifies the user-action mode this JKQtPlotter use when mouse events occur. + * This allows you to e.g. draw rectangles or lines over the plot and receive a signal, when the drawing finishes
+ \see mouseActionMode for more information */ + void set_mouseActionMode(const MouseActionModes & __value); + /*! \brief sets the property rightMouseButtonAction to the specified \a __value. + \details Description of the parameter rightMouseButtonAction is:
\copydoc rightMouseButtonAction
+ \see rightMouseButtonAction for more information */ + void set_zoomByMouseRectangle(bool zomByrectangle); + /** \brief may be connected to zoomChangedLocally() of a different plot and synchronizes the local x-axis to the other x-axis */ void synchronizeXAxis(double newxmin, double newxmax, double newymin, double newymax, JKQTPlotter* sender); @@ -578,12 +587,34 @@ class LIB_EXPORT JKQTPlotter: public QWidget { /** \brief popuplate the given toolbar with all actions shown in a toolbar from this class ... */ virtual void populateToolbar(QToolBar* toolbar) const; - void setMousePositionLabel(const QString& text); - + /** \brief open the context menu at the mouse position of the last click */ void openContextMenu(); + /** \brief open the context menu at the mouse position \a x and \a y */ void openContextMenu(int x, int y); + /** \brief open the special context menu at the mouse position of the last click */ void openSpecialContextMenu(); + /** \brief open the special context menu at the mouse position \a x and \a y */ void openSpecialContextMenu(int x, int y); + + + /** \brief sets absolute minimum and maximum x-value to plot */ + inline void setAbsoluteX(double xminn, double xmaxx) { plotter->setAbsoluteX(xminn, xmaxx); } + + /** \brief sets absolute minimum and maximum y-value to plot */ + inline void setAbsoluteY(double yminn, double ymaxx) { plotter->setAbsoluteY(yminn, ymaxx); } + + /** \brief sets absolute minimum and maximum x- and y-values to plot */ + inline void setAbsoluteXY(double xminn, double xmaxx, double yminn, double ymaxx) { plotter->setAbsoluteXY(xminn, xmaxx, yminn, ymaxx); } + + /** \brief sets minimum and maximum x-value to plot */ + inline void setX(double xminn, double xmaxx) { plotter->setX(xminn, xmaxx); } + + /** \brief sets minimum and maximum y-value to plot */ + inline void setY(double yminn, double ymaxx) { plotter->setY(yminn, ymaxx); } + + /** \brief sets minimum and maximum x- and y-values to plot */ + inline void setXY(double xminn, double xmaxx, double yminn, double ymaxx) { plotter->setXY(xminn, xmaxx, yminn, ymaxx); } + signals: /** \brief signal: emitted whenever the mouse moved over the plot */ void plotMouseMove(double x, double y); @@ -604,9 +635,9 @@ class LIB_EXPORT JKQTPlotter: public QWidget { /** \brief signal: emitted whenever the user selects a new x-y zoom range (by mouse) */ void zoomChangedLocally(double newxmin, double newxmax, double newymin, double newymax, JKQTPlotter* sender); - /** \brief emitted when the user draws a rectangle */ + /** \brief emitted when the user clicks the plot */ void userClickFinished(double x, double y, Qt::KeyboardModifiers modifiers); - /** \brief emitted when the user draws a rectangle */ + /** \brief emitted when the user scribbles */ void userScribbleClick(double x, double y, Qt::KeyboardModifiers modifiers, bool first, bool last); /** \brief emitted when the user draws a rectangle */ void userRectangleFinished(double x, double y, double width, double height, Qt::KeyboardModifiers modifiers); @@ -628,6 +659,8 @@ class LIB_EXPORT JKQTPlotter: public QWidget { void init(bool datastore_internal, QWidget* parent, JKQTPDatastore* datast); + /** \brief specifies the user-action mode this JKQtPlotter use when mouse events occur. + * This allows you to e.g. draw rectangles or lines over the plot and receive a signal, when the drawing finishes */ MouseActionModes mouseActionMode; bool doDrawing; @@ -682,7 +715,6 @@ class LIB_EXPORT JKQTPlotter: public QWidget { QImage oldImage; /** \brief indicates whether zooming in by double clicking and zooming out by right-clicking is activated */ - //bool zoomByDoubleAndRightMouseClick; RightMouseButtonAction rightMouseButtonAction; /** \brief indicates whether zooming using the mouse-wheel is activated */ @@ -690,6 +722,8 @@ class LIB_EXPORT JKQTPlotter: public QWidget { /** \brief indicates the action to perform on a left mouse-button double-click */ LeftDoubleClickAction leftDoubleClickAction; + + /** \brief use this QMenu instance instead of the standard context emnu of this widget */ QMenu* menuSpecialContextMenu; @@ -759,23 +793,48 @@ class LIB_EXPORT JKQTPlotter: public QWidget { void leaveEvent ( QEvent * event ); - /** \brief specifies whether to display a toolbar with buttons when the mouse is in the upper border of the plot */ + /** \brief specifies whether to display a toolbar with buttons when the mouse is in the upper border of the plot + * + * \image html jkqtplotter_toolbar_alwayson.png + * + * \see toolbarAlwaysOn, \ref JKQTPlotterUserInteraction + */ bool displayToolbar; - /** ßbrief specifies whether the toolbar is always visible or only when the mouse moves to the upper left area */ + /** \brief specifies whether the toolbar is always visible or only when the mouse moves to the upper left area + * + * If toolbarAlwaysOn is set to \c true: + * + * \image html jkqtplotter_toolbar_alwayson.png + * + * If toolbarAlwaysOn is set to \c false, the toolbar only appears when the mouse is in the right location: + * + * \image html jkqtplotter_toolbar_hidden.png "Hidden Toolbar" + * \image html jkqtplotter_toolbar_shown.png "Shown Toolbar" + * + * \see displayToolbar, \ref JKQTPlotterUserInteraction + */ bool toolbarAlwaysOn; void updateToolbar(); - /** \brief specifies whether to write the current position of the mouse in the top border of the plot (this may automatically extent the - top border, so the position fits in. The default widget font is used for the output. */ + /** \brief specifies whether to display the current position of the mouse in the top border of the plot (this may automatically extent the + * top border, so the position fits in. The default widget font is used for the output. + * + * \image html jkqtplotter_mousepositiondisplay.png + * + * \see mousePositionTemplate, \ref JKQTPlotterUserInteraction + */ bool displayMousePosition; - /** \brief this string is used to generate the position output above the graph */ + /** \brief this string is used to generate the position output above the graph (\c %1 is replaced by the x-position, \c %2 by the y-position) + * + * By default simply "(%1, %2) is used to format this display (e.g. (1.35, -4.56)). + * + * \image html jkqtplotter_mousepositiondisplay.png + * + * \see mousePositionTemplate, \ref JKQTPlotterUserInteraction */ QString mousePositionTemplate; /*! \brief default value for property property varname. \see mousePositionTemplate for more information */ QString def_mousePositionTemplate; - /** \brief if set \c true and displayMousePosition is \c true, the mouse position is not automatically determined, but the text given to setMousePositionLabel() is used */ - bool displayCustomMousePosition; - QString customMousePositiontext; /** \brief the master plotter, this plotter is connected to. */ QPointer masterPlotter; @@ -791,9 +850,13 @@ class LIB_EXPORT JKQTPlotter: public QWidget { QSize minSize; QMenu* contextMenu; + /** \brief x-position of the mouse (in plot coordinates) when a user mouse-action was started (e.g. drawing a rectangle) */ double mouseContextX; + /** \brief y-position of the mouse (in plot coordinates) when a user mouse-action was started (e.g. drawing a rectangle) */ double mouseContextY; + /** \brief x-position of the last mouse-click (in screen pixels) */ int mouseLastClickX; + /** \brief y-position of the last mouse-click (in screen pixels) */ int mouseLastClickY; QList contextSubMenus; void initContextMenu(); diff --git a/lib/jkqtplottergui/jkvanishqtoolbar.h b/lib/jkqtplottergui/jkvanishqtoolbar.h index 0a003ff0cf..0bd9f18e99 100644 --- a/lib/jkqtplottergui/jkvanishqtoolbar.h +++ b/lib/jkqtplottergui/jkvanishqtoolbar.h @@ -40,14 +40,14 @@ class LIB_EXPORT JKVanishQToolBar: public QToolBar { /** \brief class constructor */ JKVanishQToolBar(QWidget* parent=nullptr); /*! \brief sets the property toolbarVanishes to the specified \a __value. - \details Description of the parameter toolbarVanishes is:
\copybrief toolbarVanishes
+ \details Description of the parameter toolbarVanishes is:
\copydoc toolbarVanishes
\see toolbarVanishes for more information */ inline virtual void set_toolbarVanishes(bool __value) { this->toolbarVanishes = __value; } /*! \brief returns the property toolbarVanishes. - \details Description of the parameter toolbarVanishes is:
\copybrief toolbarVanishes
+ \details Description of the parameter toolbarVanishes is:
\copydoc toolbarVanishes
\see toolbarVanishes for more information */ inline virtual bool get_toolbarVanishes() const { diff --git a/lib/jkqtplottertools/jkqtpimagetools.h b/lib/jkqtplottertools/jkqtpimagetools.h index 5d84a028c3..a6a76e008d 100644 --- a/lib/jkqtplottertools/jkqtpimagetools.h +++ b/lib/jkqtplottertools/jkqtpimagetools.h @@ -888,278 +888,278 @@ class LIB_EXPORT JKQTPColorPaletteTools { public: /*! \brief sets the property palette to the specified \a __value. - \details Description of the parameter palette is:
\copybrief palette
+ \details Description of the parameter palette is:
\copydoc palette
\see palette for more information */ inline virtual void set_palette(const JKQTPMathImageColorPalette & __value) { this->palette = __value; } /*! \brief returns the property palette. - \details Description of the parameter palette is:
\copybrief palette
+ \details Description of the parameter palette is:
\copydoc palette
\see palette for more information */ inline virtual JKQTPMathImageColorPalette get_palette() const { return this->palette; } /*! \brief sets the property rangeMinFailAction to the specified \a __value. - \details Description of the parameter rangeMinFailAction is:
\copybrief rangeMinFailAction
+ \details Description of the parameter rangeMinFailAction is:
\copydoc rangeMinFailAction
\see rangeMinFailAction for more information */ inline virtual void set_rangeMinFailAction(const JKQTPMathImageColorRangeFailAction & __value) { this->rangeMinFailAction = __value; } /*! \brief returns the property rangeMinFailAction. - \details Description of the parameter rangeMinFailAction is:
\copybrief rangeMinFailAction
+ \details Description of the parameter rangeMinFailAction is:
\copydoc rangeMinFailAction
\see rangeMinFailAction for more information */ inline virtual JKQTPMathImageColorRangeFailAction get_rangeMinFailAction() const { return this->rangeMinFailAction; } /*! \brief sets the property rangeMaxFailAction to the specified \a __value. - \details Description of the parameter rangeMaxFailAction is:
\copybrief rangeMaxFailAction
+ \details Description of the parameter rangeMaxFailAction is:
\copydoc rangeMaxFailAction
\see rangeMaxFailAction for more information */ inline virtual void set_rangeMaxFailAction(const JKQTPMathImageColorRangeFailAction & __value) { this->rangeMaxFailAction = __value; } /*! \brief returns the property rangeMaxFailAction. - \details Description of the parameter rangeMaxFailAction is:
\copybrief rangeMaxFailAction
+ \details Description of the parameter rangeMaxFailAction is:
\copydoc rangeMaxFailAction
\see rangeMaxFailAction for more information */ inline virtual JKQTPMathImageColorRangeFailAction get_rangeMaxFailAction() const { return this->rangeMaxFailAction; } /*! \brief sets the property rangeMinFailColor to the specified \a __value. - \details Description of the parameter rangeMinFailColor is:
\copybrief rangeMinFailColor
+ \details Description of the parameter rangeMinFailColor is:
\copydoc rangeMinFailColor
\see rangeMinFailColor for more information */ inline virtual void set_rangeMinFailColor(const QColor & __value) { this->rangeMinFailColor = __value; } /*! \brief returns the property rangeMinFailColor. - \details Description of the parameter rangeMinFailColor is:
\copybrief rangeMinFailColor
+ \details Description of the parameter rangeMinFailColor is:
\copydoc rangeMinFailColor
\see rangeMinFailColor for more information */ inline virtual QColor get_rangeMinFailColor() const { return this->rangeMinFailColor; } /*! \brief sets the property rangeMaxFailColor to the specified \a __value. - \details Description of the parameter rangeMaxFailColor is:
\copybrief rangeMaxFailColor
+ \details Description of the parameter rangeMaxFailColor is:
\copydoc rangeMaxFailColor
\see rangeMaxFailColor for more information */ inline virtual void set_rangeMaxFailColor(const QColor & __value) { this->rangeMaxFailColor = __value; } /*! \brief returns the property rangeMaxFailColor. - \details Description of the parameter rangeMaxFailColor is:
\copybrief rangeMaxFailColor
+ \details Description of the parameter rangeMaxFailColor is:
\copydoc rangeMaxFailColor
\see rangeMaxFailColor for more information */ inline virtual QColor get_rangeMaxFailColor() const { return this->rangeMaxFailColor; } /*! \brief sets the property nanColor to the specified \a __value. - \details Description of the parameter nanColor is:
\copybrief nanColor
+ \details Description of the parameter nanColor is:
\copydoc nanColor
\see nanColor for more information */ inline virtual void set_nanColor(const QColor & __value) { this->nanColor = __value; } /*! \brief returns the property nanColor. - \details Description of the parameter nanColor is:
\copybrief nanColor
+ \details Description of the parameter nanColor is:
\copydoc nanColor
\see nanColor for more information */ inline virtual QColor get_nanColor() const { return this->nanColor; } /*! \brief sets the property infColor to the specified \a __value. - \details Description of the parameter infColor is:
\copybrief infColor
+ \details Description of the parameter infColor is:
\copydoc infColor
\see infColor for more information */ inline virtual void set_infColor(const QColor & __value) { this->infColor = __value; } /*! \brief returns the property infColor. - \details Description of the parameter infColor is:
\copybrief infColor
+ \details Description of the parameter infColor is:
\copydoc infColor
\see infColor for more information */ inline virtual QColor get_infColor() const { return this->infColor; } /*! \brief sets the property showColorBar to the specified \a __value. - \details Description of the parameter showColorBar is:
\copybrief showColorBar
+ \details Description of the parameter showColorBar is:
\copydoc showColorBar
\see showColorBar for more information */ inline virtual void set_showColorBar(bool __value) { this->showColorBar = __value; } /*! \brief returns the property showColorBar. - \details Description of the parameter showColorBar is:
\copybrief showColorBar
+ \details Description of the parameter showColorBar is:
\copydoc showColorBar
\see showColorBar for more information */ inline virtual bool get_showColorBar() const { return this->showColorBar; } /*! \brief sets the property colorBarWidth to the specified \a __value. - \details Description of the parameter colorBarWidth is:
\copybrief colorBarWidth
+ \details Description of the parameter colorBarWidth is:
\copydoc colorBarWidth
\see colorBarWidth for more information */ inline virtual void set_colorBarWidth(int __value) { this->colorBarWidth = __value; } /*! \brief returns the property colorBarWidth. - \details Description of the parameter colorBarWidth is:
\copybrief colorBarWidth
+ \details Description of the parameter colorBarWidth is:
\copydoc colorBarWidth
\see colorBarWidth for more information */ inline virtual int get_colorBarWidth() const { return this->colorBarWidth; } /*! \brief sets the property colorBarOffset to the specified \a __value. - \details Description of the parameter colorBarOffset is:
\copybrief colorBarOffset
+ \details Description of the parameter colorBarOffset is:
\copydoc colorBarOffset
\see colorBarOffset for more information */ inline virtual void set_colorBarOffset(int __value) { this->colorBarOffset = __value; } /*! \brief returns the property colorBarOffset. - \details Description of the parameter colorBarOffset is:
\copybrief colorBarOffset
+ \details Description of the parameter colorBarOffset is:
\copydoc colorBarOffset
\see colorBarOffset for more information */ inline virtual int get_colorBarOffset() const { return this->colorBarOffset; } /*! \brief sets the property colorBarRelativeHeight to the specified \a __value. - \details Description of the parameter colorBarRelativeHeight is:
\copybrief colorBarRelativeHeight
+ \details Description of the parameter colorBarRelativeHeight is:
\copydoc colorBarRelativeHeight
\see colorBarRelativeHeight for more information */ inline virtual void set_colorBarRelativeHeight(double __value) { this->colorBarRelativeHeight = __value; } /*! \brief returns the property colorBarRelativeHeight. - \details Description of the parameter colorBarRelativeHeight is:
\copybrief colorBarRelativeHeight
+ \details Description of the parameter colorBarRelativeHeight is:
\copydoc colorBarRelativeHeight
\see colorBarRelativeHeight for more information */ inline virtual double get_colorBarRelativeHeight() const { return this->colorBarRelativeHeight; } /*! \brief sets the property imageMin to the specified \a __value. - \details Description of the parameter imageMin is:
\copybrief imageMin
+ \details Description of the parameter imageMin is:
\copydoc imageMin
\see imageMin for more information */ inline virtual void set_imageMin(double __value) { this->imageMin = __value; } /*! \brief returns the property imageMin. - \details Description of the parameter imageMin is:
\copybrief imageMin
+ \details Description of the parameter imageMin is:
\copydoc imageMin
\see imageMin for more information */ inline virtual double get_imageMin() const { return this->imageMin; } /*! \brief sets the property imageMax to the specified \a __value. - \details Description of the parameter imageMax is:
\copybrief imageMax
+ \details Description of the parameter imageMax is:
\copydoc imageMax
\see imageMax for more information */ inline virtual void set_imageMax(double __value) { this->imageMax = __value; } /*! \brief returns the property imageMax. - \details Description of the parameter imageMax is:
\copybrief imageMax
+ \details Description of the parameter imageMax is:
\copydoc imageMax
\see imageMax for more information */ inline virtual double get_imageMax() const { return this->imageMax; } /*! \brief sets the property autoImageRange to the specified \a __value. - \details Description of the parameter autoImageRange is:
\copybrief autoImageRange
+ \details Description of the parameter autoImageRange is:
\copydoc autoImageRange
\see autoImageRange for more information */ inline virtual void set_autoImageRange(bool __value) { this->autoImageRange = __value; } /*! \brief returns the property autoImageRange. - \details Description of the parameter autoImageRange is:
\copybrief autoImageRange
+ \details Description of the parameter autoImageRange is:
\copydoc autoImageRange
\see autoImageRange for more information */ inline virtual bool get_autoImageRange() const { return this->autoImageRange; } /*! \brief sets the property imageName to the specified \a __value. - \details Description of the parameter imageName is:
\copybrief imageName
+ \details Description of the parameter imageName is:
\copydoc imageName
\see imageName for more information */ inline virtual void set_imageName(const QString & __value) { this->imageName = __value; } /*! \brief returns the property imageName. - \details Description of the parameter imageName is:
\copybrief imageName
+ \details Description of the parameter imageName is:
\copydoc imageName
\see imageName for more information */ inline virtual QString get_imageName() const { return this->imageName; } /*! \brief sets the property imageNameFontName to the specified \a __value. - \details Description of the parameter imageNameFontName is:
\copybrief imageNameFontName
+ \details Description of the parameter imageNameFontName is:
\copydoc imageNameFontName
\see imageNameFontName for more information */ inline virtual void set_imageNameFontName(const QString & __value) { this->imageNameFontName = __value; } /*! \brief returns the property imageNameFontName. - \details Description of the parameter imageNameFontName is:
\copybrief imageNameFontName
+ \details Description of the parameter imageNameFontName is:
\copydoc imageNameFontName
\see imageNameFontName for more information */ inline virtual QString get_imageNameFontName() const { return this->imageNameFontName; } /*! \brief sets the property imageNameFontSize to the specified \a __value. - \details Description of the parameter imageNameFontSize is:
\copybrief imageNameFontSize
+ \details Description of the parameter imageNameFontSize is:
\copydoc imageNameFontSize
\see imageNameFontSize for more information */ inline virtual void set_imageNameFontSize(double __value) { this->imageNameFontSize = __value; } /*! \brief returns the property imageNameFontSize. - \details Description of the parameter imageNameFontSize is:
\copybrief imageNameFontSize
+ \details Description of the parameter imageNameFontSize is:
\copydoc imageNameFontSize
\see imageNameFontSize for more information */ inline virtual double get_imageNameFontSize() const { return this->imageNameFontSize; } /*! \brief returns the property colorBarRightAxis. - \details Description of the parameter colorBarRightAxis is:
\copybrief colorBarRightAxis
. + \details Description of the parameter colorBarRightAxis is:
\copydoc colorBarRightAxis
. \see colorBarRightAxis for more information */ inline JKQTPVerticalIndependentAxis* get_colorBarRightAxis() const { return this->colorBarRightAxis; } /*! \brief returns the property colorBarTopAxis. - \details Description of the parameter colorBarTopAxis is:
\copybrief colorBarTopAxis
. + \details Description of the parameter colorBarTopAxis is:
\copydoc colorBarTopAxis
. \see colorBarTopAxis for more information */ inline JKQTPHorizontalIndependentAxis* get_colorBarTopAxis() const { return this->colorBarTopAxis; } /*! \brief sets the property colorBarTopVisible to the specified \a __value. - \details Description of the parameter colorBarTopVisible is:
\copybrief colorBarTopVisible
+ \details Description of the parameter colorBarTopVisible is:
\copydoc colorBarTopVisible
\see colorBarTopVisible for more information */ inline virtual void set_colorBarTopVisible(bool __value) { this->colorBarTopVisible = __value; } /*! \brief returns the property colorBarTopVisible. - \details Description of the parameter colorBarTopVisible is:
\copybrief colorBarTopVisible
+ \details Description of the parameter colorBarTopVisible is:
\copydoc colorBarTopVisible
\see colorBarTopVisible for more information */ inline virtual bool get_colorBarTopVisible() const { return this->colorBarTopVisible; } /*! \brief sets the property colorBarRightVisible to the specified \a __value. - \details Description of the parameter colorBarRightVisible is:
\copybrief colorBarRightVisible
+ \details Description of the parameter colorBarRightVisible is:
\copydoc colorBarRightVisible
\see colorBarRightVisible for more information */ inline virtual void set_colorBarRightVisible(bool __value) { this->colorBarRightVisible = __value; } /*! \brief returns the property colorBarRightVisible. - \details Description of the parameter colorBarRightVisible is:
\copybrief colorBarRightVisible
+ \details Description of the parameter colorBarRightVisible is:
\copydoc colorBarRightVisible
\see colorBarRightVisible for more information */ inline virtual bool get_colorBarRightVisible() const { diff --git a/lib/jkqtplottertools/jkqtpmathparser.h b/lib/jkqtplottertools/jkqtpmathparser.h index 930be4b97b..6d37f751db 100644 --- a/lib/jkqtplottertools/jkqtpmathparser.h +++ b/lib/jkqtplottertools/jkqtpmathparser.h @@ -832,14 +832,14 @@ class JKQTPMathParser virtual ~JKQTPMathParser(); /*! \brief sets the property data to the specified \a __value. - \details Description of the parameter data is:
\copybrief data
+ \details Description of the parameter data is:
\copydoc data
\see data for more information */ inline virtual void set_data(void* __value) { this->data = __value; } /*! \brief returns the property data. - \details Description of the parameter data is:
\copybrief data
+ \details Description of the parameter data is:
\copydoc data
\see data for more information */ inline virtual void* get_data() const {