Avaya Client Services API Reference (OS X)
Instance Methods | Properties | List of all members
CSPresentationSlidesListener Class Reference

#import <CSPresentationSlidesListener.h>

Inherits NSObject, and <CSSlideDelegate>.

Instance Methods

(void) - displayLayer:
 Implementation of informal CALayer drawing protocol. More...
 
(void) - drawSlideOnLayer:
 Puts a slide received frow WCS on a Layer. More...
 
(instancetype) - initWithFrame:
 Init object with some default frame. More...
 
(void) - receiveData:withError:
 
(void) - clearLayer
 After finished presentation sharing use this method to clear the canvas. More...
 

Properties

CALayer * drawingLayer
 
CSViewdrawingView
 A view, that a drawingLayer is assigned as content. More...
 

Method Documentation

- (void) clearLayer

After finished presentation sharing use this method to clear the canvas.

- (void) displayLayer: (CALayer *)  layer

Implementation of informal CALayer drawing protocol.

It puts content on layer. It is called, when needsDisplay is set on CALayer that this class' object is delegate of

- (void) drawSlideOnLayer: (CSSharingBlock *)  bitmapBlock

Puts a slide received frow WCS on a Layer.

- (instancetype) initWithFrame: (CGRect)  frame

Init object with some default frame.

- (void) receiveData: (CSRenderingBlock *)  data
withError: (NSError *)  error 

Property Documentation

- (CALayer*) drawingLayer
readwritenonatomicstrong
- (CSView*) drawingView
readwritenonatomicstrong

A view, that a drawingLayer is assigned as content.

Here, it's used to apply any sharing screen viewport size changes


The documentation for this class was generated from the following file: