ReactOS
0.4.16-dev-1025-gd3456f5
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
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
j
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
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
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
Properties
_
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
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
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
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
j
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
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
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
Enumerator
_
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
Macros
_
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
Examples
tscroll.h
Go to the documentation of this file.
1
#pragma once
2
3
//#include "tconsole.h"
4
#include "
tmouse.h
"
5
6
typedef
int
(
stripfunc
)(
char
*,
char
*,
int
);
7
8
class
TScroller
{
9
private
:
10
char
*
pcScrollData
;
11
long
iScrollSize
;
12
long
iScrollEnd
;
13
int
iPastEnd
;
14
int
iDisplay
;
15
stripfunc
*
strip
;
16
TMouse
&
Mouse
;
17
public
:
18
void
init
(
stripfunc
*
s
);
19
void
update
(
const
char
*pszBegin,
const
char
*pszEnd);
20
void
ScrollBack
();
21
TScroller
(
TMouse
&
M
,
int
size
=20000);
22
~TScroller
();
23
};
TMouse
Definition:
tmouse.h:6
TScroller
Definition:
tscroll.h:8
TScroller::ScrollBack
void ScrollBack()
Definition:
tscroll.cpp:163
TScroller::Mouse
TMouse & Mouse
Definition:
tscroll.h:16
TScroller::strip
stripfunc * strip
Definition:
tscroll.h:15
TScroller::~TScroller
~TScroller()
Definition:
tscroll.cpp:68
TScroller::iScrollEnd
long iScrollEnd
Definition:
tscroll.h:12
TScroller::update
void update(const char *pszBegin, const char *pszEnd)
Definition:
tscroll.cpp:78
TScroller::iPastEnd
int iPastEnd
Definition:
tscroll.h:13
TScroller::pcScrollData
char * pcScrollData
Definition:
tscroll.h:10
TScroller::iScrollSize
long iScrollSize
Definition:
tscroll.h:11
TScroller::iDisplay
int iDisplay
Definition:
tscroll.h:14
M
#define M(row, col)
int
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
Definition:
typeof.h:31
s
GLdouble s
Definition:
gl.h:2039
size
GLsizeiptr size
Definition:
glext.h:5919
tmouse.h
stripfunc
int() stripfunc(char *, char *, int)
Definition:
tscroll.h:6
init
static int init
Definition:
wintirpc.c:33
base
applications
network
telnet
src
tscroll.h
Generated on Tue Apr 22 2025 06:02:44 for ReactOS by
1.9.6