Numworks Epsilon
1.4.1
Graphing Calculator Operating System
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
+
Enumerations
a
b
c
d
e
f
l
m
o
p
q
r
s
t
w
Enumerator
+
Related Functions
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
w
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Variables
_
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
+
Typedefs
a
b
c
d
e
f
g
i
k
m
n
q
r
s
u
v
Enumerations
+
Enumerator
i
l
m
p
r
s
u
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
highlight_cell.cpp
Go to the documentation of this file.
1
#include <
escher/highlight_cell.h
>
2
3
HighlightCell::HighlightCell
() :
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
16
void
HighlightCell::reloadCell
() {
17
markRectAsDirty
(
bounds
());
18
}
HighlightCell::HighlightCell
HighlightCell()
Definition:
highlight_cell.cpp:3
View::markRectAsDirty
void markRectAsDirty(KDRect rect)
Definition:
view.cpp:39
false
#define false
Definition:
stdbool.h:9
View
Definition:
view.h:23
highlight_cell.h
HighlightCell::setHighlighted
virtual void setHighlighted(bool highlight)
Definition:
highlight_cell.cpp:9
HighlightCell::reloadCell
virtual void reloadCell()
Definition:
highlight_cell.cpp:16
View::bounds
KDRect bounds() const
Definition:
view.cpp:157
HighlightCell::m_highlighted
bool m_highlighted
Definition:
highlight_cell.h:17
epsilon
escher
src
highlight_cell.cpp
Generated by
1.8.14