A QApplication that catches certain signals.
More...
#include <qVishApplication.hpp>
|
|
bool | showCrashMessage (QString message, bool AllowRetry, QString InformativeText, QString DetailedText) |
| |
|
|
void | continueAfterCrashMessage () |
| |
|
void | displayCrashMessage (QString message, bool AllowRetry, QString InformativeText, QString DetailedText) |
| |
|
void | exitAfterCrashMessage () |
| |
|
void | prepareToExit (int n) |
| |
|
|
bool | notify (QObject *receiver, QEvent *event) override |
| |
|
| qVishApplication (int &argc, char **argv) |
| |
|
|
static std::atomic< int > & | crashMessageCounter () |
| |
| static int | getIntPropertyValueFromCSSSection (const QString §ion, const QString &property) |
| | Given a CSS section with an entry such as.
|
| |
|
static QString | getSlotToolTip (const RefPtr< VSlot > &theSlot) |
| |
|
static QString | getWidgetStyleSheet (const QString &widgetName) |
| |
|
static bool | loadTranslators () |
| |
|
|
static bool | ApplicationAttributesHaveBeenSet = qVishApplication::setApplicationAttributes() |
| |
|
static volatile bool | DontEvenStart = false |
| | A flag that can be checked before starting the event loop to avoid executing it.
|
| |
|
static Language | LanguageSetting |
| |
|
static MemCore::Timer | TimeSinceLastUserInteraction |
| |
A QApplication that catches certain signals.
◆ getIntPropertyValueFromCSSSection()
| int Wizt::qVishApplication::getIntPropertyValueFromCSSSection |
( |
const QString & |
section, |
|
|
const QString & |
property |
|
) |
| |
|
static |
Given a CSS section with an entry such as.
background-image-count: 5;
extract this integer value by calling
int MaxImages = getCustomPropertyValue(myAppStyleSheet, "background-image-count");
The documentation for this class was generated from the following files:
- qVishApplication.hpp
- qVishApplication.cpp