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 / quartzcomposer / QCCompositionRepository.inc
Size: Mime:
{ Parsed from QuartzComposer.framework QCCompositionRepository.h }


{$ifdef TYPES}
type
  QCCompositionRepositoryPtr = ^QCCompositionRepository;
{$endif}

{$if (defined(MAC_OS_X_VERSION_10_5)) and ((MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5))}
{$ifdef EXTERNAL_SYMBOLS}
var
  QCCompositionRepositoryDidUpdateNotification: NSString; cvar; external;
{$endif}

{$ifdef CLASSES}

type
  QCComposition_QCCompositionRepository = objccategory external name 'QCCompositionRepository' (QCComposition)
    function identifier: NSString; message 'identifier';
  end;


type
  QCCompositionRepository = objcclass external (NSObject)
  private
    cq: dispatch_queue_t;
  public
    class function sharedCompositionRepository: QCCompositionRepository; message 'sharedCompositionRepository';
    function compositionWithIdentifier (identifier: NSString): QCComposition; message 'compositionWithIdentifier:';
    function compositionsWithProtocols_andAttributes (protocols: NSArray; attributes: NSDictionary): NSArray; message 'compositionsWithProtocols:andAttributes:';
    function allCompositions: NSArray; message 'allCompositions';
  end;
{$endif}

{$endif}