Chatterino
chatterino2
src
widgets
settingspages
GeneralPage.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
widgets/settingspages/SettingsPage.hpp
"
4
5
class
QLabel;
6
class
QCheckBox;
7
class
QComboBox;
8
9
namespace
chatterino
{
10
11
class
GeneralPageView;
12
class
DescriptionLabel;
13
struct
DropdownArgs;
14
15
class
GeneralPage
:
public
SettingsPage
16
{
17
Q_OBJECT
18
19
public
:
20
GeneralPage
();
21
22
bool
filterElements
(
const
QString &query);
23
24
private
:
25
void
initLayout(
GeneralPageView
&layout);
26
void
initExtra();
27
28
QString getFont(
const
DropdownArgs
&args)
const
;
29
30
DescriptionLabel
*cachePath_{};
31
GeneralPageView
*view_{};
32
};
33
34
}
// namespace chatterino
chatterino::GeneralPage
Definition:
GeneralPage.hpp:15
chatterino
Definition:
Application.cpp:48
chatterino::SettingsPage
Definition:
SettingsPage.hpp:49
chatterino::GeneralPageView
Definition:
GeneralPageView.hpp:87
SettingsPage.hpp
chatterino::GeneralPage::GeneralPage
GeneralPage()
Definition:
GeneralPage.cpp:88
chatterino::GeneralPage::filterElements
bool filterElements(const QString &query)
Definition:
GeneralPage.cpp:105
chatterino::DropdownArgs
Definition:
GeneralPageView.hpp:81
chatterino::DescriptionLabel
Definition:
GeneralPageView.hpp:61
Generated by
1.8.13