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