improved code-comments for doxygen, added several doc-images
35
doc/Doxyfile
@ -629,7 +629,7 @@ GENERATE_TODOLIST = YES
|
||||
# list. This list is created by putting \test commands in the documentation.
|
||||
# The default value is: YES.
|
||||
|
||||
GENERATE_TESTLIST = YES
|
||||
GENERATE_TESTLIST = NO
|
||||
|
||||
# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
|
||||
# list. This list is created by putting \bug commands in the documentation.
|
||||
@ -845,8 +845,7 @@ FILE_PATTERNS = *.c \
|
||||
*.f90 \
|
||||
*.f \
|
||||
*.vhd \
|
||||
*.vhdl \
|
||||
*.md
|
||||
*.vhdl
|
||||
|
||||
# The RECURSIVE tag can be used to specify whether or not subdirectories should
|
||||
# be searched for input files as well.
|
||||
@ -861,7 +860,15 @@ RECURSIVE = YES
|
||||
# Note that relative paths are relative to the directory from which doxygen is
|
||||
# run.
|
||||
|
||||
EXCLUDE =
|
||||
EXCLUDE = moc_*.* \
|
||||
qrc_*.* \
|
||||
build-* \
|
||||
../lib/jkqtplotterressources/math_fonts/xits \
|
||||
Makefile \
|
||||
Makefile*.* \
|
||||
../examples/jkqtmathtext_test/asana \
|
||||
../examples/jkqtplot_test/EmfEngine \
|
||||
../examples/jkqtplot_test/QTeXEngine
|
||||
|
||||
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
||||
# directories that are symbolic links (a Unix file system feature) are excluded
|
||||
@ -902,7 +909,9 @@ EXAMPLE_PATH = .. \
|
||||
# *.h) to filter out the source-files in the directories. If left blank all
|
||||
# files are included.
|
||||
|
||||
EXAMPLE_PATTERNS = *
|
||||
EXAMPLE_PATTERNS = *.cpp \
|
||||
*.h \
|
||||
*.md
|
||||
|
||||
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
|
||||
# searched for input files to be used with the \include or \dontinclude commands
|
||||
@ -972,7 +981,7 @@ FILTER_SOURCE_PATTERNS =
|
||||
# (index.html). This can be useful if you have a project on for instance GitHub
|
||||
# and want to reuse the introduction page also for the doxygen output.
|
||||
|
||||
USE_MDFILE_AS_MAINPAGE = ../Readme.md
|
||||
USE_MDFILE_AS_MAINPAGE =
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to source browsing
|
||||
@ -2070,7 +2079,7 @@ ENABLE_PREPROCESSING = YES
|
||||
# The default value is: NO.
|
||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||
|
||||
MACRO_EXPANSION = YES
|
||||
MACRO_EXPANSION = NO
|
||||
|
||||
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
|
||||
# the macro expansion is limited to the macros specified with the PREDEFINED and
|
||||
@ -2092,8 +2101,7 @@ SEARCH_INCLUDES = YES
|
||||
# preprocessor.
|
||||
# This tag requires that the tag SEARCH_INCLUDES is set to YES.
|
||||
|
||||
INCLUDE_PATH = ../lib/jkqtplotter \
|
||||
../lib/jkqtplottertools
|
||||
INCLUDE_PATH =
|
||||
|
||||
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
|
||||
# patterns (like *.h and *.hpp) to filter out the header-files in the
|
||||
@ -2120,10 +2128,7 @@ PREDEFINED =
|
||||
# definition found in the source code.
|
||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||
|
||||
EXPAND_AS_DEFINED = JKQTPGET_SET_MACRO \
|
||||
JKQTPSET_CAST_MACRO \
|
||||
JKQTPGET_SET_VMACRO \
|
||||
JKQTPGET_SET_MACRO()
|
||||
EXPAND_AS_DEFINED =
|
||||
|
||||
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
|
||||
# remove all references to function-like macros that are alone on a line, have
|
||||
@ -2133,7 +2138,7 @@ EXPAND_AS_DEFINED = JKQTPGET_SET_MACRO \
|
||||
# The default value is: YES.
|
||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||
|
||||
SKIP_FUNCTION_MACROS = NO
|
||||
SKIP_FUNCTION_MACROS = YES
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to external references
|
||||
@ -2407,7 +2412,7 @@ INTERACTIVE_SVG = NO
|
||||
# found. If left blank, it is assumed the dot tool can be found in the path.
|
||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||
|
||||
DOT_PATH =
|
||||
DOT_PATH = C:/development/Graphviz2.28/bin
|
||||
|
||||
# The DOTFILE_DIRS tag can be used to specify one or more directories that
|
||||
# contain dot files that are included in the documentation (see the \dotfile
|
||||
|
BIN
doc/images/palettes/palette_AFMhot.png
Normal file
After Width: | Height: | Size: 199 B |
BIN
doc/images/palettes/palette_BBlRdYe.png
Normal file
After Width: | Height: | Size: 394 B |
BIN
doc/images/palettes/palette_BWprint.png
Normal file
After Width: | Height: | Size: 229 B |
BIN
doc/images/palettes/palette_BlMaYe.png
Normal file
After Width: | Height: | Size: 228 B |
BIN
doc/images/palettes/palette_BlYe.png
Normal file
After Width: | Height: | Size: 385 B |
BIN
doc/images/palettes/palette_BrBG.png
Normal file
After Width: | Height: | Size: 364 B |
BIN
doc/images/palettes/palette_GnRdVi.png
Normal file
After Width: | Height: | Size: 261 B |
BIN
doc/images/palettes/palette_HSV.png
Normal file
After Width: | Height: | Size: 219 B |
BIN
doc/images/palettes/palette_Matlab.png
Normal file
After Width: | Height: | Size: 203 B |
BIN
doc/images/palettes/palette_PuOr.png
Normal file
After Width: | Height: | Size: 377 B |
BIN
doc/images/palettes/palette_RYGB.png
Normal file
After Width: | Height: | Size: 304 B |
BIN
doc/images/palettes/palette_YeBl.png
Normal file
After Width: | Height: | Size: 378 B |
BIN
doc/images/palettes/palette_YeGnBu.png
Normal file
After Width: | Height: | Size: 367 B |
BIN
doc/images/palettes/palette_YeMaBl.png
Normal file
After Width: | Height: | Size: 240 B |
BIN
doc/images/palettes/palette_blue.png
Normal file
After Width: | Height: | Size: 180 B |
BIN
doc/images/palettes/palette_bluegreen.png
Normal file
After Width: | Height: | Size: 341 B |
BIN
doc/images/palettes/palette_bluegreenred.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
doc/images/palettes/palette_bluered.png
Normal file
After Width: | Height: | Size: 181 B |
BIN
doc/images/palettes/palette_bluewhitered.png
Normal file
After Width: | Height: | Size: 386 B |
BIN
doc/images/palettes/palette_cyan.png
Normal file
After Width: | Height: | Size: 183 B |
BIN
doc/images/palettes/palette_cyanwhite.png
Normal file
After Width: | Height: | Size: 188 B |
BIN
doc/images/palettes/palette_gray.png
Normal file
After Width: | Height: | Size: 182 B |
BIN
doc/images/palettes/palette_green.png
Normal file
After Width: | Height: | Size: 180 B |
BIN
doc/images/palettes/palette_greenblue.png
Normal file
After Width: | Height: | Size: 341 B |
BIN
doc/images/palettes/palette_invAFMhot.png
Normal file
After Width: | Height: | Size: 195 B |
BIN
doc/images/palettes/palette_invBWprint.png
Normal file
After Width: | Height: | Size: 241 B |
BIN
doc/images/palettes/palette_invHSV.png
Normal file
After Width: | Height: | Size: 220 B |
BIN
doc/images/palettes/palette_invMatlab.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
doc/images/palettes/palette_invRYGB.png
Normal file
After Width: | Height: | Size: 309 B |
BIN
doc/images/palettes/palette_invblue.png
Normal file
After Width: | Height: | Size: 178 B |
BIN
doc/images/palettes/palette_invcyan.png
Normal file
After Width: | Height: | Size: 181 B |
BIN
doc/images/palettes/palette_invgray.png
Normal file
After Width: | Height: | Size: 177 B |
BIN
doc/images/palettes/palette_invgreen.png
Normal file
After Width: | Height: | Size: 178 B |
BIN
doc/images/palettes/palette_invmagenta.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
doc/images/palettes/palette_invocean.png
Normal file
After Width: | Height: | Size: 202 B |
BIN
doc/images/palettes/palette_invrainbow.png
Normal file
After Width: | Height: | Size: 347 B |
BIN
doc/images/palettes/palette_invred.png
Normal file
After Width: | Height: | Size: 178 B |
BIN
doc/images/palettes/palette_invtrafficl.png
Normal file
After Width: | Height: | Size: 245 B |
BIN
doc/images/palettes/palette_invyellow.png
Normal file
After Width: | Height: | Size: 189 B |
BIN
doc/images/palettes/palette_magenta.png
Normal file
After Width: | Height: | Size: 186 B |
BIN
doc/images/palettes/palette_magentawhite.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
doc/images/palettes/palette_magentayellow.png
Normal file
After Width: | Height: | Size: 181 B |
BIN
doc/images/palettes/palette_ocean.png
Normal file
After Width: | Height: | Size: 203 B |
BIN
doc/images/palettes/palette_rainbow.png
Normal file
After Width: | Height: | Size: 346 B |
BIN
doc/images/palettes/palette_red.png
Normal file
After Width: | Height: | Size: 181 B |
BIN
doc/images/palettes/palette_redblue.png
Normal file
After Width: | Height: | Size: 181 B |
BIN
doc/images/palettes/palette_redgreenblue.png
Normal file
After Width: | Height: | Size: 190 B |
BIN
doc/images/palettes/palette_redwhiteblue.png
Normal file
After Width: | Height: | Size: 364 B |
BIN
doc/images/palettes/palette_stepsBlGn.png
Normal file
After Width: | Height: | Size: 221 B |
BIN
doc/images/palettes/palette_stepsBrBG.png
Normal file
After Width: | Height: | Size: 241 B |
BIN
doc/images/palettes/palette_stepsGnBl.png
Normal file
After Width: | Height: | Size: 224 B |
BIN
doc/images/palettes/palette_stepsPuOr.png
Normal file
After Width: | Height: | Size: 235 B |
BIN
doc/images/palettes/palette_stepsYeGnBu.png
Normal file
After Width: | Height: | Size: 228 B |
BIN
doc/images/palettes/palette_trafficlight.png
Normal file
After Width: | Height: | Size: 247 B |
BIN
doc/images/palettes/palette_whitecyan.png
Normal file
After Width: | Height: | Size: 189 B |
BIN
doc/images/palettes/palette_whitemagenta.png
Normal file
After Width: | Height: | Size: 189 B |
BIN
doc/images/palettes/palette_whiteyellow.png
Normal file
After Width: | Height: | Size: 188 B |
BIN
doc/images/palettes/palette_yellow.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
doc/images/palettes/palette_yellowmagenta.png
Normal file
After Width: | Height: | Size: 181 B |
BIN
doc/images/palettes/palette_yellowwhite.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
doc/images/symbols/symbol_symbol_asterisc.png
Normal file
After Width: | Height: | Size: 382 B |
BIN
doc/images/symbols/symbol_symbol_circle.png
Normal file
After Width: | Height: | Size: 448 B |
BIN
doc/images/symbols/symbol_symbol_cross.png
Normal file
After Width: | Height: | Size: 234 B |
BIN
doc/images/symbols/symbol_symbol_diamond.png
Normal file
After Width: | Height: | Size: 182 B |
BIN
doc/images/symbols/symbol_symbol_dot.png
Normal file
After Width: | Height: | Size: 109 B |
BIN
doc/images/symbols/symbol_symbol_down_triangle.png
Normal file
After Width: | Height: | Size: 249 B |
BIN
doc/images/symbols/symbol_symbol_filled_circle.png
Normal file
After Width: | Height: | Size: 643 B |
BIN
doc/images/symbols/symbol_symbol_filled_diamond.png
Normal file
After Width: | Height: | Size: 220 B |
BIN
doc/images/symbols/symbol_symbol_filled_down_triangle.png
Normal file
After Width: | Height: | Size: 336 B |
BIN
doc/images/symbols/symbol_symbol_filled_pentagon.png
Normal file
After Width: | Height: | Size: 594 B |
BIN
doc/images/symbols/symbol_symbol_filled_rect.png
Normal file
After Width: | Height: | Size: 173 B |
BIN
doc/images/symbols/symbol_symbol_filled_star.png
Normal file
After Width: | Height: | Size: 665 B |
BIN
doc/images/symbols/symbol_symbol_filled_triangle.png
Normal file
After Width: | Height: | Size: 324 B |
BIN
doc/images/symbols/symbol_symbol_pentagon.png
Normal file
After Width: | Height: | Size: 433 B |
BIN
doc/images/symbols/symbol_symbol_plus.png
Normal file
After Width: | Height: | Size: 170 B |
BIN
doc/images/symbols/symbol_symbol_rect.png
Normal file
After Width: | Height: | Size: 165 B |
BIN
doc/images/symbols/symbol_symbol_rect_cross.png
Normal file
After Width: | Height: | Size: 301 B |
BIN
doc/images/symbols/symbol_symbol_rect_plus.png
Normal file
After Width: | Height: | Size: 217 B |
BIN
doc/images/symbols/symbol_symbol_star.png
Normal file
After Width: | Height: | Size: 445 B |
BIN
doc/images/symbols/symbol_symbol_target.png
Normal file
After Width: | Height: | Size: 448 B |
BIN
doc/images/symbols/symbol_symbol_triangle.png
Normal file
After Width: | Height: | Size: 246 B |
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
with contributions from: Razi Alavizadeh
|
||||
|
||||
|
||||
@ -182,481 +182,481 @@ class LIB_EXPORT JKQTmathText : public QObject {
|
||||
};
|
||||
|
||||
/*! \brief sets the property fontColor to the specified \a __value.
|
||||
\details Description of the parameter fontColor is: <CENTER>\copybrief fontColor.</CENTER>
|
||||
\details Description of the parameter fontColor is: <BLOCKQUOTE>\copybrief fontColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontColor.</CENTER>
|
||||
\details Description of the parameter fontColor is: <BLOCKQUOTE>\copybrief fontColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontSize.</CENTER>
|
||||
\details Description of the parameter fontSize is: <BLOCKQUOTE>\copybrief fontSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontSize.</CENTER>
|
||||
\details Description of the parameter fontSize is: <BLOCKQUOTE>\copybrief fontSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontRoman.</CENTER>
|
||||
\details Description of the parameter fontRoman is: <BLOCKQUOTE>\copybrief fontRoman </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontRoman.</CENTER>
|
||||
\details Description of the parameter fontRoman is: <BLOCKQUOTE>\copybrief fontRoman </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontSans.</CENTER>
|
||||
\details Description of the parameter fontSans is: <BLOCKQUOTE>\copybrief fontSans </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontSans.</CENTER>
|
||||
\details Description of the parameter fontSans is: <BLOCKQUOTE>\copybrief fontSans </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontTypewriter.</CENTER>
|
||||
\details Description of the parameter fontTypewriter is: <BLOCKQUOTE>\copybrief fontTypewriter </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontTypewriter.</CENTER>
|
||||
\details Description of the parameter fontTypewriter is: <BLOCKQUOTE>\copybrief fontTypewriter </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontScript.</CENTER>
|
||||
\details Description of the parameter fontScript is: <BLOCKQUOTE>\copybrief fontScript </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontScript.</CENTER>
|
||||
\details Description of the parameter fontScript is: <BLOCKQUOTE>\copybrief fontScript </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontGreek.</CENTER>
|
||||
\details Description of the parameter fontGreek is: <BLOCKQUOTE>\copybrief fontGreek </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontGreek.</CENTER>
|
||||
\details Description of the parameter fontGreek is: <BLOCKQUOTE>\copybrief fontGreek </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontSymbol.</CENTER>
|
||||
\details Description of the parameter fontSymbol is: <BLOCKQUOTE>\copybrief fontSymbol </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontSymbol.</CENTER>
|
||||
\details Description of the parameter fontSymbol is: <BLOCKQUOTE>\copybrief fontSymbol </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontBraces.</CENTER>
|
||||
\details Description of the parameter fontBraces is: <BLOCKQUOTE>\copybrief fontBraces </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontBraces.</CENTER>
|
||||
\details Description of the parameter fontBraces is: <BLOCKQUOTE>\copybrief fontBraces </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontIntegrals.</CENTER>
|
||||
\details Description of the parameter fontIntegrals is: <BLOCKQUOTE>\copybrief fontIntegrals </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontIntegrals.</CENTER>
|
||||
\details Description of the parameter fontIntegrals is: <BLOCKQUOTE>\copybrief fontIntegrals </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontCaligraphic.</CENTER>
|
||||
\details Description of the parameter fontCaligraphic is: <BLOCKQUOTE>\copybrief fontCaligraphic </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontCaligraphic.</CENTER>
|
||||
\details Description of the parameter fontCaligraphic is: <BLOCKQUOTE>\copybrief fontCaligraphic </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontBlackboard.</CENTER>
|
||||
\details Description of the parameter fontBlackboard is: <BLOCKQUOTE>\copybrief fontBlackboard </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontBlackboard.</CENTER>
|
||||
\details Description of the parameter fontBlackboard is: <BLOCKQUOTE>\copybrief fontBlackboard </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontMathRoman.</CENTER>
|
||||
\details Description of the parameter fontMathRoman is: <BLOCKQUOTE>\copybrief fontMathRoman </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontMathRoman.</CENTER>
|
||||
\details Description of the parameter fontMathRoman is: <BLOCKQUOTE>\copybrief fontMathRoman </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontMathSans.</CENTER>
|
||||
\details Description of the parameter fontMathSans is: <BLOCKQUOTE>\copybrief fontMathSans </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontMathSans.</CENTER>
|
||||
\details Description of the parameter fontMathSans is: <BLOCKQUOTE>\copybrief fontMathSans </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontLatexPrefix.</CENTER>
|
||||
\details Description of the parameter fontLatexPrefix is: <BLOCKQUOTE>\copybrief fontLatexPrefix </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontLatexPrefix.</CENTER>
|
||||
\details Description of the parameter fontLatexPrefix is: <BLOCKQUOTE>\copybrief fontLatexPrefix </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontLatexPostfix.</CENTER>
|
||||
\details Description of the parameter fontLatexPostfix is: <BLOCKQUOTE>\copybrief fontLatexPostfix </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontLatexPostfix.</CENTER>
|
||||
\details Description of the parameter fontLatexPostfix is: <BLOCKQUOTE>\copybrief fontLatexPostfix </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontEncoding.</CENTER>
|
||||
\details Description of the parameter fontEncoding is: <BLOCKQUOTE>\copybrief fontEncoding </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontEncoding.</CENTER>
|
||||
\details Description of the parameter fontEncoding is: <BLOCKQUOTE>\copybrief fontEncoding </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief useSTIXfonts.</CENTER>.
|
||||
\details Description of the parameter useSTIXfonts is: <BLOCKQUOTE>\copybrief useSTIXfonts </BLOCKQUOTE>.
|
||||
\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: <CENTER>\copybrief useXITSfonts.</CENTER>.
|
||||
\details Description of the parameter useXITSfonts is: <BLOCKQUOTE>\copybrief useXITSfonts </BLOCKQUOTE>.
|
||||
\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: <CENTER>\copybrief brace_factor.</CENTER>
|
||||
\details Description of the parameter brace_factor is: <BLOCKQUOTE>\copybrief brace_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief brace_factor.</CENTER>
|
||||
\details Description of the parameter brace_factor is: <BLOCKQUOTE>\copybrief brace_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief subsuper_size_factor.</CENTER>
|
||||
\details Description of the parameter subsuper_size_factor is: <BLOCKQUOTE>\copybrief subsuper_size_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief subsuper_size_factor.</CENTER>
|
||||
\details Description of the parameter subsuper_size_factor is: <BLOCKQUOTE>\copybrief subsuper_size_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief italic_correction_factor.</CENTER>
|
||||
\details Description of the parameter italic_correction_factor is: <BLOCKQUOTE>\copybrief italic_correction_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief italic_correction_factor.</CENTER>
|
||||
\details Description of the parameter italic_correction_factor is: <BLOCKQUOTE>\copybrief italic_correction_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief operatorsubsuper_size_factor.</CENTER>
|
||||
\details Description of the parameter operatorsubsuper_size_factor is: <BLOCKQUOTE>\copybrief operatorsubsuper_size_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief operatorsubsuper_size_factor.</CENTER>
|
||||
\details Description of the parameter operatorsubsuper_size_factor is: <BLOCKQUOTE>\copybrief operatorsubsuper_size_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief mathoperator_width_factor.</CENTER>
|
||||
\details Description of the parameter mathoperator_width_factor is: <BLOCKQUOTE>\copybrief mathoperator_width_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief mathoperator_width_factor.</CENTER>
|
||||
\details Description of the parameter mathoperator_width_factor is: <BLOCKQUOTE>\copybrief mathoperator_width_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief super_shift_factor.</CENTER>
|
||||
\details Description of the parameter super_shift_factor is: <BLOCKQUOTE>\copybrief super_shift_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief super_shift_factor.</CENTER>
|
||||
\details Description of the parameter super_shift_factor is: <BLOCKQUOTE>\copybrief super_shift_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief sub_shift_factor.</CENTER>
|
||||
\details Description of the parameter sub_shift_factor is: <BLOCKQUOTE>\copybrief sub_shift_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief sub_shift_factor.</CENTER>
|
||||
\details Description of the parameter sub_shift_factor is: <BLOCKQUOTE>\copybrief sub_shift_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief brace_shrink_factor.</CENTER>
|
||||
\details Description of the parameter brace_shrink_factor is: <BLOCKQUOTE>\copybrief brace_shrink_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief brace_shrink_factor.</CENTER>
|
||||
\details Description of the parameter brace_shrink_factor is: <BLOCKQUOTE>\copybrief brace_shrink_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief underbrace_factor.</CENTER>
|
||||
\details Description of the parameter underbrace_factor is: <BLOCKQUOTE>\copybrief underbrace_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief underbrace_factor.</CENTER>
|
||||
\details Description of the parameter underbrace_factor is: <BLOCKQUOTE>\copybrief underbrace_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief underset_factor.</CENTER>
|
||||
\details Description of the parameter underset_factor is: <BLOCKQUOTE>\copybrief underset_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief underset_factor.</CENTER>
|
||||
\details Description of the parameter underset_factor is: <BLOCKQUOTE>\copybrief underset_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief frac_factor.</CENTER>
|
||||
\details Description of the parameter frac_factor is: <BLOCKQUOTE>\copybrief frac_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief frac_factor.</CENTER>
|
||||
\details Description of the parameter frac_factor is: <BLOCKQUOTE>\copybrief frac_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief frac_shift_factor.</CENTER>
|
||||
\details Description of the parameter frac_shift_factor is: <BLOCKQUOTE>\copybrief frac_shift_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief frac_shift_factor.</CENTER>
|
||||
\details Description of the parameter frac_shift_factor is: <BLOCKQUOTE>\copybrief frac_shift_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief brace_y_shift_factor.</CENTER>
|
||||
\details Description of the parameter brace_y_shift_factor is: <BLOCKQUOTE>\copybrief brace_y_shift_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief brace_y_shift_factor.</CENTER>
|
||||
\details Description of the parameter brace_y_shift_factor is: <BLOCKQUOTE>\copybrief brace_y_shift_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief decoration_height_factor.</CENTER>
|
||||
\details Description of the parameter decoration_height_factor is: <BLOCKQUOTE>\copybrief decoration_height_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief decoration_height_factor.</CENTER>
|
||||
\details Description of the parameter decoration_height_factor is: <BLOCKQUOTE>\copybrief decoration_height_factor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief expensiveRendering.</CENTER>
|
||||
\details Description of the parameter expensiveRendering is: <BLOCKQUOTE>\copybrief expensiveRendering </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief expensiveRendering.</CENTER>
|
||||
\details Description of the parameter expensiveRendering is: <BLOCKQUOTE>\copybrief expensiveRendering </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief useUnparsed.</CENTER>
|
||||
\details Description of the parameter useUnparsed is: <BLOCKQUOTE>\copybrief useUnparsed </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief useUnparsed.</CENTER>
|
||||
\details Description of the parameter useUnparsed is: <BLOCKQUOTE>\copybrief useUnparsed </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief error_list.</CENTER>.
|
||||
\details Description of the parameter error_list is: <BLOCKQUOTE>\copybrief error_list </BLOCKQUOTE>.
|
||||
\see error_list for more information */
|
||||
inline QStringList get_error_list() const {
|
||||
return this->error_list;
|
||||
@ -704,7 +704,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: <CENTER>\copybrief drawBoxes.</CENTER>.
|
||||
\details Description of the parameter drawBoxes is: <BLOCKQUOTE>\copybrief drawBoxes </BLOCKQUOTE>.
|
||||
\see drawBoxes for more information */
|
||||
inline bool get_drawBoxes() const {
|
||||
return this->drawBoxes;
|
||||
@ -726,7 +726,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: <CENTER>\copybrief text.</CENTER>.
|
||||
\details Description of the parameter text is: <BLOCKQUOTE>\copybrief text </BLOCKQUOTE>.
|
||||
\see text for more information */
|
||||
inline QString get_text() const {
|
||||
return this->text;
|
||||
@ -765,7 +765,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: <CENTER>\copybrief symbolName.</CENTER>.
|
||||
\details Description of the parameter symbolName is: <BLOCKQUOTE>\copybrief symbolName </BLOCKQUOTE>.
|
||||
\see symbolName for more information */
|
||||
inline QString get_symbolName() const {
|
||||
return this->symbolName;
|
||||
@ -808,7 +808,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: <CENTER>\copybrief nodes.</CENTER>.
|
||||
\details Description of the parameter nodes is: <BLOCKQUOTE>\copybrief nodes </BLOCKQUOTE>.
|
||||
\see nodes for more information */
|
||||
inline QList<MTnode*> get_nodes() const {
|
||||
return this->nodes;
|
||||
@ -830,19 +830,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: <CENTER>\copybrief child.</CENTER>.
|
||||
\details Description of the parameter child is: <BLOCKQUOTE>\copybrief child </BLOCKQUOTE>.
|
||||
\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: <CENTER>\copybrief name.</CENTER>.
|
||||
\details Description of the parameter name is: <BLOCKQUOTE>\copybrief name </BLOCKQUOTE>.
|
||||
\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: <CENTER>\copybrief parameters.</CENTER>.
|
||||
\details Description of the parameter parameters is: <BLOCKQUOTE>\copybrief parameters </BLOCKQUOTE>.
|
||||
\see parameters for more information */
|
||||
inline QStringList get_parameters() const {
|
||||
return this->parameters;
|
||||
@ -868,7 +868,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: <CENTER>\copybrief child.</CENTER>.
|
||||
\details Description of the parameter child is: <BLOCKQUOTE>\copybrief child </BLOCKQUOTE>.
|
||||
\see child for more information */
|
||||
inline MTnode* get_child() const {
|
||||
return this->child;
|
||||
@ -889,7 +889,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: <CENTER>\copybrief child.</CENTER>.
|
||||
\details Description of the parameter child is: <BLOCKQUOTE>\copybrief child </BLOCKQUOTE>.
|
||||
\see child for more information */
|
||||
inline MTnode* get_child() const {
|
||||
return this->child;
|
||||
@ -912,25 +912,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: <CENTER>\copybrief child.</CENTER>.
|
||||
\details Description of the parameter child is: <BLOCKQUOTE>\copybrief child </BLOCKQUOTE>.
|
||||
\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: <CENTER>\copybrief openbrace.</CENTER>.
|
||||
\details Description of the parameter openbrace is: <BLOCKQUOTE>\copybrief openbrace </BLOCKQUOTE>.
|
||||
\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: <CENTER>\copybrief closebrace.</CENTER>.
|
||||
\details Description of the parameter closebrace is: <BLOCKQUOTE>\copybrief closebrace </BLOCKQUOTE>.
|
||||
\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: <CENTER>\copybrief showRightBrace.</CENTER>.
|
||||
\details Description of the parameter showRightBrace is: <BLOCKQUOTE>\copybrief showRightBrace </BLOCKQUOTE>.
|
||||
\see showRightBrace for more information */
|
||||
inline bool get_showRightBrace() const {
|
||||
return this->showRightBrace;
|
||||
@ -956,13 +956,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: <CENTER>\copybrief child.</CENTER>.
|
||||
\details Description of the parameter child is: <BLOCKQUOTE>\copybrief child </BLOCKQUOTE>.
|
||||
\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: <CENTER>\copybrief degree.</CENTER>.
|
||||
\details Description of the parameter degree is: <BLOCKQUOTE>\copybrief degree </BLOCKQUOTE>.
|
||||
\see degree for more information */
|
||||
inline int get_degree() const {
|
||||
return this->degree;
|
||||
@ -996,19 +996,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: <CENTER>\copybrief child1.</CENTER>.
|
||||
\details Description of the parameter child1 is: <BLOCKQUOTE>\copybrief child1 </BLOCKQUOTE>.
|
||||
\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: <CENTER>\copybrief child2.</CENTER>.
|
||||
\details Description of the parameter child2 is: <BLOCKQUOTE>\copybrief child2 </BLOCKQUOTE>.
|
||||
\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: <CENTER>\copybrief mode.</CENTER>.
|
||||
\details Description of the parameter mode is: <BLOCKQUOTE>\copybrief mode </BLOCKQUOTE>.
|
||||
\see mode for more information */
|
||||
inline MTfracMode get_mode() const {
|
||||
return this->mode;
|
||||
@ -1029,19 +1029,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: <CENTER>\copybrief children.</CENTER>.
|
||||
\details Description of the parameter children is: <BLOCKQUOTE>\copybrief children </BLOCKQUOTE>.
|
||||
\see children for more information */
|
||||
inline QVector<QVector<MTnode*> > get_children() const {
|
||||
return this->children;
|
||||
}
|
||||
/*! \brief returns the property columns.
|
||||
\details Description of the parameter columns is: <CENTER>\copybrief columns.</CENTER>.
|
||||
\details Description of the parameter columns is: <BLOCKQUOTE>\copybrief columns </BLOCKQUOTE>.
|
||||
\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: <CENTER>\copybrief lines.</CENTER>.
|
||||
\details Description of the parameter lines is: <BLOCKQUOTE>\copybrief lines </BLOCKQUOTE>.
|
||||
\see lines for more information */
|
||||
inline int get_lines() const {
|
||||
return this->lines;
|
||||
@ -1080,13 +1080,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: <CENTER>\copybrief child.</CENTER>.
|
||||
\details Description of the parameter child is: <BLOCKQUOTE>\copybrief child </BLOCKQUOTE>.
|
||||
\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: <CENTER>\copybrief decoration.</CENTER>.
|
||||
\details Description of the parameter decoration is: <BLOCKQUOTE>\copybrief decoration </BLOCKQUOTE>.
|
||||
\see decoration for more information */
|
||||
inline MTdecoration get_decoration() const {
|
||||
return this->decoration;
|
||||
@ -1328,7 +1328,7 @@ class LIB_EXPORT JKQTmathText : public QObject {
|
||||
|
||||
public:
|
||||
/*! \brief returns the property parsedNode.
|
||||
\details Description of the parameter parsedNode is: <CENTER>\copybrief parsedNode.</CENTER>.
|
||||
\details Description of the parameter parsedNode is: <BLOCKQUOTE>\copybrief parsedNode </BLOCKQUOTE>.
|
||||
\see parsedNode for more information */
|
||||
inline MTnode* get_parsedNode() const {
|
||||
return this->parsedNode;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
* These classes are used by JKQtPlotterBase to output the plot
|
||||
*/
|
||||
|
||||
/** \file jkqtpgraphs.h
|
||||
/** \file jkqtpbaseelements.h
|
||||
* \ingroup jkqtpbaseplotter_elements
|
||||
*/
|
||||
|
||||
@ -66,7 +66,7 @@ class JKQtBasePlotter;
|
||||
Which parts to actually draw is set by the diverse properties.
|
||||
|
||||
|
||||
\section jkqtplotter_base_systems Coordinate Systems and Transformations
|
||||
\section jkqtplotter_base_systems_baseelements Coordinate Systems and Transformations
|
||||
The plot itself is positioned inside the widget. You simply supply the widget dimensions and the border
|
||||
widths between the plot and the widget. The Object then calculates the size of the plot:
|
||||
|
||||
@ -227,122 +227,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: <CENTER>\copybrief tickSpacing.</CENTER>. \see tickSpacing for more information */
|
||||
/*! \brief returns the property tickSpacing. \details Description of the parameter tickSpacing is: <BLOCKQUOTE>\copybrief tickSpacing </BLOCKQUOTE>. \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: <CENTER>\copybrief labelDigits.</CENTER>. \see labelDigits for more information */
|
||||
/*! \brief returns the property labelDigits. \details Description of the parameter labelDigits is: <BLOCKQUOTE>\copybrief labelDigits </BLOCKQUOTE>. \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: <CENTER>\copybrief autoAxisSpacing.</CENTER>. \see autoAxisSpacing for more information */
|
||||
/*! \brief returns the property autoAxisSpacing. \details Description of the parameter autoAxisSpacing is: <BLOCKQUOTE>\copybrief autoAxisSpacing </BLOCKQUOTE>. \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: <CENTER>\copybrief minorTickLabelsEnabled.</CENTER>. \see minorTickLabelsEnabled for more information */
|
||||
/*! \brief returns the property minorTickLabelsEnabled. \details Description of the parameter minorTickLabelsEnabled is: <BLOCKQUOTE>\copybrief minorTickLabelsEnabled </BLOCKQUOTE>. \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: <CENTER>\copybrief logAxis.</CENTER>. \see logAxis for more information */
|
||||
/*! \brief returns the property logAxis. \details Description of the parameter logAxis is: <BLOCKQUOTE>\copybrief logAxis </BLOCKQUOTE>. \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: <CENTER>\copybrief inverted.</CENTER>. \see inverted for more information */
|
||||
/*! \brief returns the property inverted. \details Description of the parameter inverted is: <BLOCKQUOTE>\copybrief inverted </BLOCKQUOTE>. \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: <CENTER>\copybrief logAxisBase.</CENTER>. \see logAxisBase for more information */
|
||||
/*! \brief returns the property logAxisBase. \details Description of the parameter logAxisBase is: <BLOCKQUOTE>\copybrief logAxisBase </BLOCKQUOTE>. \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: <CENTER>\copybrief userTickSpacing.</CENTER>. \see userTickSpacing for more information */
|
||||
/*! \brief returns the property userTickSpacing. \details Description of the parameter userTickSpacing is: <BLOCKQUOTE>\copybrief userTickSpacing </BLOCKQUOTE>. \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: <CENTER>\copybrief userLogTickSpacing.</CENTER>. \see userLogTickSpacing for more information */
|
||||
/*! \brief returns the property userLogTickSpacing. \details Description of the parameter userLogTickSpacing is: <BLOCKQUOTE>\copybrief userLogTickSpacing </BLOCKQUOTE>. \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: <CENTER>\copybrief labelType.</CENTER>. \see labelType for more information */
|
||||
/*! \brief returns the property labelType. \details Description of the parameter labelType is: <BLOCKQUOTE>\copybrief labelType </BLOCKQUOTE>. \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: <CENTER>\copybrief axisLabel.</CENTER>. \see axisLabel for more information */
|
||||
/*! \brief returns the property axisLabel. \details Description of the parameter axisLabel is: <BLOCKQUOTE>\copybrief axisLabel </BLOCKQUOTE>. \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: <CENTER>\copybrief labelPosition.</CENTER>. \see labelPosition for more information */
|
||||
/*! \brief returns the property labelPosition. \details Description of the parameter labelPosition is: <BLOCKQUOTE>\copybrief labelPosition </BLOCKQUOTE>. \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: <CENTER>\copybrief labelFont.</CENTER>. \see labelFont for more information */
|
||||
/*! \brief returns the property labelFont. \details Description of the parameter labelFont is: <BLOCKQUOTE>\copybrief labelFont </BLOCKQUOTE>. \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: <CENTER>\copybrief labelFontSize.</CENTER>. \see labelFontSize for more information */
|
||||
/*! \brief returns the property labelFontSize. \details Description of the parameter labelFontSize is: <BLOCKQUOTE>\copybrief labelFontSize </BLOCKQUOTE>. \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: <CENTER>\copybrief tickLabelFont.</CENTER>. \see tickLabelFont for more information */
|
||||
/*! \brief returns the property tickLabelFont. \details Description of the parameter tickLabelFont is: <BLOCKQUOTE>\copybrief tickLabelFont </BLOCKQUOTE>. \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: <CENTER>\copybrief tickLabelFontSize.</CENTER>. \see tickLabelFontSize for more information */
|
||||
/*! \brief returns the property tickLabelFontSize. \details Description of the parameter tickLabelFontSize is: <BLOCKQUOTE>\copybrief tickLabelFontSize </BLOCKQUOTE>. \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: <CENTER>\copybrief minorTickLabelFontSize.</CENTER>. \see minorTickLabelFontSize for more information */
|
||||
/*! \brief returns the property minorTickLabelFontSize. \details Description of the parameter minorTickLabelFontSize is: <BLOCKQUOTE>\copybrief minorTickLabelFontSize </BLOCKQUOTE>. \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: <CENTER>\copybrief minorTickLabelFullNumber.</CENTER>. \see minorTickLabelFullNumber for more information */
|
||||
/*! \brief returns the property minorTickLabelFullNumber. \details Description of the parameter minorTickLabelFullNumber is: <BLOCKQUOTE>\copybrief minorTickLabelFullNumber </BLOCKQUOTE>. \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: <CENTER>\copybrief tickLabelAngle.</CENTER>. \see tickLabelAngle for more information */
|
||||
/*! \brief returns the property tickLabelAngle. \details Description of the parameter tickLabelAngle is: <BLOCKQUOTE>\copybrief tickLabelAngle </BLOCKQUOTE>. \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: <CENTER>\copybrief minTicks.</CENTER>. \see minTicks for more information */
|
||||
/*! \brief returns the property minTicks. \details Description of the parameter minTicks is: <BLOCKQUOTE>\copybrief minTicks </BLOCKQUOTE>. \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: <CENTER>\copybrief minorTicks.</CENTER>. \see minorTicks for more information */
|
||||
/*! \brief returns the property minorTicks. \details Description of the parameter minorTicks is: <BLOCKQUOTE>\copybrief minorTicks </BLOCKQUOTE>. \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: <CENTER>\copybrief tickOutsideLength.</CENTER>. \see tickOutsideLength for more information */
|
||||
/*! \brief returns the property tickOutsideLength. \details Description of the parameter tickOutsideLength is: <BLOCKQUOTE>\copybrief tickOutsideLength </BLOCKQUOTE>. \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: <CENTER>\copybrief minorTickOutsideLength.</CENTER>. \see minorTickOutsideLength for more information */
|
||||
/*! \brief returns the property minorTickOutsideLength. \details Description of the parameter minorTickOutsideLength is: <BLOCKQUOTE>\copybrief minorTickOutsideLength </BLOCKQUOTE>. \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: <CENTER>\copybrief axisColor.</CENTER>. \see axisColor for more information */
|
||||
/*! \brief returns the property axisColor. \details Description of the parameter axisColor is: <BLOCKQUOTE>\copybrief axisColor </BLOCKQUOTE>. \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: <CENTER>\copybrief showZeroAxis.</CENTER>. \see showZeroAxis for more information */
|
||||
/*! \brief returns the property showZeroAxis. \details Description of the parameter showZeroAxis is: <BLOCKQUOTE>\copybrief showZeroAxis </BLOCKQUOTE>. \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: <CENTER>\copybrief gridColor.</CENTER>. \see gridColor for more information */
|
||||
/*! \brief returns the property gridColor. \details Description of the parameter gridColor is: <BLOCKQUOTE>\copybrief gridColor </BLOCKQUOTE>. \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: <CENTER>\copybrief minorGridColor.</CENTER>. \see minorGridColor for more information */
|
||||
/*! \brief returns the property minorGridColor. \details Description of the parameter minorGridColor is: <BLOCKQUOTE>\copybrief minorGridColor </BLOCKQUOTE>. \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: <CENTER>\copybrief gridWidth.</CENTER>. \see gridWidth for more information */
|
||||
/*! \brief returns the property gridWidth. \details Description of the parameter gridWidth is: <BLOCKQUOTE>\copybrief gridWidth </BLOCKQUOTE>. \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: <CENTER>\copybrief gridStyle.</CENTER>. \see gridStyle for more information */
|
||||
/*! \brief returns the property gridStyle. \details Description of the parameter gridStyle is: <BLOCKQUOTE>\copybrief gridStyle </BLOCKQUOTE>. \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: <CENTER>\copybrief minorGridWidth.</CENTER>. \see minorGridWidth for more information */
|
||||
/*! \brief returns the property minorGridWidth. \details Description of the parameter minorGridWidth is: <BLOCKQUOTE>\copybrief minorGridWidth </BLOCKQUOTE>. \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: <CENTER>\copybrief minorGridStyle.</CENTER>. \see minorGridStyle for more information */
|
||||
/*! \brief returns the property minorGridStyle. \details Description of the parameter minorGridStyle is: <BLOCKQUOTE>\copybrief minorGridStyle </BLOCKQUOTE>. \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: <CENTER>\copybrief tickTimeFormat.</CENTER>. \see tickTimeFormat for more information */
|
||||
/*! \brief returns the property tickTimeFormat. \details Description of the parameter tickTimeFormat is: <BLOCKQUOTE>\copybrief tickTimeFormat </BLOCKQUOTE>. \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: <CENTER>\copybrief tickDateFormat.</CENTER>. \see tickDateFormat for more information */
|
||||
/*! \brief returns the property tickDateFormat. \details Description of the parameter tickDateFormat is: <BLOCKQUOTE>\copybrief tickDateFormat </BLOCKQUOTE>. \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: <CENTER>\copybrief tickDateTimeFormat.</CENTER>. \see tickDateTimeFormat for more information */
|
||||
/*! \brief returns the property tickDateTimeFormat. \details Description of the parameter tickDateTimeFormat is: <BLOCKQUOTE>\copybrief tickDateTimeFormat </BLOCKQUOTE>. \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: <CENTER>\copybrief tickMode.</CENTER>. \see tickMode for more information */
|
||||
/*! \brief returns the property tickMode. \details Description of the parameter tickMode is: <BLOCKQUOTE>\copybrief tickMode </BLOCKQUOTE>. \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: <CENTER>\copybrief drawMode1.</CENTER>. \see drawMode1 for more information */
|
||||
/*! \brief returns the property drawMode1. \details Description of the parameter drawMode1 is: <BLOCKQUOTE>\copybrief drawMode1 </BLOCKQUOTE>. \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: <CENTER>\copybrief drawMode2.</CENTER>. \see drawMode2 for more information */
|
||||
/*! \brief returns the property drawMode2. \details Description of the parameter drawMode2 is: <BLOCKQUOTE>\copybrief drawMode2 </BLOCKQUOTE>. \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: <CENTER>\copybrief minorTickWidth.</CENTER>. \see minorTickWidth for more information */
|
||||
/*! \brief returns the property minorTickWidth. \details Description of the parameter minorTickWidth is: <BLOCKQUOTE>\copybrief minorTickWidth </BLOCKQUOTE>. \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: <CENTER>\copybrief tickWidth.</CENTER>. \see tickWidth for more information */
|
||||
/*! \brief returns the property tickWidth. \details Description of the parameter tickWidth is: <BLOCKQUOTE>\copybrief tickWidth </BLOCKQUOTE>. \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: <CENTER>\copybrief lineWidth.</CENTER>. \see lineWidth for more information */
|
||||
/*! \brief returns the property lineWidth. \details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>. \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: <CENTER>\copybrief lineWidthZeroAxis.</CENTER>. \see lineWidthZeroAxis for more information */
|
||||
/*! \brief returns the property lineWidthZeroAxis. \details Description of the parameter lineWidthZeroAxis is: <BLOCKQUOTE>\copybrief lineWidthZeroAxis </BLOCKQUOTE>. \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: <CENTER>\copybrief tickLabelDistance.</CENTER>. \see tickLabelDistance for more information */
|
||||
/*! \brief returns the property tickLabelDistance. \details Description of the parameter tickLabelDistance is: <BLOCKQUOTE>\copybrief tickLabelDistance </BLOCKQUOTE>. \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: <CENTER>\copybrief labelDistance.</CENTER>. \see labelDistance for more information */
|
||||
/*! \brief returns the property labelDistance. \details Description of the parameter labelDistance is: <BLOCKQUOTE>\copybrief labelDistance </BLOCKQUOTE>. \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: <CENTER>\copybrief drawGrid.</CENTER>. \see drawGrid for more information */
|
||||
/*! \brief returns the property drawGrid. \details Description of the parameter drawGrid is: <BLOCKQUOTE>\copybrief drawGrid </BLOCKQUOTE>. \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: <CENTER>\copybrief drawMinorGrid.</CENTER>. \see drawMinorGrid for more information */
|
||||
/*! \brief returns the property drawMinorGrid. \details Description of the parameter drawMinorGrid is: <BLOCKQUOTE>\copybrief drawMinorGrid </BLOCKQUOTE>. \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: <CENTER>\copybrief autoLabelDigits.</CENTER>
|
||||
\details Description of the parameter autoLabelDigits is: <BLOCKQUOTE>\copybrief autoLabelDigits </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief autoLabelDigits.</CENTER>
|
||||
\details Description of the parameter autoLabelDigits is: <BLOCKQUOTE>\copybrief autoLabelDigits </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief parent.</CENTER>. \see parent for more information */
|
||||
/*! \brief returns the property parent. \details Description of the parameter parent is: <BLOCKQUOTE>\copybrief parent </BLOCKQUOTE>. \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: <CENTER>\copybrief doUpdateScaling.</CENTER>
|
||||
\details Description of the parameter doUpdateScaling is: <BLOCKQUOTE>\copybrief doUpdateScaling </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief doUpdateScaling.</CENTER>
|
||||
\details Description of the parameter doUpdateScaling is: <BLOCKQUOTE>\copybrief doUpdateScaling </BLOCKQUOTE>
|
||||
\see doUpdateScaling for more information */
|
||||
inline virtual bool get_doUpdateScaling() const
|
||||
{
|
||||
@ -380,219 +380,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: <CENTER>\copybrief tickSpacing.</CENTER>
|
||||
* \details Description of the parameter tickSpacing is: <BLOCKQUOTE>\copybrief tickSpacing </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief axisMinWidth.</CENTER>
|
||||
* \details Description of the parameter tickSpacing is: <BLOCKQUOTE>\copybrief axisMinWidth </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief autoAxisSpacing.</CENTER>
|
||||
* \details Description of the parameter autoAxisSpacing is: <BLOCKQUOTE>\copybrief autoAxisSpacing </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief minorTickLabelsEnabled.</CENTER>
|
||||
* \details Description of the parameter minorTickLabelsEnabled is: <BLOCKQUOTE>\copybrief minorTickLabelsEnabled </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief logAxis.</CENTER>
|
||||
* \details Description of the parameter logAxis is: <BLOCKQUOTE>\copybrief logAxis </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief logAxisBase.</CENTER>
|
||||
* \details Description of the parameter logAxisBase is: <BLOCKQUOTE>\copybrief logAxisBase </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief userTickSpacing.</CENTER>
|
||||
* \details Description of the parameter userTickSpacing is: <BLOCKQUOTE>\copybrief userTickSpacing </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief userLogTickSpacing.</CENTER>
|
||||
* \details Description of the parameter userLogTickSpacing is: <BLOCKQUOTE>\copybrief userLogTickSpacing </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief labelType.</CENTER>
|
||||
* \details Description of the parameter labelType is: <BLOCKQUOTE>\copybrief labelType </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief tickMode.</CENTER>
|
||||
* \details Description of the parameter tickMode is: <BLOCKQUOTE>\copybrief tickMode </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief tickMode.</CENTER>
|
||||
* \details Description of the parameter tickMode is: <BLOCKQUOTE>\copybrief tickMode </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief axisLabel.</CENTER>
|
||||
* \details Description of the parameter axisLabel is: <BLOCKQUOTE>\copybrief axisLabel </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief labelPosition.</CENTER> */
|
||||
* \details Description of the parameter labelPosition is: <BLOCKQUOTE>\copybrief labelPosition </BLOCKQUOTE> */
|
||||
virtual void set_labelPosition (JKQTPlabelPosition __value);
|
||||
|
||||
/** \brief sets the property labelFont to the specified \a __value.
|
||||
* \details Description of the parameter labelFont is: <CENTER>\copybrief labelFont.</CENTER> */
|
||||
* \details Description of the parameter labelFont is: <BLOCKQUOTE>\copybrief labelFont </BLOCKQUOTE> */
|
||||
virtual void set_labelFont (QString __value);
|
||||
|
||||
/** \brief sets the property labelFontSize to the specified \a __value.
|
||||
* \details Description of the parameter labelFontSize is: <CENTER>\copybrief labelFontSize.</CENTER> */
|
||||
* \details Description of the parameter labelFontSize is: <BLOCKQUOTE>\copybrief labelFontSize </BLOCKQUOTE> */
|
||||
virtual void set_labelFontSize (double __value);
|
||||
|
||||
/** \brief sets the property tickLabelFont to the specified \a __value.
|
||||
* \details Description of the parameter tickLabelFont is: <CENTER>\copybrief tickLabelFont.</CENTER> */
|
||||
* \details Description of the parameter tickLabelFont is: <BLOCKQUOTE>\copybrief tickLabelFont </BLOCKQUOTE> */
|
||||
virtual void set_tickLabelFont (QString __value);
|
||||
|
||||
|
||||
/** \brief sets the property tickTimeFormat to the specified \a __value.
|
||||
* \details Description of the parameter tickTimeFormat is: <CENTER>\copybrief tickTimeFormat.</CENTER> */
|
||||
* \details Description of the parameter tickTimeFormat is: <BLOCKQUOTE>\copybrief tickTimeFormat </BLOCKQUOTE> */
|
||||
virtual void set_tickTimeFormat (QString __value);
|
||||
|
||||
|
||||
/** \brief sets the property tickDateFormat to the specified \a __value.
|
||||
* \details Description of the parameter tickDateFormat is: <CENTER>\copybrief tickDateFormat.</CENTER> */
|
||||
* \details Description of the parameter tickDateFormat is: <BLOCKQUOTE>\copybrief tickDateFormat </BLOCKQUOTE> */
|
||||
virtual void set_tickDateFormat (QString __value);
|
||||
|
||||
|
||||
/** \brief sets the property tickDateTimeFormat to the specified \a __value.
|
||||
* \details Description of the parameter tickDateTimeFormat is: <CENTER>\copybrief tickDateTimeFormat.</CENTER> */
|
||||
* \details Description of the parameter tickDateTimeFormat is: <BLOCKQUOTE>\copybrief tickDateTimeFormat </BLOCKQUOTE> */
|
||||
virtual void set_tickDateTimeFormat (QString __value);
|
||||
|
||||
|
||||
/** \brief sets the property tickLabelFontSize to the specified \a __value.
|
||||
* \details Description of the parameter tickLabelFontSize is: <CENTER>\copybrief tickLabelFontSize.</CENTER> */
|
||||
* \details Description of the parameter tickLabelFontSize is: <BLOCKQUOTE>\copybrief tickLabelFontSize </BLOCKQUOTE> */
|
||||
virtual void set_tickLabelFontSize (double __value);
|
||||
|
||||
/** \brief sets the property minorTickLabelFontSize to the specified \a __value.
|
||||
* \details Description of the parameter minorTickLabelFontSize is: <CENTER>\copybrief minorTickLabelFontSize.</CENTER> */
|
||||
* \details Description of the parameter minorTickLabelFontSize is: <BLOCKQUOTE>\copybrief minorTickLabelFontSize </BLOCKQUOTE> */
|
||||
virtual void set_minorTickLabelFontSize (double __value);
|
||||
|
||||
/** \brief sets the property minorTickLabelFullNumber to the specified \a __value.
|
||||
* \details Description of the parameter minorTickLabelFullNumber is: <CENTER>\copybrief minorTickLabelFullNumber.</CENTER> */
|
||||
* \details Description of the parameter minorTickLabelFullNumber is: <BLOCKQUOTE>\copybrief minorTickLabelFullNumber </BLOCKQUOTE> */
|
||||
virtual void set_minorTickLabelFullNumber (bool __value);
|
||||
|
||||
/** \brief sets the property minTicks to the specified \a __value.
|
||||
* \details Description of the parameter minTicks is: <CENTER>\copybrief minTicks.</CENTER> */
|
||||
* \details Description of the parameter minTicks is: <BLOCKQUOTE>\copybrief minTicks </BLOCKQUOTE> */
|
||||
virtual void set_minTicks(unsigned int __value);
|
||||
|
||||
/** \brief sets the property minorTicks to the specified \a __value.
|
||||
* \details Description of the parameter minorTicks is: <CENTER>\copybrief minorTicks.</CENTER> */
|
||||
* \details Description of the parameter minorTicks is: <BLOCKQUOTE>\copybrief minorTicks </BLOCKQUOTE> */
|
||||
virtual void set_minorTicks (unsigned int __value);
|
||||
|
||||
/** \brief sets the property minorTicks to the specified \a __value.
|
||||
* \details Description of the parameter minorTicks is: <CENTER>\copybrief minorTicks.</CENTER> */
|
||||
* \details Description of the parameter minorTicks is: <BLOCKQUOTE>\copybrief minorTicks </BLOCKQUOTE> */
|
||||
virtual void set_minorTicks (int __value);
|
||||
|
||||
/** \brief sets the property tickOutsideLength to the specified \a __value.
|
||||
* \details Description of the parameter tickOutsideLength is: <CENTER>\copybrief tickOutsideLength.</CENTER> */
|
||||
* \details Description of the parameter tickOutsideLength is: <BLOCKQUOTE>\copybrief tickOutsideLength </BLOCKQUOTE> */
|
||||
virtual void set_tickOutsideLength(double __value);
|
||||
|
||||
/** \brief sets the property minorTickOutsideLength to the specified \a __value.
|
||||
* \details Description of the parameter minorTickOutsideLength is: <CENTER>\copybrief minorTickOutsideLength.</CENTER> */
|
||||
* \details Description of the parameter minorTickOutsideLength is: <BLOCKQUOTE>\copybrief minorTickOutsideLength </BLOCKQUOTE> */
|
||||
virtual void set_minorTickOutsideLength (double __value);
|
||||
|
||||
/** \brief sets the property tickInsideLength to the specified \a __value.
|
||||
* \details Description of the parameter tickInsideLength is: <CENTER>\copybrief tickInsideLength.</CENTER> */
|
||||
* \details Description of the parameter tickInsideLength is: <BLOCKQUOTE>\copybrief tickInsideLength </BLOCKQUOTE> */
|
||||
virtual void set_tickInsideLength(double __value);
|
||||
|
||||
/** \brief sets the property minorTickInsideLength to the specified \a __value.
|
||||
* \details Description of the parameter minorTickInsideLength is: <CENTER>\copybrief minorTickInsideLength.</CENTER> */
|
||||
* \details Description of the parameter minorTickInsideLength is: <BLOCKQUOTE>\copybrief minorTickInsideLength </BLOCKQUOTE> */
|
||||
virtual void set_minorTickInsideLength (double __value);
|
||||
|
||||
/** \brief sets the property axisColor to the specified \a __value.
|
||||
* \details Description of the parameter axisColor is: <CENTER>\copybrief axisColor.</CENTER> */
|
||||
* \details Description of the parameter axisColor is: <BLOCKQUOTE>\copybrief axisColor </BLOCKQUOTE> */
|
||||
virtual void set_axisColor (QColor __value);
|
||||
|
||||
/** \brief sets the property showZeroAxis to the specified \a __value.
|
||||
* \details Description of the parameter showZeroAxis is: <CENTER>\copybrief showZeroAxis.</CENTER> */
|
||||
* \details Description of the parameter showZeroAxis is: <BLOCKQUOTE>\copybrief showZeroAxis </BLOCKQUOTE> */
|
||||
virtual void set_showZeroAxis(bool __value);
|
||||
|
||||
/** \brief sets the property inverted to the specified \a __value.
|
||||
* \details Description of the parameter inverted is: <CENTER>\copybrief inverted.</CENTER> */
|
||||
* \details Description of the parameter inverted is: <BLOCKQUOTE>\copybrief inverted </BLOCKQUOTE> */
|
||||
virtual void set_inverted(bool __value);
|
||||
|
||||
/** \brief sets the property gridColor to the specified \a __value.
|
||||
* \details Description of the parameter gridColor is: <CENTER>\copybrief gridColor.</CENTER> */
|
||||
* \details Description of the parameter gridColor is: <BLOCKQUOTE>\copybrief gridColor </BLOCKQUOTE> */
|
||||
virtual void set_gridColor(QColor __value);
|
||||
|
||||
/** \brief sets the property minorGridColor to the specified \a __value.
|
||||
* \details Description of the parameter minorGridColor is: <CENTER>\copybrief minorGridColor.</CENTER> */
|
||||
* \details Description of the parameter minorGridColor is: <BLOCKQUOTE>\copybrief minorGridColor </BLOCKQUOTE> */
|
||||
virtual void set_minorGridColor(QColor __value);
|
||||
|
||||
/** \brief sets the property gridWidth to the specified \a __value.
|
||||
* \details Description of the parameter gridWidth is: <CENTER>\copybrief gridWidth.</CENTER> */
|
||||
* \details Description of the parameter gridWidth is: <BLOCKQUOTE>\copybrief gridWidth </BLOCKQUOTE> */
|
||||
virtual void set_gridWidth (double __value);
|
||||
|
||||
/** \brief sets the property gridStyle to the specified \a __value.
|
||||
* \details Description of the parameter gridStyle is: <CENTER>\copybrief gridStyle.</CENTER> */
|
||||
* \details Description of the parameter gridStyle is: <BLOCKQUOTE>\copybrief gridStyle </BLOCKQUOTE> */
|
||||
virtual void set_gridStyle(Qt::PenStyle __value);
|
||||
|
||||
/** \brief sets the property minorGridWidth to the specified \a __value.
|
||||
* \details Description of the parameter minorGridWidth is: <CENTER>\copybrief minorGridWidth.</CENTER> */
|
||||
* \details Description of the parameter minorGridWidth is: <BLOCKQUOTE>\copybrief minorGridWidth </BLOCKQUOTE> */
|
||||
virtual void set_minorGridWidth(double __value);
|
||||
|
||||
/** \brief sets the property minorGridStyle to the specified \a __value.
|
||||
* \details Description of the parameter minorGridStyle is: <CENTER>\copybrief minorGridStyle.</CENTER> */
|
||||
* \details Description of the parameter minorGridStyle is: <BLOCKQUOTE>\copybrief minorGridStyle </BLOCKQUOTE> */
|
||||
virtual void set_minorGridStyle (Qt::PenStyle __value);
|
||||
|
||||
|
||||
/** \brief sets the property drawMode1 to the specified \a __value.
|
||||
* \details Description of the parameter drawMode1 is: <CENTER>\copybrief drawMode1.</CENTER> */
|
||||
* \details Description of the parameter drawMode1 is: <BLOCKQUOTE>\copybrief drawMode1 </BLOCKQUOTE> */
|
||||
virtual void set_drawMode1 (JKQTPCAdrawMode __value);
|
||||
|
||||
/** \brief sets the property drawMode2 to the specified \a __value.
|
||||
* \details Description of the parameter drawMode2 is: <CENTER>\copybrief drawMode2.</CENTER> */
|
||||
* \details Description of the parameter drawMode2 is: <BLOCKQUOTE>\copybrief drawMode2 </BLOCKQUOTE> */
|
||||
virtual void set_drawMode2(JKQTPCAdrawMode __value);
|
||||
|
||||
/** \brief sets the property minorTickWidth to the specified \a __value.
|
||||
* \details Description of the parameter minorTickWidth is: <CENTER>\copybrief minorTickWidth.</CENTER> */
|
||||
* \details Description of the parameter minorTickWidth is: <BLOCKQUOTE>\copybrief minorTickWidth </BLOCKQUOTE> */
|
||||
virtual void set_minorTickWidth(double __value);
|
||||
|
||||
/** \brief sets the property tickWidth to the specified \a __value.
|
||||
* \details Description of the parameter tickWidth is: <CENTER>\copybrief tickWidth.</CENTER> */
|
||||
* \details Description of the parameter tickWidth is: <BLOCKQUOTE>\copybrief tickWidth </BLOCKQUOTE> */
|
||||
virtual void set_tickWidth (double __value);
|
||||
|
||||
/** \brief sets the property lineWidth to the specified \a __value.
|
||||
* \details Description of the parameter lineWidth is: <CENTER>\copybrief lineWidth.</CENTER> */
|
||||
* \details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE> */
|
||||
virtual void set_lineWidth (double __value);
|
||||
|
||||
/** \brief sets the property lineWidthZeroAxis to the specified \a __value.
|
||||
* \details Description of the parameter lineWidthZeroAxis is: <CENTER>\copybrief lineWidthZeroAxis.</CENTER> */
|
||||
* \details Description of the parameter lineWidthZeroAxis is: <BLOCKQUOTE>\copybrief lineWidthZeroAxis </BLOCKQUOTE> */
|
||||
virtual void set_lineWidthZeroAxis (double __value);
|
||||
|
||||
/** \brief sets the property tickLabelDistance to the specified \a __value.
|
||||
* \details Description of the parameter tickLabelDistance is: <CENTER>\copybrief tickLabelDistance.</CENTER> */
|
||||
* \details Description of the parameter tickLabelDistance is: <BLOCKQUOTE>\copybrief tickLabelDistance </BLOCKQUOTE> */
|
||||
virtual void set_tickLabelDistance(double __value);
|
||||
|
||||
/** \brief sets the property labelDistance to the specified \a __value.
|
||||
* \details Description of the parameter labelDistance is: <CENTER>\copybrief labelDistance.</CENTER> */
|
||||
* \details Description of the parameter labelDistance is: <BLOCKQUOTE>\copybrief labelDistance </BLOCKQUOTE> */
|
||||
virtual void set_labelDistance(double __value);
|
||||
/** \brief sets the property labelDigits to the specified \a __value.
|
||||
* \details Description of the parameter labelDistance is: <CENTER>\copybrief labelDigits.</CENTER> */
|
||||
* \details Description of the parameter labelDistance is: <BLOCKQUOTE>\copybrief labelDigits </BLOCKQUOTE> */
|
||||
virtual void set_labelDigits(int __value);
|
||||
|
||||
/** \brief sets the property drawGrid to the specified \a __value.
|
||||
* \details Description of the parameter drawGrid is: <CENTER>\copybrief drawGrid.</CENTER> */
|
||||
* \details Description of the parameter drawGrid is: <BLOCKQUOTE>\copybrief drawGrid </BLOCKQUOTE> */
|
||||
virtual void set_drawGrid(bool __value);
|
||||
|
||||
/** \brief sets the property drawMinorGrid to the specified \a __value.
|
||||
* \details Description of the parameter drawMinorGrid is: <CENTER>\copybrief drawMinorGrid.</CENTER> */
|
||||
* \details Description of the parameter drawMinorGrid is: <BLOCKQUOTE>\copybrief drawMinorGrid </BLOCKQUOTE> */
|
||||
virtual void set_drawMinorGrid(bool __value);
|
||||
|
||||
|
||||
/** \brief sets the property tickLabelAngle to the specified \a __value.
|
||||
* \details Description of the parameter tickLabelAngle is: <CENTER>\copybrief tickLabelAngle.</CENTER> */
|
||||
* \details Description of the parameter tickLabelAngle is: <BLOCKQUOTE>\copybrief tickLabelAngle </BLOCKQUOTE> */
|
||||
virtual void set_tickLabelAngle(double __value);
|
||||
|
||||
protected:
|
||||
@ -789,13 +789,13 @@ class LIB_EXPORT JKQTPcoordinateAxis: public QObject {
|
||||
* axis is divided into decades that each is divided into ticks, as defined above. With these preconditions the algorithm tries
|
||||
* to find a tick increment \f$ \Delta\mbox{tick} \f$ which is one of the above distances multiplied by a power \f$ \rho \f$ of 10.
|
||||
* This increment is determined in a way, that the axis contains at least \a minTicks ticks:
|
||||
* \f[ \Delta\mbox{tick}=f\cdot10^\rho,\ \ \ \ \ f\in\{1, 2, 2.5, 5\} \f]
|
||||
* \f[ \Delta\mbox{tick}=f\cdot 10^\rho,\ \ \ \ \ f\in\{1, 2, 2.5, 5\} \f]
|
||||
*
|
||||
* -# The algorithm starts by finding a start exponent \f$ \rho_s=\left\lfloor\log_{10}(\mbox{awidth})\right\rfloor+3 \f$. This
|
||||
* is a good (over)estimate for the biggest possible power \f$ \rho \f$.
|
||||
* -# now we set \f$ \rho=\rho_0 \f$ and \f$ f=10 \f$.
|
||||
* -# now the algorithm cycles through all possible factors \f$ f\in\{1, 2, 2.5, 5, 10\} \f$ (starting from 10) and calculates
|
||||
* \f$ \Delta\mbox{tick}=f\cdot10^\rho \f$. Then it checks whether \f$ \mbox{tickcount}=\mbox{round}\left(\frac{\mbox{awidth}}{\Delta\mbox{tick}}\right) \f$
|
||||
* \f$ \Delta\mbox{tick}=f\cdot 10^\rho \f$. Then it checks whether \f$ \mbox{tickcount}=\mbox{round}\left(\frac{\mbox{awidth}}{\Delta\mbox{tick}}\right) \f$
|
||||
* is smaller than \a minTicks (if yes the algorithm reached its end and \f$ \Delta\mbox{tick} \f$ can be used.
|
||||
* -# if \f$ f=1 \f$ is reached and checked \c false, then the algorithm decreases the exponent \f$ \rho \leftarrow \rho-1 \f$ and returns to step 3.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
|
||||
|
||||
|
||||
@ -110,7 +110,7 @@ LIB_EXPORT void initJKQtBasePlotterResources();
|
||||
*
|
||||
*
|
||||
*
|
||||
* \section jkqtplotter_base_systems Coordinate Systems and Transformations
|
||||
* \section jkqtplotter_base_systems_baseplotter Coordinate Systems and Transformations
|
||||
* These topics are discussed in the help for JKQTPcoordinateAxis. There is a set of coordinate transform
|
||||
* methods (x2p(), y2p(), p2x(), p2y() which only call the respective methods in xAxis and yAxis objects.
|
||||
*
|
||||
@ -647,42 +647,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: <CENTER>\copybrief fontSizeMultiplier.</CENTER>
|
||||
\details Description of the parameter fontSizeMultiplier is: <BLOCKQUOTE>\copybrief fontSizeMultiplier </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidthMultiplier.</CENTER>
|
||||
\details Description of the parameter lineWidthMultiplier is: <BLOCKQUOTE>\copybrief lineWidthMultiplier </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief printMagnification.</CENTER>
|
||||
\details Description of the parameter printMagnification is: <BLOCKQUOTE>\copybrief printMagnification </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief printMagnification.</CENTER>
|
||||
\details Description of the parameter printMagnification is: <BLOCKQUOTE>\copybrief printMagnification </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief paintMagnification.</CENTER>
|
||||
\details Description of the parameter paintMagnification is: <BLOCKQUOTE>\copybrief paintMagnification </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief paintMagnification.</CENTER>
|
||||
\details Description of the parameter paintMagnification is: <BLOCKQUOTE>\copybrief paintMagnification </BLOCKQUOTE>
|
||||
\see paintMagnification for more information */
|
||||
inline virtual double get_paintMagnification() const
|
||||
{
|
||||
@ -921,7 +921,7 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
* the lather case */
|
||||
void forceInternalDatastore();
|
||||
|
||||
/*! \brief returns the property emitSignals. \details Description of the parameter emitSignals is: <CENTER>\copybrief emitSignals.</CENTER>. \see emitSignals for more information */
|
||||
/*! \brief returns the property emitSignals. \details Description of the parameter emitSignals is: <BLOCKQUOTE>\copybrief emitSignals </BLOCKQUOTE>. \see emitSignals for more information */
|
||||
inline bool get_emitSignals()const { return this->emitSignals; }
|
||||
|
||||
void set_emitSignals(bool enabled);
|
||||
@ -1143,33 +1143,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: <CENTER>\copybrief emitPlotSignals.</CENTER>
|
||||
\details Description of the parameter emitPlotSignals is: <BLOCKQUOTE>\copybrief emitPlotSignals </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief emitPlotSignals.</CENTER>
|
||||
\details Description of the parameter emitPlotSignals is: <BLOCKQUOTE>\copybrief emitPlotSignals </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief plotBorderTop.</CENTER>. \see plotBorderTop for more information */
|
||||
/*! \brief returns the property plotBorderTop. \details Description of the parameter plotBorderTop is: <BLOCKQUOTE>\copybrief plotBorderTop </BLOCKQUOTE>. \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: <CENTER>\copybrief plotBorderLeft.</CENTER>. \see plotBorderLeft for more information */
|
||||
/*! \brief returns the property plotBorderLeft. \details Description of the parameter plotBorderLeft is: <BLOCKQUOTE>\copybrief plotBorderLeft </BLOCKQUOTE>. \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: <CENTER>\copybrief plotBorderBottom.</CENTER>. \see plotBorderBottom for more information */
|
||||
/*! \brief returns the property plotBorderBottom. \details Description of the parameter plotBorderBottom is: <BLOCKQUOTE>\copybrief plotBorderBottom </BLOCKQUOTE>. \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: <CENTER>\copybrief plotBorderRight.</CENTER>. \see plotBorderRight for more information */
|
||||
/*! \brief returns the property plotBorderRight. \details Description of the parameter plotBorderRight is: <BLOCKQUOTE>\copybrief plotBorderRight </BLOCKQUOTE>. \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: <CENTER>\copybrief maintainAspectRatio.</CENTER>. \see maintainAspectRatio for more information */
|
||||
/*! \brief returns the property maintainAspectRatio. \details Description of the parameter maintainAspectRatio is: <BLOCKQUOTE>\copybrief maintainAspectRatio </BLOCKQUOTE>. \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: <CENTER>\copybrief aspectRatio.</CENTER>
|
||||
\details Description of the parameter aspectRatio is: <BLOCKQUOTE>\copybrief aspectRatio </BLOCKQUOTE>
|
||||
\see aspectRatio for more information */
|
||||
inline virtual void set_aspectRatio(double __value)
|
||||
{
|
||||
@ -1179,17 +1179,17 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property aspectRatio.
|
||||
\details Description of the parameter aspectRatio is: <CENTER>\copybrief aspectRatio.</CENTER>
|
||||
\details Description of the parameter aspectRatio is: <BLOCKQUOTE>\copybrief aspectRatio </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief maintainAxisAspectRatio.</CENTER>. \see maintainAxisAspectRatio for more information */
|
||||
/*! \brief returns the property maintainAxisAspectRatio. \details Description of the parameter maintainAxisAspectRatio is: <BLOCKQUOTE>\copybrief maintainAxisAspectRatio </BLOCKQUOTE>. \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: <CENTER>\copybrief axisAspectRatio.</CENTER>
|
||||
\details Description of the parameter axisAspectRatio is: <BLOCKQUOTE>\copybrief axisAspectRatio </BLOCKQUOTE>
|
||||
\see axisAspectRatio for more information */
|
||||
inline virtual void set_axisAspectRatio(double __value)
|
||||
{
|
||||
@ -1199,7 +1199,7 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property axisAspectRatio.
|
||||
\details Description of the parameter axisAspectRatio is: <CENTER>\copybrief axisAspectRatio.</CENTER>
|
||||
\details Description of the parameter axisAspectRatio is: <BLOCKQUOTE>\copybrief axisAspectRatio </BLOCKQUOTE>
|
||||
\see axisAspectRatio for more information */
|
||||
inline virtual double get_axisAspectRatio() const
|
||||
{
|
||||
@ -1207,7 +1207,7 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
|
||||
/*! \brief sets the property useAntiAliasingForSystem to the specified \a __value.
|
||||
\details Description of the parameter useAntiAliasingForSystem is: <CENTER>\copybrief useAntiAliasingForSystem.</CENTER>
|
||||
\details Description of the parameter useAntiAliasingForSystem is: <BLOCKQUOTE>\copybrief useAntiAliasingForSystem </BLOCKQUOTE>
|
||||
\see useAntiAliasingForSystem for more information */
|
||||
inline virtual void set_useAntiAliasingForSystem(bool __value)
|
||||
{
|
||||
@ -1217,14 +1217,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property useAntiAliasingForSystem.
|
||||
\details Description of the parameter useAntiAliasingForSystem is: <CENTER>\copybrief useAntiAliasingForSystem.</CENTER>
|
||||
\details Description of the parameter useAntiAliasingForSystem is: <BLOCKQUOTE>\copybrief useAntiAliasingForSystem </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief useAntiAliasingForGraphs.</CENTER>
|
||||
\details Description of the parameter useAntiAliasingForGraphs is: <BLOCKQUOTE>\copybrief useAntiAliasingForGraphs </BLOCKQUOTE>
|
||||
\see useAntiAliasingForGraphs for more information */
|
||||
inline virtual void set_useAntiAliasingForGraphs(bool __value)
|
||||
{
|
||||
@ -1234,14 +1234,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property useAntiAliasingForGraphs.
|
||||
\details Description of the parameter useAntiAliasingForGraphs is: <CENTER>\copybrief useAntiAliasingForGraphs.</CENTER>
|
||||
\details Description of the parameter useAntiAliasingForGraphs is: <BLOCKQUOTE>\copybrief useAntiAliasingForGraphs </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief useAntiAliasingForText.</CENTER>
|
||||
\details Description of the parameter useAntiAliasingForText is: <BLOCKQUOTE>\copybrief useAntiAliasingForText </BLOCKQUOTE>
|
||||
\see useAntiAliasingForText for more information */
|
||||
inline virtual void set_useAntiAliasingForText(bool __value)
|
||||
{
|
||||
@ -1251,7 +1251,7 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property useAntiAliasingForText.
|
||||
\details Description of the parameter useAntiAliasingForText is: <CENTER>\copybrief useAntiAliasingForText.</CENTER>
|
||||
\details Description of the parameter useAntiAliasingForText is: <BLOCKQUOTE>\copybrief useAntiAliasingForText </BLOCKQUOTE>
|
||||
\see useAntiAliasingForText for more information */
|
||||
inline virtual bool get_useAntiAliasingForText() const
|
||||
{
|
||||
@ -1259,7 +1259,7 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
|
||||
/*! \brief sets the property graphColor to the specified \a __value.
|
||||
\details Description of the parameter graphColor is: <CENTER>\copybrief graphColor.</CENTER>
|
||||
\details Description of the parameter graphColor is: <BLOCKQUOTE>\copybrief graphColor </BLOCKQUOTE>
|
||||
\see graphColor for more information */
|
||||
inline virtual void set_graphColor(const QColor & __value)
|
||||
{
|
||||
@ -1269,14 +1269,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property graphColor.
|
||||
\details Description of the parameter graphColor is: <CENTER>\copybrief graphColor.</CENTER>
|
||||
\details Description of the parameter graphColor is: <BLOCKQUOTE>\copybrief graphColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief graphWidth.</CENTER>
|
||||
\details Description of the parameter graphWidth is: <BLOCKQUOTE>\copybrief graphWidth </BLOCKQUOTE>
|
||||
\see graphWidth for more information */
|
||||
inline virtual void set_graphWidth(double __value)
|
||||
{
|
||||
@ -1286,7 +1286,7 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property graphWidth.
|
||||
\details Description of the parameter graphWidth is: <CENTER>\copybrief graphWidth.</CENTER>
|
||||
\details Description of the parameter graphWidth is: <BLOCKQUOTE>\copybrief graphWidth </BLOCKQUOTE>
|
||||
\see graphWidth for more information */
|
||||
inline virtual double get_graphWidth() const
|
||||
{
|
||||
@ -1294,7 +1294,7 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
|
||||
/*! \brief sets the property backgroundColor to the specified \a __value.
|
||||
\details Description of the parameter backgroundColor is: <CENTER>\copybrief backgroundColor.</CENTER>
|
||||
\details Description of the parameter backgroundColor is: <BLOCKQUOTE>\copybrief backgroundColor </BLOCKQUOTE>
|
||||
\see backgroundColor for more information */
|
||||
inline virtual void set_backgroundColor(const QColor & __value)
|
||||
{
|
||||
@ -1304,14 +1304,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property backgroundColor.
|
||||
\details Description of the parameter backgroundColor is: <CENTER>\copybrief backgroundColor.</CENTER>
|
||||
\details Description of the parameter backgroundColor is: <BLOCKQUOTE>\copybrief backgroundColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief exportBackgroundColor.</CENTER>
|
||||
\details Description of the parameter exportBackgroundColor is: <BLOCKQUOTE>\copybrief exportBackgroundColor </BLOCKQUOTE>
|
||||
\see exportBackgroundColor for more information */
|
||||
inline virtual void set_exportBackgroundColor(const QColor & __value)
|
||||
{
|
||||
@ -1321,14 +1321,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property exportBackgroundColor.
|
||||
\details Description of the parameter exportBackgroundColor is: <CENTER>\copybrief exportBackgroundColor.</CENTER>
|
||||
\details Description of the parameter exportBackgroundColor is: <BLOCKQUOTE>\copybrief exportBackgroundColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief plotBackgroundColor.</CENTER>
|
||||
\details Description of the parameter plotBackgroundColor is: <BLOCKQUOTE>\copybrief plotBackgroundColor </BLOCKQUOTE>
|
||||
\see plotBackgroundColor for more information */
|
||||
inline virtual void set_plotBackgroundColor(const QColor & __value)
|
||||
{
|
||||
@ -1338,7 +1338,7 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property plotBackgroundColor.
|
||||
\details Description of the parameter plotBackgroundColor is: <CENTER>\copybrief plotBackgroundColor.</CENTER>
|
||||
\details Description of the parameter plotBackgroundColor is: <BLOCKQUOTE>\copybrief plotBackgroundColor </BLOCKQUOTE>
|
||||
\see plotBackgroundColor for more information */
|
||||
inline virtual QColor get_plotBackgroundColor() const
|
||||
{
|
||||
@ -1346,7 +1346,7 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
|
||||
/*! \brief sets the property keyFont to the specified \a __value.
|
||||
\details Description of the parameter keyFont is: <CENTER>\copybrief keyFont.</CENTER>
|
||||
\details Description of the parameter keyFont is: <BLOCKQUOTE>\copybrief keyFont </BLOCKQUOTE>
|
||||
\see keyFont for more information */
|
||||
inline virtual void set_keyFont(const QString & __value)
|
||||
{
|
||||
@ -1356,14 +1356,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property keyFont.
|
||||
\details Description of the parameter keyFont is: <CENTER>\copybrief keyFont.</CENTER>
|
||||
\details Description of the parameter keyFont is: <BLOCKQUOTE>\copybrief keyFont </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief keyFontSize.</CENTER>
|
||||
\details Description of the parameter keyFontSize is: <BLOCKQUOTE>\copybrief keyFontSize </BLOCKQUOTE>
|
||||
\see keyFontSize for more information */
|
||||
inline virtual void set_keyFontSize(double __value)
|
||||
{
|
||||
@ -1373,14 +1373,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property keyFontSize.
|
||||
\details Description of the parameter keyFontSize is: <CENTER>\copybrief keyFontSize.</CENTER>
|
||||
\details Description of the parameter keyFontSize is: <BLOCKQUOTE>\copybrief keyFontSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief key_item_width.</CENTER>
|
||||
\details Description of the parameter key_item_width is: <BLOCKQUOTE>\copybrief key_item_width </BLOCKQUOTE>
|
||||
\see key_item_width for more information */
|
||||
inline virtual void set_key_item_width(double __value)
|
||||
{
|
||||
@ -1390,14 +1390,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property key_item_width.
|
||||
\details Description of the parameter key_item_width is: <CENTER>\copybrief key_item_width.</CENTER>
|
||||
\details Description of the parameter key_item_width is: <BLOCKQUOTE>\copybrief key_item_width </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief key_item_height.</CENTER>
|
||||
\details Description of the parameter key_item_height is: <BLOCKQUOTE>\copybrief key_item_height </BLOCKQUOTE>
|
||||
\see key_item_height for more information */
|
||||
inline virtual void set_key_item_height(double __value)
|
||||
{
|
||||
@ -1407,14 +1407,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property key_item_height.
|
||||
\details Description of the parameter key_item_height is: <CENTER>\copybrief key_item_height.</CENTER>
|
||||
\details Description of the parameter key_item_height is: <BLOCKQUOTE>\copybrief key_item_height </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief keyYSeparation.</CENTER>
|
||||
\details Description of the parameter keyYSeparation is: <BLOCKQUOTE>\copybrief keyYSeparation </BLOCKQUOTE>
|
||||
\see keyYSeparation for more information */
|
||||
inline virtual void set_keyYSeparation(double __value)
|
||||
{
|
||||
@ -1424,14 +1424,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property keyYSeparation.
|
||||
\details Description of the parameter keyYSeparation is: <CENTER>\copybrief keyYSeparation.</CENTER>
|
||||
\details Description of the parameter keyYSeparation is: <BLOCKQUOTE>\copybrief keyYSeparation </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief key_line_length.</CENTER>
|
||||
\details Description of the parameter key_line_length is: <BLOCKQUOTE>\copybrief key_line_length </BLOCKQUOTE>
|
||||
\see key_line_length for more information */
|
||||
inline virtual void set_key_line_length(double __value)
|
||||
{
|
||||
@ -1441,14 +1441,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property key_line_length.
|
||||
\details Description of the parameter key_line_length is: <CENTER>\copybrief key_line_length.</CENTER>
|
||||
\details Description of the parameter key_line_length is: <BLOCKQUOTE>\copybrief key_line_length </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief keyXMargin.</CENTER>
|
||||
\details Description of the parameter keyXMargin is: <BLOCKQUOTE>\copybrief keyXMargin </BLOCKQUOTE>
|
||||
\see keyXMargin for more information */
|
||||
inline virtual void set_keyXMargin(double __value)
|
||||
{
|
||||
@ -1458,14 +1458,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property keyXMargin.
|
||||
\details Description of the parameter keyXMargin is: <CENTER>\copybrief keyXMargin.</CENTER>
|
||||
\details Description of the parameter keyXMargin is: <BLOCKQUOTE>\copybrief keyXMargin </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief keyYMargin.</CENTER>
|
||||
\details Description of the parameter keyYMargin is: <BLOCKQUOTE>\copybrief keyYMargin </BLOCKQUOTE>
|
||||
\see keyYMargin for more information */
|
||||
inline virtual void set_keyYMargin(double __value)
|
||||
{
|
||||
@ -1475,14 +1475,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property keyYMargin.
|
||||
\details Description of the parameter keyYMargin is: <CENTER>\copybrief keyYMargin.</CENTER>
|
||||
\details Description of the parameter keyYMargin is: <BLOCKQUOTE>\copybrief keyYMargin </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief keyXSeparation.</CENTER>
|
||||
\details Description of the parameter keyXSeparation is: <BLOCKQUOTE>\copybrief keyXSeparation </BLOCKQUOTE>
|
||||
\see keyXSeparation for more information */
|
||||
inline virtual void set_keyXSeparation(double __value)
|
||||
{
|
||||
@ -1492,7 +1492,7 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property keyXSeparation.
|
||||
\details Description of the parameter keyXSeparation is: <CENTER>\copybrief keyXSeparation.</CENTER>
|
||||
\details Description of the parameter keyXSeparation is: <BLOCKQUOTE>\copybrief keyXSeparation </BLOCKQUOTE>
|
||||
\see keyXSeparation for more information */
|
||||
inline virtual double get_keyXSeparation() const
|
||||
{
|
||||
@ -1500,7 +1500,7 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
|
||||
/*! \brief sets the property keyXOffset to the specified \a __value.
|
||||
\details Description of the parameter keyXOffset is: <CENTER>\copybrief keyXOffset.</CENTER>
|
||||
\details Description of the parameter keyXOffset is: <BLOCKQUOTE>\copybrief keyXOffset </BLOCKQUOTE>
|
||||
\see keyXOffset for more information */
|
||||
inline virtual void set_keyXOffset(double __value)
|
||||
{
|
||||
@ -1510,14 +1510,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property keyXOffset.
|
||||
\details Description of the parameter keyXOffset is: <CENTER>\copybrief keyXOffset.</CENTER>
|
||||
\details Description of the parameter keyXOffset is: <BLOCKQUOTE>\copybrief keyXOffset </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief keyYOffset.</CENTER>
|
||||
\details Description of the parameter keyYOffset is: <BLOCKQUOTE>\copybrief keyYOffset </BLOCKQUOTE>
|
||||
\see keyYOffset for more information */
|
||||
inline virtual void set_keyYOffset(double __value)
|
||||
{
|
||||
@ -1527,14 +1527,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property keyYOffset.
|
||||
\details Description of the parameter keyYOffset is: <CENTER>\copybrief keyYOffset.</CENTER>
|
||||
\details Description of the parameter keyYOffset is: <BLOCKQUOTE>\copybrief keyYOffset </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief showKey.</CENTER>
|
||||
\details Description of the parameter showKey is: <BLOCKQUOTE>\copybrief showKey </BLOCKQUOTE>
|
||||
\see showKey for more information */
|
||||
inline virtual void set_showKey(bool __value)
|
||||
{
|
||||
@ -1544,14 +1544,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property showKey.
|
||||
\details Description of the parameter showKey is: <CENTER>\copybrief showKey.</CENTER>
|
||||
\details Description of the parameter showKey is: <BLOCKQUOTE>\copybrief showKey </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief showKeyFrame.</CENTER>
|
||||
\details Description of the parameter showKeyFrame is: <BLOCKQUOTE>\copybrief showKeyFrame </BLOCKQUOTE>
|
||||
\see showKeyFrame for more information */
|
||||
inline virtual void set_showKeyFrame(bool __value)
|
||||
{
|
||||
@ -1561,14 +1561,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property showKeyFrame.
|
||||
\details Description of the parameter showKeyFrame is: <CENTER>\copybrief showKeyFrame.</CENTER>
|
||||
\details Description of the parameter showKeyFrame is: <BLOCKQUOTE>\copybrief showKeyFrame </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief keyFrameColor.</CENTER>
|
||||
\details Description of the parameter keyFrameColor is: <BLOCKQUOTE>\copybrief keyFrameColor </BLOCKQUOTE>
|
||||
\see keyFrameColor for more information */
|
||||
inline virtual void set_keyFrameColor(const QColor & __value)
|
||||
{
|
||||
@ -1578,14 +1578,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property keyFrameColor.
|
||||
\details Description of the parameter keyFrameColor is: <CENTER>\copybrief keyFrameColor.</CENTER>
|
||||
\details Description of the parameter keyFrameColor is: <BLOCKQUOTE>\copybrief keyFrameColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief keyBackgroundColor.</CENTER>
|
||||
\details Description of the parameter keyBackgroundColor is: <BLOCKQUOTE>\copybrief keyBackgroundColor </BLOCKQUOTE>
|
||||
\see keyBackgroundColor for more information */
|
||||
inline virtual void set_keyBackgroundColor(const QColor & __value)
|
||||
{
|
||||
@ -1595,14 +1595,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property keyBackgroundColor.
|
||||
\details Description of the parameter keyBackgroundColor is: <CENTER>\copybrief keyBackgroundColor.</CENTER>
|
||||
\details Description of the parameter keyBackgroundColor is: <BLOCKQUOTE>\copybrief keyBackgroundColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief keyFrameWidth.</CENTER>
|
||||
\details Description of the parameter keyFrameWidth is: <BLOCKQUOTE>\copybrief keyFrameWidth </BLOCKQUOTE>
|
||||
\see keyFrameWidth for more information */
|
||||
inline virtual void set_keyFrameWidth(double __value)
|
||||
{
|
||||
@ -1612,14 +1612,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property keyFrameWidth.
|
||||
\details Description of the parameter keyFrameWidth is: <CENTER>\copybrief keyFrameWidth.</CENTER>
|
||||
\details Description of the parameter keyFrameWidth is: <BLOCKQUOTE>\copybrief keyFrameWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief keyAutosize.</CENTER>
|
||||
\details Description of the parameter keyAutosize is: <BLOCKQUOTE>\copybrief keyAutosize </BLOCKQUOTE>
|
||||
\see keyAutosize for more information */
|
||||
inline virtual void set_keyAutosize(bool __value)
|
||||
{
|
||||
@ -1629,14 +1629,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property keyAutosize.
|
||||
\details Description of the parameter keyAutosize is: <CENTER>\copybrief keyAutosize.</CENTER>
|
||||
\details Description of the parameter keyAutosize is: <BLOCKQUOTE>\copybrief keyAutosize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief keyPosition.</CENTER>
|
||||
\details Description of the parameter keyPosition is: <BLOCKQUOTE>\copybrief keyPosition </BLOCKQUOTE>
|
||||
\see keyPosition for more information */
|
||||
inline virtual void set_keyPosition(const JKQTPkeyPosition & __value)
|
||||
{
|
||||
@ -1646,14 +1646,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property keyPosition.
|
||||
\details Description of the parameter keyPosition is: <CENTER>\copybrief keyPosition.</CENTER>
|
||||
\details Description of the parameter keyPosition is: <BLOCKQUOTE>\copybrief keyPosition </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief keyLayout.</CENTER>
|
||||
\details Description of the parameter keyLayout is: <BLOCKQUOTE>\copybrief keyLayout </BLOCKQUOTE>
|
||||
\see keyLayout for more information */
|
||||
inline virtual void set_keyLayout(const JKQTPkeyLayout & __value)
|
||||
{
|
||||
@ -1663,7 +1663,7 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property keyLayout.
|
||||
\details Description of the parameter keyLayout is: <CENTER>\copybrief keyLayout.</CENTER>
|
||||
\details Description of the parameter keyLayout is: <BLOCKQUOTE>\copybrief keyLayout </BLOCKQUOTE>
|
||||
\see keyLayout for more information */
|
||||
inline virtual JKQTPkeyLayout get_keyLayout() const
|
||||
{
|
||||
@ -1671,7 +1671,7 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
|
||||
/*! \brief sets the property plotLabelFontSize to the specified \a __value.
|
||||
\details Description of the parameter plotLabelFontSize is: <CENTER>\copybrief plotLabelFontSize.</CENTER>
|
||||
\details Description of the parameter plotLabelFontSize is: <BLOCKQUOTE>\copybrief plotLabelFontSize </BLOCKQUOTE>
|
||||
\see plotLabelFontSize for more information */
|
||||
inline virtual void set_plotLabelFontSize(double __value)
|
||||
{
|
||||
@ -1681,14 +1681,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property plotLabelFontSize.
|
||||
\details Description of the parameter plotLabelFontSize is: <CENTER>\copybrief plotLabelFontSize.</CENTER>
|
||||
\details Description of the parameter plotLabelFontSize is: <BLOCKQUOTE>\copybrief plotLabelFontSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief plotLabelFontname.</CENTER>
|
||||
\details Description of the parameter plotLabelFontname is: <BLOCKQUOTE>\copybrief plotLabelFontname </BLOCKQUOTE>
|
||||
\see plotLabelFontname for more information */
|
||||
inline virtual void set_plotLabelFontname(const QString & __value)
|
||||
{
|
||||
@ -1698,14 +1698,14 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property plotLabelFontname.
|
||||
\details Description of the parameter plotLabelFontname is: <CENTER>\copybrief plotLabelFontname.</CENTER>
|
||||
\details Description of the parameter plotLabelFontname is: <BLOCKQUOTE>\copybrief plotLabelFontname </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief plotLabel.</CENTER>
|
||||
\details Description of the parameter plotLabel is: <BLOCKQUOTE>\copybrief plotLabel </BLOCKQUOTE>
|
||||
\see plotLabel for more information */
|
||||
inline virtual void set_plotLabel(const QString & __value)
|
||||
{
|
||||
@ -1715,7 +1715,7 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property plotLabel.
|
||||
\details Description of the parameter plotLabel is: <CENTER>\copybrief plotLabel.</CENTER>
|
||||
\details Description of the parameter plotLabel is: <BLOCKQUOTE>\copybrief plotLabel </BLOCKQUOTE>
|
||||
\see plotLabel for more information */
|
||||
inline virtual QString get_plotLabel() const
|
||||
{
|
||||
@ -1723,115 +1723,115 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
||||
}
|
||||
|
||||
/*! \brief sets the property gridPrinting to the specified \a __value.
|
||||
\details Description of the parameter gridPrinting is: <CENTER>\copybrief gridPrinting.</CENTER>
|
||||
\details Description of the parameter gridPrinting is: <BLOCKQUOTE>\copybrief gridPrinting </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief gridPrinting.</CENTER>
|
||||
\details Description of the parameter gridPrinting is: <BLOCKQUOTE>\copybrief gridPrinting </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief gridPrintingCurrentX.</CENTER>
|
||||
\details Description of the parameter gridPrintingCurrentX is: <BLOCKQUOTE>\copybrief gridPrintingCurrentX </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief gridPrintingCurrentX.</CENTER>
|
||||
\details Description of the parameter gridPrintingCurrentX is: <BLOCKQUOTE>\copybrief gridPrintingCurrentX </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief gridPrintingCurrentY.</CENTER>
|
||||
\details Description of the parameter gridPrintingCurrentY is: <BLOCKQUOTE>\copybrief gridPrintingCurrentY </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief gridPrintingCurrentY.</CENTER>
|
||||
\details Description of the parameter gridPrintingCurrentY is: <BLOCKQUOTE>\copybrief gridPrintingCurrentY </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief currentSaveDirectory.</CENTER>
|
||||
\details Description of the parameter currentSaveDirectory is: <BLOCKQUOTE>\copybrief currentSaveDirectory </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief currentSaveDirectory.</CENTER>
|
||||
\details Description of the parameter currentSaveDirectory is: <BLOCKQUOTE>\copybrief currentSaveDirectory </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief currentFileFormat.</CENTER>
|
||||
\details Description of the parameter currentFileFormat is: <BLOCKQUOTE>\copybrief currentFileFormat </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief currentFileFormat.</CENTER>
|
||||
\details Description of the parameter currentFileFormat is: <BLOCKQUOTE>\copybrief currentFileFormat </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief CSVdecimalSeparator.</CENTER>
|
||||
\details Description of the parameter CSVdecimalSeparator is: <BLOCKQUOTE>\copybrief CSVdecimalSeparator </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief CSVdecimalSeparator.</CENTER>
|
||||
\details Description of the parameter CSVdecimalSeparator is: <BLOCKQUOTE>\copybrief CSVdecimalSeparator </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief CSVcommentInitializer.</CENTER>
|
||||
\details Description of the parameter CSVcommentInitializer is: <BLOCKQUOTE>\copybrief CSVcommentInitializer </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief CSVcommentInitializer.</CENTER>
|
||||
\details Description of the parameter CSVcommentInitializer is: <BLOCKQUOTE>\copybrief CSVcommentInitializer </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief iplotBorderTop.</CENTER>. \see iplotBorderTop for more information */
|
||||
/*! \brief returns the property iplotBorderTop. \details Description of the parameter iplotBorderTop is: <BLOCKQUOTE>\copybrief iplotBorderTop </BLOCKQUOTE>. \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: <CENTER>\copybrief iplotBorderLeft.</CENTER>. \see iplotBorderLeft for more information */
|
||||
/*! \brief returns the property iplotBorderLeft. \details Description of the parameter iplotBorderLeft is: <BLOCKQUOTE>\copybrief iplotBorderLeft </BLOCKQUOTE>. \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: <CENTER>\copybrief iplotBorderBottom.</CENTER>. \see iplotBorderBottom for more information */
|
||||
/*! \brief returns the property iplotBorderBottom. \details Description of the parameter iplotBorderBottom is: <BLOCKQUOTE>\copybrief iplotBorderBottom </BLOCKQUOTE>. \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: <CENTER>\copybrief iplotBorderRight.</CENTER>. \see iplotBorderRight for more information */
|
||||
/*! \brief returns the property iplotBorderRight. \details Description of the parameter iplotBorderRight is: <BLOCKQUOTE>\copybrief iplotBorderRight </BLOCKQUOTE>. \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: <CENTER>\copybrief plotWidth.</CENTER>. \see plotWidth for more information */
|
||||
/*! \brief returns the property plotWidth. \details Description of the parameter plotWidth is: <BLOCKQUOTE>\copybrief plotWidth </BLOCKQUOTE>. \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: <CENTER>\copybrief plotHeight.</CENTER>. \see plotHeight for more information */
|
||||
/*! \brief returns the property plotHeight. \details Description of the parameter plotHeight is: <BLOCKQUOTE>\copybrief plotHeight </BLOCKQUOTE>. \see plotHeight for more information */
|
||||
inline int get_plotHeight() const { return this->plotHeight; }
|
||||
inline JKQTmathText* get_mathText() { return &mathText; }
|
||||
inline const JKQTmathText* get_mathText() const { 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: <CENTER>\copybrief actSavePlot.</CENTER>. \see actSavePlot for more information */
|
||||
/*! \brief returns the property actSavePlot. \details Description of the parameter actSavePlot is: <BLOCKQUOTE>\copybrief actSavePlot </BLOCKQUOTE>. \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: <CENTER>\copybrief actSaveData.</CENTER>. \see actSaveData for more information */
|
||||
/*! \brief returns the property actSaveData. \details Description of the parameter actSaveData is: <BLOCKQUOTE>\copybrief actSaveData </BLOCKQUOTE>. \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: <CENTER>\copybrief actCopyData.</CENTER>. \see actCopyData for more information */
|
||||
/*! \brief returns the property actCopyData. \details Description of the parameter actCopyData is: <BLOCKQUOTE>\copybrief actCopyData </BLOCKQUOTE>. \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: <CENTER>\copybrief actCopyPixelImage.</CENTER>. \see actCopyPixelImage for more information */
|
||||
/*! \brief returns the property actCopyPixelImage. \details Description of the parameter actCopyPixelImage is: <BLOCKQUOTE>\copybrief actCopyPixelImage </BLOCKQUOTE>. \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: <CENTER>\copybrief actCopyMatlab.</CENTER>. \see actCopyMatlab for more information */
|
||||
/*! \brief returns the property actCopyMatlab. \details Description of the parameter actCopyMatlab is: <BLOCKQUOTE>\copybrief actCopyMatlab </BLOCKQUOTE>. \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: <CENTER>\copybrief actSavePDF.</CENTER>. \see actSavePDF for more information */
|
||||
/*! \brief returns the property actSavePDF. \details Description of the parameter actSavePDF is: <BLOCKQUOTE>\copybrief actSavePDF </BLOCKQUOTE>. \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: <CENTER>\copybrief actSavePS.</CENTER>. \see actSavePS for more information */
|
||||
/*! \brief returns the property actSavePS. \details Description of the parameter actSavePS is: <BLOCKQUOTE>\copybrief actSavePS </BLOCKQUOTE>. \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: <CENTER>\copybrief actSavePix.</CENTER>. \see actSavePix for more information */
|
||||
/*! \brief returns the property actSavePix. \details Description of the parameter actSavePix is: <BLOCKQUOTE>\copybrief actSavePix </BLOCKQUOTE>. \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: <CENTER>\copybrief actSaveSVG.</CENTER>. \see actSaveSVG for more information */
|
||||
/*! \brief returns the property actSaveSVG. \details Description of the parameter actSaveSVG is: <BLOCKQUOTE>\copybrief actSaveSVG </BLOCKQUOTE>. \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: <CENTER>\copybrief actPrint.</CENTER>. \see actPrint for more information */
|
||||
/*! \brief returns the property actPrint. \details Description of the parameter actPrint is: <BLOCKQUOTE>\copybrief actPrint </BLOCKQUOTE>. \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: <CENTER>\copybrief actSaveCSV.</CENTER>. \see actSaveCSV for more information */
|
||||
/*! \brief returns the property actSaveCSV. \details Description of the parameter actSaveCSV is: <BLOCKQUOTE>\copybrief actSaveCSV </BLOCKQUOTE>. \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: <CENTER>\copybrief actZoomAll.</CENTER>. \see actZoomAll for more information */
|
||||
/*! \brief returns the property actZoomAll. \details Description of the parameter actZoomAll is: <BLOCKQUOTE>\copybrief actZoomAll </BLOCKQUOTE>. \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: <CENTER>\copybrief actZoomIn.</CENTER>. \see actZoomIn for more information */
|
||||
/*! \brief returns the property actZoomIn. \details Description of the parameter actZoomIn is: <BLOCKQUOTE>\copybrief actZoomIn </BLOCKQUOTE>. \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: <CENTER>\copybrief actZoomOut.</CENTER>. \see actZoomOut for more information */
|
||||
/*! \brief returns the property actZoomOut. \details Description of the parameter actZoomOut is: <BLOCKQUOTE>\copybrief actZoomOut </BLOCKQUOTE>. \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: <CENTER>\copybrief actShowPlotData.</CENTER>. \see actShowPlotData for more information */
|
||||
/*! \brief returns the property actShowPlotData. \details Description of the parameter actShowPlotData is: <BLOCKQUOTE>\copybrief actShowPlotData </BLOCKQUOTE>. \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: <CENTER>\copybrief lstAdditionalPlotterActions.</CENTER>. \see lstAdditionalPlotterActions for more information */
|
||||
/*! \brief returns the property lstAdditionalPlotterActions. \details Description of the parameter lstAdditionalPlotterActions is: <BLOCKQUOTE>\copybrief lstAdditionalPlotterActions </BLOCKQUOTE>. \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: <CENTER>\copybrief masterSynchronizeWidth.</CENTER>. \see masterSynchronizeWidth for more information */
|
||||
/*! \brief returns the property masterSynchronizeWidth. \details Description of the parameter masterSynchronizeWidth is: <BLOCKQUOTE>\copybrief masterSynchronizeWidth </BLOCKQUOTE>. \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: <CENTER>\copybrief masterSynchronizeHeight.</CENTER>. \see masterSynchronizeHeight for more information */
|
||||
/*! \brief returns the property masterSynchronizeHeight. \details Description of the parameter masterSynchronizeHeight is: <BLOCKQUOTE>\copybrief masterSynchronizeHeight </BLOCKQUOTE>. \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: <CENTER>\copybrief def_backgroundColor.</CENTER>
|
||||
\details Description of the parameter def_backgroundColor is: <BLOCKQUOTE>\copybrief def_backgroundColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief def_plotBackgroundColor.</CENTER>
|
||||
\details Description of the parameter def_plotBackgroundColor is: <BLOCKQUOTE>\copybrief def_plotBackgroundColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontSizePrintMultiplier.</CENTER>
|
||||
\details Description of the parameter fontSizePrintMultiplier is: <BLOCKQUOTE>\copybrief fontSizePrintMultiplier </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontSizePrintMultiplier.</CENTER>
|
||||
\details Description of the parameter fontSizePrintMultiplier is: <BLOCKQUOTE>\copybrief fontSizePrintMultiplier </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidthPrintMultiplier.</CENTER>
|
||||
\details Description of the parameter lineWidthPrintMultiplier is: <BLOCKQUOTE>\copybrief lineWidthPrintMultiplier </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidthPrintMultiplier.</CENTER>
|
||||
\details Description of the parameter lineWidthPrintMultiplier is: <BLOCKQUOTE>\copybrief lineWidthPrintMultiplier </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontSizeMultiplier.</CENTER>. \see fontSizeMultiplier for more information */
|
||||
/*! \brief returns the property fontSizeMultiplier. \details Description of the parameter fontSizeMultiplier is: <BLOCKQUOTE>\copybrief fontSizeMultiplier </BLOCKQUOTE>. \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: <CENTER>\copybrief lineWidthMultiplier.</CENTER>. \see lineWidthMultiplier for more information */
|
||||
/*! \brief returns the property lineWidthMultiplier. \details Description of the parameter lineWidthMultiplier is: <BLOCKQUOTE>\copybrief lineWidthMultiplier </BLOCKQUOTE>. \see lineWidthMultiplier for more information */
|
||||
inline double get_lineWidthMultiplier() const { return this->lineWidthMultiplier; }
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
|
||||
|
||||
|
||||
@ -637,7 +637,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: <CENTER>\copybrief name.</CENTER> \see name for more information */
|
||||
/*! \brief sets the property name to the specified \a __value. \details Description of the parameter name is: <BLOCKQUOTE>\copybrief JKQTPcolumn::name </BLOCKQUOTE> \see JKQTPcolumn::name for more information */
|
||||
inline void set_name (const QString& __value)
|
||||
{
|
||||
this->name = __value;
|
||||
@ -724,10 +724,10 @@ class LIB_EXPORT JKQTPcolumn {
|
||||
void setAll(double value);
|
||||
|
||||
|
||||
/*! \brief returns the property datastoreItem. \details Description of the parameter datastoreItem is: <CENTER>\copybrief datastoreItem.</CENTER>. \see datastoreItem for more information */ \
|
||||
/*! \brief returns the property datastoreItem. \details Description of the parameter datastoreItem is: <BLOCKQUOTE>\copybrief JKQTPcolumn::datastoreItem </BLOCKQUOTE>. \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: <CENTER>\copybrief datastoreOffset.</CENTER>. \see datastoreOffset for more information */ \
|
||||
/*! \brief returns the property datastoreOffset. \details Description of the parameter datastoreOffset is: <BLOCKQUOTE>\copybrief JKQTPcolumn::datastoreOffset </BLOCKQUOTE>. \see JKQTPcolumn::datastoreOffset for more information */ \
|
||||
inline size_t get_datastoreOffset() const \
|
||||
{ return this->datastoreOffset; }
|
||||
};
|
||||
@ -784,10 +784,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: <CENTER>\copybrief rows.</CENTER>. \see rows for more information */ \
|
||||
/*! \brief returns the property rows. \details Description of the parameter rows is: <BLOCKQUOTE>\copybrief JKQTPdatastoreItem::JKQTPdatastoreItemrows </BLOCKQUOTE>. \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: <CENTER>\copybrief columns.</CENTER>. \see columns for more information */ \
|
||||
/*! \brief returns the property columns. \details Description of the parameter columns is: <BLOCKQUOTE>\copybrief JKQTPdatastoreItem::columns </BLOCKQUOTE>. \see JKQTPdatastoreItem::columns for more information */ \
|
||||
inline size_t get_columns() const
|
||||
{ return columns; }
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
|
||||
|
||||
|
||||
@ -62,126 +62,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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineStyle.</CENTER>
|
||||
\details Description of the parameter lineStyle is: <BLOCKQUOTE>\copybrief lineStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineStyle.</CENTER>
|
||||
\details Description of the parameter lineStyle is: <BLOCKQUOTE>\copybrief lineStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief text.</CENTER>
|
||||
\details Description of the parameter text is: <BLOCKQUOTE>\copybrief text </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief text.</CENTER>
|
||||
\details Description of the parameter text is: <BLOCKQUOTE>\copybrief text </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontName.</CENTER>
|
||||
\details Description of the parameter fontName is: <BLOCKQUOTE>\copybrief fontName </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontName.</CENTER>
|
||||
\details Description of the parameter fontName is: <BLOCKQUOTE>\copybrief fontName </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontSize.</CENTER>
|
||||
\details Description of the parameter fontSize is: <BLOCKQUOTE>\copybrief fontSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontSize.</CENTER>
|
||||
\details Description of the parameter fontSize is: <BLOCKQUOTE>\copybrief fontSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief visible.</CENTER>
|
||||
\details Description of the parameter visible is: <BLOCKQUOTE>\copybrief visible </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief visible.</CENTER>
|
||||
\details Description of the parameter visible is: <BLOCKQUOTE>\copybrief visible </BLOCKQUOTE>
|
||||
\see visible for more information */
|
||||
inline virtual bool get_visible() const
|
||||
{
|
||||
@ -250,56 +250,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: <CENTER>\copybrief x1.</CENTER>
|
||||
\details Description of the parameter x1 is: <BLOCKQUOTE>\copybrief x1 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief x1.</CENTER>
|
||||
\details Description of the parameter x1 is: <BLOCKQUOTE>\copybrief x1 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief x2.</CENTER>
|
||||
\details Description of the parameter x2 is: <BLOCKQUOTE>\copybrief x2 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief x2.</CENTER>
|
||||
\details Description of the parameter x2 is: <BLOCKQUOTE>\copybrief x2 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y1.</CENTER>
|
||||
\details Description of the parameter y1 is: <BLOCKQUOTE>\copybrief y1 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y1.</CENTER>
|
||||
\details Description of the parameter y1 is: <BLOCKQUOTE>\copybrief y1 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y2.</CENTER>
|
||||
\details Description of the parameter y2 is: <BLOCKQUOTE>\copybrief y2 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y2.</CENTER>
|
||||
\details Description of the parameter y2 is: <BLOCKQUOTE>\copybrief y2 </BLOCKQUOTE>
|
||||
\see y2 for more information */
|
||||
inline virtual double get_y2() const
|
||||
{
|
||||
@ -323,14 +323,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: <CENTER>\copybrief position.</CENTER>
|
||||
\details Description of the parameter position is: <BLOCKQUOTE>\copybrief position </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief position.</CENTER>
|
||||
\details Description of the parameter position is: <BLOCKQUOTE>\copybrief position </BLOCKQUOTE>
|
||||
\see position for more information */
|
||||
inline virtual double get_position() const
|
||||
{
|
||||
@ -351,14 +351,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: <CENTER>\copybrief position2.</CENTER>
|
||||
\details Description of the parameter position2 is: <BLOCKQUOTE>\copybrief position2 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief position2.</CENTER>
|
||||
\details Description of the parameter position2 is: <BLOCKQUOTE>\copybrief position2 </BLOCKQUOTE>
|
||||
\see position2 for more information */
|
||||
inline virtual double get_position2() const
|
||||
{
|
||||
@ -403,14 +403,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: <CENTER>\copybrief inverted.</CENTER>
|
||||
\details Description of the parameter inverted is: <BLOCKQUOTE>\copybrief inverted </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief inverted.</CENTER>
|
||||
\details Description of the parameter inverted is: <BLOCKQUOTE>\copybrief inverted </BLOCKQUOTE>
|
||||
\see inverted for more information */
|
||||
inline virtual bool get_inverted() const
|
||||
{
|
||||
@ -434,14 +434,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: <CENTER>\copybrief infinite.</CENTER>
|
||||
\details Description of the parameter infinite is: <BLOCKQUOTE>\copybrief infinite </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief infinite.</CENTER>
|
||||
\details Description of the parameter infinite is: <BLOCKQUOTE>\copybrief infinite </BLOCKQUOTE>
|
||||
\see infinite for more information */
|
||||
inline virtual bool get_infinite() const
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
|
||||
|
||||
|
||||
@ -75,140 +75,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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief symbol.</CENTER>
|
||||
\details Description of the parameter symbol is: <BLOCKQUOTE>\copybrief symbol </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief symbol.</CENTER>
|
||||
\details Description of the parameter symbol is: <BLOCKQUOTE>\copybrief symbol </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief symbolWidth.</CENTER>
|
||||
\details Description of the parameter symbolWidth is: <BLOCKQUOTE>\copybrief symbolWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief symbolWidth.</CENTER>
|
||||
\details Description of the parameter symbolWidth is: <BLOCKQUOTE>\copybrief symbolWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief symbolSize.</CENTER>
|
||||
\details Description of the parameter symbolSize is: <BLOCKQUOTE>\copybrief symbolSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief symbolSize.</CENTER>
|
||||
\details Description of the parameter symbolSize is: <BLOCKQUOTE>\copybrief symbolSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawLine.</CENTER>
|
||||
\details Description of the parameter drawLine is: <BLOCKQUOTE>\copybrief drawLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawLine.</CENTER>
|
||||
\details Description of the parameter drawLine is: <BLOCKQUOTE>\copybrief drawLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawSelectionLine.</CENTER>
|
||||
\details Description of the parameter drawSelectionLine is: <BLOCKQUOTE>\copybrief drawSelectionLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawSelectionLine.</CENTER>
|
||||
\details Description of the parameter drawSelectionLine is: <BLOCKQUOTE>\copybrief drawSelectionLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief selectionLineColor.</CENTER>
|
||||
\details Description of the parameter selectionLineColor is: <BLOCKQUOTE>\copybrief selectionLineColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief selectionLineColor.</CENTER>
|
||||
\details Description of the parameter selectionLineColor is: <BLOCKQUOTE>\copybrief selectionLineColor </BLOCKQUOTE>
|
||||
\see selectionLineColor for more information */
|
||||
inline virtual QColor get_selectionLineColor() const
|
||||
{
|
||||
@ -279,142 +279,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: <CENTER>\copybrief sizeColumn.</CENTER>
|
||||
\details Description of the parameter sizeColumn is: <BLOCKQUOTE>\copybrief sizeColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief sizeColumn.</CENTER>
|
||||
\details Description of the parameter sizeColumn is: <BLOCKQUOTE>\copybrief sizeColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief sizeColumn.</CENTER>
|
||||
\details Description of the parameter sizeColumn is: <BLOCKQUOTE>\copybrief sizeColumn </BLOCKQUOTE>
|
||||
\see sizeColumn for more information */
|
||||
inline virtual void set_sizeColumn (size_t __value) { this->sizeColumn = static_cast<int>(__value); }
|
||||
/*! \brief sets the property colorColumn to the specified \a __value.
|
||||
\details Description of the parameter colorColumn is: <CENTER>\copybrief colorColumn.</CENTER>
|
||||
\details Description of the parameter colorColumn is: <BLOCKQUOTE>\copybrief colorColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief colorColumn.</CENTER>
|
||||
\details Description of the parameter colorColumn is: <BLOCKQUOTE>\copybrief colorColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief colorColumn.</CENTER>
|
||||
\details Description of the parameter colorColumn is: <BLOCKQUOTE>\copybrief colorColumn </BLOCKQUOTE>
|
||||
\see colorColumn for more information */
|
||||
inline virtual void set_colorColumn (size_t __value) { this->colorColumn = static_cast<int>(__value); }
|
||||
/*! \brief sets the property symbolColumn to the specified \a __value.
|
||||
\details Description of the parameter symbolColumn is: <CENTER>\copybrief symbolColumn.</CENTER>
|
||||
\details Description of the parameter symbolColumn is: <BLOCKQUOTE>\copybrief symbolColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief symbolColumn.</CENTER>
|
||||
\details Description of the parameter symbolColumn is: <BLOCKQUOTE>\copybrief symbolColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief symbolColumn.</CENTER>
|
||||
\details Description of the parameter symbolColumn is: <BLOCKQUOTE>\copybrief symbolColumn </BLOCKQUOTE>
|
||||
\see symbolColumn for more information */
|
||||
inline virtual void set_symbolColumn (size_t __value) { this->symbolColumn = static_cast<int>(__value); }
|
||||
/*! \brief sets the property linewidthColumn to the specified \a __value.
|
||||
\details Description of the parameter linewidthColumn is: <CENTER>\copybrief linewidthColumn.</CENTER>
|
||||
\details Description of the parameter linewidthColumn is: <BLOCKQUOTE>\copybrief linewidthColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief linewidthColumn.</CENTER>
|
||||
\details Description of the parameter linewidthColumn is: <BLOCKQUOTE>\copybrief linewidthColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief linewidthColumn.</CENTER>
|
||||
\details Description of the parameter linewidthColumn is: <BLOCKQUOTE>\copybrief linewidthColumn </BLOCKQUOTE>
|
||||
\see linewidthColumn for more information */
|
||||
inline virtual void set_linewidthColumn( size_t __value) { this->linewidthColumn = static_cast<int>(__value); }
|
||||
/*! \brief sets the property colorColumnContainsRGB to the specified \a __value.
|
||||
\details Description of the parameter colorColumnContainsRGB is: <CENTER>\copybrief colorColumnContainsRGB.</CENTER>
|
||||
\details Description of the parameter colorColumnContainsRGB is: <BLOCKQUOTE>\copybrief colorColumnContainsRGB </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief colorColumnContainsRGB.</CENTER>
|
||||
\details Description of the parameter colorColumnContainsRGB is: <BLOCKQUOTE>\copybrief colorColumnContainsRGB </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief gridModeForSymbolSize.</CENTER>
|
||||
\details Description of the parameter gridModeForSymbolSize is: <BLOCKQUOTE>\copybrief gridModeForSymbolSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief gridModeForSymbolSize.</CENTER>
|
||||
\details Description of the parameter gridModeForSymbolSize is: <BLOCKQUOTE>\copybrief gridModeForSymbolSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief gridDeltaX.</CENTER>
|
||||
\details Description of the parameter gridDeltaX is: <BLOCKQUOTE>\copybrief gridDeltaX </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief gridDeltaX.</CENTER>
|
||||
\details Description of the parameter gridDeltaX is: <BLOCKQUOTE>\copybrief gridDeltaX </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief gridDeltaY.</CENTER>
|
||||
\details Description of the parameter gridDeltaY is: <BLOCKQUOTE>\copybrief gridDeltaY </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief gridDeltaY.</CENTER>
|
||||
\details Description of the parameter gridDeltaY is: <BLOCKQUOTE>\copybrief gridDeltaY </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief gridSymbolFractionSize.</CENTER>
|
||||
\details Description of the parameter gridSymbolFractionSize is: <BLOCKQUOTE>\copybrief gridSymbolFractionSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief gridSymbolFractionSize.</CENTER>
|
||||
\details Description of the parameter gridSymbolFractionSize is: <BLOCKQUOTE>\copybrief gridSymbolFractionSize </BLOCKQUOTE>
|
||||
\see gridSymbolFractionSize for more information */
|
||||
inline virtual double get_gridSymbolFractionSize() const
|
||||
{
|
||||
@ -593,112 +593,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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawLine.</CENTER>
|
||||
\details Description of the parameter drawLine is: <BLOCKQUOTE>\copybrief drawLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawLine.</CENTER>
|
||||
\details Description of the parameter drawLine is: <BLOCKQUOTE>\copybrief drawLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillCurve.</CENTER>
|
||||
\details Description of the parameter fillCurve is: <BLOCKQUOTE>\copybrief fillCurve </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillCurve.</CENTER>
|
||||
\details Description of the parameter fillCurve is: <BLOCKQUOTE>\copybrief fillCurve </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief stepType.</CENTER>
|
||||
\details Description of the parameter stepType is: <BLOCKQUOTE>\copybrief stepType </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief stepType.</CENTER>
|
||||
\details Description of the parameter stepType is: <BLOCKQUOTE>\copybrief stepType </BLOCKQUOTE>
|
||||
\see stepType for more information */
|
||||
inline virtual JKQTPstepType get_stepType() const
|
||||
{
|
||||
@ -804,196 +804,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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief centerColor.</CENTER>
|
||||
\details Description of the parameter centerColor is: <BLOCKQUOTE>\copybrief centerColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief centerColor.</CENTER>
|
||||
\details Description of the parameter centerColor is: <BLOCKQUOTE>\copybrief centerColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief centerStyle.</CENTER>
|
||||
\details Description of the parameter centerStyle is: <BLOCKQUOTE>\copybrief centerStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief centerStyle.</CENTER>
|
||||
\details Description of the parameter centerStyle is: <BLOCKQUOTE>\copybrief centerStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief centerLineWidth.</CENTER>
|
||||
\details Description of the parameter centerLineWidth is: <BLOCKQUOTE>\copybrief centerLineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief centerLineWidth.</CENTER>
|
||||
\details Description of the parameter centerLineWidth is: <BLOCKQUOTE>\copybrief centerLineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief rangeMin.</CENTER>
|
||||
\details Description of the parameter rangeMin is: <BLOCKQUOTE>\copybrief rangeMin </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief rangeMin.</CENTER>
|
||||
\details Description of the parameter rangeMin is: <BLOCKQUOTE>\copybrief rangeMin </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief rangeMax.</CENTER>
|
||||
\details Description of the parameter rangeMax is: <BLOCKQUOTE>\copybrief rangeMax </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief rangeMax.</CENTER>
|
||||
\details Description of the parameter rangeMax is: <BLOCKQUOTE>\copybrief rangeMax </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief sizeMin.</CENTER>
|
||||
\details Description of the parameter sizeMin is: <BLOCKQUOTE>\copybrief sizeMin </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief sizeMin.</CENTER>
|
||||
\details Description of the parameter sizeMin is: <BLOCKQUOTE>\copybrief sizeMin </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief sizeMax.</CENTER>
|
||||
\details Description of the parameter sizeMax is: <BLOCKQUOTE>\copybrief sizeMax </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief sizeMax.</CENTER>
|
||||
\details Description of the parameter sizeMax is: <BLOCKQUOTE>\copybrief sizeMax </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief unlimitedSizeMin.</CENTER>
|
||||
\details Description of the parameter unlimitedSizeMin is: <BLOCKQUOTE>\copybrief unlimitedSizeMin </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief unlimitedSizeMin.</CENTER>
|
||||
\details Description of the parameter unlimitedSizeMin is: <BLOCKQUOTE>\copybrief unlimitedSizeMin </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief unlimitedSizeMax.</CENTER>
|
||||
\details Description of the parameter unlimitedSizeMax is: <BLOCKQUOTE>\copybrief unlimitedSizeMax </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief unlimitedSizeMax.</CENTER>
|
||||
\details Description of the parameter unlimitedSizeMax is: <BLOCKQUOTE>\copybrief unlimitedSizeMax </BLOCKQUOTE>
|
||||
\see unlimitedSizeMax for more information */
|
||||
inline virtual bool get_unlimitedSizeMax() const
|
||||
{
|
||||
@ -1001,84 +1001,84 @@ class LIB_EXPORT JKQTPhorizontalRange: public JKQTPgraph {
|
||||
}
|
||||
|
||||
/*! \brief sets the property rangeCenter to the specified \a __value.
|
||||
\details Description of the parameter rangeCenter is: <CENTER>\copybrief rangeCenter.</CENTER>
|
||||
\details Description of the parameter rangeCenter is: <BLOCKQUOTE>\copybrief rangeCenter </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief rangeCenter.</CENTER>
|
||||
\details Description of the parameter rangeCenter is: <BLOCKQUOTE>\copybrief rangeCenter </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief plotCenterLine.</CENTER>
|
||||
\details Description of the parameter plotCenterLine is: <BLOCKQUOTE>\copybrief plotCenterLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief plotCenterLine.</CENTER>
|
||||
\details Description of the parameter plotCenterLine is: <BLOCKQUOTE>\copybrief plotCenterLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief invertedRange.</CENTER>
|
||||
\details Description of the parameter invertedRange is: <BLOCKQUOTE>\copybrief invertedRange </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief invertedRange.</CENTER>
|
||||
\details Description of the parameter invertedRange is: <BLOCKQUOTE>\copybrief invertedRange </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief plotRange.</CENTER>
|
||||
\details Description of the parameter plotRange is: <BLOCKQUOTE>\copybrief plotRange </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief plotRange.</CENTER>
|
||||
\details Description of the parameter plotRange is: <BLOCKQUOTE>\copybrief plotRange </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillRange.</CENTER>
|
||||
\details Description of the parameter fillRange is: <BLOCKQUOTE>\copybrief fillRange </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillRange.</CENTER>
|
||||
\details Description of the parameter fillRange is: <BLOCKQUOTE>\copybrief fillRange </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief plotRangeLines.</CENTER>
|
||||
\details Description of the parameter plotRangeLines is: <BLOCKQUOTE>\copybrief plotRangeLines </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief plotRangeLines.</CENTER>
|
||||
\details Description of the parameter plotRangeLines is: <BLOCKQUOTE>\copybrief plotRangeLines </BLOCKQUOTE>
|
||||
\see plotRangeLines for more information */
|
||||
inline virtual bool get_plotRangeLines() const
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
* \ingroup jkqtplotter_elements
|
||||
*/
|
||||
|
||||
/** \file jkqtpgraphs.h
|
||||
/** \file jkqtpgraphsbarchart.h
|
||||
* \ingroup jkqtplotter
|
||||
*/
|
||||
|
||||
@ -107,112 +107,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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief shift.</CENTER>
|
||||
\details Description of the parameter shift is: <BLOCKQUOTE>\copybrief shift </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief shift.</CENTER>
|
||||
\details Description of the parameter shift is: <BLOCKQUOTE>\copybrief shift </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief width.</CENTER>
|
||||
\details Description of the parameter width is: <BLOCKQUOTE>\copybrief width </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief width.</CENTER>
|
||||
\details Description of the parameter width is: <BLOCKQUOTE>\copybrief width </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief baseline.</CENTER>
|
||||
\details Description of the parameter baseline is: <BLOCKQUOTE>\copybrief baseline </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief baseline.</CENTER>
|
||||
\details Description of the parameter baseline is: <BLOCKQUOTE>\copybrief baseline </BLOCKQUOTE>
|
||||
\see baseline for more information */
|
||||
inline virtual double get_baseline() const
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
* \ingroup jkqtplotter_elements
|
||||
*/
|
||||
|
||||
/** \file jkqtpgraphs.h
|
||||
/** \file jkqtpgraphsbase.h
|
||||
* \ingroup jkqtplotter
|
||||
*/
|
||||
|
||||
@ -100,28 +100,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: <CENTER>\copybrief title.</CENTER>
|
||||
\details Description of the parameter title is: <BLOCKQUOTE>\copybrief title </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief title.</CENTER>
|
||||
\details Description of the parameter title is: <BLOCKQUOTE>\copybrief title </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief visible.</CENTER>
|
||||
\details Description of the parameter visible is: <BLOCKQUOTE>\copybrief visible </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief visible.</CENTER>
|
||||
\details Description of the parameter visible is: <BLOCKQUOTE>\copybrief visible </BLOCKQUOTE>
|
||||
\see visible for more information */
|
||||
inline virtual bool get_visible() const
|
||||
{
|
||||
@ -234,28 +234,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: <CENTER>\copybrief datarange_start.</CENTER>
|
||||
\details Description of the parameter datarange_start is: <BLOCKQUOTE>\copybrief datarange_start </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief datarange_start.</CENTER>
|
||||
\details Description of the parameter datarange_start is: <BLOCKQUOTE>\copybrief datarange_start </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief datarange_end.</CENTER>
|
||||
\details Description of the parameter datarange_end is: <BLOCKQUOTE>\copybrief datarange_end </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief datarange_end.</CENTER>
|
||||
\details Description of the parameter datarange_end is: <BLOCKQUOTE>\copybrief datarange_end </BLOCKQUOTE>
|
||||
\see datarange_end for more information */
|
||||
inline virtual int get_datarange_end() const
|
||||
{
|
||||
@ -365,56 +365,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: <CENTER>\copybrief xColumn.</CENTER>
|
||||
\details Description of the parameter xColumn is: <BLOCKQUOTE>\copybrief xColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief xColumn.</CENTER>
|
||||
\details Description of the parameter xColumn is: <BLOCKQUOTE>\copybrief xColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief xColumn.</CENTER>
|
||||
\details Description of the parameter xColumn is: <BLOCKQUOTE>\copybrief xColumn </BLOCKQUOTE>
|
||||
\see xColumn for more information */
|
||||
inline virtual void set_xColumn (size_t __value) { this->xColumn = static_cast<int>(__value); }
|
||||
/*! \brief sets the property yColumn to the specified \a __value.
|
||||
\details Description of the parameter yColumn is: <CENTER>\copybrief yColumn.</CENTER>
|
||||
\details Description of the parameter yColumn is: <BLOCKQUOTE>\copybrief yColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief yColumn.</CENTER>
|
||||
\details Description of the parameter yColumn is: <BLOCKQUOTE>\copybrief yColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief yColumn.</CENTER>
|
||||
\details Description of the parameter yColumn is: <BLOCKQUOTE>\copybrief yColumn </BLOCKQUOTE>
|
||||
\see yColumn for more information */
|
||||
inline virtual void set_yColumn (size_t __value) { this->yColumn = static_cast<int>(__value); }
|
||||
/*! \brief sets the property sortData to the specified \a __value.
|
||||
\details Description of the parameter sortData is: <CENTER>\copybrief sortData.</CENTER>
|
||||
\details Description of the parameter sortData is: <BLOCKQUOTE>\copybrief sortData </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief sortData.</CENTER>
|
||||
\details Description of the parameter sortData is: <BLOCKQUOTE>\copybrief sortData </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief sortData.</CENTER> \see sortData for more information */
|
||||
/*! \brief sets the property sortData to the specified \a __value. \details Description of the parameter sortData is: <BLOCKQUOTE>\copybrief sortData </BLOCKQUOTE> \see sortData for more information */
|
||||
void set_sortData(int __value);
|
||||
|
||||
protected:
|
||||
@ -467,80 +467,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: <CENTER>\copybrief dataColumn.</CENTER>
|
||||
\details Description of the parameter dataColumn is: <BLOCKQUOTE>\copybrief dataColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief dataColumn.</CENTER>
|
||||
\details Description of the parameter dataColumn is: <BLOCKQUOTE>\copybrief dataColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief dataColumn.</CENTER>
|
||||
\details Description of the parameter dataColumn is: <BLOCKQUOTE>\copybrief dataColumn </BLOCKQUOTE>
|
||||
\see dataColumn for more information */
|
||||
inline virtual void set_dataColumn (size_t __value) { this->dataColumn = static_cast<int>(__value); }
|
||||
/*! \brief sets the property color to the specified \a __value.
|
||||
\details Description of the parameter color is: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief sortData.</CENTER>
|
||||
\details Description of the parameter sortData is: <BLOCKQUOTE>\copybrief sortData </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief sortData.</CENTER>
|
||||
\details Description of the parameter sortData is: <BLOCKQUOTE>\copybrief sortData </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief sortData.</CENTER> \see sortData for more information */
|
||||
/*! \brief sets the property sortData to the specified \a __value. \details Description of the parameter sortData is: <BLOCKQUOTE>\copybrief sortData </BLOCKQUOTE> \see sortData for more information */
|
||||
void set_sortData(int __value);
|
||||
|
||||
/** \copydoc JKQTPgraph::usesColumn() */
|
||||
@ -602,84 +602,84 @@ class LIB_EXPORT JKQTPgraphErrors {
|
||||
virtual ~JKQTPgraphErrors();
|
||||
|
||||
/*! \brief sets the property errorColor to the specified \a __value.
|
||||
\details Description of the parameter errorColor is: <CENTER>\copybrief errorColor.</CENTER>
|
||||
\details Description of the parameter errorColor is: <BLOCKQUOTE>\copybrief errorColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorColor.</CENTER>
|
||||
\details Description of the parameter errorColor is: <BLOCKQUOTE>\copybrief errorColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorStyle.</CENTER>
|
||||
\details Description of the parameter errorStyle is: <BLOCKQUOTE>\copybrief errorStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorStyle.</CENTER>
|
||||
\details Description of the parameter errorStyle is: <BLOCKQUOTE>\copybrief errorStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorWidth.</CENTER>
|
||||
\details Description of the parameter errorWidth is: <BLOCKQUOTE>\copybrief errorWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorWidth.</CENTER>
|
||||
\details Description of the parameter errorWidth is: <BLOCKQUOTE>\copybrief errorWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorFillColor.</CENTER>
|
||||
\details Description of the parameter errorFillColor is: <BLOCKQUOTE>\copybrief errorFillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorFillColor.</CENTER>
|
||||
\details Description of the parameter errorFillColor is: <BLOCKQUOTE>\copybrief errorFillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorFillStyle.</CENTER>
|
||||
\details Description of the parameter errorFillStyle is: <BLOCKQUOTE>\copybrief errorFillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorFillStyle.</CENTER>
|
||||
\details Description of the parameter errorFillStyle is: <BLOCKQUOTE>\copybrief errorFillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorbarSize.</CENTER>
|
||||
\details Description of the parameter errorbarSize is: <BLOCKQUOTE>\copybrief errorbarSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorbarSize.</CENTER>
|
||||
\details Description of the parameter errorbarSize is: <BLOCKQUOTE>\copybrief errorbarSize </BLOCKQUOTE>
|
||||
\see errorbarSize for more information */
|
||||
inline virtual double get_errorbarSize() const
|
||||
{
|
||||
@ -739,32 +739,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: <CENTER>\copybrief xErrorSymmetric.</CENTER>
|
||||
\details Description of the parameter xErrorSymmetric is: <BLOCKQUOTE>\copybrief xErrorSymmetric </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief xErrorSymmetric.</CENTER>
|
||||
\details Description of the parameter xErrorSymmetric is: <BLOCKQUOTE>\copybrief xErrorSymmetric </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief xErrorColumnLower.</CENTER>. \see xErrorColumnLower for more information */
|
||||
/*! \brief returns the property xErrorColumnLower. \details Description of the parameter xErrorColumnLower is: <BLOCKQUOTE>\copybrief xErrorColumnLower </BLOCKQUOTE>. \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: <CENTER>\copybrief xErrorColumn.</CENTER>. \see xErrorColumn for more information */
|
||||
/*! \brief returns the property xErrorColumn. \details Description of the parameter xErrorColumn is: <BLOCKQUOTE>\copybrief xErrorColumn </BLOCKQUOTE>. \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: <CENTER>\copybrief xErrorStyle.</CENTER>
|
||||
\details Description of the parameter xErrorStyle is: <BLOCKQUOTE>\copybrief xErrorStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief xErrorStyle.</CENTER>
|
||||
\details Description of the parameter xErrorStyle is: <BLOCKQUOTE>\copybrief xErrorStyle </BLOCKQUOTE>
|
||||
\see xErrorStyle for more information */
|
||||
inline virtual JKQTPerrorPlotstyle get_xErrorStyle() const
|
||||
{
|
||||
@ -809,32 +809,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: <CENTER>\copybrief yErrorSymmetric.</CENTER>
|
||||
\details Description of the parameter yErrorSymmetric is: <BLOCKQUOTE>\copybrief yErrorSymmetric </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief yErrorSymmetric.</CENTER>
|
||||
\details Description of the parameter yErrorSymmetric is: <BLOCKQUOTE>\copybrief yErrorSymmetric </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief yErrorColumnLower.</CENTER>. \see yErrorColumnLower for more information */
|
||||
/*! \brief returns the property yErrorColumnLower. \details Description of the parameter yErrorColumnLower is: <BLOCKQUOTE>\copybrief yErrorColumnLower </BLOCKQUOTE>. \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: <CENTER>\copybrief yErrorColumn.</CENTER>. \see yErrorColumn for more information */
|
||||
/*! \brief returns the property yErrorColumn. \details Description of the parameter yErrorColumn is: <BLOCKQUOTE>\copybrief yErrorColumn </BLOCKQUOTE>. \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: <CENTER>\copybrief yErrorStyle.</CENTER>
|
||||
\details Description of the parameter yErrorStyle is: <BLOCKQUOTE>\copybrief yErrorStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief yErrorStyle.</CENTER>
|
||||
\details Description of the parameter yErrorStyle is: <BLOCKQUOTE>\copybrief yErrorStyle </BLOCKQUOTE>
|
||||
\see yErrorStyle for more information */
|
||||
inline virtual JKQTPerrorPlotstyle get_yErrorStyle() const
|
||||
{
|
||||
@ -876,64 +876,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: <CENTER>\copybrief xErrorSymmetric.</CENTER>
|
||||
\details Description of the parameter xErrorSymmetric is: <BLOCKQUOTE>\copybrief xErrorSymmetric </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief xErrorSymmetric.</CENTER>
|
||||
\details Description of the parameter xErrorSymmetric is: <BLOCKQUOTE>\copybrief xErrorSymmetric </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief yErrorSymmetric.</CENTER>
|
||||
\details Description of the parameter yErrorSymmetric is: <BLOCKQUOTE>\copybrief yErrorSymmetric </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief yErrorSymmetric.</CENTER>
|
||||
\details Description of the parameter yErrorSymmetric is: <BLOCKQUOTE>\copybrief yErrorSymmetric </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief xErrorColumnLower.</CENTER>. \see xErrorColumnLower for more information */
|
||||
/*! \brief returns the property xErrorColumnLower. \details Description of the parameter xErrorColumnLower is: <BLOCKQUOTE>\copybrief xErrorColumnLower </BLOCKQUOTE>. \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: <CENTER>\copybrief xErrorColumn.</CENTER>. \see xErrorColumn for more information */
|
||||
/*! \brief returns the property xErrorColumn. \details Description of the parameter xErrorColumn is: <BLOCKQUOTE>\copybrief xErrorColumn </BLOCKQUOTE>. \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: <CENTER>\copybrief yErrorColumnLower.</CENTER>. \see yErrorColumnLower for more information */
|
||||
/*! \brief returns the property yErrorColumnLower. \details Description of the parameter yErrorColumnLower is: <BLOCKQUOTE>\copybrief yErrorColumnLower </BLOCKQUOTE>. \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: <CENTER>\copybrief yErrorColumn.</CENTER>. \see yErrorColumn for more information */
|
||||
/*! \brief returns the property yErrorColumn. \details Description of the parameter yErrorColumn is: <BLOCKQUOTE>\copybrief yErrorColumn </BLOCKQUOTE>. \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: <CENTER>\copybrief yErrorStyle.</CENTER>
|
||||
\details Description of the parameter yErrorStyle is: <BLOCKQUOTE>\copybrief yErrorStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief yErrorStyle.</CENTER>
|
||||
\details Description of the parameter yErrorStyle is: <BLOCKQUOTE>\copybrief yErrorStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief xErrorStyle.</CENTER>
|
||||
\details Description of the parameter xErrorStyle is: <BLOCKQUOTE>\copybrief xErrorStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief xErrorStyle.</CENTER>
|
||||
\details Description of the parameter xErrorStyle is: <BLOCKQUOTE>\copybrief xErrorStyle </BLOCKQUOTE>
|
||||
\see xErrorStyle for more information */
|
||||
inline virtual JKQTPerrorPlotstyle get_xErrorStyle() const
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
* \ingroup jkqtplotter_elements
|
||||
*/
|
||||
|
||||
/** \file jkqtpgraphs.h
|
||||
/** \file jkqtpgraphsboxplot.h
|
||||
* \ingroup jkqtplotter
|
||||
*/
|
||||
|
||||
@ -91,226 +91,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: <CENTER>\copybrief sortData.</CENTER>
|
||||
\details Description of the parameter sortData is: <BLOCKQUOTE>\copybrief sortData </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief sortData.</CENTER>
|
||||
\details Description of the parameter sortData is: <BLOCKQUOTE>\copybrief sortData </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief sortData.</CENTER> \see sortData for more information */
|
||||
/*! \brief sets the property sortData to the specified \a __value. \details Description of the parameter sortData is: <BLOCKQUOTE>\copybrief sortData </BLOCKQUOTE> \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: <CENTER>\copybrief posColumn.</CENTER>
|
||||
\details Description of the parameter posColumn is: <BLOCKQUOTE>\copybrief posColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief posColumn.</CENTER>
|
||||
\details Description of the parameter posColumn is: <BLOCKQUOTE>\copybrief posColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief posColumn.</CENTER>
|
||||
\details Description of the parameter posColumn is: <BLOCKQUOTE>\copybrief posColumn </BLOCKQUOTE>
|
||||
\see posColumn for more information */
|
||||
inline virtual void set_posColumn (size_t __value) { this->posColumn = static_cast<int>(__value); }
|
||||
/*! \brief sets the property medianColumn to the specified \a __value.
|
||||
\details Description of the parameter medianColumn is: <CENTER>\copybrief medianColumn.</CENTER>
|
||||
\details Description of the parameter medianColumn is: <BLOCKQUOTE>\copybrief medianColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief medianColumn.</CENTER>
|
||||
\details Description of the parameter medianColumn is: <BLOCKQUOTE>\copybrief medianColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief medianColumn.</CENTER>
|
||||
\details Description of the parameter medianColumn is: <BLOCKQUOTE>\copybrief medianColumn </BLOCKQUOTE>
|
||||
\see medianColumn for more information */
|
||||
inline virtual void set_medianColumn (size_t __value) { this->medianColumn = static_cast<int>(__value); }
|
||||
/*! \brief sets the property meanColumn to the specified \a __value.
|
||||
\details Description of the parameter meanColumn is: <CENTER>\copybrief meanColumn.</CENTER>
|
||||
\details Description of the parameter meanColumn is: <BLOCKQUOTE>\copybrief meanColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief meanColumn.</CENTER>
|
||||
\details Description of the parameter meanColumn is: <BLOCKQUOTE>\copybrief meanColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief meanColumn.</CENTER>
|
||||
\details Description of the parameter meanColumn is: <BLOCKQUOTE>\copybrief meanColumn </BLOCKQUOTE>
|
||||
\see meanColumn for more information */
|
||||
inline virtual void set_meanColumn (size_t __value) { this->meanColumn = static_cast<int>(__value); }
|
||||
/*! \brief sets the property minColumn to the specified \a __value.
|
||||
\details Description of the parameter minColumn is: <CENTER>\copybrief minColumn.</CENTER>
|
||||
\details Description of the parameter minColumn is: <BLOCKQUOTE>\copybrief minColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief minColumn.</CENTER>
|
||||
\details Description of the parameter minColumn is: <BLOCKQUOTE>\copybrief minColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief minColumn.</CENTER>
|
||||
\details Description of the parameter minColumn is: <BLOCKQUOTE>\copybrief minColumn </BLOCKQUOTE>
|
||||
\see minColumn for more information */
|
||||
inline virtual void set_minColumn( size_t __value) { this->minColumn = static_cast<int>(__value); }
|
||||
/*! \brief sets the property maxColumn to the specified \a __value.
|
||||
\details Description of the parameter maxColumn is: <CENTER>\copybrief maxColumn.</CENTER>
|
||||
\details Description of the parameter maxColumn is: <BLOCKQUOTE>\copybrief maxColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief maxColumn.</CENTER>
|
||||
\details Description of the parameter maxColumn is: <BLOCKQUOTE>\copybrief maxColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief maxColumn.</CENTER>
|
||||
\details Description of the parameter maxColumn is: <BLOCKQUOTE>\copybrief maxColumn </BLOCKQUOTE>
|
||||
\see maxColumn for more information */
|
||||
inline virtual void set_maxColumn (size_t __value) { this->maxColumn = static_cast<int>(__value); }
|
||||
/*! \brief sets the property percentile25Column to the specified \a __value.
|
||||
\details Description of the parameter percentile25Column is: <CENTER>\copybrief percentile25Column.</CENTER>
|
||||
\details Description of the parameter percentile25Column is: <BLOCKQUOTE>\copybrief percentile25Column </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief percentile25Column.</CENTER>
|
||||
\details Description of the parameter percentile25Column is: <BLOCKQUOTE>\copybrief percentile25Column </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief percentile25Column.</CENTER>
|
||||
\details Description of the parameter percentile25Column is: <BLOCKQUOTE>\copybrief percentile25Column </BLOCKQUOTE>
|
||||
\see percentile25Column for more information */
|
||||
inline virtual void set_percentile25Column (size_t __value) { this->percentile25Column = static_cast<int>(__value); }
|
||||
/*! \brief sets the property percentile75Column to the specified \a __value.
|
||||
\details Description of the parameter percentile75Column is: <CENTER>\copybrief percentile75Column.</CENTER>
|
||||
\details Description of the parameter percentile75Column is: <BLOCKQUOTE>\copybrief percentile75Column </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief percentile75Column.</CENTER>
|
||||
\details Description of the parameter percentile75Column is: <BLOCKQUOTE>\copybrief percentile75Column </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief percentile75Column.</CENTER>
|
||||
\details Description of the parameter percentile75Column is: <BLOCKQUOTE>\copybrief percentile75Column </BLOCKQUOTE>
|
||||
\see percentile75Column for more information */
|
||||
inline virtual void set_percentile75Column (size_t __value) { this->percentile75Column = static_cast<int>(__value); }
|
||||
/*! \brief sets the property color to the specified \a __value.
|
||||
\details Description of the parameter color is: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief whiskerStyle.</CENTER>
|
||||
\details Description of the parameter whiskerStyle is: <BLOCKQUOTE>\copybrief whiskerStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief whiskerStyle.</CENTER>
|
||||
\details Description of the parameter whiskerStyle is: <BLOCKQUOTE>\copybrief whiskerStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief boxWidth.</CENTER>
|
||||
\details Description of the parameter boxWidth is: <BLOCKQUOTE>\copybrief boxWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief boxWidth.</CENTER>
|
||||
\details Description of the parameter boxWidth is: <BLOCKQUOTE>\copybrief boxWidth </BLOCKQUOTE>
|
||||
\see boxWidth for more information */
|
||||
inline virtual double get_boxWidth() const
|
||||
{
|
||||
@ -318,42 +318,42 @@ class LIB_EXPORT JKQTPboxplotVerticalGraph: public JKQTPgraph {
|
||||
}
|
||||
|
||||
/*! \brief sets the property meanSymbol to the specified \a __value.
|
||||
\details Description of the parameter meanSymbol is: <CENTER>\copybrief meanSymbol.</CENTER>
|
||||
\details Description of the parameter meanSymbol is: <BLOCKQUOTE>\copybrief meanSymbol </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief meanSymbol.</CENTER>
|
||||
\details Description of the parameter meanSymbol is: <BLOCKQUOTE>\copybrief meanSymbol </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief meanSymbolWidth.</CENTER>
|
||||
\details Description of the parameter meanSymbolWidth is: <BLOCKQUOTE>\copybrief meanSymbolWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief meanSymbolWidth.</CENTER>
|
||||
\details Description of the parameter meanSymbolWidth is: <BLOCKQUOTE>\copybrief meanSymbolWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief meanSymbolSize.</CENTER>
|
||||
\details Description of the parameter meanSymbolSize is: <BLOCKQUOTE>\copybrief meanSymbolSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief meanSymbolSize.</CENTER>
|
||||
\details Description of the parameter meanSymbolSize is: <BLOCKQUOTE>\copybrief meanSymbolSize </BLOCKQUOTE>
|
||||
\see meanSymbolSize for more information */
|
||||
inline virtual double get_meanSymbolSize() const
|
||||
{
|
||||
@ -491,21 +491,21 @@ class LIB_EXPORT JKQTPboxplotVerticalElement: public JKQTPgraph {
|
||||
|
||||
|
||||
/*! \brief sets the property pos to the specified \a __value.
|
||||
\details Description of the parameter pos is: <CENTER>\copybrief pos.</CENTER>
|
||||
\details Description of the parameter pos is: <BLOCKQUOTE>\copybrief pos </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief pos.</CENTER>
|
||||
\details Description of the parameter pos is: <BLOCKQUOTE>\copybrief pos </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief median.</CENTER>
|
||||
\details Description of the parameter median is: <BLOCKQUOTE>\copybrief median </BLOCKQUOTE>
|
||||
\see median for more information */
|
||||
inline virtual void set_median(double __value)
|
||||
{
|
||||
@ -515,14 +515,14 @@ class LIB_EXPORT JKQTPboxplotVerticalElement: public JKQTPgraph {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property median.
|
||||
\details Description of the parameter median is: <CENTER>\copybrief median.</CENTER>
|
||||
\details Description of the parameter median is: <BLOCKQUOTE>\copybrief median </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief mean.</CENTER>
|
||||
\details Description of the parameter mean is: <BLOCKQUOTE>\copybrief mean </BLOCKQUOTE>
|
||||
\see mean for more information */
|
||||
inline virtual void set_mean(double __value)
|
||||
{
|
||||
@ -532,14 +532,14 @@ class LIB_EXPORT JKQTPboxplotVerticalElement: public JKQTPgraph {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property mean.
|
||||
\details Description of the parameter mean is: <CENTER>\copybrief mean.</CENTER>
|
||||
\details Description of the parameter mean is: <BLOCKQUOTE>\copybrief mean </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief min.</CENTER>
|
||||
\details Description of the parameter min is: <BLOCKQUOTE>\copybrief min </BLOCKQUOTE>
|
||||
\see min for more information */
|
||||
inline virtual void set_min(double __value)
|
||||
{
|
||||
@ -549,14 +549,14 @@ class LIB_EXPORT JKQTPboxplotVerticalElement: public JKQTPgraph {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property min.
|
||||
\details Description of the parameter min is: <CENTER>\copybrief min.</CENTER>
|
||||
\details Description of the parameter min is: <BLOCKQUOTE>\copybrief min </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief max.</CENTER>
|
||||
\details Description of the parameter max is: <BLOCKQUOTE>\copybrief max </BLOCKQUOTE>
|
||||
\see max for more information */
|
||||
inline virtual void set_max(double __value)
|
||||
{
|
||||
@ -566,105 +566,105 @@ class LIB_EXPORT JKQTPboxplotVerticalElement: public JKQTPgraph {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property max.
|
||||
\details Description of the parameter max is: <CENTER>\copybrief max.</CENTER>
|
||||
\details Description of the parameter max is: <BLOCKQUOTE>\copybrief max </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief percentile25.</CENTER>
|
||||
\details Description of the parameter percentile25 is: <BLOCKQUOTE>\copybrief percentile25 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief percentile25.</CENTER>
|
||||
\details Description of the parameter percentile25 is: <BLOCKQUOTE>\copybrief percentile25 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief percentile75.</CENTER>
|
||||
\details Description of the parameter percentile75 is: <BLOCKQUOTE>\copybrief percentile75 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief percentile75.</CENTER>
|
||||
\details Description of the parameter percentile75 is: <BLOCKQUOTE>\copybrief percentile75 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief whiskerStyle.</CENTER>
|
||||
\details Description of the parameter whiskerStyle is: <BLOCKQUOTE>\copybrief whiskerStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief whiskerStyle.</CENTER>
|
||||
\details Description of the parameter whiskerStyle is: <BLOCKQUOTE>\copybrief whiskerStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief boxWidth.</CENTER>
|
||||
\details Description of the parameter boxWidth is: <BLOCKQUOTE>\copybrief boxWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief boxWidth.</CENTER>
|
||||
\details Description of the parameter boxWidth is: <BLOCKQUOTE>\copybrief boxWidth </BLOCKQUOTE>
|
||||
\see boxWidth for more information */
|
||||
inline virtual double get_boxWidth() const
|
||||
{
|
||||
@ -672,84 +672,84 @@ class LIB_EXPORT JKQTPboxplotVerticalElement: public JKQTPgraph {
|
||||
}
|
||||
|
||||
/*! \brief sets the property meanSymbol to the specified \a __value.
|
||||
\details Description of the parameter meanSymbol is: <CENTER>\copybrief meanSymbol.</CENTER>
|
||||
\details Description of the parameter meanSymbol is: <BLOCKQUOTE>\copybrief meanSymbol </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief meanSymbol.</CENTER>
|
||||
\details Description of the parameter meanSymbol is: <BLOCKQUOTE>\copybrief meanSymbol </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief meanSymbolWidth.</CENTER>
|
||||
\details Description of the parameter meanSymbolWidth is: <BLOCKQUOTE>\copybrief meanSymbolWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief meanSymbolWidth.</CENTER>
|
||||
\details Description of the parameter meanSymbolWidth is: <BLOCKQUOTE>\copybrief meanSymbolWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief meanSymbolSize.</CENTER>
|
||||
\details Description of the parameter meanSymbolSize is: <BLOCKQUOTE>\copybrief meanSymbolSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief meanSymbolSize.</CENTER>
|
||||
\details Description of the parameter meanSymbolSize is: <BLOCKQUOTE>\copybrief meanSymbolSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawMean.</CENTER>
|
||||
\details Description of the parameter drawMean is: <BLOCKQUOTE>\copybrief drawMean </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawMean.</CENTER>
|
||||
\details Description of the parameter drawMean is: <BLOCKQUOTE>\copybrief drawMean </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawMedian.</CENTER>
|
||||
\details Description of the parameter drawMedian is: <BLOCKQUOTE>\copybrief drawMedian </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawMedian.</CENTER>
|
||||
\details Description of the parameter drawMedian is: <BLOCKQUOTE>\copybrief drawMedian </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawMinMax.</CENTER>
|
||||
\details Description of the parameter drawMinMax is: <BLOCKQUOTE>\copybrief drawMinMax </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawMinMax.</CENTER>
|
||||
\details Description of the parameter drawMinMax is: <BLOCKQUOTE>\copybrief drawMinMax </BLOCKQUOTE>
|
||||
\see drawMinMax for more information */
|
||||
inline virtual bool get_drawMinMax() const
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
* \ingroup jkqtplotter_elements
|
||||
*/
|
||||
|
||||
/** \file jkqtpgraphs.h
|
||||
/** \file jkqtpgraphsevaluatedfunction.h
|
||||
* \ingroup jkqtplotter
|
||||
*/
|
||||
|
||||
@ -119,84 +119,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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawLine.</CENTER>
|
||||
\details Description of the parameter drawLine is: <BLOCKQUOTE>\copybrief drawLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawLine.</CENTER>
|
||||
\details Description of the parameter drawLine is: <BLOCKQUOTE>\copybrief drawLine </BLOCKQUOTE>
|
||||
\see drawLine for more information */
|
||||
inline virtual bool get_drawLine() const
|
||||
{
|
||||
@ -205,22 +205,22 @@ class LIB_EXPORT JKQTPxFunctionLineGraph: public JKQTPgraph {
|
||||
|
||||
/** \brief sets the property plotFunction to the specified \a __value.
|
||||
*
|
||||
* \details Description of the parameter varname is: <CENTER>\copybrief plotFunction.</CENTER>
|
||||
* \details Description of the parameter varname is: <BLOCKQUOTE>\copybrief plotFunction </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief plotFunction.</CENTER>
|
||||
* \details Description of the parameter varname is: <BLOCKQUOTE>\copybrief plotFunction </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief plotFunction.</CENTER>
|
||||
* \details Description of the parameter plotFunction is: <BLOCKQUOTE>\copybrief plotFunction </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief plotFunction.</CENTER>
|
||||
* \details Description of the parameter plotFunction is: <BLOCKQUOTE>\copybrief plotFunction </BLOCKQUOTE>
|
||||
* \see plotFunction for more information */
|
||||
virtual void set_plotFunction (const jkqtpSimplePlotFunctionType & __value);
|
||||
/*! \brief returns the property plotFunction. \see plotFunction for more information */ \
|
||||
@ -229,7 +229,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: <CENTER>\copybrief params.</CENTER>
|
||||
\details Description of the parameter params is: <BLOCKQUOTE>\copybrief params </BLOCKQUOTE>
|
||||
\see params for more information */
|
||||
inline virtual void set_params(void* __value)
|
||||
{
|
||||
@ -239,7 +239,7 @@ class LIB_EXPORT JKQTPxFunctionLineGraph: public JKQTPgraph {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property params.
|
||||
\details Description of the parameter params is: <CENTER>\copybrief params.</CENTER>
|
||||
\details Description of the parameter params is: <BLOCKQUOTE>\copybrief params </BLOCKQUOTE>
|
||||
\see params for more information */
|
||||
inline virtual void* get_params() const
|
||||
{
|
||||
@ -265,112 +265,112 @@ class LIB_EXPORT JKQTPxFunctionLineGraph: public JKQTPgraph {
|
||||
/** \brief returns the currently set internal parameter vector */
|
||||
QVector<double> get_internalErrorParams() const;
|
||||
/*! \brief sets the property minSamples to the specified \a __value.
|
||||
\details Description of the parameter minSamples is: <CENTER>\copybrief minSamples.</CENTER>
|
||||
\details Description of the parameter minSamples is: <BLOCKQUOTE>\copybrief minSamples </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief minSamples.</CENTER>
|
||||
\details Description of the parameter minSamples is: <BLOCKQUOTE>\copybrief minSamples </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief maxRefinementDegree.</CENTER>
|
||||
\details Description of the parameter maxRefinementDegree is: <BLOCKQUOTE>\copybrief maxRefinementDegree </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief maxRefinementDegree.</CENTER>
|
||||
\details Description of the parameter maxRefinementDegree is: <BLOCKQUOTE>\copybrief maxRefinementDegree </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief slopeTolerance.</CENTER>
|
||||
\details Description of the parameter slopeTolerance is: <BLOCKQUOTE>\copybrief slopeTolerance </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief slopeTolerance.</CENTER>
|
||||
\details Description of the parameter slopeTolerance is: <BLOCKQUOTE>\copybrief slopeTolerance </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief minPixelPerSample.</CENTER>
|
||||
\details Description of the parameter minPixelPerSample is: <BLOCKQUOTE>\copybrief minPixelPerSample </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief minPixelPerSample.</CENTER>
|
||||
\details Description of the parameter minPixelPerSample is: <BLOCKQUOTE>\copybrief minPixelPerSample </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief plotRefinement.</CENTER>
|
||||
\details Description of the parameter plotRefinement is: <BLOCKQUOTE>\copybrief plotRefinement </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief plotRefinement.</CENTER>
|
||||
\details Description of the parameter plotRefinement is: <BLOCKQUOTE>\copybrief plotRefinement </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief displaySamplePoints.</CENTER>
|
||||
\details Description of the parameter displaySamplePoints is: <BLOCKQUOTE>\copybrief displaySamplePoints </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief displaySamplePoints.</CENTER>
|
||||
\details Description of the parameter displaySamplePoints is: <BLOCKQUOTE>\copybrief displaySamplePoints </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawErrorPolygons.</CENTER>
|
||||
\details Description of the parameter drawErrorPolygons is: <BLOCKQUOTE>\copybrief drawErrorPolygons </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawErrorPolygons.</CENTER>
|
||||
\details Description of the parameter drawErrorPolygons is: <BLOCKQUOTE>\copybrief drawErrorPolygons </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawErrorLines.</CENTER>
|
||||
\details Description of the parameter drawErrorLines is: <BLOCKQUOTE>\copybrief drawErrorLines </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawErrorLines.</CENTER>
|
||||
\details Description of the parameter drawErrorLines is: <BLOCKQUOTE>\copybrief drawErrorLines </BLOCKQUOTE>
|
||||
\see drawErrorLines for more information */
|
||||
inline virtual bool get_drawErrorLines() const
|
||||
{
|
||||
@ -378,37 +378,37 @@ class LIB_EXPORT JKQTPxFunctionLineGraph: public JKQTPgraph {
|
||||
}
|
||||
/** \brief sets the property errorPlotFunction to the specified \a __value.
|
||||
*
|
||||
* \details Description of the parameter varname is: <CENTER>\copybrief errorPlotFunction.</CENTER>
|
||||
* \details Description of the parameter varname is: <BLOCKQUOTE>\copybrief errorPlotFunction </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief errorPlotFunction.</CENTER>
|
||||
* \details Description of the parameter varname is: <BLOCKQUOTE>\copybrief errorPlotFunction </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief errorPlotFunction.</CENTER>
|
||||
* \details Description of the parameter varname is: <BLOCKQUOTE>\copybrief errorPlotFunction </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief errorPlotFunction.</CENTER>
|
||||
* \details Description of the parameter varname is: <BLOCKQUOTE>\copybrief errorPlotFunction </BLOCKQUOTE>
|
||||
* \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: <CENTER>\copybrief errorParams.</CENTER>
|
||||
\details Description of the parameter errorParams is: <BLOCKQUOTE>\copybrief errorParams </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorParams.</CENTER>
|
||||
\details Description of the parameter errorParams is: <BLOCKQUOTE>\copybrief errorParams </BLOCKQUOTE>
|
||||
\see errorParams for more information */
|
||||
inline virtual void* get_errorParams() const
|
||||
{
|
||||
@ -418,107 +418,107 @@ class LIB_EXPORT JKQTPxFunctionLineGraph: public JKQTPgraph {
|
||||
void set_errorParams(const QVector<double>& errorParams);
|
||||
|
||||
/*! \brief sets the property parameterColumn to the specified \a __value.
|
||||
\details Description of the parameter parameterColumn is: <CENTER>\copybrief parameterColumn.</CENTER>
|
||||
\details Description of the parameter parameterColumn is: <BLOCKQUOTE>\copybrief parameterColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief parameterColumn.</CENTER>
|
||||
\details Description of the parameter parameterColumn is: <BLOCKQUOTE>\copybrief parameterColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief parameterColumn.</CENTER>
|
||||
\details Description of the parameter parameterColumn is: <BLOCKQUOTE>\copybrief parameterColumn </BLOCKQUOTE>
|
||||
\see parameterColumn for more information */
|
||||
inline virtual void set_parameterColumn (size_t __value) { this->parameterColumn = static_cast<int>(__value); }
|
||||
/*! \brief sets the property errorParameterColumn to the specified \a __value.
|
||||
\details Description of the parameter errorParameterColumn is: <CENTER>\copybrief errorParameterColumn.</CENTER>
|
||||
\details Description of the parameter errorParameterColumn is: <BLOCKQUOTE>\copybrief errorParameterColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorParameterColumn.</CENTER>
|
||||
\details Description of the parameter errorParameterColumn is: <BLOCKQUOTE>\copybrief errorParameterColumn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorParameterColumn.</CENTER>
|
||||
\details Description of the parameter errorParameterColumn is: <BLOCKQUOTE>\copybrief errorParameterColumn </BLOCKQUOTE>
|
||||
\see errorParameterColumn for more information */
|
||||
inline virtual void set_errorParameterColumn (size_t __value) { this->errorParameterColumn = static_cast<int>(__value); }
|
||||
|
||||
/*! \brief sets the property errorColor to the specified \a __value.
|
||||
\details Description of the parameter errorColor is: <CENTER>\copybrief errorColor.</CENTER>
|
||||
\details Description of the parameter errorColor is: <BLOCKQUOTE>\copybrief errorColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorColor.</CENTER>
|
||||
\details Description of the parameter errorColor is: <BLOCKQUOTE>\copybrief errorColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorFillColor.</CENTER>
|
||||
\details Description of the parameter errorFillColor is: <BLOCKQUOTE>\copybrief errorFillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorFillColor.</CENTER>
|
||||
\details Description of the parameter errorFillColor is: <BLOCKQUOTE>\copybrief errorFillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorFillStyle.</CENTER>
|
||||
\details Description of the parameter errorFillStyle is: <BLOCKQUOTE>\copybrief errorFillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorFillStyle.</CENTER>
|
||||
\details Description of the parameter errorFillStyle is: <BLOCKQUOTE>\copybrief errorFillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorStyle.</CENTER>
|
||||
\details Description of the parameter errorStyle is: <BLOCKQUOTE>\copybrief errorStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorStyle.</CENTER>
|
||||
\details Description of the parameter errorStyle is: <BLOCKQUOTE>\copybrief errorStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorLineWidth.</CENTER>
|
||||
\details Description of the parameter errorLineWidth is: <BLOCKQUOTE>\copybrief errorLineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorLineWidth.</CENTER>
|
||||
\details Description of the parameter errorLineWidth is: <BLOCKQUOTE>\copybrief errorLineWidth </BLOCKQUOTE>
|
||||
\see errorLineWidth for more information */
|
||||
inline virtual double get_errorLineWidth() const
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
|
||||
|
||||
|
||||
@ -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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief baseline.</CENTER>
|
||||
\details Description of the parameter baseline is: <BLOCKQUOTE>\copybrief baseline </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief baseline.</CENTER>
|
||||
\details Description of the parameter baseline is: <BLOCKQUOTE>\copybrief baseline </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawLine.</CENTER>
|
||||
\details Description of the parameter drawLine is: <BLOCKQUOTE>\copybrief drawLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawLine.</CENTER>
|
||||
\details Description of the parameter drawLine is: <BLOCKQUOTE>\copybrief drawLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawSelectionLine.</CENTER>
|
||||
\details Description of the parameter drawSelectionLine is: <BLOCKQUOTE>\copybrief drawSelectionLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawSelectionLine.</CENTER>
|
||||
\details Description of the parameter drawSelectionLine is: <BLOCKQUOTE>\copybrief drawSelectionLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief selectionLineColor.</CENTER>
|
||||
\details Description of the parameter selectionLineColor is: <BLOCKQUOTE>\copybrief selectionLineColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief selectionLineColor.</CENTER>
|
||||
\details Description of the parameter selectionLineColor is: <BLOCKQUOTE>\copybrief selectionLineColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief yColumn2.</CENTER>
|
||||
\details Description of the parameter yColumn2 is: <BLOCKQUOTE>\copybrief yColumn2 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief yColumn2.</CENTER>
|
||||
\details Description of the parameter yColumn2 is: <BLOCKQUOTE>\copybrief yColumn2 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief yColumn2.</CENTER>
|
||||
\details Description of the parameter yColumn2 is: <BLOCKQUOTE>\copybrief yColumn2 </BLOCKQUOTE>
|
||||
\see yColumn2 for more information */
|
||||
inline virtual void set_yColumn2 (size_t __value) { this->yColumn2 = static_cast<int>(__value); }
|
||||
|
||||
/*! \brief sets the property color to the specified \a __value.
|
||||
\details Description of the parameter color is: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawLine.</CENTER>
|
||||
\details Description of the parameter drawLine is: <BLOCKQUOTE>\copybrief drawLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawLine.</CENTER>
|
||||
\details Description of the parameter drawLine is: <BLOCKQUOTE>\copybrief drawLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawSelectionLine.</CENTER>
|
||||
\details Description of the parameter drawSelectionLine is: <BLOCKQUOTE>\copybrief drawSelectionLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawSelectionLine.</CENTER>
|
||||
\details Description of the parameter drawSelectionLine is: <BLOCKQUOTE>\copybrief drawSelectionLine </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief selectionLineColor.</CENTER>
|
||||
\details Description of the parameter selectionLineColor is: <BLOCKQUOTE>\copybrief selectionLineColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief selectionLineColor.</CENTER>
|
||||
\details Description of the parameter selectionLineColor is: <BLOCKQUOTE>\copybrief selectionLineColor </BLOCKQUOTE>
|
||||
\see selectionLineColor for more information */
|
||||
inline virtual QColor get_selectionLineColor() const
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
|
||||
|
||||
|
||||
@ -67,42 +67,42 @@ class LIB_EXPORT JKQTPgeoBaseLine: public JKQTPplotObject {
|
||||
|
||||
|
||||
/*! \brief sets the property color to the specified \a __value.
|
||||
\details Description of the parameter color is: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief style.</CENTER>
|
||||
\details Description of the parameter style is: <BLOCKQUOTE>\copybrief style </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\see lineWidth for more information */
|
||||
inline virtual double get_lineWidth() const
|
||||
{
|
||||
@ -179,28 +179,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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillStyle.</CENTER>
|
||||
\details Description of the parameter fillStyle is: <BLOCKQUOTE>\copybrief fillStyle </BLOCKQUOTE>
|
||||
\see fillStyle for more information */
|
||||
inline virtual Qt::BrushStyle get_fillStyle() const
|
||||
{
|
||||
@ -258,98 +258,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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fillColor.</CENTER>
|
||||
\details Description of the parameter fillColor is: <BLOCKQUOTE>\copybrief fillColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief symbol.</CENTER>
|
||||
\details Description of the parameter symbol is: <BLOCKQUOTE>\copybrief symbol </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief symbol.</CENTER>
|
||||
\details Description of the parameter symbol is: <BLOCKQUOTE>\copybrief symbol </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief symbolSize.</CENTER>
|
||||
\details Description of the parameter symbolSize is: <BLOCKQUOTE>\copybrief symbolSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief symbolSize.</CENTER>
|
||||
\details Description of the parameter symbolSize is: <BLOCKQUOTE>\copybrief symbolSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief symbolWidth.</CENTER>
|
||||
\details Description of the parameter symbolWidth is: <BLOCKQUOTE>\copybrief symbolWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief symbolWidth.</CENTER>
|
||||
\details Description of the parameter symbolWidth is: <BLOCKQUOTE>\copybrief symbolWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief x.</CENTER>
|
||||
\details Description of the parameter x is: <BLOCKQUOTE>\copybrief x </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief x.</CENTER>
|
||||
\details Description of the parameter x is: <BLOCKQUOTE>\copybrief x </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y.</CENTER>
|
||||
\details Description of the parameter y is: <BLOCKQUOTE>\copybrief y </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y.</CENTER>
|
||||
\details Description of the parameter y is: <BLOCKQUOTE>\copybrief y </BLOCKQUOTE>
|
||||
\see y for more information */
|
||||
inline virtual double get_y() const
|
||||
{
|
||||
@ -416,70 +416,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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief text.</CENTER>
|
||||
\details Description of the parameter text is: <BLOCKQUOTE>\copybrief text </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief text.</CENTER>
|
||||
\details Description of the parameter text is: <BLOCKQUOTE>\copybrief text </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontSize.</CENTER>
|
||||
\details Description of the parameter fontSize is: <BLOCKQUOTE>\copybrief fontSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief fontSize.</CENTER>
|
||||
\details Description of the parameter fontSize is: <BLOCKQUOTE>\copybrief fontSize </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief x.</CENTER>
|
||||
\details Description of the parameter x is: <BLOCKQUOTE>\copybrief x </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief x.</CENTER>
|
||||
\details Description of the parameter x is: <BLOCKQUOTE>\copybrief x </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y.</CENTER>
|
||||
\details Description of the parameter y is: <BLOCKQUOTE>\copybrief y </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y.</CENTER>
|
||||
\details Description of the parameter y is: <BLOCKQUOTE>\copybrief y </BLOCKQUOTE>
|
||||
\see y for more information */
|
||||
inline virtual double get_y() const
|
||||
{
|
||||
@ -557,56 +557,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: <CENTER>\copybrief x1.</CENTER>
|
||||
\details Description of the parameter x1 is: <BLOCKQUOTE>\copybrief x1 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief x1.</CENTER>
|
||||
\details Description of the parameter x1 is: <BLOCKQUOTE>\copybrief x1 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y1.</CENTER>
|
||||
\details Description of the parameter y1 is: <BLOCKQUOTE>\copybrief y1 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y1.</CENTER>
|
||||
\details Description of the parameter y1 is: <BLOCKQUOTE>\copybrief y1 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief x2.</CENTER>
|
||||
\details Description of the parameter x2 is: <BLOCKQUOTE>\copybrief x2 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief x2.</CENTER>
|
||||
\details Description of the parameter x2 is: <BLOCKQUOTE>\copybrief x2 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y2.</CENTER>
|
||||
\details Description of the parameter y2 is: <BLOCKQUOTE>\copybrief y2 </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y2.</CENTER>
|
||||
\details Description of the parameter y2 is: <BLOCKQUOTE>\copybrief y2 </BLOCKQUOTE>
|
||||
\see y2 for more information */
|
||||
inline virtual double get_y2() const
|
||||
{
|
||||
@ -665,70 +665,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: <CENTER>\copybrief x.</CENTER>
|
||||
\details Description of the parameter x is: <BLOCKQUOTE>\copybrief x </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief x.</CENTER>
|
||||
\details Description of the parameter x is: <BLOCKQUOTE>\copybrief x </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y.</CENTER>
|
||||
\details Description of the parameter y is: <BLOCKQUOTE>\copybrief y </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y.</CENTER>
|
||||
\details Description of the parameter y is: <BLOCKQUOTE>\copybrief y </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief dx.</CENTER>
|
||||
\details Description of the parameter dx is: <BLOCKQUOTE>\copybrief dx </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief dx.</CENTER>
|
||||
\details Description of the parameter dx is: <BLOCKQUOTE>\copybrief dx </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief dy.</CENTER>
|
||||
\details Description of the parameter dy is: <BLOCKQUOTE>\copybrief dy </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief dy.</CENTER>
|
||||
\details Description of the parameter dy is: <BLOCKQUOTE>\copybrief dy </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief two_sided.</CENTER>
|
||||
\details Description of the parameter two_sided is: <BLOCKQUOTE>\copybrief two_sided </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief two_sided.</CENTER>
|
||||
\details Description of the parameter two_sided is: <BLOCKQUOTE>\copybrief two_sided </BLOCKQUOTE>
|
||||
\see two_sided for more information */
|
||||
inline virtual bool get_two_sided() const
|
||||
{
|
||||
@ -798,14 +798,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: <CENTER>\copybrief points.</CENTER>
|
||||
\details Description of the parameter points is: <BLOCKQUOTE>\copybrief points </BLOCKQUOTE>
|
||||
\see points for more information */
|
||||
inline virtual void set_points(const QVector<QPointF> & __value)
|
||||
{
|
||||
this->points = __value;
|
||||
}
|
||||
/*! \brief returns the property points.
|
||||
\details Description of the parameter points is: <CENTER>\copybrief points.</CENTER>
|
||||
\details Description of the parameter points is: <BLOCKQUOTE>\copybrief points </BLOCKQUOTE>
|
||||
\see points for more information */
|
||||
inline virtual QVector<QPointF> get_points() const
|
||||
{
|
||||
@ -927,70 +927,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: <CENTER>\copybrief x.</CENTER>
|
||||
\details Description of the parameter x is: <BLOCKQUOTE>\copybrief x </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief x.</CENTER>
|
||||
\details Description of the parameter x is: <BLOCKQUOTE>\copybrief x </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y.</CENTER>
|
||||
\details Description of the parameter y is: <BLOCKQUOTE>\copybrief y </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y.</CENTER>
|
||||
\details Description of the parameter y is: <BLOCKQUOTE>\copybrief y </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief width.</CENTER>
|
||||
\details Description of the parameter width is: <BLOCKQUOTE>\copybrief width </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief width.</CENTER>
|
||||
\details Description of the parameter width is: <BLOCKQUOTE>\copybrief width </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief height.</CENTER>
|
||||
\details Description of the parameter height is: <BLOCKQUOTE>\copybrief height </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief height.</CENTER>
|
||||
\details Description of the parameter height is: <BLOCKQUOTE>\copybrief height </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief angle.</CENTER>
|
||||
\details Description of the parameter angle is: <BLOCKQUOTE>\copybrief angle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief angle.</CENTER>
|
||||
\details Description of the parameter angle is: <BLOCKQUOTE>\copybrief angle </BLOCKQUOTE>
|
||||
\see angle for more information */
|
||||
inline virtual double get_angle() const
|
||||
{
|
||||
@ -1074,14 +1074,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: <CENTER>\copybrief points.</CENTER>
|
||||
\details Description of the parameter points is: <BLOCKQUOTE>\copybrief points </BLOCKQUOTE>
|
||||
\see points for more information */
|
||||
inline virtual void set_points(const QVector<QPointF> & __value)
|
||||
{
|
||||
this->points = __value;
|
||||
}
|
||||
/*! \brief returns the property points.
|
||||
\details Description of the parameter points is: <CENTER>\copybrief points.</CENTER>
|
||||
\details Description of the parameter points is: <BLOCKQUOTE>\copybrief points </BLOCKQUOTE>
|
||||
\see points for more information */
|
||||
inline virtual QVector<QPointF> get_points() const
|
||||
{
|
||||
@ -1202,14 +1202,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: <CENTER>\copybrief controlPoints.</CENTER>
|
||||
\details Description of the parameter controlPoints is: <BLOCKQUOTE>\copybrief controlPoints </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief controlPoints.</CENTER>
|
||||
\details Description of the parameter controlPoints is: <BLOCKQUOTE>\copybrief controlPoints </BLOCKQUOTE>
|
||||
\see controlPoints for more information */
|
||||
inline virtual unsigned int get_controlPoints() const
|
||||
{
|
||||
@ -1266,112 +1266,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: <CENTER>\copybrief controlPoints.</CENTER>
|
||||
\details Description of the parameter controlPoints is: <BLOCKQUOTE>\copybrief controlPoints </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief controlPoints.</CENTER>
|
||||
\details Description of the parameter controlPoints is: <BLOCKQUOTE>\copybrief controlPoints </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief angleStart.</CENTER>
|
||||
\details Description of the parameter angleStart is: <BLOCKQUOTE>\copybrief angleStart </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief angleStart.</CENTER>
|
||||
\details Description of the parameter angleStart is: <BLOCKQUOTE>\copybrief angleStart </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief angleStop.</CENTER>
|
||||
\details Description of the parameter angleStop is: <BLOCKQUOTE>\copybrief angleStop </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief angleStop.</CENTER>
|
||||
\details Description of the parameter angleStop is: <BLOCKQUOTE>\copybrief angleStop </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief x.</CENTER>
|
||||
\details Description of the parameter x is: <BLOCKQUOTE>\copybrief x </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief x.</CENTER>
|
||||
\details Description of the parameter x is: <BLOCKQUOTE>\copybrief x </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y.</CENTER>
|
||||
\details Description of the parameter y is: <BLOCKQUOTE>\copybrief y </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief y.</CENTER>
|
||||
\details Description of the parameter y is: <BLOCKQUOTE>\copybrief y </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief width.</CENTER>
|
||||
\details Description of the parameter width is: <BLOCKQUOTE>\copybrief width </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief width.</CENTER>
|
||||
\details Description of the parameter width is: <BLOCKQUOTE>\copybrief width </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief height.</CENTER>
|
||||
\details Description of the parameter height is: <BLOCKQUOTE>\copybrief height </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief height.</CENTER>
|
||||
\details Description of the parameter height is: <BLOCKQUOTE>\copybrief height </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief angle.</CENTER>
|
||||
\details Description of the parameter angle is: <BLOCKQUOTE>\copybrief angle </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief angle.</CENTER>
|
||||
\details Description of the parameter angle is: <BLOCKQUOTE>\copybrief angle </BLOCKQUOTE>
|
||||
\see angle for more information */
|
||||
inline virtual double get_angle() const
|
||||
{
|
||||
@ -1449,28 +1449,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: <CENTER>\copybrief angleStart.</CENTER>
|
||||
\details Description of the parameter angleStart is: <BLOCKQUOTE>\copybrief angleStart </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief angleStart.</CENTER>
|
||||
\details Description of the parameter angleStart is: <BLOCKQUOTE>\copybrief angleStart </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief angleStop.</CENTER>
|
||||
\details Description of the parameter angleStop is: <BLOCKQUOTE>\copybrief angleStop </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief angleStop.</CENTER>
|
||||
\details Description of the parameter angleStop is: <BLOCKQUOTE>\copybrief angleStop </BLOCKQUOTE>
|
||||
\see angleStop for more information */
|
||||
inline virtual double get_angleStop() const
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
|
||||
|
||||
|
||||
@ -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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief color.</CENTER>
|
||||
\details Description of the parameter color is: <BLOCKQUOTE>\copybrief color </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief lineWidth.</CENTER>
|
||||
\details Description of the parameter lineWidth is: <BLOCKQUOTE>\copybrief lineWidth </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief baseline.</CENTER>
|
||||
\details Description of the parameter baseline is: <BLOCKQUOTE>\copybrief baseline </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief baseline.</CENTER>
|
||||
\details Description of the parameter baseline is: <BLOCKQUOTE>\copybrief baseline </BLOCKQUOTE>
|
||||
\see baseline for more information */
|
||||
inline virtual double get_baseline() const
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
|
||||
|
||||
|
||||
@ -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: <CENTER>\copybrief function.</CENTER>
|
||||
\details Description of the parameter function is: <BLOCKQUOTE>\copybrief function </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief function.</CENTER>
|
||||
\details Description of the parameter function is: <BLOCKQUOTE>\copybrief function </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorFunction.</CENTER>
|
||||
\details Description of the parameter errorFunction is: <BLOCKQUOTE>\copybrief errorFunction </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorFunction.</CENTER>
|
||||
\details Description of the parameter errorFunction is: <BLOCKQUOTE>\copybrief errorFunction </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief function.</CENTER>
|
||||
\details Description of the parameter function is: <BLOCKQUOTE>\copybrief function </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief function.</CENTER>
|
||||
\details Description of the parameter function is: <BLOCKQUOTE>\copybrief function </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorFunction.</CENTER>
|
||||
\details Description of the parameter errorFunction is: <BLOCKQUOTE>\copybrief errorFunction </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief errorFunction.</CENTER>
|
||||
\details Description of the parameter errorFunction is: <BLOCKQUOTE>\copybrief errorFunction </BLOCKQUOTE>
|
||||
\see errorFunction for more information */
|
||||
inline virtual QString get_errorFunction() const
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>)
|
||||
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
* \ingroup jkqtplotter_elements
|
||||
*/
|
||||
|
||||
/** \file jkqtpgraphs.h
|
||||
/** \file jkqtpgraphspeakstream.h
|
||||
* \ingroup jkqtplotter
|
||||
*/
|
||||
|
||||
@ -82,56 +82,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: <CENTER>\copybrief baseline.</CENTER>
|
||||
\details Description of the parameter baseline is: <BLOCKQUOTE>\copybrief baseline </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief baseline.</CENTER>
|
||||
\details Description of the parameter baseline is: <BLOCKQUOTE>\copybrief baseline </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief peakHeight.</CENTER>
|
||||
\details Description of the parameter peakHeight is: <BLOCKQUOTE>\copybrief peakHeight </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief peakHeight.</CENTER>
|
||||
\details Description of the parameter peakHeight is: <BLOCKQUOTE>\copybrief peakHeight </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief yPeaks.</CENTER>
|
||||
\details Description of the parameter yPeaks is: <BLOCKQUOTE>\copybrief yPeaks </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief yPeaks.</CENTER>
|
||||
\details Description of the parameter yPeaks is: <BLOCKQUOTE>\copybrief yPeaks </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawBaseline.</CENTER>
|
||||
\details Description of the parameter drawBaseline is: <BLOCKQUOTE>\copybrief drawBaseline </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief drawBaseline.</CENTER>
|
||||
\details Description of the parameter drawBaseline is: <BLOCKQUOTE>\copybrief drawBaseline </BLOCKQUOTE>
|
||||
\see drawBaseline for more information */
|
||||
inline virtual bool get_drawBaseline() const
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2008-2018 Jan W. Krieger (<jan@jkrieger.de>, <j.krieger@dkfz.de>)
|
||||
Copyright (c) 2008-2019 Jan W. Krieger (<jan@jkrieger.de>, <j.krieger@dkfz.de>)
|
||||
|
||||
|
||||
|
||||
@ -131,7 +131,7 @@ class LIB_EXPORT JKQtPlotter: public QWidget {
|
||||
const JKQtBasePlotter* get_constplotter() const { return const_cast<const JKQtBasePlotter*>(plotter); }
|
||||
|
||||
/*! \brief sets the property displayToolbar to the specified \a __value.
|
||||
\details Description of the parameter displayToolbar is: <CENTER>\copybrief displayToolbar.</CENTER>
|
||||
\details Description of the parameter displayToolbar is: <BLOCKQUOTE>\copybrief displayToolbar </BLOCKQUOTE>
|
||||
\see displayToolbar for more information */
|
||||
inline virtual void set_displayToolbar(bool __value)
|
||||
{
|
||||
@ -141,14 +141,14 @@ class LIB_EXPORT JKQtPlotter: public QWidget {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property displayToolbar.
|
||||
\details Description of the parameter displayToolbar is: <CENTER>\copybrief displayToolbar.</CENTER>
|
||||
\details Description of the parameter displayToolbar is: <BLOCKQUOTE>\copybrief displayToolbar </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief toolbarAlwaysOn.</CENTER>
|
||||
\details Description of the parameter toolbarAlwaysOn is: <BLOCKQUOTE>\copybrief toolbarAlwaysOn </BLOCKQUOTE>
|
||||
\see toolbarAlwaysOn for more information */
|
||||
inline virtual void set_toolbarAlwaysOn(bool __value)
|
||||
{
|
||||
@ -158,42 +158,42 @@ class LIB_EXPORT JKQtPlotter: public QWidget {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property toolbarAlwaysOn.
|
||||
\details Description of the parameter toolbarAlwaysOn is: <CENTER>\copybrief toolbarAlwaysOn.</CENTER>
|
||||
\details Description of the parameter toolbarAlwaysOn is: <BLOCKQUOTE>\copybrief toolbarAlwaysOn </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief displayMousePosition.</CENTER>
|
||||
\details Description of the parameter displayMousePosition is: <BLOCKQUOTE>\copybrief displayMousePosition </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief displayMousePosition.</CENTER>
|
||||
\details Description of the parameter displayMousePosition is: <BLOCKQUOTE>\copybrief displayMousePosition </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief displayCustomMousePosition.</CENTER>
|
||||
\details Description of the parameter displayCustomMousePosition is: <BLOCKQUOTE>\copybrief displayCustomMousePosition </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief displayCustomMousePosition.</CENTER>
|
||||
\details Description of the parameter displayCustomMousePosition is: <BLOCKQUOTE>\copybrief displayCustomMousePosition </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief userActionColor.</CENTER>
|
||||
\details Description of the parameter userActionColor is: <BLOCKQUOTE>\copybrief userActionColor </BLOCKQUOTE>
|
||||
\see userActionColor for more information */
|
||||
inline virtual void set_userActionColor(const QColor & __value)
|
||||
{
|
||||
@ -203,14 +203,14 @@ class LIB_EXPORT JKQtPlotter: public QWidget {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property userActionColor.
|
||||
\details Description of the parameter userActionColor is: <CENTER>\copybrief userActionColor.</CENTER>
|
||||
\details Description of the parameter userActionColor is: <BLOCKQUOTE>\copybrief userActionColor </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief userActionCompositionMode.</CENTER>
|
||||
\details Description of the parameter userActionCompositionMode is: <BLOCKQUOTE>\copybrief userActionCompositionMode </BLOCKQUOTE>
|
||||
\see userActionCompositionMode for more information */
|
||||
inline virtual void set_userActionCompositionMode(const QPainter::CompositionMode & __value)
|
||||
{
|
||||
@ -220,14 +220,14 @@ class LIB_EXPORT JKQtPlotter: public QWidget {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property userActionCompositionMode.
|
||||
\details Description of the parameter userActionCompositionMode is: <CENTER>\copybrief userActionCompositionMode.</CENTER>
|
||||
\details Description of the parameter userActionCompositionMode is: <BLOCKQUOTE>\copybrief userActionCompositionMode </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief mouseActionMode.</CENTER>
|
||||
\details Description of the parameter mouseActionMode is: <BLOCKQUOTE>\copybrief mouseActionMode </BLOCKQUOTE>
|
||||
\see mouseActionMode for more information */
|
||||
inline virtual void set_mouseActionMode(const MouseActionModes & __value)
|
||||
{
|
||||
@ -237,7 +237,7 @@ class LIB_EXPORT JKQtPlotter: public QWidget {
|
||||
}
|
||||
}
|
||||
/*! \brief returns the property mouseActionMode.
|
||||
\details Description of the parameter mouseActionMode is: <CENTER>\copybrief mouseActionMode.</CENTER>
|
||||
\details Description of the parameter mouseActionMode is: <BLOCKQUOTE>\copybrief mouseActionMode </BLOCKQUOTE>
|
||||
\see mouseActionMode for more information */
|
||||
inline virtual MouseActionModes get_mouseActionMode() const
|
||||
{
|
||||
@ -318,46 +318,46 @@ class LIB_EXPORT JKQtPlotter: public QWidget {
|
||||
|
||||
//GET_SET_MACRO(bool, zoomByDoubleAndRightMouseClick);
|
||||
/*! \brief sets the property rightMouseButtonAction to the specified \a __value.
|
||||
\details Description of the parameter rightMouseButtonAction is: <CENTER>\copybrief rightMouseButtonAction.</CENTER>
|
||||
\details Description of the parameter rightMouseButtonAction is: <BLOCKQUOTE>\copybrief rightMouseButtonAction </BLOCKQUOTE>
|
||||
\see rightMouseButtonAction for more information */
|
||||
inline virtual void set_rightMouseButtonAction(const RightMouseButtonAction & __value)
|
||||
{
|
||||
this->rightMouseButtonAction = __value;
|
||||
}
|
||||
/*! \brief returns the property rightMouseButtonAction.
|
||||
\details Description of the parameter rightMouseButtonAction is: <CENTER>\copybrief rightMouseButtonAction.</CENTER>
|
||||
\details Description of the parameter rightMouseButtonAction is: <BLOCKQUOTE>\copybrief rightMouseButtonAction </BLOCKQUOTE>
|
||||
\see rightMouseButtonAction for more information */
|
||||
inline virtual RightMouseButtonAction get_rightMouseButtonAction() const
|
||||
{
|
||||
return this->rightMouseButtonAction;
|
||||
}
|
||||
/*! \brief sets the property leftDoubleClickAction to the specified \a __value.
|
||||
\details Description of the parameter leftDoubleClickAction is: <CENTER>\copybrief leftDoubleClickAction.</CENTER>
|
||||
\details Description of the parameter leftDoubleClickAction is: <BLOCKQUOTE>\copybrief leftDoubleClickAction </BLOCKQUOTE>
|
||||
\see leftDoubleClickAction for more information */
|
||||
inline virtual void set_leftDoubleClickAction(const LeftDoubleClickAction & __value)
|
||||
{
|
||||
this->leftDoubleClickAction = __value;
|
||||
}
|
||||
/*! \brief returns the property leftDoubleClickAction.
|
||||
\details Description of the parameter leftDoubleClickAction is: <CENTER>\copybrief leftDoubleClickAction.</CENTER>
|
||||
\details Description of the parameter leftDoubleClickAction is: <BLOCKQUOTE>\copybrief leftDoubleClickAction </BLOCKQUOTE>
|
||||
\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: <CENTER>\copybrief menuSpecialContextMenu.</CENTER>. \see menuSpecialContextMenu for more information */
|
||||
/*! \brief returns the property menuSpecialContextMenu. \details Description of the parameter menuSpecialContextMenu is: <BLOCKQUOTE>\copybrief menuSpecialContextMenu </BLOCKQUOTE>. \see menuSpecialContextMenu for more information */
|
||||
inline QMenu* get_menuSpecialContextMenu() const { return this->menuSpecialContextMenu; }
|
||||
void set_menuSpecialContextMenu(QMenu* menu);
|
||||
|
||||
/*! \brief sets the property zoomByMouseWheel to the specified \a __value.
|
||||
\details Description of the parameter zoomByMouseWheel is: <CENTER>\copybrief zoomByMouseWheel.</CENTER>
|
||||
\details Description of the parameter zoomByMouseWheel is: <BLOCKQUOTE>\copybrief zoomByMouseWheel </BLOCKQUOTE>
|
||||
\see zoomByMouseWheel for more information */
|
||||
inline virtual void set_zoomByMouseWheel(bool __value)
|
||||
{
|
||||
this->zoomByMouseWheel = __value;
|
||||
}
|
||||
/*! \brief returns the property zoomByMouseWheel.
|
||||
\details Description of the parameter zoomByMouseWheel is: <CENTER>\copybrief zoomByMouseWheel.</CENTER>
|
||||
\details Description of the parameter zoomByMouseWheel is: <BLOCKQUOTE>\copybrief zoomByMouseWheel </BLOCKQUOTE>
|
||||
\see zoomByMouseWheel for more information */
|
||||
inline virtual bool get_zoomByMouseWheel() const
|
||||
{
|
||||
@ -365,25 +365,25 @@ class LIB_EXPORT JKQtPlotter: public QWidget {
|
||||
}
|
||||
|
||||
/** \brief returns the property mouseContextX.
|
||||
\details Description of the parameter mouseContextX is: <CENTER>\copybrief mouseContextX.</CENTER>.
|
||||
\details Description of the parameter mouseContextX is: <BLOCKQUOTE>\copybrief mouseContextX </BLOCKQUOTE>.
|
||||
\see mouseContextX for more information */
|
||||
inline double get_mouseContextX() const {
|
||||
return this->mouseContextX;
|
||||
}
|
||||
/** \brief returns the property mouseContextY.
|
||||
\details Description of the parameter mouseContextY is: <CENTER>\copybrief mouseContextY.</CENTER>.
|
||||
\details Description of the parameter mouseContextY is: <BLOCKQUOTE>\copybrief mouseContextY </BLOCKQUOTE>.
|
||||
\see mouseContextY for more information */
|
||||
inline double get_mouseContextY() const {
|
||||
return this->mouseContextY;
|
||||
}
|
||||
/** \brief returns the property mouseLastClickX.
|
||||
\details Description of the parameter mouseLastClickX is: <CENTER>\copybrief mouseLastClickX.</CENTER>.
|
||||
\details Description of the parameter mouseLastClickX is: <BLOCKQUOTE>\copybrief mouseLastClickX </BLOCKQUOTE>.
|
||||
\see mouseLastClickX for more information */
|
||||
inline int get_mouseLastClickX() const {
|
||||
return this->mouseLastClickX;
|
||||
}
|
||||
/** \brief returns the property mouseLastClickY.
|
||||
\details Description of the parameter mouseLastClickY is: <CENTER>\copybrief mouseLastClickY.</CENTER>.
|
||||
\details Description of the parameter mouseLastClickY is: <BLOCKQUOTE>\copybrief mouseLastClickY </BLOCKQUOTE>.
|
||||
\see mouseLastClickY for more information */
|
||||
inline int get_mouseLastClickY() const {
|
||||
return this->mouseLastClickY;
|
||||
|