Class TImageItems
Unit
idCore
Declaration
type TImageItems = class(TIDIClass)
Description
TImageItems
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
function CountLoaded: Integer; virtual; |
|
|
 |
procedure ClearThumbnails; |
|
|
 |
function SortStringValue (AObject: TXOMObject; const APropNames: Array of String): WideString; override; |
|
|
 |
procedure CheckAll; |
|
|
 |
procedure UncheckAll; |
|
|
 |
function CountChecked: Integer; |
|
|
 |
procedure EnumChecked (AResult: TList); |
|
|
 |
function FindItemWithData (AData: Pointer): TImageItem; |
|
|
 |
function FindFileName (const AFileName: WideString; const AMediumType: TMediumType; const AMediumName: WideString; const AMediumSerial: Integer; const IncludePathName: Boolean = False; const ACheckStacks: Boolean = False): TImageItem; virtual; |
|
|
 |
function FindFileNameUnfiltered (const AFileName: WideString; const AMediumType: TMediumType; const AMediumName: WideString; const AMediumSerial: Integer; const IncludePathName: Boolean = False; const ACheckStacks: Boolean = False): TImageItem; virtual; |
|
|
 |
function GuidList: String; |
|
|
 |
function FindGroupGUID (const AGUID: String): TImageItem; |
|
|
 |
function FindGroupContainer (const AGUID: String): TImageItem; |
|
|
 |
function FindItemWithMainVersionGUID (const AMainVersionGUID: String): TImageItem; virtual; |
|
|
 |
function EnumDuplicateFileNames(AResult: TList; AMaxResults: Integer = -1): Boolean; virtual; |
|
|
 |
procedure DeduplicateFileNames; virtual; |
|
|
 |
function HasDuplicateFileNames: Boolean; virtual; |
|
|
 |
function EnumDuplicateFileNamesToList(AResult: TxomStrings; AMaxResults: Integer = -1): Boolean; virtual; |
|
|
 |
function HasUntagged (AOnlyMarked: Boolean): Boolean; |
|
|
 |
function EnumMarked (AResult: TXOMClass; AOnlineOnly: Boolean = False; AWithThumbs: Boolean = False): Boolean; |
|
|
 |
function EnumMarkedToList (AResult: TList; AOnlineOnly: Boolean = False): Boolean; |
|
|
Properties
 |
property Items[Index:Integer]: TImageItem read GetItem write SetItem; |
|
|
 |
property UnfilteredItems[Index:Integer]: TImageItem read GetUnfilteredItem; |
|
|
 |
property Expanded: Boolean read FExpanded write FExpanded; |
|
|
 |
property Tag: PtrInt read FTag write FTag; |
|
|
Generated by PasDoc 0.15.0.
|