Interface ICartwallControl

Unit

Declaration

type ICartwallControl = interface(IUpdateObject)

Description

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['{2B02704A-1989-4B46-9357-FEB92160B975}']

Hierarchy

Overview

Methods

Public function GetPages: ICartwallPageControlList;
Public function GetGridWidth: integer;
Public function GetGridHeight: integer;
Public function GetPlayerCount: integer;
Public function GetPadding: integer;
Public procedure SetPadding(iValue: integer);
Public function GetDefaultWidth: integer;
Public procedure SetDefaultWidth(iValue: integer);
Public function GetDefaultHeight: integer;
Public procedure SetDefaultHeight(iValue: integer);
Public function GetOptions: TCartwallOptions;
Public procedure SetOptions(iValue: TCartwallOptions);
Public function GetEOFWarning: TTimeValue;
Public procedure SetEOFWarning(iValue: TTimeValue);
Public function GetNumbering: TCartwallNumbering;
Public procedure SetNumbering(iValue: TCartwallNumbering);
Public function GetOnAirMode: TCartwallOnAirMode;
Public procedure SetOnAirMode(iValue: TCartwallOnAirMode);
Public procedure SetOnAirModeEx(iValue: TCartwallOnAirMode; iForce: boolean);
Public function GetActivePageIndex: integer;
Public procedure SetActivePageIndex(iValue: integer);
Public function GetActivePage: ICartwallPageControl;
Public procedure GetActivePagePlayerStates(var oStates: TPlayerStateArray);
Public function GetActiveItemCount: integer;
Public function IndexToPosition(iIndex: integer): TPoint;
Public function AddPage(iMakeActive: boolean): ICartwallPageControl;
Public procedure DeletePage(iIndex: integer);
Public procedure MovePage(iOldIndex: integer; iNewIndex: integer);
Public procedure LoadPageListFromXML(iXML: ISXMLNode);
Public function SavePageListAsXML(iDocument: ISXMLDocument): ISXMLNode;
Public procedure LoadPageListFromFile(const iFilename: string);
Public procedure SavePageListToFile(const iFilename: string);
Public procedure StopAllPlayers;
Public procedure AddPlaylistItems(iItems: IPlaylist);

Description

Methods

Public function GetPages: ICartwallPageControlList;
 
Public function GetGridWidth: integer;
 
Public function GetGridHeight: integer;
 
Public function GetPlayerCount: integer;
 
Public function GetPadding: integer;
 
Public procedure SetPadding(iValue: integer);
 
Public function GetDefaultWidth: integer;
 
Public procedure SetDefaultWidth(iValue: integer);
 
Public function GetDefaultHeight: integer;
 
Public procedure SetDefaultHeight(iValue: integer);
 
Public function GetOptions: TCartwallOptions;
 
Public procedure SetOptions(iValue: TCartwallOptions);
 
Public function GetEOFWarning: TTimeValue;
 
Public procedure SetEOFWarning(iValue: TTimeValue);
 
Public function GetNumbering: TCartwallNumbering;
 
Public procedure SetNumbering(iValue: TCartwallNumbering);
 
Public function GetOnAirMode: TCartwallOnAirMode;
 
Public procedure SetOnAirMode(iValue: TCartwallOnAirMode);
 
Public procedure SetOnAirModeEx(iValue: TCartwallOnAirMode; iForce: boolean);
 
Public function GetActivePageIndex: integer;
 
Public procedure SetActivePageIndex(iValue: integer);
 
Public function GetActivePage: ICartwallPageControl;
 
Public procedure GetActivePagePlayerStates(var oStates: TPlayerStateArray);
 
Public function GetActiveItemCount: integer;
 
Public function IndexToPosition(iIndex: integer): TPoint;
 
Public function AddPage(iMakeActive: boolean): ICartwallPageControl;
 
Public procedure DeletePage(iIndex: integer);
 
Public procedure MovePage(iOldIndex: integer; iNewIndex: integer);
 
Public procedure LoadPageListFromXML(iXML: ISXMLNode);
 
Public function SavePageListAsXML(iDocument: ISXMLDocument): ISXMLNode;
 
Public procedure LoadPageListFromFile(const iFilename: string);
 
Public procedure SavePageListToFile(const iFilename: string);
 
Public procedure StopAllPlayers;
 
Public procedure AddPlaylistItems(iItems: IPlaylist);
 

Generated by PasDoc 0.16.0.