![]() |
API Documentation
|
This is the complete list of members for QTTools, including all inherited members.
| AutoWrapText(const QString &value, const QFontMetrics &metrics, fltp08 length) | QTTools | static |
| ClearLayout(QLayout *layout, bool delete_objects=false) | QTTools | static |
| ClearPallete(QWidget *widget) | QTTools | static |
| convert(const RGBColor &color) | QTTools | static |
| convert(const QColor &color) | QTTools | static |
| convert(const QFont &q_font) | QTTools | static |
| convert(const Font &font) | QTTools | static |
| convert(const QFile &file) | QTTools | static |
| convert(QKeyEvent *event) | QTTools | static |
| ConvertNativeKeyEvent(sint08 key) | QTTools | static |
| DefaultAnimationScale() | QTTools | static |
| DefaultSurfaceFormat() | QTTools | static |
| DevicePixelRatio(QWindow *window=nullptr) | QTTools | static |
| DPI() | QTTools | static |
| DrawAnimationWidget(QWidget *widget, bool draw_background, QPixmap *pixmap=nullptr, QSize size=QSize()) | QTTools | static |
| DrawFullWidget(QWidget *widget, bool draw_background, QPixmap *pixmap=nullptr, QSize size=QSize()) | QTTools | static |
| EnumString(const EnumType &enumValue) | QTTools | inlinestatic |
| FitTextToRect(QString &text, QFont &font, const QRectF &size, bool allow_new_line=true) | QTTools | static |
| ForceSizeCalculation(QWidget *widget, bool process_events=false) | QTTools | static |
| FormatPallete(bool error, QWidget *widget) | QTTools | static |
| GetFontRecursive(QWidget *widget) | QTTools | static |
| HideDialog(QWidget *widget, const PopupInfo &end_location=PopupInfo()) | QTTools | static |
| is_horizontal | QTTools | static |
| IsVisibleToUser(QWidget *widget) | QTTools | static |
| IsWidgetVisibleOnScreen(QWidget *widget) | QTTools | static |
| log() | QTTools | static |
| MultiplyFontSize(QFont &font, fltp08 multiplier) | QTTools | static |
| PixelSize(const QFont &font) | QTTools | static |
| PointSize(const QFont &font) | QTTools | static |
| PopupMenuLocation(QWidget *widget, const QSize &size) | QTTools | static |
| PopupMenuLocation(QRect popup_origin, const QSize &size) | QTTools | static |
| postToThread(std::function< void()> &&fun, QThread *thread=nullptr) | QTTools | static |
| postToThread(QObject *target, std::function< void()> &&fun) | QTTools | static |
| QTModule() | QTTools | static |
| RequestExit(bool relaunch, const PopupInfo &popup_origin=PopupInfo()) | QTTools | static |
| requestScreenOrientation(bool horizontal) | QTTools | static |
| RequestScreenResolution(const Vector< 2, uint04 > &size) | QTTools | static |
| ScaleFontSizeToFit(QFont &font, const QString &text, const QRect &rect, bool shrink=true, bool grow=false) | QTTools | static |
| ScreenForWidget(const QWidget *widget) | QTTools | static |
| ServiceQT() | QTTools | static |
| SetFontRecursive(QWidget *widget, const QFont &font) | QTTools | static |
| SetFontRecursive(QWidget *widget, const Buffer< QFont > &font) | QTTools | static |
| SetStyleRecursive(QWidget *widget, QStyle *style) | QTTools | static |
| ShowDialog(QWidget *widget, const PopupInfo &info, const PopupInfo &end_location=PopupInfo()) | QTTools | static |
| ShowExperimentalFeatureDialog(const TranslatedString &feature) | QTTools | static |
| ShowMessageBox(const TranslatedString &title, const TranslatedString &text, QMessageBox::StandardButtons buttons={ QMessageBox::StandardButton::Ok }, std::function< void(QMessageBox::StandardButton, PopupInfo info)> on_select=nullptr, const PopupInfo &popup_origin=PopupInfo()) | QTTools | static |
| ShowMessageBox(const TranslatedString &title, const String &image, const TranslatedString &text, QMessageBox::StandardButtons buttons={ QMessageBox::StandardButton::Ok }, std::function< void(QMessageBox::StandardButton, PopupInfo info)> on_select=nullptr, const PopupInfo &popup_origin=PopupInfo()) | QTTools | static |
| ShowMessageBox(const TranslatedString &title, const TranslatedString &text, const Buffer< TranslatedString, uint04, ObjectAllocator< false > > &button_labels, std::function< void(TranslatedString, PopupInfo info)> on_select=nullptr, const PopupInfo &popup_origin=PopupInfo()) | QTTools | static |
| ShowMessageBox(const TranslatedString &title, const String &image, const TranslatedString &text, const Buffer< TranslatedString, uint04, ObjectAllocator< false > > &button_labels, std::function< void(TranslatedString, PopupInfo info)> on_select=nullptr, const PopupInfo &popup_origin=PopupInfo()) | QTTools | static |
| ShowMessageBox(const GenericOption &options, std::function< bool(GenericOption, PopupInfo info)> on_select, const PopupInfo &popup_origin=PopupInfo()) | QTTools | static |
| ShowMessageBox(const GenericOption &options, const String &image, std::function< bool(GenericOption, PopupInfo info)> on_select, const PopupInfo &popup_origin=PopupInfo()) | QTTools | static |