(65b6df785e6b5d1abdb6212f0690918abde8bdda)
#include "qpixeltool.h"
#include <qapplication.h>
#include <qdir.h>
#include <qscreen.h>
#include <qpainter.h>
#include <qevent.h>
#include <qfiledialog.h>
#include <qmessagebox.h>
#include <qsettings.h>
#include <qmenu.h>
#include <qactiongroup.h>
#include <qimagewriter.h>
#include <qstandardpaths.h>
#include <qtextstream.h>
#include <qwindow.h>
#include <qmetaobject.h>
#include <private/qhighdpiscaling_p.h>
#include <qdebug.h>
#include <cmath>
Go to the source code of this file.
|
static QPoint | initialPos (const QSettings &settings, QSize initialSize) |
|
void | render_string (QPainter *p, int w, int h, const QString &text, int flags) |
|
static QImage | imageLCDFilter (const QImage &image, int lcdMode) |
|
static QAction * | addCheckableAction (QMenu &menu, const QString &title, bool value, const QKeySequence &key) |
|
static QAction * | addCheckableAction (QMenu &menu, const QString &title, bool value, const QKeySequence &key, QActionGroup *group) |
|
static QString | pixelToolTitle (QPoint pos, const QScreen *screen, const QColor ¤tColor) |
|
QTextStream & | operator<< (QTextStream &str, const QScreen *screen) |
|
◆ addCheckableAction() [1/2]
◆ addCheckableAction() [2/2]
◆ imageLCDFilter()
static QImage imageLCDFilter |
( |
const QImage & | image, |
|
|
int | lcdMode ) |
|
static |
◆ initialPos()
◆ operator<<()
◆ pixelToolTitle()
◆ render_string()
◆ autoUpdateKey
static constexpr auto autoUpdateKey = "autoUpdate"_L1 |
|
staticconstexpr |
◆ gridActiveKey
static constexpr auto gridActiveKey = "gridActive"_L1 |
|
staticconstexpr |
◆ gridSizeKey
static constexpr auto gridSizeKey = "gridSize"_L1 |
|
staticconstexpr |
◆ initialSizeKey
static constexpr auto initialSizeKey = "initialSize"_L1 |
|
staticconstexpr |
◆ lcdModeKey
static constexpr auto lcdModeKey = "lcdMode"_L1 |
|
staticconstexpr |
◆ organization
static constexpr auto organization = "QtProject"_L1 |
|
staticconstexpr |
◆ positionKey
static constexpr auto positionKey = "position"_L1 |
|
staticconstexpr |
◆ settingsGroup
static constexpr auto settingsGroup = "QPixelTool"_L1 |
|
staticconstexpr |
◆ zoomKey
static constexpr auto zoomKey = "zoom"_L1 |
|
staticconstexpr |