![]() |
Manual for OpenFLUID 2.1.10 |
#include <cmath>#include <QColor>#include <QRegExp>#include <QLineEdit>#include <QIcon>#include <QApplication>#include <QFile>
Go to the source code of this file.
Namespaces | |
| openfluid | |
| openfluid::ui | |
| openfluid::ui::common | |
Functions | |
| QColor | openfluid::ui::common::getRandomColor () |
| double | openfluid::ui::common::computeLuminance (const QColor &Color) |
| void | openfluid::ui::common::fixLineEdit (QLineEdit *LineEdit, QRegExp SearchRegExp=QRegExp("[^\]"), QString NewStr="_") |
| bool | openfluid::ui::common::isHiDPIDevice () |
| QIcon | openfluid::ui::common::getIcon (const QString &IconName, const QString &ResourcePath, bool IsLight=false, bool AutoHiDPI=true) |
| QPixmap | openfluid::ui::common::getImage (const QString &ImageName, const QString &ResourcePath, bool AutoHiDPI=true) |
1.8.13