📄 formatstdfiles.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Formatstdfiles.pas' rev: 10.00
#ifndef FormatstdfilesHPP
#define FormatstdfilesHPP
#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 <Sysutils.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <Flexbase.hpp> // Pascal unit
#include <Flexfileformats.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Formatstdfiles
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TFlexStandardFormats;
class PASCALIMPLEMENTATION TFlexStandardFormats : public Flexfileformats::TFlexFileFormat
{
typedef Flexfileformats::TFlexFileFormat inherited;
protected:
virtual void __fastcall RegisterSupportedExtensions(void);
public:
virtual void __fastcall ImportFromStream(Classes::TStream* AStream, Flexbase::TFlexPanel* AFlexPanel, const Flexfileformats::TFlexFileExtension* Extension, const AnsiString AFileName);
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 TFlexStandardFormats(System::TObject* AOwner) : Flexfileformats::TFlexFileFormat(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TFlexFileFormat.CreateForRegister */ inline __fastcall TFlexStandardFormats(Flexfileformats::TFlexFileExtensions* AExtensions) : Flexfileformats::TFlexFileFormat(AExtensions) { }
#pragma option pop
#pragma option push -w-inl
/* TFlexFileFormat.Destroy */ inline __fastcall virtual ~TFlexStandardFormats(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Formatstdfiles */
using namespace Formatstdfiles;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Formatstdfiles
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -