Numworks Epsilon  1.4.1
Graphing Calculator Operating System
message_table_cell_with_message.h
Go to the documentation of this file.
1 #ifndef ESCHER_MESSAGE_TABLE_CELL_WITH_MESSAGE_H
2 #define ESCHER_MESSAGE_TABLE_CELL_WITH_MESSAGE_H
3 
5 
7 public:
8  MessageTableCellWithMessage(I18n::Message message = (I18n::Message)0, Layout layout = Layout::Vertical);
9  View * accessoryView() const override;
10  void setHighlighted(bool highlight) override;
11  void setAccessoryMessage(I18n::Message textBody);
12  void setTextColor(KDColor color) override;
13  void setAccessoryTextColor(KDColor color);
14 protected:
16 };
17 
18 #endif
void setAccessoryMessage(I18n::Message textBody)
void setTextColor(KDColor color) override
MessageTableCellWithMessage(I18n::Message message=(I18n::Message) 0, Layout layout=Layout::Vertical)
Definition: color.h:6
Definition: view.h:23
void setHighlighted(bool highlight) override