Interface ICartwallPageControl
Unit
Declaration
type ICartwallPageControl = interface(ISerializable)
Description
No description available, ancestor ISerializable description follows
No description available, ancestor IUpdateObject description follows
No description available, ancestor IObservable description follows
—————————————————————————– Base Interfaces —————————————————————————–
Attributes
- GUID['{8532953B-320D-418B-A447-AC95DFAC368B}']
Attributes
- GUID['{4C481E54-568A-46B4-BAAA-C0071932FDCF}']
Attributes
- GUID['{DF9B1F9D-09D1-4790-BC9E-D299A578B71A}']
Attributes
- GUID['{96953B3E-E4A8-418C-A0AB-B5692DB36F77}']
Hierarchy
- IInterface
- IObservable
- IUpdateObject
- ISerializable
- ICartwallPageControl
Overview
Methods
function GetCartwallControl: ICartwallControl; |
|
function GetCaption: string; |
|
procedure SetCaption(const iValue: string); |
|
function GetFilename: string; |
|
procedure SetFilename(const iValue: string); |
|
function GetModified: boolean; |
|
procedure SetModified(iValue: boolean); |
|
function GetItems: ICartwallItemList; |
|
function GetSequence: IStrings; |
|
procedure SetSequence(iValue: IStrings); |
|
function GetPlayerControl(iIndex: integer): ICartPlayerControl; |
|
function GetPlayerControlOfItem(iItem: ICartwallItem): ICartPlayerControl; |
|
function GetCurrentItem: ICartwallItem; |
|
procedure GetCurrentItemEx(out oItem: ICartwallItem; out oStartTickCount: int64); |
|
function PositionItem(iItem: ICartwallItem; iNewRect: TRect): boolean; |
|
function GetItemAtPos(iPosition: TPoint): ICartwallItem; |
|
function GetFirstFreeSpot(iFrom: TPoint; out oResult: TPoint): boolean; |
|
function AddPlaylistItems(iItems: IPlaylist; iPoint: TPoint; iAllowReplaceForFirst: boolean): boolean; |
|
function GetActiveItemCount: integer; |
|
function GetCurrentInSequence: ICartwallItem; |
|
function GetNextInSequence: ICartwallItem; |
|
procedure StartNext; |
|
procedure StopAll; |
|
procedure FadeOutAll; |
|
function CanCloseItem(iItem: ICartwallItem): boolean; |
|
procedure SelectItem(iItem: ICartwallItem); |
|
procedure UnselectItem(iItem: ICartwallItem); |
|
procedure LoadFromFile(const iFilename: string); |
|
procedure LoadFromV4XML(iXML: ISXMLNode); |
|
procedure SaveToFile(const iFilename: string); |
Description
Methods
function GetCartwallControl: ICartwallControl; |
|
function GetCaption: string; |
|
procedure SetCaption(const iValue: string); |
|
function GetFilename: string; |
|
procedure SetFilename(const iValue: string); |
|
function GetModified: boolean; |
|
procedure SetModified(iValue: boolean); |
|
function GetItems: ICartwallItemList; |
|
function GetSequence: IStrings; |
|
procedure SetSequence(iValue: IStrings); |
|
function GetPlayerControl(iIndex: integer): ICartPlayerControl; |
|
function GetPlayerControlOfItem(iItem: ICartwallItem): ICartPlayerControl; |
|
function GetCurrentItem: ICartwallItem; |
|
procedure GetCurrentItemEx(out oItem: ICartwallItem; out oStartTickCount: int64); |
|
function PositionItem(iItem: ICartwallItem; iNewRect: TRect): boolean; |
|
function GetItemAtPos(iPosition: TPoint): ICartwallItem; |
|
function GetFirstFreeSpot(iFrom: TPoint; out oResult: TPoint): boolean; |
|
function AddPlaylistItems(iItems: IPlaylist; iPoint: TPoint; iAllowReplaceForFirst: boolean): boolean; |
|
function GetActiveItemCount: integer; |
|
function GetCurrentInSequence: ICartwallItem; |
|
function GetNextInSequence: ICartwallItem; |
|
procedure StartNext; |
|
procedure StopAll; |
|
procedure FadeOutAll; |
|
function CanCloseItem(iItem: ICartwallItem): boolean; |
|
procedure SelectItem(iItem: ICartwallItem); |
|
procedure UnselectItem(iItem: ICartwallItem); |
|
procedure LoadFromFile(const iFilename: string); |
|
procedure LoadFromV4XML(iXML: ISXMLNode); |
|
procedure SaveToFile(const iFilename: string); |
|
Generated by PasDoc 0.16.0.