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

Overview

Methods

Public function GetCartwallControl: ICartwallControl;
Public function GetCaption: string;
Public procedure SetCaption(const iValue: string);
Public function GetFilename: string;
Public procedure SetFilename(const iValue: string);
Public function GetModified: boolean;
Public procedure SetModified(iValue: boolean);
Public function GetItems: ICartwallItemList;
Public function GetSequence: IStrings;
Public procedure SetSequence(iValue: IStrings);
Public function GetPlayerControl(iIndex: integer): ICartPlayerControl;
Public function GetPlayerControlOfItem(iItem: ICartwallItem): ICartPlayerControl;
Public function GetCurrentItem: ICartwallItem;
Public procedure GetCurrentItemEx(out oItem: ICartwallItem; out oStartTickCount: int64);
Public function PositionItem(iItem: ICartwallItem; iNewRect: TRect): boolean;
Public function GetItemAtPos(iPosition: TPoint): ICartwallItem;
Public function GetFirstFreeSpot(iFrom: TPoint; out oResult: TPoint): boolean;
Public function AddPlaylistItems(iItems: IPlaylist; iPoint: TPoint; iAllowReplaceForFirst: boolean): boolean;
Public function GetActiveItemCount: integer;
Public function GetCurrentInSequence: ICartwallItem;
Public function GetNextInSequence: ICartwallItem;
Public procedure StartNext;
Public procedure StopAll;
Public procedure FadeOutAll;
Public function CanCloseItem(iItem: ICartwallItem): boolean;
Public procedure SelectItem(iItem: ICartwallItem);
Public procedure UnselectItem(iItem: ICartwallItem);
Public procedure LoadFromFile(const iFilename: string);
Public procedure LoadFromV4XML(iXML: ISXMLNode);
Public procedure SaveToFile(const iFilename: string);

Description

Methods

Public function GetCartwallControl: ICartwallControl;
 
Public function GetCaption: string;
 
Public procedure SetCaption(const iValue: string);
 
Public function GetFilename: string;
 
Public procedure SetFilename(const iValue: string);
 
Public function GetModified: boolean;
 
Public procedure SetModified(iValue: boolean);
 
Public function GetItems: ICartwallItemList;
 
Public function GetSequence: IStrings;
 
Public procedure SetSequence(iValue: IStrings);
 
Public function GetPlayerControl(iIndex: integer): ICartPlayerControl;
 
Public function GetPlayerControlOfItem(iItem: ICartwallItem): ICartPlayerControl;
 
Public function GetCurrentItem: ICartwallItem;
 
Public procedure GetCurrentItemEx(out oItem: ICartwallItem; out oStartTickCount: int64);
 
Public function PositionItem(iItem: ICartwallItem; iNewRect: TRect): boolean;
 
Public function GetItemAtPos(iPosition: TPoint): ICartwallItem;
 
Public function GetFirstFreeSpot(iFrom: TPoint; out oResult: TPoint): boolean;
 
Public function AddPlaylistItems(iItems: IPlaylist; iPoint: TPoint; iAllowReplaceForFirst: boolean): boolean;
 
Public function GetActiveItemCount: integer;
 
Public function GetCurrentInSequence: ICartwallItem;
 
Public function GetNextInSequence: ICartwallItem;
 
Public procedure StartNext;
 
Public procedure StopAll;
 
Public procedure FadeOutAll;
 
Public function CanCloseItem(iItem: ICartwallItem): boolean;
 
Public procedure SelectItem(iItem: ICartwallItem);
 
Public procedure UnselectItem(iItem: ICartwallItem);
 
Public procedure LoadFromFile(const iFilename: string);
 
Public procedure LoadFromV4XML(iXML: ISXMLNode);
 
Public procedure SaveToFile(const iFilename: string);
 

Generated by PasDoc 0.16.0.