[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TLazAVLPalette - this descendant of TFPPalette uses an AVL tree for speed up
Source position: intfgraphics.pas line 291
type TLazAVLPalette = class(TFPPalette) end; |
||
protected |
||
FAVLPalette: TAvlTree; |
|
|
FAVLNodes: PAvlTreeNode; |
|
|
procedure SetCount(); override; |
|
|
procedure SetColor(); override; |
|
|
function CompareEntries(); |
|
|
function CompareColorWithEntries(); |
|
|
procedure EnlargeData; override; |
|
|
public |
||
destructor Destroy; override; |
|
|
function IndexOf(); override; |
|
|
function Add(); override; |
|
|
procedure CheckConsistency; virtual; |
|
|
|
TLazAVLPalette - this descendant of TFPPalette uses an AVL tree for speed up |
|
| | ||
TFPPalette |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |