FMIceLinkLayout Class Reference

Inherits from NSObject
Declared in FMIceLinkLayout.h
FMIceLinkLayout.m

Overview

A layout definition, including local and remote frame definitions.

– allFrames

Gets all frames (local and remote).
- (NSMutableArray *)allFrames

Discussion

Gets all frames (local and remote).

Declared In

FMIceLinkLayout.h

– height

Gets the [layout](#//api/name/layout) height.
- (int)height

Discussion

Gets the [layout](#//api/name/layout) height.

Declared In

FMIceLinkLayout.h

– localFrame

Gets the local frame.
- (FMIceLinkLayoutFrame *)localFrame

Discussion

Gets the local frame.

Declared In

FMIceLinkLayout.h

– origin

Gets the layout origin.
- (FMIceLinkLayoutOrigin)origin

Discussion

Gets the layout origin.

Declared In

FMIceLinkLayout.h

– remoteFrames

Gets the remote frames.
- (NSMutableArray *)remoteFrames

Discussion

Gets the remote frames.

Declared In

FMIceLinkLayout.h

– setHeight:

Sets the layout [height](#//api/name/height).
- (void)setHeight:(int)value

Discussion

Sets the layout [height](#//api/name/height).

Declared In

FMIceLinkLayout.h

– setLocalFrame:

Sets the local frame.
- (void)setLocalFrame:(FMIceLinkLayoutFrame *)value

Discussion

Sets the local frame.

Declared In

FMIceLinkLayout.h

– setOrigin:

Sets the layout [origin](#//api/name/origin).
- (void)setOrigin:(FMIceLinkLayoutOrigin)value

Discussion

Sets the layout [origin](#//api/name/origin).

Declared In

FMIceLinkLayout.h

– setRemoteFrames:

Sets the remote frames.
- (void)setRemoteFrames:(NSMutableArray *)value

Discussion

Sets the remote frames.

Declared In

FMIceLinkLayout.h

– setWidth:

Sets the layout [width](#//api/name/width).
- (void)setWidth:(int)value

Discussion

Sets the layout [width](#//api/name/width).

Declared In

FMIceLinkLayout.h

– swapFramesWithFrame1:frame2:

Swaps the properties of two frames.
- (void)swapFramesWithFrame1:(FMIceLinkLayoutFrame *)frame1 frame2:(FMIceLinkLayoutFrame *)frame2

Parameters

frame1

The first frame.

frame2

The second frame.

Discussion

Swaps the properties of two frames.

Declared In

FMIceLinkLayout.h

– swapLocalFrameWithRemoteFrameIndex:

Swaps the local frame with a remote frame.
- (void)swapLocalFrameWithRemoteFrameIndex:(int)remoteFrameIndex

Parameters

remoteFrameIndex

The index of the remote frame.

Discussion

Swaps the local frame with a remote frame.

Declared In

FMIceLinkLayout.h

– swapRemoteFramesWithRemoteFrameIndex1:remoteFrameIndex2:

Swaps two remote frames.
- (void)swapRemoteFramesWithRemoteFrameIndex1:(int)remoteFrameIndex1 remoteFrameIndex2:(int)remoteFrameIndex2

Parameters

remoteFrameIndex1

The index of the first remote frame.

remoteFrameIndex2

The index of the second remote frame.

Discussion

Swaps two remote frames.

Declared In

FMIceLinkLayout.h

– width

Gets the layout width.
- (int)width

Discussion

Gets the layout width.

Declared In

FMIceLinkLayout.h