[escher] make an independent class alternate empty view to handle

empty store and add a delegate to the header view controller class

Change-Id: I7c4e8342876e9273270772d4bad0db9424276a98
This commit is contained in:
Émilie Feral
2016-11-17 11:06:42 +01:00
parent 0acd372a74
commit b2da9687f1
17 changed files with 292 additions and 160 deletions

View File

@@ -1,6 +1,7 @@
SFLAGS += -Iescher/include
objs += $(addprefix escher/src/,\
alternate_empty_view_controller.o\
app.o\
buffer_text_view.o\
button.o\
@@ -10,6 +11,7 @@ objs += $(addprefix escher/src/,\
even_odd_cell.o\
expression_view.o\
header_view_controller.o\
header_view_delegate.o\
image_view.o\
invocation.o\
input_view_controller.o\