Dillo
v3.2.0-10-gc247d95a
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
f
g
i
k
m
n
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Enumerator
b
c
d
f
h
i
l
m
n
o
p
r
s
t
v
w
z
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
j
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
a
b
c
d
e
g
i
l
m
n
o
p
q
r
s
t
u
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
w
Variables
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
m
n
t
u
v
Enumerations
a
c
d
f
i
k
n
o
p
u
x
Enumerator
a
b
c
d
f
g
h
i
k
m
n
p
q
r
s
t
u
x
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
listitem.hh
Go to the documentation of this file.
1
#ifndef __DW_LISTITEM_HH__
2
#define __DW_LISTITEM_HH__
3
4
#include "
core.hh
"
5
#include "
alignedtextblock.hh
"
6
7
namespace
dw
{
8
9
class
ListItem
:
public
AlignedTextblock
10
{
11
protected
:
12
int
getValue
();
13
void
setMaxValue
(
int
maxValue,
int
value);
14
15
public
:
16
static
int
CLASS_ID
;
17
18
ListItem
(
ListItem
*ref,
bool
limitTextWidth
);
19
~ListItem
();
20
21
bool
usesMaxGeneratorWidth
();
22
23
void
initWithWidget
(
core::Widget
*widget,
core::style::Style
*
style
);
24
void
initWithText
(
const
char
*text,
core::style::Style
*
style
);
25
};
9
class
ListItem
:
public
AlignedTextblock
{
…
};
26
27
}
// namespace dw
28
29
#endif
// __DW_LISTITEM_HH__
alignedtextblock.hh
dw::AlignedTextblock
Base widget for all textblocks (sub classes of dw::Textblock), which are positioned vertically and al...
Definition
alignedtextblock.hh:14
dw::ListItem
Definition
listitem.hh:10
dw::ListItem::usesMaxGeneratorWidth
bool usesMaxGeneratorWidth()
Definition
listitem.cc:43
dw::ListItem::initWithText
void initWithText(const char *text, core::style::Style *style)
Definition
listitem.cc:58
dw::ListItem::initWithWidget
void initWithWidget(core::Widget *widget, core::style::Style *style)
Definition
listitem.cc:48
dw::ListItem::CLASS_ID
static int CLASS_ID
Definition
listitem.hh:16
dw::ListItem::getValue
int getValue()
Definition
listitem.cc:67
dw::ListItem::setMaxValue
void setMaxValue(int maxValue, int value)
Definition
listitem.cc:75
dw::ListItem::~ListItem
~ListItem()
Definition
listitem.cc:38
dw::Textblock::limitTextWidth
bool limitTextWidth
Definition
textblock.hh:572
dw::core::Widget
The base class of all dillo widgets.
Definition
widget.hh:44
dw::core::Widget::style
style::Style * style
Definition
widget.hh:150
dw::core::style::Style
Definition
style.hh:615
core.hh
dw
Dw is in this namespace, or sub namespaces of this one.
Definition
alignedtablecell.cc:28
dw
listitem.hh
Generated on Sun Mar 30 2025 01:42:33 for Dillo by
1.9.8