Support Class for JKQTBasePlotter, which summarizes all properties that define the visual styling of impulse/stick graph elements.
More...
#include <jkqtpgraphsbasestyle.h>
|
| JKQTFinancialSpecificStyleProperties (const JKQTBasePlotterStyle &parent) |
|
| JKQTFinancialSpecificStyleProperties (const JKQTBasePlotterStyle &parent, const JKQTGraphsSpecificStyleProperties &other) |
|
| JKQTFinancialSpecificStyleProperties (const JKQTFinancialSpecificStyleProperties &other)=default |
|
| JKQTFinancialSpecificStyleProperties (JKQTFinancialSpecificStyleProperties &&other)=default |
|
void | loadSettings (const QSettings &settings, const QString &group, const JKQTFinancialSpecificStyleProperties &defaultStyle) |
| loads the plot properties from a <a href="http://doc.qt.io/qt-5/qsettings.html")">QSettings object
|
|
JKQTFinancialSpecificStyleProperties & | operator= (const JKQTFinancialSpecificStyleProperties &other)=default |
|
JKQTFinancialSpecificStyleProperties & | operator= (JKQTFinancialSpecificStyleProperties &&other)=default |
|
void | saveSettings (QSettings &settings, const QString &group) const |
| saves the plot properties into a <a href="http://doc.qt.io/qt-5/qsettings.html")">QSettings object.
|
|
| JKQTGraphsSpecificStyleProperties (const JKQTGraphsSpecificStyleProperties &other)=default |
|
| JKQTGraphsSpecificStyleProperties (JKQTGraphsSpecificStyleProperties &&other)=default |
|
| JKQTGraphsSpecificStyleProperties (JKQTPPlotStyleType type, const JKQTBasePlotterStyle &parent) |
| initializes the object for the given type and takes some properties from the parent
|
|
| JKQTGraphsSpecificStyleProperties (JKQTPPlotStyleType type, const JKQTGraphsSpecificStyleProperties &other) |
| initializes the object as a copy of other, but modified some properties for the given type
|
|
void | loadSettings (const QSettings &settings, const QString &group, const JKQTGraphsSpecificStyleProperties &defaultStyle) |
| loads the plot properties from a <a href="http://doc.qt.io/qt-5/qsettings.html")">QSettings object
|
|
JKQTGraphsSpecificStyleProperties & | operator= (const JKQTGraphsSpecificStyleProperties &other)=default |
|
JKQTGraphsSpecificStyleProperties & | operator= (JKQTGraphsSpecificStyleProperties &&other)=default |
|
void | saveSettings (QSettings &settings, const QString &group) const |
| saves the plot properties into a <a href="http://doc.qt.io/qt-5/qsettings.html")">QSettings object.
|
|
Support Class for JKQTBasePlotter, which summarizes all properties that define the visual styling of impulse/stick graph elements.
- See also
- JKQTBasePlotter, Styling System
◆ JKQTFinancialSpecificStyleProperties() [1/4]
JKQTFinancialSpecificStyleProperties::JKQTFinancialSpecificStyleProperties |
( |
const JKQTBasePlotterStyle & |
parent | ) |
|
|
explicit |
◆ JKQTFinancialSpecificStyleProperties() [2/4]
◆ JKQTFinancialSpecificStyleProperties() [3/4]
◆ JKQTFinancialSpecificStyleProperties() [4/4]
◆ loadSettings()
loads the plot properties from a <a href="http://doc.qt.io/qt-5/qsettings.html")">QSettings object
- Parameters
-
settings | QSettings-object to read from |
group | Group in the QSettings-object to read from |
defaultStyle | If a setting cannot be found in settings, default values are taken from this object By default, this is a default-constructed object |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ saveSettings()
void JKQTFinancialSpecificStyleProperties::saveSettings |
( |
QSettings & |
settings, |
|
|
const QString & |
group |
|
) |
| const |
saves the plot properties into a <a href="http://doc.qt.io/qt-5/qsettings.html")">QSettings object.
- Parameters
-
settings | QSettings-object to save to |
group | Group in the QSettings-object to save to |
◆ negativeDefaultColor
QColor JKQTFinancialSpecificStyleProperties::negativeDefaultColor |
default color to use for the (first) financial graph, negative elements
◆ negativeFillStyle
graph fill style used for negative element
◆ negativeGraphColorDerivationMode
defines how to derive the basic graph color for negative elements in a new graph from the color selected from JKQTGraphsBaseStyle::defaultGraphColors
This property is usually JKQTPFFCMSameColor, but can be changed to allow to e.g. fill
barcharts always with a lighter color than the full color ...
◆ positiveDefaultColor
QColor JKQTFinancialSpecificStyleProperties::positiveDefaultColor |
default color to use for the (first) financial graph, positive elements
◆ positiveFillStyle
graph fill style used for positive element
The documentation for this class was generated from the following file: