#include <iostream>
#include <string>
#include <QApplication>
#include <QDialog>
#include <QDir>
#include <QImage>
#include <QLabel>
#include <QMessageBox>
#include <QPushButton>
#include <QScrollArea>
#include <QVBoxLayout>
#include <KSeExpr/Expression.h>
#include <KSeExprUI/ErrorMessages.h>
#include <KSeExprUI/ExprBrowser.h>
#include <KSeExprUI/ExprControlCollection.h>
#include <KSeExprUI/ExprEditor.h>
#include "ImageEditorDialog.h"
Go to the source code of this file.
|
constexpr double | clamp (double x) |
|
int | main (int argc, char *argv[]) |
|
◆ clamp()
constexpr double clamp |
( |
double |
x | ) |
|
|
constexpr |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |