📄 thermo.h
字号:
//---------------------------------------------------------------------------
// Project: FlowLive
// Module: properties
/*!\file thermo.h
\brief
\version 0.0.1.1
\date Created:
\date Last modified:
\author <a href="mailto:xtobias@gmx.net">Tobias Severin, xtobias@gmx.net</a>
*/
//---------------------------------------------------------------------------
#ifndef THERMO_H
#define THERMO_H//#define NO_THERMO_NAMESPACE#if HAVE_CONFIG_H #include <config.h>
#endif#ifndef NO_THERMO_DLL// #define CTHERMO_EXPORT extern "C" __declspec (dllexport) #ifdef WIN32 #define THERMO_EXPORT __declspec(dllexport) #else #define THERMO_EXPORT #endif#else #define THERMO_EXPORT#endif// define the thermo library in its own namespace, if desired#ifndef NO_THERMO_NAMESPACE #define THERMO_BEGIN namespace Thermo { #define THERMO_END }#else #define THERMO_BEGIN #define THERMO_END#endif#endif//---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -