?? thermo.h
字號(hào):
//---------------------------------------------------------------------------
// 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//---------------------------------------------------------------------------
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -