Numworks Epsilon
1.4.1
Graphing Calculator Operating System
message_table_cell_with_chevron_and_expression.h
Go to the documentation of this file.
1
#ifndef ESCHER_MESSAGE_TABLE_CELL_WITH_CHEVRON_AND_EXPRESSION_H
2
#define ESCHER_MESSAGE_TABLE_CELL_WITH_CHEVRON_AND_EXPRESSION_H
3
4
#include <
escher/message_table_cell_with_chevron.h
>
5
#include <
escher/expression_view.h
>
6
7
class
MessageTableCellWithChevronAndExpression
:
public
MessageTableCellWithChevron
{
8
public
:
9
MessageTableCellWithChevronAndExpression
(I18n::Message message = (I18n::Message)0,
KDText::FontSize
size =
KDText::FontSize::Small
);
10
View
*
subAccessoryView
()
const override
;
11
void
setHighlighted
(
bool
highlight)
override
;
12
void
setExpression
(
Poincare::ExpressionLayout
* expressionLayout);
13
private
:
14
ExpressionView
m_subtitleView;
15
};
16
17
#endif
message_table_cell_with_chevron.h
MessageTableCellWithChevronAndExpression::MessageTableCellWithChevronAndExpression
MessageTableCellWithChevronAndExpression(I18n::Message message=(I18n::Message) 0, KDText::FontSize size=KDText::FontSize::Small)
Definition:
message_table_cell_with_chevron_and_expression.cpp:4
MessageTableCellWithChevronAndExpression::subAccessoryView
View * subAccessoryView() const override
Definition:
message_table_cell_with_chevron_and_expression.cpp:10
MessageTableCellWithChevronAndExpression::setHighlighted
void setHighlighted(bool highlight) override
Definition:
message_table_cell_with_chevron_and_expression.cpp:14
MessageTableCellWithChevronAndExpression
Definition:
message_table_cell_with_chevron_and_expression.h:7
expression_view.h
Poincare::ExpressionLayout
Definition:
expression_layout.h:8
KDText::FontSize::Small
ExpressionView
Definition:
expression_view.h:14
View
Definition:
view.h:23
MessageTableCellWithChevronAndExpression::setExpression
void setExpression(Poincare::ExpressionLayout *expressionLayout)
Definition:
message_table_cell_with_chevron_and_expression.cpp:20
KDText::FontSize
FontSize
Definition:
text.h:10
MessageTableCellWithChevron
Definition:
message_table_cell_with_chevron.h:7
epsilon
escher
include
escher
message_table_cell_with_chevron_and_expression.h
Generated by
1.8.14