first commit
This commit is contained in:
22
components/charts/heatmap.impl.hh
Normal file
22
components/charts/heatmap.impl.hh
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// Created by Lenn on 2025/10/17.
|
||||
//
|
||||
|
||||
#ifndef TOUCHSENSOR_HEATMAP_IMPL_HH
|
||||
#define TOUCHSENSOR_HEATMAP_IMPL_HH
|
||||
|
||||
#include "heatmap.hh"
|
||||
|
||||
using namespace creeper::plot_widget::internal;
|
||||
|
||||
struct BasicPlot::Impl {
|
||||
explicit Impl(BasicSelect& self) noexcept
|
||||
: self{self} {
|
||||
|
||||
}
|
||||
private:
|
||||
|
||||
BasicPlot& self;
|
||||
};
|
||||
|
||||
#endif //TOUCHSENSOR_HEATMAP_IMPL_HH
|
||||
Reference in New Issue
Block a user