Componentes.Terceros.TRichView/12.0.4/Units/D2006/RVBack.hpp
david fddb8c1dff Importación inicial con versión 12.0.4
NO HAY CÓDIGO FUENTE

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.TRichView@1 b34d35ef-135b-4489-b9d1-9916e9c25524
2010-01-11 12:26:42 +00:00

71 lines
2.9 KiB
C++

// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Rvback.pas' rev: 10.00
#ifndef RvbackHPP
#define RvbackHPP
#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 <Sysutils.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Jpeg.hpp> // Pascal unit
#include <Rvstyle.hpp> // Pascal unit
#include <Rvscroll.hpp> // Pascal unit
#include <Rvfuncs.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Rvback
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TRVBackground;
class PASCALIMPLEMENTATION TRVBackground : public System::TObject
{
typedef System::TObject inherited;
private:
Graphics::TGraphic* ImageCopy;
Graphics::TBitmap* __fastcall GetBitmap(void);
Rvstyle::TRVItemBackgroundStyle __fastcall GetItemBackStyle(void);
void __fastcall SetItemBackStyle(const Rvstyle::TRVItemBackgroundStyle Value);
public:
Rvscroll::TBackgroundStyle Style;
Graphics::TGraphic* Image;
__fastcall TRVBackground(bool CreateBitmap);
__fastcall virtual ~TRVBackground(void);
bool __fastcall ScrollRequiresFullRedraw(void);
void __fastcall UpdatePaletted(Rvscroll::TRVPaletteAction PaletteAction, HPALETTE Palette, Windows::PLogPalette LogPalette);
void __fastcall Draw(Graphics::TCanvas* Canvas, const Types::TRect &Rect, int HOffs, int VOffs, int Left, int Top, int Width, int Height, Graphics::TColor Color, bool Clipping, bool PrintSimulation);
void __fastcall Print(Graphics::TCanvas* Canvas, const Types::TRect &ARect, const Types::TRect &AFullRect, const Rvstyle::TRVScreenAndDevice &sad, Graphics::TColor Color, bool Preview, Windows::PLogPalette LogPalette, Classes::TPersistent* PrintingRVData, int ItemBackgroundLayer);
bool __fastcall Empty(void);
bool __fastcall Visible(void);
bool __fastcall IsSemitransparent(void);
void __fastcall FreeImage(void);
void __fastcall AssignImage(Graphics::TGraphic* AImage, Classes::TPersistent* ARVData, bool Copy);
__property Graphics::TBitmap* Bitmap = {read=GetBitmap};
__property Rvstyle::TRVItemBackgroundStyle ItemBackStyle = {read=GetItemBackStyle, write=SetItemBackStyle, nodefault};
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Rvback */
using namespace Rvback;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Rvback