Numworks Epsilon
1.4.1
Graphing Calculator Operating System
highlight_cell.h
Go to the documentation of this file.
1
#ifndef ESCHER_HIGHLIGHT_CELL_H
2
#define ESCHER_HIGHLIGHT_CELL_H
3
4
#include <
escher/view.h
>
5
#include <
escher/responder.h
>
6
7
class
HighlightCell
:
public
View
{
8
public
:
9
HighlightCell
();
10
virtual
void
setHighlighted
(
bool
highlight);
11
bool
isHighlighted
()
const
{
return
m_highlighted
; }
12
virtual
void
reloadCell
();
13
virtual
Responder
*
responder
() {
14
return
nullptr
;
15
}
16
protected
:
17
bool
m_highlighted
;
18
};
19
20
#endif
HighlightCell::HighlightCell
HighlightCell()
Definition:
highlight_cell.cpp:3
responder.h
HighlightCell::responder
virtual Responder * responder()
Definition:
highlight_cell.h:13
Responder
Definition:
responder.h:9
view.h
HighlightCell
Definition:
highlight_cell.h:7
HighlightCell::isHighlighted
bool isHighlighted() const
Definition:
highlight_cell.h:11
View
Definition:
view.h:23
HighlightCell::setHighlighted
virtual void setHighlighted(bool highlight)
Definition:
highlight_cell.cpp:9
HighlightCell::reloadCell
virtual void reloadCell()
Definition:
highlight_cell.cpp:16
HighlightCell::m_highlighted
bool m_highlighted
Definition:
highlight_cell.h:17
epsilon
escher
include
escher
highlight_cell.h
Generated by
1.8.14