|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <message_table_cell_with_buffer.h>
Public Member Functions | |
| MessageTableCellWithBuffer (I18n::Message message=(I18n::Message) 0, KDText::FontSize fontSize=KDText::FontSize::Small, KDText::FontSize accessoryFontSize=KDText::FontSize::Large, KDColor accessoryTextColor=KDColorBlack) | |
| View * | accessoryView () const override |
| void | setHighlighted (bool highlight) override |
| void | setAccessoryText (const char *textBody) |
| const char * | accessoryText () |
| void | setTextColor (KDColor color) override |
| void | setAccessoryTextColor (KDColor color) |
| void | setAccessoryFontSize (KDText::FontSize fontSize) |
Public Member Functions inherited from TableCell | |
| TableCell (Layout layout=Layout::Horizontal) | |
| virtual View * | subAccessoryView () const |
| void | drawRect (KDContext *ctx, KDRect rect) const override |
Public Member Functions inherited from HighlightCell | |
| HighlightCell () | |
| bool | isHighlighted () const |
| virtual void | reloadCell () |
| virtual Responder * | responder () |
Public Member Functions inherited from View | |
| View () | |
| virtual | ~View () |
| View (const View &other)=delete | |
| View (View &&other)=delete | |
| View & | operator= (const View &other)=delete |
| View & | operator= (View &&other)=delete |
| void | resetSuperview () |
| void | setSize (KDSize size) |
| void | setFrame (KDRect frame) |
| KDPoint | pointFromPointInView (View *view, KDPoint point) |
| KDRect | bounds () const |
| View * | subview (int index) |
| virtual KDSize | minimalSizeForOptimalDisplay () const |
Protected Attributes | |
| BufferTextView | m_accessoryView |
Protected Attributes inherited from HighlightCell | |
| bool | m_highlighted |
Protected Attributes inherited from View | |
| KDRect | m_frame |
Additional Inherited Members | |
Public Types inherited from TableCell | |
| enum | Layout { Layout::Vertical, Layout::Horizontal } |
Protected Member Functions inherited from TableCell | |
| int | numberOfSubviews () const override |
| View * | subviewAtIndex (int index) override |
| void | layoutSubviews () override |
Protected Member Functions inherited from View | |
| void | markRectAsDirty (KDRect rect) |
Static Protected Attributes inherited from TableCell | |
| static constexpr KDCoordinate | k_separatorThickness = 1 |
| static constexpr KDCoordinate | k_labelMargin = 10 |
| static constexpr KDCoordinate | k_accessoryMargin = 10 |
Definition at line 7 of file message_table_cell_with_buffer.h.
| MessageTableCellWithBuffer::MessageTableCellWithBuffer | ( | I18n::Message | message = (I18n::Message)0, |
| KDText::FontSize | fontSize = KDText::FontSize::Small, |
||
| KDText::FontSize | accessoryFontSize = KDText::FontSize::Large, |
||
| KDColor | accessoryTextColor = KDColorBlack |
||
| ) |
Definition at line 4 of file message_table_cell_with_buffer.cpp.
| const char * MessageTableCellWithBuffer::accessoryText | ( | ) |
Definition at line 15 of file message_table_cell_with_buffer.cpp.
|
overridevirtual |
Reimplemented from TableCell.
Definition at line 19 of file message_table_cell_with_buffer.cpp.
| void MessageTableCellWithBuffer::setAccessoryFontSize | ( | KDText::FontSize | fontSize | ) |
Definition at line 38 of file message_table_cell_with_buffer.cpp.
| void MessageTableCellWithBuffer::setAccessoryText | ( | const char * | textBody | ) |
Definition at line 10 of file message_table_cell_with_buffer.cpp.
| void MessageTableCellWithBuffer::setAccessoryTextColor | ( | KDColor | color | ) |
Definition at line 34 of file message_table_cell_with_buffer.cpp.
|
overridevirtual |
Reimplemented from MessageTableCell.
Definition at line 23 of file message_table_cell_with_buffer.cpp.
|
overridevirtual |
Reimplemented from MessageTableCell.
Definition at line 29 of file message_table_cell_with_buffer.cpp.
|
protected |
Definition at line 18 of file message_table_cell_with_buffer.h.