OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
PlotManager.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
9#include "OTWidgets/Plot.h"
10
11namespace ot {
12
13 class __declspec(dllexport) PlotManager : public Plot {
14 public:
15 PlotManager();
16 virtual ~PlotManager();
17
18 protected:
19 virtual void importData(const std::string& _projectName, const std::list<Plot1DCurveInfoCfg>& _curvesToImport) override;
20
21 private:
22
23 };
24
25}
Definition Connector.h:8