📄 smaskdata.hpp
字号:
// CodeGear C++Builder
// Copyright (c) 1995, 2008 by CodeGear
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Smaskdata.pas' rev: 20.00
#ifndef SmaskdataHPP
#define SmaskdataHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
#pragma option -Vx // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp> // Pascal unit
#include <Sysinit.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Sconst.hpp> // Pascal unit
#include <Sgradient.hpp> // Pascal unit
#include <Jpeg.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Smaskdata
{
//-- type declarations -------------------------------------------------------
struct TsMaskData
{
public:
Graphics::TBitmap* Bmp;
System::UnicodeString ClassName;
System::UnicodeString PropertyName;
Types::TRect R;
short ImageCount;
short MaskType;
short BorderWidth;
short DrawMode;
Sconst::TacImgType ImgType;
System::TObject* Manager;
short WL;
short WT;
short WR;
short WB;
};
struct TsPatternData
{
public:
Jpeg::TJPEGImage* Img;
System::UnicodeString ClassName;
System::UnicodeString PropertyName;
};
struct TsGeneralData
{
public:
System::UnicodeString ParentClass;
System::UnicodeString ClassName;
Graphics::TColor Color;
StaticArray<int, 5> FontColor;
StaticArray<int, 5> HotFontColor;
bool GiveOwnFont;
bool ReservedBoolean;
int Transparency;
int GradientPercent;
System::UnicodeString GradientData;
Sgradient::TsGradArray GradientArray;
int ImagePercent;
bool ShowFocus;
bool FadingEnabled;
int FadingIterations;
Graphics::TColor HotColor;
int HotTransparency;
int HotGradientPercent;
System::UnicodeString HotGradientData;
Sgradient::TsGradArray HotGradientArray;
int HotImagePercent;
};
typedef DynamicArray<TsMaskData> TsMaskArray;
typedef DynamicArray<TsPatternData> TsPatternArray;
typedef DynamicArray<TsGeneralData> TsGeneralDataArray;
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE int __fastcall WidthOfImage(const TsMaskData &md);
extern PACKAGE int __fastcall HeightOfImage(const TsMaskData &md);
} /* namespace Smaskdata */
using namespace Smaskdata;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // SmaskdataHPP
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -