NO HAY CÓDIGO FUENTE git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.TRichView@1 b34d35ef-135b-4489-b9d1-9916e9c25524
70 lines
2.5 KiB
C++
70 lines
2.5 KiB
C++
// Borland C++ Builder
|
|
// Copyright (c) 1995, 2005 by Borland Software Corporation
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'Rvctrldata.pas' rev: 10.00
|
|
|
|
#ifndef RvctrldataHPP
|
|
#define RvctrldataHPP
|
|
|
|
#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 <Controls.hpp> // Pascal unit
|
|
#include <Forms.hpp> // Pascal unit
|
|
#include <Crvdata.hpp> // Pascal unit
|
|
#include <Crvfdata.hpp> // Pascal unit
|
|
#include <Rvstyle.hpp> // Pascal unit
|
|
#include <Rvscroll.hpp> // Pascal unit
|
|
#include <Rvitem.hpp> // Pascal unit
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Rvctrldata
|
|
{
|
|
//-- type declarations -------------------------------------------------------
|
|
class DELPHICLASS TRVControlData;
|
|
class PASCALIMPLEMENTATION TRVControlData : public Crvfdata::TCustomRVFormattedData
|
|
{
|
|
typedef Crvfdata::TCustomRVFormattedData inherited;
|
|
|
|
public:
|
|
int TopLevelFocusedItemNo;
|
|
Crvfdata::TCustomRVFormattedData* TopLevelFocusedRVData;
|
|
Rvscroll::TRVTabNavigationType TabNavigation;
|
|
virtual void __fastcall ClearTemporal(void);
|
|
void __fastcall DoTabNavigation(bool Shift, Controls::TWinControl* PrevCtrl);
|
|
virtual void __fastcall PaintBuffered(void);
|
|
void __fastcall DrawFocusedRect(Graphics::TCanvas* Canvas);
|
|
DYNAMIC void __fastcall Deselect(Rvitem::TCustomRVItemInfo* NewPartiallySelected, bool MakeEvent);
|
|
void __fastcall ExecuteFocused(void);
|
|
DYNAMIC void __fastcall AdjustFocus(int NewFocusedItemNo, Classes::TPersistent* TopLevelRVData, int TopLevelItemNo);
|
|
DYNAMIC void __fastcall MouseUp(Controls::TMouseButton Button, Classes::TShiftState Shift, int X, int Y);
|
|
__fastcall TRVControlData(void);
|
|
public:
|
|
#pragma option push -w-inl
|
|
/* TCustomRVFormattedData.Destroy */ inline __fastcall virtual ~TRVControlData(void) { }
|
|
#pragma option pop
|
|
|
|
};
|
|
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
|
|
} /* namespace Rvctrldata */
|
|
using namespace Rvctrldata;
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // Rvctrldata
|