tmsubreaklist.hpp

来自「TMS Component Pack V5.0包含了超过 280 个为 Delp」· HPP 代码 · 共 65 行

HPP
65
字号
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'Tmsubreaklist.pas' rev: 10.00

#ifndef TmsubreaklistHPP
#define TmsubreaklistHPP

#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 <Classes.hpp>	// Pascal unit
#include <Sysutils.hpp>	// Pascal unit
#include <Tmsxlsmessages.hpp>	// Pascal unit
#include <Tmsuxlsbaserecords.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Tmsubreaklist
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TBreakList;
class PASCALIMPLEMENTATION TBreakList : public Classes::TList 
{
	typedef Classes::TList inherited;
	
private:
	int CurrentPos;
	int ZeroPos;
	
protected:
	virtual void __fastcall Notify(void * Ptr, Classes::TListNotification Action);
	
public:
	__fastcall TBreakList(const int aZeroPos);
	int __fastcall CurrentId(void);
	int __fastcall CurrentSize(void);
	int __fastcall AcumSize(void);
	void __fastcall IncCurrent(void);
	HIDESBASE void __fastcall Add(const int aId, const int aSize);
	void __fastcall AddToZeroPos(const int Delta);
public:
	#pragma option push -w-inl
	/* TList.Destroy */ inline __fastcall virtual ~TBreakList(void) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------

}	/* namespace Tmsubreaklist */
using namespace Tmsubreaklist;
#pragma pack(pop)
#pragma option pop

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// Tmsubreaklist

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?