Numworks Epsilon  1.4.1
Graphing Calculator Operating System
message_table_cell_with_chevron.h
Go to the documentation of this file.
1 #ifndef ESCHER_MESSAGE_TABLE_CELL_WITH_CHEVRON_H
2 #define ESCHER_MESSAGE_TABLE_CELL_WITH_CHEVRON_H
3 
5 #include <escher/chevron_view.h>
6 
8 public:
9  MessageTableCellWithChevron(I18n::Message message = (I18n::Message)0, KDText::FontSize size = KDText::FontSize::Small);
10  View * accessoryView() const override;
11 private:
12  ChevronView m_accessoryView;
13 };
14 
15 #endif
Definition: view.h:23
MessageTableCellWithChevron(I18n::Message message=(I18n::Message) 0, KDText::FontSize size=KDText::FontSize::Small)
FontSize
Definition: text.h:10