Chatterino
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
z
+
Functions
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
+
Typedefs
a
b
c
d
e
f
h
i
l
m
n
q
r
s
w
+
Enumerations
c
f
h
i
m
n
p
s
t
u
w
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
+
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
~
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
+
Enumerations
a
b
c
d
f
h
i
l
m
s
t
u
+
Enumerator
_
a
b
c
d
e
f
h
i
j
l
n
o
p
r
s
t
u
v
w
Properties
+
Related Functions
a
b
c
e
h
i
k
l
n
o
r
s
t
w
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
+
Functions
b
m
o
q
s
t
Variables
Typedefs
+
Macros
a
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
chatterino2
src
widgets
AccountSwitchWidget.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <QListWidget>
4
5
namespace
chatterino
{
6
7
class
AccountSwitchWidget
:
public
QListWidget
8
{
9
Q_OBJECT
10
11
public
:
12
explicit
AccountSwitchWidget
(QWidget *parent =
nullptr
);
13
14
void
refresh
();
15
16
private
:
17
void
refreshSelection();
18
};
19
20
}
// namespace chatterino
chatterino
Definition:
Application.cpp:48
chatterino::AccountSwitchWidget::refresh
void refresh()
Definition:
AccountSwitchWidget.cpp:59
chatterino::AccountSwitchWidget
Definition:
AccountSwitchWidget.hpp:7
chatterino::AccountSwitchWidget::AccountSwitchWidget
AccountSwitchWidget(QWidget *parent=nullptr)
Definition:
AccountSwitchWidget.cpp:11
Generated by
1.8.13