Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
theme_token_handler.h
Go to the documentation of this file.
1
10#ifndef THEME_TOKEN_HANDLER_H
11#define THEME_TOKEN_HANDLER_H
12
14
15#include <QHash>
16#include <QPalette>
17
42{
43public:
44 using TokenMap = QHash<ThemeManager::ThemeToken, ThemeColorPair>;
45
69 static void deriveAll(TokenMap &tokens, bool isDarkMode, const QPalette &palette);
70};
71
72#endif /* THEME_TOKEN_HANDLER_H */
Definition theme_token_handler.h:42
static void deriveAll(TokenMap &tokens, bool isDarkMode, const QPalette &palette)
Definition theme_token_handler.cpp:69