Numworks Epsilon  1.4.1
Graphing Calculator Operating System
alternate_empty_view_delegate.h
Go to the documentation of this file.
1 #ifndef ESCHER_ALTERNATE_EMPTY_VIEW_DELEGATE_H
2 #define ESCHER_ALTERNATE_EMPTY_VIEW_DELEGATE_H
3 
5 #include <escher/i18n.h>
6 
8 
10 public:
11  virtual bool isEmpty() const = 0;
12  virtual I18n::Message emptyMessage() = 0;
13  virtual Responder * defaultController() = 0;
14 };
15 
16 #endif
virtual bool isEmpty() const =0
virtual I18n::Message emptyMessage()=0
virtual Responder * defaultController()=0