|
enum class | Style : char {
Continuous = 1
, Dashed
, LongDashed
, LongDashedShortGaps
,
DashedLongGasp
} |
|
Definition at line 7 of file LineProperties.h.
◆ Style
enum class LineProperties::Style : char |
|
strong |
◆ LineProperties()
LineProperties::LineProperties |
( |
| ) |
|
◆ getColor()
std::string_view LineProperties::getColor |
( |
| ) |
const |
|
inline |
◆ getLineStyle()
const LineProperties::Style & LineProperties::getLineStyle |
( |
| ) |
const |
|
inline |
◆ getLineWidth()
const int & LineProperties::getLineWidth |
( |
| ) |
const |
|
inline |
◆ setColor()
void LineProperties::setColor |
( |
std::string_view |
color | ) |
|
|
inline |
◆ setLineStyle()
void LineProperties::setLineStyle |
( |
LineProperties::Style |
style | ) |
|
|
inline |
◆ setLineWidth()
void LineProperties::setLineWidth |
( |
int |
width | ) |
|
|
inline |
The documentation for this class was generated from the following files:
Since FY2019 the NASA Ames PAH IR Spectroscopic Database is being supported
through a directed Work Package at NASA Ames titled: "Laboratory Astrophysics - The NASA Ames PAH IR Spectroscopic Database".
Since FY2023 the NASA Ames PAH IR Spectroscopic Database is being supported
through the Laboratory Astrophysics Rd 2 directed Work Package at NASA Ames.