Numworks Epsilon  1.4.1
Graphing Calculator Operating System
function_title_cell.h
Go to the documentation of this file.
1 #ifndef GRAPH_FUNCTION_TITLE_CELL_H
2 #define GRAPH_FUNCTION_TITLE_CELL_H
3 
4 #include "../shared/function_title_cell.h"
5 
6 namespace Graph {
7 
9 public:
11  void setEven(bool even) override;
12  void setHighlighted(bool highlight) override;
13  void setColor(KDColor color) override;
14  void setText(const char * textContent);
15  int numberOfSubviews() const override;
16  View * subviewAtIndex(int index) override;
17  void layoutSubviews() override;
18 private:
19  EvenOddBufferTextCell m_bufferTextView;
20 };
21 
22 }
23 
24 #endif
int numberOfSubviews() const override
void setEven(bool even) override
void setColor(KDColor color) override
Definition: app.cpp:9
void setText(const char *textContent)
Definition: color.h:6
Definition: view.h:23
FunctionTitleCell(Orientation orientation, KDText::FontSize size=KDText::FontSize::Large)
FontSize
Definition: text.h:10
void setHighlighted(bool highlight) override
View * subviewAtIndex(int index) override