📄 formatsvgfile.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'FormatSvgFile.pas' rev: 6.00
#ifndef FormatSvgFileHPP
#define FormatSvgFileHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <FlexFileFormats.hpp> // Pascal unit
#include <FlexBase.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Formatsvgfile
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TFlexSvgFormat;
class PASCALIMPLEMENTATION TFlexSvgFormat : public Flexfileformats::TFlexFileFormat
{
typedef Flexfileformats::TFlexFileFormat inherited;
protected:
virtual void __fastcall RegisterSupportedExtensions(void);
void __fastcall ExportSVG(Flexbase::TFlexPanel* AFlexPanel, Classes::TStream* AStream);
public:
virtual void __fastcall ExportToStream(Classes::TStream* AStream, Flexbase::TFlexPanel* AFlexPanel, const Flexfileformats::TFlexFileExtension* Extension, const AnsiString AFileName);
public:
#pragma option push -w-inl
/* TFlexFileFormat.Create */ inline __fastcall virtual TFlexSvgFormat(System::TObject* AOwner) : Flexfileformats::TFlexFileFormat(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TFlexFileFormat.CreateForRegister */ inline __fastcall TFlexSvgFormat(Flexfileformats::TFlexFileExtensions* AExtensions) : Flexfileformats::TFlexFileFormat(AExtensions) { }
#pragma option pop
#pragma option push -w-inl
/* TFlexFileFormat.Destroy */ inline __fastcall virtual ~TFlexSvgFormat(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE System::ResourceString _sSvgFileDescription;
#define Formatsvgfile_sSvgFileDescription System::LoadResourceString(&Formatsvgfile::_sSvgFileDescription)
} /* namespace Formatsvgfile */
using namespace Formatsvgfile;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // FormatSvgFile
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -