LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
fontsizescrollchanger.h File Reference
#include <functional>
#include <variant>
#include "guiconfig.h"
Include dependency graph for fontsizescrollchanger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LC::Util::FontSizeChangerMethods< T >

Namespaces

namespace  LC
namespace  LC::Util

Typedefs

using LC::Util::PixelBasedParams = FontSizeChangerMethods<int>
using LC::Util::FontBasedParams = FontSizeChangerMethods<QFont>
using LC::Util::FontSizeChangerParams = std::variant<PixelBasedParams, FontBasedParams>

Functions

void LC::Util::InstallFontSizeChanger (QWidget &widget, const FontSizeChangerParams &params)