nngn
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
w
z
Typedefs
a
d
f
h
i
m
s
t
u
v
w
z
Enumerations
Enumerator
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class 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
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
k
m
o
p
q
r
s
t
u
v
Enumerations
a
b
c
d
e
f
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
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
z
Functions
a
b
c
d
e
f
g
h
i
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
r
s
t
u
v
w
z
Typedefs
Enumerations
Macros
c
d
e
f
g
l
n
p
s
t
x
▼
nngn
Documentation
►
Building
►
Namespaces
►
Concepts
►
Classes
▼
Files
▼
File List
►
demos
►
maps
►
src
►
tests
▼
tools
►
audio
▼
configure
float_widget.cpp
►
float_widget.h
int_widget.cpp
►
int_widget.h
►
main.cpp
►
window.cpp
►
window.h
►
inspect
►
launcher
►
plot
►
timeline
poller.cpp
►
poller.h
reader.cpp
►
reader.h
tools.h
►
utils.h
worker.cpp
►
worker.h
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Concepts
Loading...
Searching...
No Matches
int_widget.h
Go to the documentation of this file.
1
#ifndef NNGN_TOOLS_CONFIGURE_INT_WIDGET_H
2
#define NNGN_TOOLS_CONFIGURE_INT_WIDGET_H
3
4
#include <QWidget>
5
6
class
IntWidget
:
public
QWidget {
7
Q_OBJECT
8
public
:
9
IntWidget
() :
IntWidget
{0, 100, 0} {}
10
IntWidget
(
int
min
,
int
max,
int
value);
11
signals:
12
void
value_changed
(
int
value);
13
};
6
class
IntWidget
:
public
QWidget {
…
};
14
15
#endif
IntWidget
Definition
int_widget.h:6
IntWidget::IntWidget
IntWidget()
Definition
int_widget.h:9
IntWidget::value_changed
void value_changed(int value)
min
local function math min(max, v)) end
tools
configure
int_widget.h
Generated by
1.11.0