Today's Menu  Portugal
journal and plan nutrition
Z6ParamEditTotalView.h
Go to the documentation of this file.
1 //
2 // Z6ParamEditTotalView.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 3/25/17.
6 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import "Z6ContainedView.h"
14 #import "TotalEditStateEnum.h"
15 
16 // I wanted U7ParamEditControlDelegate for the second protocol, but compiler pushed for ...
17 @interface Z6ParamEditTotalView : UIView <Z6ContainedView, U7ParamEditControlDelegate, Z6ParamValueEditDelegate>
18 
19 - (instancetype) initWithDelegate: (id<Z6ParamEditTotalDelegate>) dele;
20 - (void) configureToState:(TotalEditStateEnum) state;
22 //- (void) showWithinEdit: (NSInteger) parameterIndexRow;
23 //- (void) showPickerView: (Boolean) flag;
24 - (void) showRemoveOption: (Boolean) flag;
25 // - (void) addParameter: (NSDictionary *)newComponentSpecDict;
26 
27 @end
TotalEditStateEnum
TotalEditStateEnum getTotalEditState()