LeechCraft  0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
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

 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)