Today's Menu  Portugal
journal and plan nutrition
Variables
U3MenuChoicesTableView.m File Reference
#import "U3MenuChoicesTableView.h"
#import "MenuItem+CoreDataProperties.h"
#import "Z5DataController.h"
#import "U3MenuTableDelegate.h"
#import "Z3DateTimeFocusView.h"
#import "Z6ContainedView.h"
#import "UIColor+Y9RainbowSelection.h"
#import "Meal+CoreDataClass.h"
Include dependency graph for U3MenuChoicesTableView.m:

Go to the source code of this file.

Variables

NSMutableArray< MenuItem * > * givenMenuItems
 
id< U3MenuTableDelegate > givenContainer
 
NSIndexPath * swipedMenuIndexPath
 
UIView< Z6ContainedView > * tableMenuHead
 
UIView< Z6ContainedView > * tableMenuTail
 
Boolean isInitialSectionCollapsed
 
NSMutableArray< id< Z6ContainedView > > * sectionHeaderViews
 
NSMutableArray< MenuItem * > * todaysMealItems
 
Boolean displayFooterOnly
 
float menuHeaderHeight = 44.0f
 
float menuFooterHeight = 0.0f
 
float sectionHeaderHeight = 32.0f
 
float sectionFooterHeight = 0.0
 

Variable Documentation

◆ displayFooterOnly

Boolean displayFooterOnly

Definition at line 68 of file U3MenuChoicesTableView.m.

◆ givenContainer

id<U3MenuTableDelegate> givenContainer

Definition at line 59 of file U3MenuChoicesTableView.m.

◆ givenMenuItems

NSMutableArray<MenuItem *>* givenMenuItems
Initial value:
{
NSMutableArray<Meal *> *givenMeals

Definition at line 54 of file U3MenuChoicesTableView.m.

◆ isInitialSectionCollapsed

Boolean isInitialSectionCollapsed

Definition at line 63 of file U3MenuChoicesTableView.m.

◆ menuFooterHeight

float menuFooterHeight = 0.0f

Definition at line 72 of file U3MenuChoicesTableView.m.

◆ menuHeaderHeight

float menuHeaderHeight = 44.0f

Definition at line 71 of file U3MenuChoicesTableView.m.

◆ sectionFooterHeight

float sectionFooterHeight = 0.0

Definition at line 74 of file U3MenuChoicesTableView.m.

◆ sectionHeaderHeight

float sectionHeaderHeight = 32.0f

Definition at line 73 of file U3MenuChoicesTableView.m.

◆ sectionHeaderViews

NSMutableArray<id<Z6ContainedView> >* sectionHeaderViews

Definition at line 65 of file U3MenuChoicesTableView.m.

◆ swipedMenuIndexPath

NSIndexPath* swipedMenuIndexPath

Definition at line 60 of file U3MenuChoicesTableView.m.

◆ tableMenuHead

UIView<Z6ContainedView>* tableMenuHead

Definition at line 61 of file U3MenuChoicesTableView.m.

◆ tableMenuTail

UIView<Z6ContainedView>* tableMenuTail

Definition at line 62 of file U3MenuChoicesTableView.m.

◆ todaysMealItems

NSMutableArray<MenuItem *>* todaysMealItems

Definition at line 66 of file U3MenuChoicesTableView.m.