OpenLexocad  27.1
OpenLxUIInit.h
Go to the documentation of this file.
1 #pragma once
2 
3 
4 
5 namespace OpenLxUI
6 {
7 class LX_OPENLXUI_EXPORT OpenLxUIInit
8 {
9 public:
12 
13 public:
14  static void init();
15  static void release();
16 
17 private:
18  static bool isInit;
19 };
20 
21 } // namespace OpenLxUI
OpenLxUIInit()
Definition: OpenLxUIInit.h:10
~OpenLxUIInit()
Definition: OpenLxUIInit.h:11
Definition: ActiveEdge.h:25
Definition: OpenLxUIInit.h:7