ScreenPlayWidget
ScreenPlayWidget Class
class ScreenPlay::ScreenPlayWidget
A Single Object to manage a Widget. More...
Header: | #include <ScreenPlayWidget>
|
Public Functions
| ScreenPlayWidget(const QString &appID, const std::shared_ptr<GlobalVariables> &globalVariables, const QPoint &position, const QString &absolutePath, const QString &previewImage, const QJsonObject &properties, const InstalledType::InstalledType type) |
QString | absolutePath() const |
QString | appID() const |
QPoint | position() const |
QString | previewImage() const |
InstalledType::InstalledType | type() const |
Public Slots
Signals
Detailed Description
This class is only for managing the QProcess to an extern ScreenPlayWidget!
Member Function Documentation
Constructor.