Numworks Epsilon  1.4.1
Graphing Calculator Operating System
highlight_cell.cpp
Go to the documentation of this file.
2 
4  View(),
5  m_highlighted(false)
6 {
7 }
8 
9 void HighlightCell::setHighlighted(bool highlight) {
10  if (m_highlighted != highlight) {
11  m_highlighted = highlight;
12  reloadCell();
13  }
14 }
15 
18 }
void markRectAsDirty(KDRect rect)
Definition: view.cpp:39
#define false
Definition: stdbool.h:9
Definition: view.h:23
virtual void setHighlighted(bool highlight)
virtual void reloadCell()
KDRect bounds() const
Definition: view.cpp:157