(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()
◆ initialPos()
◆ operator<<()
◆ pixelToolTitle()
◆ render_string()
◆ autoUpdateKey
| constexpr auto autoUpdateKey = "autoUpdate"_L1 |
|
staticconstexpr |
◆ gridActiveKey
| constexpr auto gridActiveKey = "gridActive"_L1 |
|
staticconstexpr |
◆ gridSizeKey
| constexpr auto gridSizeKey = "gridSize"_L1 |
|
staticconstexpr |
◆ initialSizeKey
| constexpr auto initialSizeKey = "initialSize"_L1 |
|
staticconstexpr |
◆ lcdModeKey
| constexpr auto lcdModeKey = "lcdMode"_L1 |
|
staticconstexpr |
◆ organization
| constexpr auto organization = "QtProject"_L1 |
|
staticconstexpr |
◆ positionKey
| constexpr auto positionKey = "position"_L1 |
|
staticconstexpr |
◆ settingsGroup
| constexpr auto settingsGroup = "QPixelTool"_L1 |
|
staticconstexpr |
◆ zoomKey
| constexpr auto zoomKey = "zoom"_L1 |
|
staticconstexpr |