Numworks Epsilon  1.4.1
Graphing Calculator Operating System
expression_table_cell_with_pointer.h
Go to the documentation of this file.
1 #ifndef ESCHER_EXPRESSION_TABLE_CELL_WITH_POINTER_H
2 #define ESCHER_EXPRESSION_TABLE_CELL_WITH_POINTER_H
3 
5 #include <escher/i18n.h>
7 
9 public:
10  ExpressionTableCellWithPointer(I18n::Message accessoryMessage = (I18n::Message)0, Layout layout = Layout::Horizontal);
11  View * accessoryView() const override;
12  void setHighlighted(bool highlight) override;
13  void setAccessoryMessage(I18n::Message messageBody);
14 private:
15  MessageTextView m_accessoryView;
16 };
17 
18 #endif
void setAccessoryMessage(I18n::Message messageBody)
ExpressionTableCellWithPointer(I18n::Message accessoryMessage=(I18n::Message) 0, Layout layout=Layout::Horizontal)
Definition: view.h:23