File valuehandler.cpp#
FileList > src > utils > valuehandler.cpp
Go to the source code of this file.
#include "valuehandler.h"#include "capturetool.h"#include "colorpickerwidget.h"#include "confighandler.h"#include "screengrabber.h"#include <QColor>#include <QFileInfo>#include <QImageWriter>#include <QKeySequence>#include <QStandardPaths>#include <QVariant>#include <QApplication>#include <utility>
Public Types#
| Type | Name |
|---|---|
| typedef QList< CaptureTool::Type > | BList |
| typedef CaptureTool::Type | BType |
Public Functions#
| Type | Name |
|---|---|
| void | sortButtons (BList & buttons) |
Public Types Documentation#
typedef BList#
using BList = QList<CaptureTool::Type>;
typedef BType#
using BType = CaptureTool::Type;
Public Functions Documentation#
function sortButtons#
void sortButtons (
BList & buttons
)