NAPISD
PAHdb website C++ backend
Loading...
Searching...
No Matches
CanvasItem.h
1#ifndef _CANVASITEM_H_
2#define _CANVASITEM_H_
3
4class CanvasItem {
5public:
6 enum class Type : char {
7 I_None,
8 I_Point,
9 I_Line,
10 I_Curve,
11 I_Plot,
12 I_Text,
13 I_Panels
14 };
15 virtual ~CanvasItem() = default;
16 virtual CanvasItem *clone() const { return new CanvasItem(*this); };
17 Type type;
18};
19
20#endif /* _CANVASITEM_H_ */

From FY2025 onward the NASA Ames PAH IR Spectroscopic Database is being supported through the Laboratory Astrophysics Round 3 directed Work Package at NASA Ames.
From FY2023-2025 the NASA Ames PAH IR Spectroscopic Database was supported through the Laboratory Astrophysics Round 2 directed Work Package at NASA Ames.
From FY2019-2022 the NASA Ames PAH IR Spectroscopic Database was supported through a directed Work Package at NASA Ames titled: "Laboratory Astrophysics – The NASA Ames PAH IR Spectroscopic Database".
© Copyright 2021-2025, Christiaan Boersma