[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 290
type TLazAVLPalette = class(TFPPalette) |
||
protected |
||
|
||
|
||
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; |
|
|
end; |
|
TLazAVLPalette - this descendant of TFPPalette uses an AVL tree for speed up |
|
| | ||
| | ||
lazarus-ccr.sourceforge.net |