18 lines
470 B
C
18 lines
470 B
C
#pragma once
|
|
#include "base/Plot.h"
|
|
#include "Generate_Mock_Data.h"
|
|
#include "base/Muti_Select_Rect.h"
|
|
#include "plottable/Afterglow.h"
|
|
#include "plottable/Audio_Frequent.h"
|
|
#include "plottable/Planisphere.h"
|
|
#include "plottable/Spectrum.h"
|
|
#include "plottable/Sweep_Frequent.h"
|
|
#include "plottable/Waterfall.h"
|
|
#include "Axis/Frequent_Axis.h"
|
|
#include "Axis/Time_Axis.h"
|
|
struct ScreenInfo {
|
|
QSize fullSize;
|
|
QSize availableSize;
|
|
};
|
|
ScreenInfo get_screen_info();
|