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 > List of All Members for ScreenPlayWidget | 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 = "sidebar-content" id = "sidebar-content" > < / div > < / div >
< h1 class = "title" > List of All Members for ScreenPlayWidget< / h1 >
< p > This is the complete list of members for < a href = "screenplay-screenplaywidget.html" > ScreenPlay::ScreenPlayWidget< / a > , including inherited members.< / p >
2020-01-30 15:47:04 +01:00
< div class = "table" > < table class = "propsummary" >
< tr > < td class = "topAlign" > < ul >
2020-11-14 19:08:09 +01:00
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#absolutePath-prop" > absolutePathChanged< / a > < / b > < / span > (QString)< / li >
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#appID-prop" > appIDChanged< / a > < / b > < / span > (QString)< / li >
2020-11-22 12:24:43 +01:00
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#getActiveSettingsJson" > getActiveSettingsJson< / a > < / b > < / span > () : QJsonObject< / li >
2020-11-14 19:08:09 +01:00
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#position-prop" > positionChanged< / a > < / b > < / span > (QPoint)< / li >
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#previewImage-prop" > previewImageChanged< / a > < / b > < / span > (QString)< / li >
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#absolutePath-prop" > setAbsolutePath< / a > < / b > < / span > (QString)< / li >
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#appID-prop" > setAppID< / a > < / b > < / span > (QString)< / li >
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#position-prop" > setPosition< / a > < / b > < / span > (QPoint)< / li >
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#previewImage-prop" > setPreviewImage< / a > < / b > < / span > (QString)< / li >
2021-05-13 13:05:05 +02:00
< / ul > < / td > < td class = "topAlign" > < ul >
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#type-prop" > setType< / a > < / b > < / span > (int)< / li >
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#type-prop" > typeChanged< / a > < / b > < / span > (int)< / li >
2020-08-11 16:20:07 +02:00
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#absolutePath-prop" > absolutePath< / a > < / b > < / span > () const : QString< / li >
2019-12-05 15:24:12 +01:00
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#appID-prop" > appID< / a > < / b > < / span > () const : QString< / li >
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#position-prop" > position< / a > < / b > < / span > () const : QPoint< / li >
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#previewImage-prop" > previewImage< / a > < / b > < / span > () const : QString< / li >
2021-05-13 13:05:05 +02:00
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#setSDKConnection" > setSDKConnection< / a > < / b > < / span > (std::unique_ptr< SDKConnection> )< / li >
< li class = "fn" > < span class = "name" > < b > < a href = "screenplay-screenplaywidget.html#type-prop" > type< / a > < / b > < / span > () const : int< / li >
2019-12-05 15:24:12 +01:00
< / ul >
2020-01-30 15:47:04 +01:00
< / td > < / tr >
< / table > < / 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 >