FLImaging 7.8.25.3
GUIPaneSystemInformation.h
1#pragma once
2#include "GUIPaneDialogCustomEmbedded.h"
3
4namespace FLImaging
5{
6 namespace GUI
7 {
8 class FL_EXPORT CGUIPaneSystemInformation : public CGUIPaneDialogCustomEmbedded
9 {
10 public:
11 CGUIPaneSystemInformation();
12 virtual ~CGUIPaneSystemInformation();
13
14 DeclareGetClassType();
15 };
16 }
17}
Definition D2DObject.h:12