Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / cocoaint / src / qtkit / QTMovieView.inc
Size: Mime:
{ Parsed from QTKit.framework QTMovieView.h }


{ Types from QTMovieView }
{$ifdef TYPES}



{$endif}


{ Types from QTMovieView_Delegate }
{$ifdef TYPES}


{$endif}


{$ifdef TYPES}
type
  QTMovieViewPtr = ^QTMovieView;
{$endif}

{$ifdef CLASSES}

type
  QTMovieView = objcclass external (NSView, NSCodingProtocol, NSUserInterfaceValidationsProtocol)
  private
    _movie: QTMovie;
    _fillColor: NSColor;
    _controllerVisible: ObjCBOOL;
    _preservesAspectRatio: ObjCBOOL;
    {$if  not defined(__LP64__)}
    _rendererView: NSView;
    _movieControllerView: QTMovieControllerView;
    {$endif}
    _viewFlags: NSUInteger;
    _internal: QTMovieViewInternal;
    _reserved3: clong;
    _delegate: id;
    {$if defined(__LP64__)}
    _proxy: cint32;
    _delegateProxy: cint32;
    _useVisualContext: ObjCBOOL;
    _rendererView_: NSView;
    _movieControllerView_: QTMovieControllerView;
    {$endif}
  public
    function movie: QTMovie; message 'movie';
    procedure setMovie (movie: QTMovie); message 'setMovie:';
    function preservesAspectRatio: ObjCBOOL; message 'preservesAspectRatio';
    procedure setPreservesAspectRatio (preservesAspectRatio: ObjCBOOL); message 'setPreservesAspectRatio:';
    function fillColor: NSColor; message 'fillColor';
    procedure setFillColor (fillColor: NSColor); message 'setFillColor:';
    function isControllerVisible: ObjCBOOL; message 'isControllerVisible';
    procedure setControllerVisible (controllerVisible: ObjCBOOL); message 'setControllerVisible:';
    procedure setShowsResizeIndicator (show: ObjCBOOL); message 'setShowsResizeIndicator:';
    {$if (QTKIT_VERSION_MAX_ALLOWED >= QTKIT_VERSION_7_2)}
    function isBackButtonVisible: ObjCBOOL; message 'isBackButtonVisible';
    procedure setBackButtonVisible (state: ObjCBOOL); message 'setBackButtonVisible:';
    function isCustomButtonVisible: ObjCBOOL; message 'isCustomButtonVisible';
    procedure setCustomButtonVisible (state: ObjCBOOL); message 'setCustomButtonVisible:';
    function isHotSpotButtonVisible: ObjCBOOL; message 'isHotSpotButtonVisible';
    procedure setHotSpotButtonVisible (state: ObjCBOOL); message 'setHotSpotButtonVisible:';
    function areStepButtonsVisible: ObjCBOOL; message 'areStepButtonsVisible';
    procedure setStepButtonsVisible (state: ObjCBOOL); message 'setStepButtonsVisible:';
    function isTranslateButtonVisible: ObjCBOOL; message 'isTranslateButtonVisible';
    procedure setTranslateButtonVisible (state: ObjCBOOL); message 'setTranslateButtonVisible:';
    function isVolumeButtonVisible: ObjCBOOL; message 'isVolumeButtonVisible';
    procedure setVolumeButtonVisible (state: ObjCBOOL); message 'setVolumeButtonVisible:';
    function areZoomButtonsVisible: ObjCBOOL; message 'areZoomButtonsVisible';
    procedure setZoomButtonsVisible (state: ObjCBOOL); message 'setZoomButtonsVisible:';
    {$endif}
    function movieBounds: NSRect; message 'movieBounds';
    function movieControllerBounds: NSRect; message 'movieControllerBounds';
    function controllerBarHeight: single; message 'controllerBarHeight';
    procedure play (sender: id); message 'play:';
    procedure pause (sender: id); message 'pause:';
    procedure gotoBeginning (sender: id); message 'gotoBeginning:';
    procedure gotoEnd (sender: id); message 'gotoEnd:';
    procedure gotoNextSelectionPoint (sender: id); message 'gotoNextSelectionPoint:';
    procedure gotoPreviousSelectionPoint (sender: id); message 'gotoPreviousSelectionPoint:';
    procedure gotoPosterFrame (sender: id); message 'gotoPosterFrame:';
    procedure stepForward (sender: id); message 'stepForward:';
    procedure stepBackward (sender: id); message 'stepBackward:';
    function isEditable: ObjCBOOL; message 'isEditable';
    procedure setEditable (editable: ObjCBOOL); message 'setEditable:';
    procedure cut (sender: id); message 'cut:';
    procedure copy_ (sender: id); message 'copy:';
    procedure paste (sender: id); message 'paste:';
    procedure selectAll (sender: id); message 'selectAll:';
    procedure selectNone (sender: id); message 'selectNone:';
    procedure delete (sender: id); message 'delete:';
    procedure add (sender: id); message 'add:';
    procedure addScaled (sender: id); message 'addScaled:';
    procedure replace (sender: id); message 'replace:';
    procedure trim (sender: id); message 'trim:';
    {$if (QTKIT_VERSION_MAX_ALLOWED >= QTKIT_VERSION_7_2)}
    function delegate: id; message 'delegate';
    procedure setDelegate (delegate: id); message 'setDelegate:';
    {$endif}

    { Adopted protocols }
    procedure encodeWithCoder (aCoder: NSCoder); message 'encodeWithCoder:';
    function validateUserInterfaceItem (anItem: NSValidatedUserInterfaceItemProtocol): ObjCBOOL; message 'validateUserInterfaceItem:';
  end;


type
  QTMovieView_Delegate = objccategory external (NSObject)
    {$if ((QTKIT_VERSION_MAX_ALLOWED >= QTKIT_VERSION_7_2)) and ((MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4))}
    function view_willDisplayImage (view: QTMovieView; image: CIImage): CIImage; message 'view:willDisplayImage:';
    {$endif}
    {$if ((QTKIT_VERSION_MAX_ALLOWED >= QTKIT_VERSION_7_6_3)) and ((MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6))}
    function menuForEventDelegate (event: NSEvent): NSMenu; message 'menuForEventDelegate:';
    {$endif}
  end;
{$endif}