#import <MSILayoutInfo.h>
◆ addDummyLayoutForNoLayout()
- (void) addDummyLayoutForNoLayout |
|
|
|
◆ addToHiddenLayouts:()
- (void) addToHiddenLayouts: |
|
(Layout *) |
layout |
|
◆ addToOrientationMap:()
- (void) addToOrientationMap: |
|
(Layout *) |
layout |
|
◆ count()
◆ countForOrientation:()
- (NSInteger) countForOrientation: |
|
(NSInteger) |
orientation |
|
◆ exclusiveCountForOrientation:()
- (NSInteger) exclusiveCountForOrientation: |
|
(NSInteger) |
orientation |
|
◆ givenOrNextLayoutForID:orientation:()
- (Layout*) givenOrNextLayoutForID: |
|
(NSInteger) |
layoutID |
orientation: |
|
(NSInteger) |
orientation |
|
|
| |
◆ indexOfLayout:orientation:()
- (NSInteger) indexOfLayout: |
|
(Layout *) |
layout |
orientation: |
|
(NSInteger) |
orientation |
|
|
| |
◆ initWithData:()
- (id) initWithData: |
|
(NSData *) |
data |
|
◆ layoutForID:()
- (Layout*) layoutForID: |
|
(NSInteger) |
layoutID |
|
◆ layoutsForOrientation:()
- (NSArray*) layoutsForOrientation: |
|
(NSInteger) |
orientation |
|
◆ nextLayout:orientation:()
- (Layout*) nextLayout: |
|
(Layout *) |
layout |
orientation: |
|
(NSInteger) |
orientation |
|
|
| |
◆ prevLayout:orientation:()
- (Layout*) prevLayout: |
|
(Layout *) |
layout |
orientation: |
|
(NSInteger) |
orientation |
|
|
| |
◆ setPreferredLayouts()
- (void) setPreferredLayouts |
|
|
|
◆ targetLayoutForKey:()
- (Layout*) targetLayoutForKey: |
|
(NSString *) |
layoutKey |
|
◆ visibleLayoutCount()
- (NSInteger) visibleLayoutCount |
|
|
|
◆ hiddenLayouts
- (NSMutableDictionary*) hiddenLayouts |
|
protected |
used for map widget target layout which should be hidden.
◆ idCounter
◆ orientationMap
- (NSMutableDictionary*) orientationMap |
|
protected |
◆ currentLayout
- (Layout *) currentLayout |
|
readwritenonatomicstrong |
stores the current layout
◆ delegate
sets the argument as currentLayout if it's not already the currentLayout
Future plans are to make this call the delegate with a notification that the currentLayout has been setupdates currentLayout to the lastAccessedPortraitLayout or lastAccessedLandscapeLayout dependent on the current orientation
◆ fresh
indicates whether or not the layoutInfo must be refreshed
TODO: rename this to currentTargetLayout
◆ layoutBarPosition
- (NSInteger) layoutBarPosition |
|
readwriteatomic |
◆ layoutBarStyle
- (NSInteger) layoutBarStyle |
|
readwriteatomic |
◆ layouts
- (NSMutableArray *) layouts |
|
readatomicstrong |