2019-12-05 15:24:12 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
2020-03-31 15:35:51 +02:00
< meta charset = "utf-8" >
2019-12-05 15:24:12 +01:00
<!-- screenplaywidget.cpp -->
2020-01-30 15:47:04 +01:00
< title > ScreenPlayWidget Class | ScreenPlay< / title >
2019-12-05 15:24:12 +01:00
< link rel = "stylesheet" type = "text/css" href = "../css/style.css" / > < link rel = "stylesheet" type = "text/css" href = "../css/bootstrap.min.css" / >
< / head >
< body >
2020-11-22 12:24:43 +01:00
< div class = "container-fullwidth nav sticky-top" > < div class = "container navWrapper" > < a href = "../index.html" > < span class = "logo" > ScreenPlay Generated Docs < / span > < / a > < span class = "navHome" > < a href = "../index.html" > Home< / a > < / span > < / div > < / div > < div id = mainWrapper class = "wrapper container " >
2019-12-05 15:24:12 +01:00
< li > ScreenPlayWidget< / li >
< div class = "sidebar" >
< div class = "toc" >
< h3 > < a name = "toc" > Contents< / a > < / h3 >
< ul >
< li class = "level1" > < a href = "#public-functions" > Public Functions< / a > < / li >
< li class = "level1" > < a href = "#public-slots" > Public Slots< / a > < / li >
< li class = "level1" > < a href = "#signals" > Signals< / a > < / li >
< li class = "level1" > < a href = "#details" > Detailed Description< / a > < / li >
< / ul >
< / div >
< div class = "sidebar-content" id = "sidebar-content" > < / div > < / div >
< h1 class = "title" > ScreenPlayWidget Class< / h1 >
2021-05-13 13:05:05 +02:00
< span class = "small-subtitle" > class < a href = "screenplay-module.html" > ScreenPlay< / a > ::ScreenPlayWidget< / span >
2019-12-05 15:24:12 +01:00
<!-- $$$ScreenPlayWidget - brief -->
2019-12-08 11:38:48 +01:00
< p > A Single Object to manage a Widget. < a href = "#details" > More...< / a > < / p >
2019-12-05 15:24:12 +01:00
<!-- @@@ScreenPlayWidget -->
< div class = "table" > < table class = "alignedsummary" >
< tr > < td class = "memItemLeft rightAlign topAlign" > Header:< / td > < td class = "memItemRight bottomAlign" > < span class = "preprocessor" > #include < ScreenPlayWidget> < / span >
< / td > < / tr > < / table > < / div > < ul >
< li > < a href = "screenplay-screenplaywidget-members.html" > List of all members, including inherited members< / a > < / li >
< / ul >
< a name = "public-functions" > < / a >
< h2 id = "public-functions" > Public Functions< / h2 >
< div class = "table" > < table class = "alignedsummary" >
2020-08-11 16:20:07 +02:00
< tr > < td class = "memItemLeft rightAlign topAlign" > QString < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#absolutePath-prop" > absolutePath< / a > < / b > () const< / td > < / tr >
2019-12-05 15:24:12 +01:00
< tr > < td class = "memItemLeft rightAlign topAlign" > QString < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#appID-prop" > appID< / a > < / b > () const< / td > < / tr >
< tr > < td class = "memItemLeft rightAlign topAlign" > QPoint < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#position-prop" > position< / a > < / b > () const< / td > < / tr >
< tr > < td class = "memItemLeft rightAlign topAlign" > QString < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#previewImage-prop" > previewImage< / a > < / b > () const< / td > < / tr >
2021-05-13 13:05:05 +02:00
< tr > < td class = "memItemLeft rightAlign topAlign" > void < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#setSDKConnection" > setSDKConnection< / a > < / b > (std::unique_ptr< SDKConnection> < i > connection< / i > )< / td > < / tr >
< tr > < td class = "memItemLeft rightAlign topAlign" > int < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#type-prop" > type< / a > < / b > () const< / td > < / tr >
2019-12-05 15:24:12 +01:00
< / table > < / div >
< a name = "public-slots" > < / a >
< h2 id = "public-slots" > Public Slots< / h2 >
< div class = "table" > < table class = "alignedsummary" >
2020-11-22 12:24:43 +01:00
< tr > < td class = "memItemLeft rightAlign topAlign" > QJsonObject < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#getActiveSettingsJson" > getActiveSettingsJson< / a > < / b > ()< / td > < / tr >
2020-08-11 16:20:07 +02:00
< tr > < td class = "memItemLeft rightAlign topAlign" > void < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#absolutePath-prop" > setAbsolutePath< / a > < / b > (QString < i > absolutePath< / i > )< / td > < / tr >
2019-12-05 15:24:12 +01:00
< tr > < td class = "memItemLeft rightAlign topAlign" > void < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#appID-prop" > setAppID< / a > < / b > (QString < i > appID< / i > )< / td > < / tr >
< tr > < td class = "memItemLeft rightAlign topAlign" > void < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#position-prop" > setPosition< / a > < / b > (QPoint < i > position< / i > )< / td > < / tr >
< tr > < td class = "memItemLeft rightAlign topAlign" > void < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#previewImage-prop" > setPreviewImage< / a > < / b > (QString < i > previewImage< / i > )< / td > < / tr >
2021-05-13 13:05:05 +02:00
< tr > < td class = "memItemLeft rightAlign topAlign" > void < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#type-prop" > setType< / a > < / b > (int < i > type< / i > )< / td > < / tr >
2019-12-05 15:24:12 +01:00
< / table > < / div >
< a name = "signals" > < / a >
< h2 id = "signals" > Signals< / h2 >
< div class = "table" > < table class = "alignedsummary" >
2020-08-11 16:20:07 +02:00
< tr > < td class = "memItemLeft rightAlign topAlign" > void < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#absolutePath-prop" > absolutePathChanged< / a > < / b > (QString < i > absolutePath< / i > )< / td > < / tr >
2019-12-05 15:24:12 +01:00
< tr > < td class = "memItemLeft rightAlign topAlign" > void < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#appID-prop" > appIDChanged< / a > < / b > (QString < i > appID< / i > )< / td > < / tr >
< tr > < td class = "memItemLeft rightAlign topAlign" > void < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#position-prop" > positionChanged< / a > < / b > (QPoint < i > position< / i > )< / td > < / tr >
< tr > < td class = "memItemLeft rightAlign topAlign" > void < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#previewImage-prop" > previewImageChanged< / a > < / b > (QString < i > previewImage< / i > )< / td > < / tr >
2021-05-13 13:05:05 +02:00
< tr > < td class = "memItemLeft rightAlign topAlign" > void < / td > < td class = "memItemRight bottomAlign" > < b > < a href = "screenplay-screenplaywidget.html#type-prop" > typeChanged< / a > < / b > (int < i > type< / i > )< / td > < / tr >
2019-12-05 15:24:12 +01:00
< / table > < / div >
< a name = "details" > < / a >
<!-- $$$ScreenPlayWidget - description -->
< div class = "descr" >
< h2 id = "details" > Detailed Description< / h2 >
2019-12-08 11:38:48 +01:00
< p > This class is only for managing the QProcess to an extern ScreenPlayWidget!< / p >
2019-12-05 15:24:12 +01:00
< / div >
<!-- @@@ScreenPlayWidget -->
2020-01-30 15:47:04 +01:00
< div class = "func" >
< h2 > Member Function Documentation< / h2 >
2020-11-22 12:24:43 +01:00
<!-- $$$getActiveSettingsJson[overload1]$$$getActiveSettingsJson -->
< h3 class = "fn" id = "getActiveSettingsJson" > < a name = "getActiveSettingsJson" > < / a > < code > [slot] < / code > < span class = "type" > QJsonObject< / span > ScreenPlayWidget::< span class = "name" > getActiveSettingsJson< / span > ()< / h3 >
2020-12-26 21:14:42 +01:00
< p > Loads the project.json content.< / p >
2020-11-22 12:24:43 +01:00
<!-- @@@getActiveSettingsJson -->
2021-05-13 13:05:05 +02:00
<!-- $$$setSDKConnection[overload1]$$$setSDKConnectionstd::unique_ptr<SDKConnection> -->
< h3 class = "fn" id = "setSDKConnection" > < a name = "setSDKConnection" > < / a > < span class = "type" > void< / span > ScreenPlayWidget::< span class = "name" > setSDKConnection< / span > (< span class = "type" > std::unique_ptr< / span > < < span class = "type" > < a href = "screenplay-sdkconnection.html" > SDKConnection< / a > < / span > > < i > connection< / i > )< / h3 >
< p > Connects to < a href = "screenplay-module.html" > ScreenPlay< / a > . Start a alive ping check for every GlobalVariables::contentPingAliveIntervalMS seconds.< / p >
2020-11-22 12:24:43 +01:00
<!-- @@@setSDKConnection -->
2020-01-30 15:47:04 +01:00
< / div >
2020-11-22 12:24:43 +01:00
< div id = license class = "footer center" > < p > This documentation is licensed under a < a rel = "license" href = "http://creativecommons.org/licenses/by/4.0/" > Creative Commons Attribution 4.0 International License< / a > .< / p > < / div > < script src = "../js/bootstrap.bundle.min.js" > < / script > < script src = "../js/mermaid.min.js" > < / script > < script > var config = { startOnLoad : true , flowchart : { useMaxWidth : true , htmlLabels : true } } ; mermaid . initialize ( config ) ; < / script > < / body >
2019-12-05 15:24:12 +01:00
< / html >