Chatterino
|
#include <Application.hpp>
Public Member Functions | |
IApplication () | |
virtual | ~IApplication ()=default |
virtual Theme * | getThemes ()=0 |
virtual Fonts * | getFonts ()=0 |
virtual IEmotes * | getEmotes ()=0 |
virtual AccountController * | getAccounts ()=0 |
virtual HotkeyController * | getHotkeys ()=0 |
virtual WindowManager * | getWindows ()=0 |
virtual Toasts * | getToasts ()=0 |
virtual CommandController * | getCommands ()=0 |
virtual HighlightController * | getHighlights ()=0 |
virtual NotificationController * | getNotifications ()=0 |
virtual TwitchIrcServer * | getTwitch ()=0 |
virtual ChatterinoBadges * | getChatterinoBadges ()=0 |
virtual FfzBadges * | getFfzBadges ()=0 |
virtual IUserDataController * | getUserData ()=0 |
Static Public Attributes | |
static IApplication * | instance = nullptr |
chatterino::IApplication::IApplication | ( | ) |
|
virtualdefault |
|
pure virtual |
Implemented in chatterino::Application, and MockApplication.
|
pure virtual |
Implemented in chatterino::Application, and MockApplication.
|
pure virtual |
Implemented in chatterino::Application, and MockApplication.
|
pure virtual |
Implemented in chatterino::Application, and MockApplication.
|
pure virtual |
Implemented in chatterino::Application, and MockApplication.
|
pure virtual |
Implemented in chatterino::Application, and MockApplication.
|
pure virtual |
Implemented in chatterino::Application, and MockApplication.
|
pure virtual |
Implemented in chatterino::Application, and MockApplication.
|
pure virtual |
Implemented in chatterino::Application, and MockApplication.
|
pure virtual |
Implemented in chatterino::Application, and MockApplication.
|
pure virtual |
Implemented in chatterino::Application, and MockApplication.
|
pure virtual |
Implemented in chatterino::Application, and MockApplication.
|
pure virtual |
|
pure virtual |
Implemented in chatterino::Application, and MockApplication.
|
static |