1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Refactor developer docs because qodc is now useable with qt6

This commit is contained in:
Elias Steurer 2020-11-22 12:24:43 +01:00
parent 494e227e4a
commit 524bd1010a
56 changed files with 959 additions and 333 deletions

View File

@ -88,3 +88,13 @@ sudo zypper install -t pattern devel_basis
2. Install [homebrew](https://brew.sh/)
- Open a terminal and install clang -> brew install llvm cmake ninja
3. Change your default kit: QtCreator -> Options -> Kits -> Select your default kit (Desktop Qt 5.13.0) -> Change c and c++ Compiler to Apple Clang (x86_64)
# Developer docs
We use qdoc to generate documentation. Qt6 is the minimum version qdoc, because of vastly improved c++ parsing support.
* qdoc.exe configWindows.qdocconf
If you have installed Qt in a different directory, change the path to your Qt location.
Some useful links:
* [Introduction to QDoc](https://doc.qt.io/qt-5/01-qdoc-manual.html)
* [Writing qdoc comments](https://doc.qt.io/qt-5/qdoc-guide-writing.html)

View File

@ -74,5 +74,6 @@ HTML.postheader += "<div class=\"container-fullwidth nav\"><div class=\"containe
HTML.postheader += "<div id="mainWrapper" class=\"wrapper container \">\n"
# what to append to every page after the content
HTML.footer += "<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>"
HTML.footer += "<script src=\"../js/bootstrap.bundle.min.js\"></script>"
HTML.footer += "<script src=\"../js/mermaid.min.js\"></script>"
HTML.footer += "<script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script>"

View File

@ -77,9 +77,10 @@ HTML.headerstyles += "<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/s
HTML.headerstyles += "<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\"/>\n"
# what to append to every page after header
HTML.postheader += "<div class=\"container-fullwidth nav\"><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>"
HTML.postheader += "<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>"
HTML.postheader += "<div id="mainWrapper" class=\"wrapper container \">\n"
# what to append to every page after the content
HTML.footer += "<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>"
HTML.footer += "<script src=\"../js/bootstrap.bundle.min.js\"></script>"
HTML.footer += "<script src=\"../js/mermaid.min.js\"></script>"
HTML.footer += "<script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script>"

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,7 @@ h3 {
}
h2 {
margin-top:3rem !important;
border-left: 3px solid orange;
border-left: 3px solid #ff6e42;
padding-left: 10px;
}
@ -59,7 +59,7 @@ p {
.nav {
height: 50px;
background:#ffa000;
background:#ff6e42;
color: white;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14);
}

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for CloseIcon</h1>
<p>This is the complete list of members for <a href="qml-closeicon.html">CloseIcon</a>, including inherited members.</p>
@ -15,5 +15,5 @@
<li class="fn"><b><b><a href="qml-closeicon.html#color-prop">color</a></b></b> : color</li>
<li class="fn"><b><b><a href="qml-closeicon.html#icon-prop">icon</a></b></b> : string</li>
</ul>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
@ -57,5 +57,5 @@
<div class="qmldoc"><p>Icon image if the icon.</p>
</div></div><!-- @@@icon -->
<br/>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,9 +7,9 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for ImageSelector</h1>
<p>This is the complete list of members for <a href="qml-imageselector.html">ImageSelector</a>, including inherited members.</p>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
@ -37,5 +37,5 @@
}</pre>
<!-- @@@ImageSelector -->
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>App</li>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for App</h1>
@ -19,6 +19,7 @@
<li class="fn"><span class="name"><b><a href="screenplay-app.html#globalVariables-prop">globalVariablesChanged</a></b></span>(ScreenPlay::GlobalVariables *)</li>
<li class="fn"><span class="name"><b><a href="screenplay-app.html#installedListFilter-prop">installedListFilterChanged</a></b></span>(ScreenPlay::InstalledListFilter *)</li>
<li class="fn"><span class="name"><b><a href="screenplay-app.html#installedListModel-prop">installedListModelChanged</a></b></span>(ScreenPlay::InstalledListModel *)</li>
<li class="fn"><span class="name"><b><a href="screenplay-app.html#loadSteamPlugin">loadSteamPlugin</a></b></span>() : bool</li>
<li class="fn"><span class="name"><b><a href="screenplay-app.html#mainWindowEngine-prop">mainWindowEngineChanged</a></b></span>(QQmlApplicationEngine *)</li>
<li class="fn"><span class="name"><b><a href="screenplay-app.html#monitorListModel-prop">monitorListModelChanged</a></b></span>(ScreenPlay::MonitorListModel *)</li>
<li class="fn"><span class="name"><b><a href="screenplay-app.html#profileListModel-prop">profileListModelChanged</a></b></span>(ScreenPlay::ProfileListModel *)</li>
@ -50,5 +51,5 @@
</ul>
</td></tr>
</table></div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>App</li>
<div class="sidebar">
<div class="toc">
@ -49,6 +49,7 @@
<h2 id="public-slots">Public Slots</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#exit">exit</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#loadSteamPlugin">loadSteamPlugin</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#create-prop">setCreate</a></b>(ScreenPlay::Create *<i>create</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#globalVariables-prop">setGlobalVariables</a></b>(ScreenPlay::GlobalVariables *<i>globalVariables</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#installedListFilter-prop">setInstalledListFilter</a></b>(ScreenPlay::InstalledListFilter *<i>installedListFilter</i>)</td></tr>
@ -108,10 +109,14 @@
<h3 class="fn" id="exit"><a name="exit"></a><code>[slot] </code><span class="type">void</span> App::<span class="name">exit</span>()</h3>
<p>Tries to send the telemetry quit event before we call quit ourself.</p>
<!-- @@@exit -->
<!-- $$$loadSteamPlugin[overload1]$$$loadSteamPlugin -->
<h3 class="fn" id="loadSteamPlugin"><a name="loadSteamPlugin"></a><code>[slot] </code><span class="type">bool</span> App::<span class="name">loadSteamPlugin</span>()</h3>
<p>.</p>
<!-- @@@loadSteamPlugin -->
<!-- $$$init[overload1]$$$init -->
<h3 class="fn" id="init"><a name="init"></a><span class="type">void</span> App::<span class="name">init</span>()</h3>
<p>Used for initialization after the constructor. The sole purpose is to check if another <a href="screenplay.html">ScreenPlay</a> instance is running and then quit early. This is also because we cannot call QApplication::quit(); in the SDKConnector before the app.exec(); ( the Qt main event loop ) has started.</p>
<!-- @@@init -->
</div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>Create</li>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for Create</h1>
@ -19,6 +19,7 @@
<li class="fn"><span class="name"><b><a href="screenplay-create.html#abortAndCleanup">abortAndCleanup</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="screenplay-create.html#ffmpegOutput-prop">appendFfmpegOutput</a></b></span>(QString)</li>
<li class="fn"><span class="name"><b><a href="screenplay-create.html#createHTMLWallpaper">createHTMLWallpaper</a></b></span>(const QString &amp;, const QString &amp;, const QString &amp;, const QString &amp;, const QVector&lt;QString&gt; &amp;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-create.html#createQMLWallpaper">createQMLWallpaper</a></b></span>(const QString &amp;, const QString &amp;, const QString &amp;, const QString &amp;, const QVector&lt;QString&gt; &amp;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-create.html#createWallpaperStart">createWallpaperStart</a></b></span>(QString, Create::VideoCodec)</li>
<li class="fn"><span class="name"><b><a href="screenplay-create.html#createWidget">createWidget</a></b></span>(const QString &amp;, const QString &amp;, const QString &amp;, const QString &amp;, const QString &amp;, const QString &amp;, const QVector&lt;QString&gt; &amp;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-create.html#ffmpegOutput-prop">ffmpegOutputChanged</a></b></span>(QString)</li>
@ -34,5 +35,5 @@
</ul>
</td></tr>
</table></div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>Create</li>
<div class="sidebar">
<div class="toc">
@ -45,6 +45,7 @@
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-create.html#abortAndCleanup">abortAndCleanup</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-create.html#ffmpegOutput-prop">appendFfmpegOutput</a></b>(QString <i>ffmpegOutput</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-create.html#createHTMLWallpaper">createHTMLWallpaper</a></b>(const QString &amp;<i>localStoragePath</i>, const QString &amp;<i>title</i>, const QString &amp;<i>previewThumbnail</i>, const QString &amp;<i>license</i>, const QVector&lt;QString&gt; &amp;<i>tags</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-create.html#createQMLWallpaper">createQMLWallpaper</a></b>(const QString &amp;<i>localStoragePath</i>, const QString &amp;<i>title</i>, const QString &amp;<i>previewThumbnail</i>, const QString &amp;<i>license</i>, const QVector&lt;QString&gt; &amp;<i>tags</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-create.html#createWallpaperStart">createWallpaperStart</a></b>(QString <i>videoPath</i>, Create::VideoCodec <i>codec</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-create.html#createWidget">createWidget</a></b>(const QString &amp;<i>localStoragePath</i>, const QString &amp;<i>title</i>, const QString &amp;<i>previewThumbnail</i>, const QString &amp;<i>createdBy</i>, const QString &amp;<i>license</i>, const QString &amp;<i>type</i>, const QVector&lt;QString&gt; &amp;<i>tags</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-create.html#saveWallpaper">saveWallpaper</a></b>(QString <i>title</i>, QString <i>description</i>, QString <i>filePath</i>, QString <i>previewImagePath</i>, QString <i>youtube</i>, ScreenPlay::Create::VideoCodec <i>codec</i>, QVector&lt;QString&gt; <i>tags</i>)</td></tr>
@ -72,7 +73,7 @@
<p>Constructor for the QMLEngine.</p>
<!-- @@@Create -->
<!-- $$$Create[overload1]$$$Createconststd::shared_ptr<GlobalVariables>&QObject* -->
<h3 class="fn" id="Create"><a name="Create"></a>Create::<span class="name">Create</span>(const <span class="type">std::shared_ptr</span>&lt;<span class="type">GlobalVariables</span>&gt; &amp;<i>globalVariables</i>, <span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<h3 class="fn" id="Create"><a name="Create"></a>Create::<span class="name">Create</span>(const <span class="type">std::shared_ptr</span>&lt;<span class="type"><a href="screenplay-globalvariables.html">GlobalVariables</a></span>&gt; &amp;<i>globalVariables</i>, <span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<p>Constructor.</p>
<!-- @@@Create -->
<!-- $$$abortAndCleanup[overload1]$$$abortAndCleanup -->
@ -83,6 +84,10 @@
<h3 class="fn" id="createHTMLWallpaper"><a name="createHTMLWallpaper"></a><code>[slot] </code><span class="type">void</span> Create::<span class="name">createHTMLWallpaper</span>(const <span class="type">QString</span> &amp;<i>localStoragePath</i>, const <span class="type">QString</span> &amp;<i>title</i>, const <span class="type">QString</span> &amp;<i>previewThumbnail</i>, const <span class="type">QString</span> &amp;<i>license</i>, const <span class="type">QVector</span>&lt;<span class="type">QString</span>&gt; &amp;<i>tags</i>)</h3>
<p>Creates a HTML wallpaper.</p>
<!-- @@@createHTMLWallpaper -->
<!-- $$$createQMLWallpaper[overload1]$$$createQMLWallpaperconstQString&constQString&constQString&constQString&constQVector<QString>& -->
<h3 class="fn" id="createQMLWallpaper"><a name="createQMLWallpaper"></a><code>[slot] </code><span class="type">void</span> Create::<span class="name">createQMLWallpaper</span>(const <span class="type">QString</span> &amp;<i>localStoragePath</i>, const <span class="type">QString</span> &amp;<i>title</i>, const <span class="type">QString</span> &amp;<i>previewThumbnail</i>, const <span class="type">QString</span> &amp;<i>license</i>, const <span class="type">QVector</span>&lt;<span class="type">QString</span>&gt; &amp;<i>tags</i>)</h3>
<p>.</p>
<!-- @@@createQMLWallpaper -->
<!-- $$$createWallpaperStart[overload1]$$$createWallpaperStartQStringCreate::VideoCodec -->
<h3 class="fn" id="createWallpaperStart"><a name="createWallpaperStart"></a><code>[slot] </code><span class="type">void</span> Create::<span class="name">createWallpaperStart</span>(<span class="type">QString</span> <i>videoPath</i>, <span class="type">Create::VideoCodec</span> <i>codec</i>)</h3>
<p>Starts the process.</p>
@ -96,5 +101,5 @@
<p>When converting of the wallpaper steps where successful.</p>
<!-- @@@saveWallpaper -->
</div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>CreateImportVideo</li>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for CreateImportVideo</h1>
@ -27,5 +27,5 @@
<li class="fn"><span class="name"><b><a href="screenplay-createimportvideo.html#progress-prop">setProgress</a></b></span>(float)</li>
<li class="fn"><span class="name"><b><a href="screenplay-createimportvideo.html#progress-prop">progress</a></b></span>() const : float</li>
</ul>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>CreateImportVideo</li>
<div class="sidebar">
<div class="toc">
@ -172,5 +172,5 @@ args<span class="operator">.</span>append(m_exportPath <span class="operator">+<
</ol>
<!-- @@@process -->
</div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- globalvariables.cpp -->
<title>List of All Members for GlobalVariables | ScreenPlay</title>
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<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 ">
<li>GlobalVariables</li>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for GlobalVariables</h1>
<p>This is the complete list of members for <a href="screenplay-globalvariables.html">ScreenPlay::GlobalVariables</a>, including inherited members.</p>
<ul>
<li class="fn"><span class="name"><b><a href="screenplay-globalvariables.html#GlobalVariables">GlobalVariables</a></b></span>(QObject *)</li>
<li class="fn"><span class="name"><b><a href="screenplay-globalvariables.html#localSettingsPath-prop">localSettingsPathChanged</a></b></span>(QUrl)</li>
<li class="fn"><span class="name"><b><a href="screenplay-globalvariables.html#localStoragePath-prop">localStoragePathChanged</a></b></span>(QUrl)</li>
<li class="fn"><span class="name"><b><a href="screenplay-globalvariables.html#localSettingsPath-prop">setLocalSettingsPath</a></b></span>(QUrl)</li>
<li class="fn"><span class="name"><b><a href="screenplay-globalvariables.html#localStoragePath-prop">setLocalStoragePath</a></b></span>(QUrl)</li>
<li class="fn"><span class="name"><b><a href="screenplay-globalvariables.html#wallpaperExecutablePath-prop">setWallpaperExecutablePath</a></b></span>(QUrl)</li>
<li class="fn"><span class="name"><b><a href="screenplay-globalvariables.html#widgetExecutablePath-prop">setWidgetExecutablePath</a></b></span>(QUrl)</li>
<li class="fn"><span class="name"><b><a href="screenplay-globalvariables.html#wallpaperExecutablePath-prop">wallpaperExecutablePathChanged</a></b></span>(QUrl)</li>
<li class="fn"><span class="name"><b><a href="screenplay-globalvariables.html#widgetExecutablePath-prop">widgetExecutablePathChanged</a></b></span>(QUrl)</li>
<li class="fn"><span class="name"><b><a href="screenplay-globalvariables.html#localSettingsPath-prop">localSettingsPath</a></b></span>() const : QUrl</li>
<li class="fn"><span class="name"><b><a href="screenplay-globalvariables.html#localStoragePath-prop">localStoragePath</a></b></span>() const : QUrl</li>
<li class="fn"><span class="name"><b><a href="screenplay-globalvariables.html#version-prop">version</a></b></span>() const : QVersionNumber</li>
<li class="fn"><span class="name"><b><a href="screenplay-globalvariables.html#wallpaperExecutablePath-prop">wallpaperExecutablePath</a></b></span>() const : QUrl</li>
<li class="fn"><span class="name"><b><a href="screenplay-globalvariables.html#widgetExecutablePath-prop">widgetExecutablePath</a></b></span>() const : QUrl</li>
</ul>
<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>
</html>

View File

@ -0,0 +1,73 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- globalvariables.cpp -->
<title>GlobalVariables Class | ScreenPlay</title>
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<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 ">
<li>GlobalVariables</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">GlobalVariables Class</h1>
<span class="small-subtitle">class <a href="screenplay.html">ScreenPlay</a>::GlobalVariables</span>
<!-- $$$GlobalVariables-brief -->
<p>Contains all variables that are globally needed. <a href="#details">More...</a></p>
<!-- @@@GlobalVariables -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include &lt;GlobalVariables&gt;</span>
</td></tr></table></div><ul>
<li><a href="screenplay-globalvariables-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">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="screenplay-globalvariables.html#GlobalVariables">GlobalVariables</a></b>(QObject *<i>parent</i> = nullptr)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QUrl </td><td class="memItemRight bottomAlign"><b><a href="screenplay-globalvariables.html#localSettingsPath-prop">localSettingsPath</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QUrl </td><td class="memItemRight bottomAlign"><b><a href="screenplay-globalvariables.html#localStoragePath-prop">localStoragePath</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QVersionNumber </td><td class="memItemRight bottomAlign"><b><a href="screenplay-globalvariables.html#version-prop">version</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QUrl </td><td class="memItemRight bottomAlign"><b><a href="screenplay-globalvariables.html#wallpaperExecutablePath-prop">wallpaperExecutablePath</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QUrl </td><td class="memItemRight bottomAlign"><b><a href="screenplay-globalvariables.html#widgetExecutablePath-prop">widgetExecutablePath</a></b>() const</td></tr>
</table></div>
<a name="public-slots"></a>
<h2 id="public-slots">Public Slots</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-globalvariables.html#localSettingsPath-prop">setLocalSettingsPath</a></b>(QUrl <i>localSettingsPath</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-globalvariables.html#localStoragePath-prop">setLocalStoragePath</a></b>(QUrl <i>localStoragePath</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-globalvariables.html#wallpaperExecutablePath-prop">setWallpaperExecutablePath</a></b>(QUrl <i>wallpaperExecutablePath</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-globalvariables.html#widgetExecutablePath-prop">setWidgetExecutablePath</a></b>(QUrl <i>widgetExecutablePath</i>)</td></tr>
</table></div>
<a name="signals"></a>
<h2 id="signals">Signals</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-globalvariables.html#localSettingsPath-prop">localSettingsPathChanged</a></b>(QUrl <i>localSettingsPath</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-globalvariables.html#localStoragePath-prop">localStoragePathChanged</a></b>(QUrl <i>localStoragePath</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-globalvariables.html#wallpaperExecutablePath-prop">wallpaperExecutablePathChanged</a></b>(QUrl <i>wallpaperExecutablePath</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-globalvariables.html#widgetExecutablePath-prop">widgetExecutablePathChanged</a></b>(QUrl <i>widgetExecutablePath</i>)</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$GlobalVariables-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
</div>
<!-- @@@GlobalVariables -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$GlobalVariables[overload1]$$$GlobalVariablesQObject* -->
<h3 class="fn" id="GlobalVariables"><a name="GlobalVariables"></a>GlobalVariables::<span class="name">GlobalVariables</span>(<span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<p>.</p>
<!-- @@@GlobalVariables -->
</div>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>InstalledListFilter</li>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for InstalledListFilter</h1>
@ -16,6 +16,7 @@
<li class="fn"><span class="name"><b><a href="screenplay-installedlistfilter.html#InstalledListFilter">InstalledListFilter</a></b></span>(const std::shared_ptr&lt;InstalledListModel&gt; &amp;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-installedlistfilter.html#resetFilter">resetFilter</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="screenplay-installedlistfilter.html#sortByName">sortByName</a></b></span>(const QString &amp;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-installedlistfilter.html#sortBySearchType">sortBySearchType</a></b></span>(const ScreenPlay::SearchType::SearchType)</li>
</ul>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>InstalledListFilter</li>
<div class="sidebar">
<div class="toc">
@ -39,6 +39,7 @@
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-installedlistfilter.html#resetFilter">resetFilter</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-installedlistfilter.html#sortByName">sortByName</a></b>(const QString &amp;<i>name</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-installedlistfilter.html#sortBySearchType">sortBySearchType</a></b>(const ScreenPlay::SearchType::SearchType <i>searchType</i>)</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$InstalledListFilter-description -->
@ -61,6 +62,10 @@
<h3 class="fn" id="sortByName"><a name="sortByName"></a><code>[slot] </code><span class="type">void</span> InstalledListFilter::<span class="name">sortByName</span>(const <span class="type">QString</span> &amp;<i>name</i>)</h3>
<p>Invoked when the user uses the quicksearch at the top right of the installed page. Uses the <i>name</i> to sort by name. This name is saved in the project.json title.</p>
<!-- @@@sortByName -->
<!-- $$$sortBySearchType[overload1]$$$sortBySearchTypeconstScreenPlay::SearchType::SearchType -->
<h3 class="fn" id="sortBySearchType"><a name="sortBySearchType"></a><code>[slot] </code><span class="type">void</span> InstalledListFilter::<span class="name">sortBySearchType</span>(const <span class="type">ScreenPlay::SearchType::SearchType</span> <i>searchType</i>)</h3>
<p>.</p>
<!-- @@@sortBySearchType -->
</div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>InstalledListModel</li>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for InstalledListModel</h1>
@ -16,13 +16,16 @@
<li class="fn"><span class="name"><b><a href="screenplay-installedlistmodel.html#InstalledListModel">InstalledListModel</a></b></span>(const std::shared_ptr&lt;GlobalVariables&gt; &amp;, QObject *)</li>
<li class="fn"><span class="name"><b><a href="screenplay-installedlistmodel.html#append">append</a></b></span>(const QJsonObject &amp;, const QString &amp;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-installedlistmodel.html#count-prop">countChanged</a></b></span>(int)</li>
<li class="fn"><span class="name"><b><a href="screenplay-installedlistmodel.html#deinstallItemAt">deinstallItemAt</a></b></span>(const int) : bool</li>
<li class="fn"><span class="name"><b><a href="screenplay-installedlistmodel.html#get">get</a></b></span>(const QString &amp;) const : QVariantMap</li>
<li class="fn"><span class="name"><b><a href="screenplay-installedlistmodel.html#init">init</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="screenplay-installedlistmodel.html#loadInstalledContent">loadInstalledContent</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="screenplay-installedlistmodel.html#reset">reset</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="screenplay-installedlistmodel.html#count-prop">setCount</a></b></span>(int)</li>
<li class="fn"><span class="name"><b><a href="screenplay-installedlistmodel.html#count-prop">count</a></b></span>() const : int</li>
<li class="fn"><span class="name"><b><a href="screenplay-installedlistmodel.html#data">data</a></b></span>(const QModelIndex &amp;, int) const : QVariant</li>
<li class="fn"><span class="name"><b><a href="screenplay-installedlistmodel.html#roleNames">roleNames</a></b></span>() const : QHash&lt;int, QByteArray&gt;</li>
<li class="fn"><span class="name"><b><a href="screenplay-installedlistmodel.html#rowCount">rowCount</a></b></span>(const QModelIndex &amp;) const : int</li>
</ul>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>InstalledListModel</li>
<div class="sidebar">
<div class="toc">
@ -48,8 +48,11 @@
<h2 id="public-slots">Public Slots</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-installedlistmodel.html#append">append</a></b>(const QJsonObject &amp;<i>obj</i>, const QString &amp;<i>folderName</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="screenplay-installedlistmodel.html#deinstallItemAt">deinstallItemAt</a></b>(const int <i>index</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QVariantMap </td><td class="memItemRight bottomAlign"><b><a href="screenplay-installedlistmodel.html#get">get</a></b>(const QString &amp;<i>folderId</i>) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-installedlistmodel.html#init">init</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-installedlistmodel.html#loadInstalledContent">loadInstalledContent</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-installedlistmodel.html#reset">reset</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-installedlistmodel.html#count-prop">setCount</a></b>(int <i>count</i>)</td></tr>
</table></div>
<a name="signals"></a>
@ -67,19 +70,33 @@
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$InstalledListModel[overload1]$$$InstalledListModelconststd::shared_ptr<GlobalVariables>&QObject* -->
<h3 class="fn" id="InstalledListModel"><a name="InstalledListModel"></a>InstalledListModel::<span class="name">InstalledListModel</span>(const <span class="type">std::shared_ptr</span>&lt;<span class="type">GlobalVariables</span>&gt; &amp;<i>globalVariables</i>, <span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<h3 class="fn" id="InstalledListModel"><a name="InstalledListModel"></a>InstalledListModel::<span class="name">InstalledListModel</span>(const <span class="type">std::shared_ptr</span>&lt;<span class="type"><a href="screenplay-globalvariables.html">GlobalVariables</a></span>&gt; &amp;<i>globalVariables</i>, <span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<p>Constructor.</p>
<!-- @@@InstalledListModel -->
<!-- $$$append[overload1]$$$appendconstQJsonObject&constQString& -->
<h3 class="fn" id="append"><a name="append"></a><code>[slot] </code><span class="type">void</span> InstalledListModel::<span class="name">append</span>(const <span class="type">QJsonObject</span> &amp;<i>obj</i>, const <span class="type">QString</span> &amp;<i>folderName</i>)</h3>
<p>.</p>
<!-- @@@append -->
<!-- $$$deinstallItemAt[overload1]$$$deinstallItemAtconstint -->
<h3 class="fn" id="deinstallItemAt"><a name="deinstallItemAt"></a><code>[slot] </code><span class="type">bool</span> InstalledListModel::<span class="name">deinstallItemAt</span>(const <span class="type">int</span> <i>index</i>)</h3>
<p>.</p>
<!-- @@@deinstallItemAt -->
<!-- $$$get[overload1]$$$getconstQString& -->
<h3 class="fn" id="get"><a name="get"></a><code>[slot] </code><span class="type">QVariantMap</span> InstalledListModel::<span class="name">get</span>(const <span class="type">QString</span> &amp;<i>folderId</i>) const</h3>
<p>.</p>
<!-- @@@get -->
<!-- $$$init[overload1]$$$init -->
<h3 class="fn" id="init"><a name="init"></a><code>[slot] </code><span class="type">void</span> InstalledListModel::<span class="name">init</span>()</h3>
<p>Init function that needs to be called after the constructor because we need the GlobalVariables to finish loading.</p>
<p>Init function that needs to be called after the constructor because we need the <a href="screenplay-globalvariables.html">GlobalVariables</a> to finish loading.</p>
<!-- @@@init -->
<!-- $$$loadInstalledContent[overload1]$$$loadInstalledContent -->
<h3 class="fn" id="loadInstalledContent"><a name="loadInstalledContent"></a><code>[slot] </code><span class="type">void</span> InstalledListModel::<span class="name">loadInstalledContent</span>()</h3>
<p>.</p>
<!-- @@@loadInstalledContent -->
<!-- $$$reset[overload1]$$$reset -->
<h3 class="fn" id="reset"><a name="reset"></a><code>[slot] </code><span class="type">void</span> InstalledListModel::<span class="name">reset</span>()</h3>
<p>.</p>
<!-- @@@reset -->
<!-- $$$data[overload1]$$$dataconstQModelIndex&int -->
<h3 class="fn" id="data"><a name="data"></a><code>[override virtual] </code><span class="type">QVariant</span> InstalledListModel::<span class="name">data</span>(const <span class="type">QModelIndex</span> &amp;<i>index</i>, <span class="type">int</span> <i>role</i> = Qt::DisplayRole) const</h3>
<p>Retruns the data member of the ProjectFile.</p>
@ -93,5 +110,5 @@
<p>Returns the length of the installed items.</p>
<!-- @@@rowCount -->
</div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>MonitorListModel</li>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for MonitorListModel</h1>
@ -24,5 +24,5 @@
<li class="fn"><span class="name"><b><a href="screenplay-monitorlistmodel.html#rowCount">rowCount</a></b></span>(const QModelIndex &amp;) const : int</li>
<li class="fn"><span class="name"><b><a href="screenplay-monitorlistmodel.html#setWallpaperActiveMonitor">setWallpaperActiveMonitor</a></b></span>(const std::shared_ptr&lt;ScreenPlayWallpaper&gt; &amp;, const QVector&lt;int&gt;)</li>
</ul>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>MonitorListModel</li>
<div class="sidebar">
<div class="toc">
@ -108,5 +108,5 @@
<p>Sets the previewImage and appID for a list item.</p>
<!-- @@@setWallpaperActiveMonitor -->
</div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,13 +7,18 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>ProfileListModel</li>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for ProfileListModel</h1>
<p>This is the complete list of members for <a href="screenplay-profilelistmodel.html">ScreenPlay::ProfileListModel</a>, including inherited members.</p>
<ul>
<li class="fn"><span class="name"><b><a href="screenplay-profilelistmodel.html#ProfileListModel">ProfileListModel</a></b></span>(const std::shared_ptr&lt;GlobalVariables&gt; &amp;, QObject *)</li>
<li class="fn"><span class="name"><b><a href="screenplay-profilelistmodel.html#append">append</a></b></span>(const ScreenPlay::Profile &amp;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-profilelistmodel.html#data">data</a></b></span>(const QModelIndex &amp;, int) const : QVariant</li>
<li class="fn"><span class="name"><b><a href="screenplay-profilelistmodel.html#getProfileByName">getProfileByName</a></b></span>(QString, ScreenPlay::Profile *) : bool</li>
<li class="fn"><span class="name"><b><a href="screenplay-profilelistmodel.html#roleNames">roleNames</a></b></span>() const : QHash&lt;int, QByteArray&gt;</li>
<li class="fn"><span class="name"><b><a href="screenplay-profilelistmodel.html#rowCount">rowCount</a></b></span>(const QModelIndex &amp;) const : int</li>
</ul>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,13 +7,14 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>ProfileListModel</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="#reimplemented-public-functions">Reimplemented Public Functions</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
@ -32,6 +33,15 @@
<h2 id="public-functions">Public Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="screenplay-profilelistmodel.html#ProfileListModel">ProfileListModel</a></b>(const std::shared_ptr&lt;GlobalVariables&gt; &amp;<i>globalVariables</i>, QObject *<i>parent</i> = nullptr)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-profilelistmodel.html#append">append</a></b>(const ScreenPlay::Profile &amp;<i>profile</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="screenplay-profilelistmodel.html#getProfileByName">getProfileByName</a></b>(QString <i>id</i>, ScreenPlay::Profile *<i>profile</i>)</td></tr>
</table></div>
<a name="reimplemented-public-functions"></a>
<h2 id="reimplemented-public-functions">Reimplemented Public Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> virtual QVariant </td><td class="memItemRight bottomAlign"><b><a href="screenplay-profilelistmodel.html#data">data</a></b>(const QModelIndex &amp;<i>index</i>, int <i>role</i> = Qt::DisplayRole) const override</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QHash&lt;int, QByteArray&gt; </td><td class="memItemRight bottomAlign"><b><a href="screenplay-profilelistmodel.html#roleNames">roleNames</a></b>() const override</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual int </td><td class="memItemRight bottomAlign"><b><a href="screenplay-profilelistmodel.html#rowCount">rowCount</a></b>(const QModelIndex &amp;<i>parent</i> = QModelIndex()) const override</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$ProfileListModel-description -->
@ -43,9 +53,29 @@
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$ProfileListModel[overload1]$$$ProfileListModelconststd::shared_ptr<GlobalVariables>&QObject* -->
<h3 class="fn" id="ProfileListModel"><a name="ProfileListModel"></a>ProfileListModel::<span class="name">ProfileListModel</span>(const <span class="type">std::shared_ptr</span>&lt;<span class="type">GlobalVariables</span>&gt; &amp;<i>globalVariables</i>, <span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<h3 class="fn" id="ProfileListModel"><a name="ProfileListModel"></a>ProfileListModel::<span class="name">ProfileListModel</span>(const <span class="type">std::shared_ptr</span>&lt;<span class="type"><a href="screenplay-globalvariables.html">GlobalVariables</a></span>&gt; &amp;<i>globalVariables</i>, <span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<p>Constructor</p>
<!-- @@@ProfileListModel -->
<!-- $$$append[overload1]$$$appendconstScreenPlay::Profile& -->
<h3 class="fn" id="append"><a name="append"></a><span class="type">void</span> ProfileListModel::<span class="name">append</span>(const <span class="type">ScreenPlay::Profile</span> &amp;<i>profile</i>)</h3>
<p>.</p>
<!-- @@@append -->
<!-- $$$data[overload1]$$$dataconstQModelIndex&int -->
<h3 class="fn" id="data"><a name="data"></a><code>[override virtual] </code><span class="type">QVariant</span> ProfileListModel::<span class="name">data</span>(const <span class="type">QModelIndex</span> &amp;<i>index</i>, <span class="type">int</span> <i>role</i> = Qt::DisplayRole) const</h3>
<p>.</p>
<!-- @@@data -->
<!-- $$$getProfileByName[overload1]$$$getProfileByNameQStringScreenPlay::Profile* -->
<h3 class="fn" id="getProfileByName"><a name="getProfileByName"></a><span class="type">bool</span> ProfileListModel::<span class="name">getProfileByName</span>(<span class="type">QString</span> <i>id</i>, <span class="type">ScreenPlay::Profile</span> *<i>profile</i>)</h3>
<p>.</p>
<!-- @@@getProfileByName -->
<!-- $$$roleNames[overload1]$$$roleNames -->
<h3 class="fn" id="roleNames"><a name="roleNames"></a><code>[override virtual] </code><span class="type">QHash</span>&lt;<span class="type">int</span>, <span class="type">QByteArray</span>&gt; ProfileListModel::<span class="name">roleNames</span>() const</h3>
<p>.</p>
<!-- @@@roleNames -->
<!-- $$$rowCount[overload1]$$$rowCountconstQModelIndex& -->
<h3 class="fn" id="rowCount"><a name="rowCount"></a><code>[override virtual] </code><span class="type">int</span> ProfileListModel::<span class="name">rowCount</span>(const <span class="type">QModelIndex</span> &amp;<i>parent</i> = QModelIndex()) const</h3>
<p>.</p>
<!-- @@@rowCount -->
</div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,14 +7,19 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>ProjectSettingsListModel</li>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for ProjectSettingsListModel</h1>
<p>This is the complete list of members for <a href="screenplay-projectsettingslistmodel.html">ScreenPlay::ProjectSettingsListModel</a>, including inherited members.</p>
<ul>
<li class="fn"><span class="name"><b><a href="screenplay-projectsettingslistmodel.html#setValueAtIndex">setValueAtIndex</a></b></span>(const int, const QString &amp;, const QJsonObject &amp;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-projectsettingslistmodel.html#append">append</a></b></span>(const ScreenPlay::SettingsItem &amp;&amp;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-projectsettingslistmodel.html#data">data</a></b></span>(const QModelIndex &amp;, int) const : QVariant</li>
<li class="fn"><span class="name"><b><a href="screenplay-projectsettingslistmodel.html#getActiveSettingsJson">getActiveSettingsJson</a></b></span>() : QJsonObject</li>
<li class="fn"><span class="name"><b><a href="screenplay-projectsettingslistmodel.html#init">init</a></b></span>(const InstalledType::InstalledType &amp;, const QJsonObject &amp;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-projectsettingslistmodel.html#roleNames">roleNames</a></b></span>() const : QHash&lt;int, QByteArray&gt;</li>
<li class="fn"><span class="name"><b><a href="screenplay-projectsettingslistmodel.html#rowCount">rowCount</a></b></span>(const QModelIndex &amp;) const : int</li>
</ul>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,13 +7,15 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>ProjectSettingsListModel</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="#reimplemented-public-functions">Reimplemented Public Functions</a></li>
<li class="level1"><a href="#public-slots">Public Slots</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
@ -31,9 +33,22 @@
<a name="public-functions"></a>
<h2 id="public-functions">Public Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-projectsettingslistmodel.html#append">append</a></b>(const ScreenPlay::SettingsItem &amp;&amp;<i>item</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QJsonObject </td><td class="memItemRight bottomAlign"><b><a href="screenplay-projectsettingslistmodel.html#getActiveSettingsJson">getActiveSettingsJson</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-projectsettingslistmodel.html#init">init</a></b>(const InstalledType::InstalledType &amp;<i>type</i>, const QJsonObject &amp;<i>properties</i>)</td></tr>
</table></div>
<a name="reimplemented-public-functions"></a>
<h2 id="reimplemented-public-functions">Reimplemented Public Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> virtual QVariant </td><td class="memItemRight bottomAlign"><b><a href="screenplay-projectsettingslistmodel.html#data">data</a></b>(const QModelIndex &amp;<i>index</i>, int <i>role</i> = Qt::DisplayRole) const override</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QHash&lt;int, QByteArray&gt; </td><td class="memItemRight bottomAlign"><b><a href="screenplay-projectsettingslistmodel.html#roleNames">roleNames</a></b>() const override</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual int </td><td class="memItemRight bottomAlign"><b><a href="screenplay-projectsettingslistmodel.html#rowCount">rowCount</a></b>(const QModelIndex &amp;<i>parent</i> = QModelIndex()) const override</td></tr>
</table></div>
<a name="public-slots"></a>
<h2 id="public-slots">Public Slots</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-projectsettingslistmodel.html#setValueAtIndex">setValueAtIndex</a></b>(const int <i>row</i>, const QString &amp;<i>key</i>, const QJsonObject &amp;<i>value</i>)</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$ProjectSettingsListModel-description -->
<div class="descr">
@ -64,6 +79,18 @@
<!-- @@@ProjectSettingsListModel -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$setValueAtIndex[overload1]$$$setValueAtIndexconstintconstQString&constQJsonObject& -->
<h3 class="fn" id="setValueAtIndex"><a name="setValueAtIndex"></a><code>[slot] </code><span class="type">void</span> ProjectSettingsListModel::<span class="name">setValueAtIndex</span>(const <span class="type">int</span> <i>row</i>, const <span class="type">QString</span> &amp;<i>key</i>, const <span class="type">QJsonObject</span> &amp;<i>value</i>)</h3>
<p>.</p>
<!-- @@@setValueAtIndex -->
<!-- $$$append[overload1]$$$appendconstScreenPlay::SettingsItem&& -->
<h3 class="fn" id="append"><a name="append"></a><span class="type">void</span> ProjectSettingsListModel::<span class="name">append</span>(const <span class="type">ScreenPlay::SettingsItem</span> &amp;&amp;<i>item</i>)</h3>
<p>.</p>
<!-- @@@append -->
<!-- $$$data[overload1]$$$dataconstQModelIndex&int -->
<h3 class="fn" id="data"><a name="data"></a><code>[override virtual] </code><span class="type">QVariant</span> ProjectSettingsListModel::<span class="name">data</span>(const <span class="type">QModelIndex</span> &amp;<i>index</i>, <span class="type">int</span> <i>role</i> = Qt::DisplayRole) const</h3>
<p>.</p>
<!-- @@@data -->
<!-- $$$getActiveSettingsJson[overload1]$$$getActiveSettingsJson -->
<h3 class="fn" id="getActiveSettingsJson"><a name="getActiveSettingsJson"></a><span class="type">QJsonObject</span> ProjectSettingsListModel::<span class="name">getActiveSettingsJson</span>()</h3>
<p>ProjectSettingsListModel::getActiveSettingsJson <b class="redFont"><code>\return</code></b></p>
@ -73,6 +100,14 @@
<p>Constructor when loading properties from settings.json We need to _flatten_ the json to make it work with a flat list model! See</p>
<p><b>See also </b><a href="screenplay-projectsettingslistmodel.html#getActiveSettingsJson">getActiveSettingsJson</a>, to</a>, make</a>, the</a>, flat</a>, list</a>, to</a>, a</a>, hierarchical</a>, json</a>, and object</a>.</p>
<!-- @@@init -->
<!-- $$$roleNames[overload1]$$$roleNames -->
<h3 class="fn" id="roleNames"><a name="roleNames"></a><code>[override virtual] </code><span class="type">QHash</span>&lt;<span class="type">int</span>, <span class="type">QByteArray</span>&gt; ProjectSettingsListModel::<span class="name">roleNames</span>() const</h3>
<p>.</p>
<!-- @@@roleNames -->
<!-- $$$rowCount[overload1]$$$rowCountconstQModelIndex& -->
<h3 class="fn" id="rowCount"><a name="rowCount"></a><code>[override virtual] </code><span class="type">int</span> ProjectSettingsListModel::<span class="name">rowCount</span>(const <span class="type">QModelIndex</span> &amp;<i>parent</i> = QModelIndex()) const</h3>
<p>.</p>
<!-- @@@rowCount -->
</div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>ScreenPlayManager</li>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for ScreenPlayManager</h1>
@ -25,9 +25,10 @@
<li class="fn"><span class="name"><b><a href="screenplay-screenplaymanager.html#createWidget">createWidget</a></b></span>(const ScreenPlay::InstalledType::InstalledType, const QPoint &amp;, const QString &amp;, const QString &amp;, const QJsonObject &amp;, const bool)</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaymanager.html#getWallpaperByAppID">getWallpaperByAppID</a></b></span>(const QString &amp;) const : ScreenPlay::ScreenPlayWallpaper *</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaymanager.html#newConnection">newConnection</a></b></span>()</li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaymanager.html#removeAllWallpapers">removeAllWallpapers</a></b></span>()</li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaymanager.html#removeAllWidgets">removeAllWidgets</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaymanager.html#removeApp">removeApp</a></b></span>(const QString &amp;) : bool</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaymanager.html#requestProjectSettingsAtMonitorIndex">requestProjectSettingsAtMonitorIndex</a></b></span>(const int)</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaymanager.html#activeWallpaperCounter-prop">setActiveWallpaperCounter</a></b></span>(int)</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaymanager.html#activeWidgetsCounter-prop">setActiveWidgetsCounter</a></b></span>(int)</li>
@ -36,8 +37,9 @@
<li class="fn"><span class="name"><b><a href="screenplay-screenplaymanager.html#setWallpaperValueAtMonitorIndex">setWallpaperValueAtMonitorIndex</a></b></span>(const int, const QString &amp;, const QString &amp;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaymanager.html#activeWallpaperCounter-prop">activeWallpaperCounter</a></b></span>() const : int</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaymanager.html#activeWidgetsCounter-prop">activeWidgetsCounter</a></b></span>() const : int</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaymanager.html#init">init</a></b></span>(const std::shared_ptr&lt;GlobalVariables&gt; &amp;, const std::shared_ptr&lt;MonitorListModel&gt; &amp;, const int &amp;, const std::shared_ptr&lt;Settings&gt; &amp;)</li>
</ul>
</td></tr>
</table></div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>ScreenPlayManager</li>
<div class="sidebar">
<div class="toc">
@ -36,6 +36,7 @@
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaymanager.html#ScreenPlayManager">ScreenPlayManager</a></b>(QObject *<i>parent</i> = nullptr)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaymanager.html#activeWallpaperCounter-prop">activeWallpaperCounter</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaymanager.html#activeWidgetsCounter-prop">activeWidgetsCounter</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaymanager.html#init">init</a></b>(const std::shared_ptr&lt;GlobalVariables&gt; &amp;<i>globalVariables</i>, const std::shared_ptr&lt;MonitorListModel&gt; &amp;<i>mlm</i>, const int &amp;<i>telemetry</i>, const std::shared_ptr&lt;Settings&gt; &amp;<i>settings</i>)</td></tr>
</table></div>
<a name="public-slots"></a>
<h2 id="public-slots">Public Slots</h2>
@ -50,6 +51,7 @@
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaymanager.html#newConnection">newConnection</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaymanager.html#removeAllWallpapers">removeAllWallpapers</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaymanager.html#removeAllWidgets">removeAllWidgets</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaymanager.html#removeApp">removeApp</a></b>(const QString &amp;<i>appID</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaymanager.html#requestProjectSettingsAtMonitorIndex">requestProjectSettingsAtMonitorIndex</a></b>(const int <i>index</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaymanager.html#activeWallpaperCounter-prop">setActiveWallpaperCounter</a></b>(int <i>activeWallpaperCounter</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaymanager.html#activeWidgetsCounter-prop">setActiveWidgetsCounter</a></b>(int <i>activeWidgetsCounter</i>)</td></tr>
@ -117,7 +119,7 @@
<!-- @@@getWallpaperByAppID -->
<!-- $$$newConnection[overload1]$$$newConnection -->
<h3 class="fn" id="newConnection"><a name="newConnection"></a><code>[slot] </code><span class="type">void</span> ScreenPlayManager::<span class="name">newConnection</span>()</h3>
<p>Appends a new SDKConnection object shared_ptr to the m_clients list.</p>
<p>Appends a new <a href="screenplay-sdkconnection.html">SDKConnection</a> object shared_ptr to the m_clients list.</p>
<!-- @@@newConnection -->
<!-- $$$removeAllWallpapers[overload1]$$$removeAllWallpapers -->
<h3 class="fn" id="removeAllWallpapers"><a name="removeAllWallpapers"></a><code>[slot] </code><span class="type">void</span> ScreenPlayManager::<span class="name">removeAllWallpapers</span>()</h3>
@ -127,6 +129,10 @@
<h3 class="fn" id="removeAllWidgets"><a name="removeAllWidgets"></a><code>[slot] </code><span class="type">void</span> ScreenPlayManager::<span class="name">removeAllWidgets</span>()</h3>
<p>Removes all widgets and resets the activeWidgetCounter to 0.</p>
<!-- @@@removeAllWidgets -->
<!-- $$$removeApp[overload1]$$$removeAppconstQString& -->
<h3 class="fn" id="removeApp"><a name="removeApp"></a><code>[slot] </code><span class="type">bool</span> ScreenPlayManager::<span class="name">removeApp</span>(const <span class="type">QString</span> &amp;<i>appID</i>)</h3>
<p>.</p>
<!-- @@@removeApp -->
<!-- $$$requestProjectSettingsAtMonitorIndex[overload1]$$$requestProjectSettingsAtMonitorIndexconstint -->
<h3 class="fn" id="requestProjectSettingsAtMonitorIndex"><a name="requestProjectSettingsAtMonitorIndex"></a><code>[slot] </code><span class="type">void</span> ScreenPlayManager::<span class="name">requestProjectSettingsAtMonitorIndex</span>(const <span class="type">int</span> <i>index</i>)</h3>
<p>Request a spesific json profile to display in the active wallpaper popup on the right.</p>
@ -143,6 +149,10 @@
<h3 class="fn" id="setWallpaperValueAtMonitorIndex"><a name="setWallpaperValueAtMonitorIndex"></a><code>[slot] </code><span class="type">void</span> ScreenPlayManager::<span class="name">setWallpaperValueAtMonitorIndex</span>(const <span class="type">int</span> <i>index</i>, const <span class="type">QString</span> &amp;<i>key</i>, const <span class="type">QString</span> &amp;<i>value</i>)</h3>
<p>Set a wallpaper <i>value</i> at a given <i>index</i> and <i>key</i>.</p>
<!-- @@@setWallpaperValueAtMonitorIndex -->
<!-- $$$init[overload1]$$$initconststd::shared_ptr<GlobalVariables>&conststd::shared_ptr<MonitorListModel>&constint&conststd::shared_ptr<Settings>& -->
<h3 class="fn" id="init"><a name="init"></a><span class="type">void</span> ScreenPlayManager::<span class="name">init</span>(const <span class="type">std::shared_ptr</span>&lt;<span class="type"><a href="screenplay-globalvariables.html">GlobalVariables</a></span>&gt; &amp;<i>globalVariables</i>, const <span class="type">std::shared_ptr</span>&lt;<span class="type"><a href="screenplay-monitorlistmodel.html">MonitorListModel</a></span>&gt; &amp;<i>mlm</i>, const <span class="type">int</span> &amp;<i>telemetry</i>, const <span class="type">std::shared_ptr</span>&lt;<span class="type"><a href="screenplay-settings.html">Settings</a></span>&gt; &amp;<i>settings</i>)</h3>
<p>.</p>
<!-- @@@init -->
</div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>ScreenPlayWallpaper</li>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for ScreenPlayWallpaper</h1>
@ -31,8 +31,8 @@
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#fillMode-prop">setFillMode</a></b></span>(FillMode::FillMode)</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#isLooping-prop">setIsLooping</a></b></span>(bool)</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#playbackRate-prop">setPlaybackRate</a></b></span>(float)</li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#previewImage-prop">setPreviewImage</a></b></span>(QString)</li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#screenNumber-prop">setScreenNumber</a></b></span>(QVector&lt;int&gt;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#type-prop">setType</a></b></span>(InstalledType::InstalledType)</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#volume-prop">setVolume</a></b></span>(float)</li>
@ -42,14 +42,17 @@
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#appID-prop">appID</a></b></span>() const : QString</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#file-prop">file</a></b></span>() const : QString</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#fillMode-prop">fillMode</a></b></span>() const : FillMode::FillMode</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#getActiveSettingsJson">getActiveSettingsJson</a></b></span>() : QJsonObject</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#isLooping-prop">isLooping</a></b></span>() const : bool</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#playbackRate-prop">playbackRate</a></b></span>() const : float</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#previewImage-prop">previewImage</a></b></span>() const : QString</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#replace">replace</a></b></span>(const QString &amp;, const QString &amp;, const QString &amp;, const float, const FillMode::FillMode, const InstalledType::InstalledType, const bool)</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#screenNumber-prop">screenNumber</a></b></span>() const : QVector&lt;int&gt;</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#setSDKConnection">setSDKConnection</a></b></span>(const std::shared_ptr&lt;SDKConnection&gt; &amp;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#type-prop">type</a></b></span>() const : InstalledType::InstalledType</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#volume-prop">volume</a></b></span>() const : float</li>
</ul>
</td></tr>
</table></div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>ScreenPlayWallpaper</li>
<div class="sidebar">
<div class="toc">
@ -38,10 +38,13 @@
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#appID-prop">appID</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#file-prop">file</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> FillMode::FillMode </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#fillMode-prop">fillMode</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QJsonObject </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#getActiveSettingsJson">getActiveSettingsJson</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#isLooping-prop">isLooping</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> float </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#playbackRate-prop">playbackRate</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#previewImage-prop">previewImage</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#replace">replace</a></b>(const QString &amp;<i>absolutePath</i>, const QString &amp;<i>previewImage</i>, const QString &amp;<i>file</i>, const float <i>volume</i>, const FillMode::FillMode <i>fillMode</i>, const InstalledType::InstalledType <i>type</i>, const bool <i>checkWallpaperVisible</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QVector&lt;int&gt; </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#screenNumber-prop">screenNumber</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#setSDKConnection">setSDKConnection</a></b>(const std::shared_ptr&lt;SDKConnection&gt; &amp;<i>connection</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> InstalledType::InstalledType </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#type-prop">type</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> float </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#volume-prop">volume</a></b>() const</td></tr>
</table></div>
@ -85,7 +88,7 @@
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$ScreenPlayWallpaper$$$ScreenPlayWallpaperconstQVector<int>&conststd::shared_ptr<GlobalVariables>&constQString&constQString&constQString&constQString&constfloatconstfloatconstFillMode::FillModeconstInstalledType::InstalledTypeconstQJsonObject&constboolQObject* -->
<h3 class="fn" id="ScreenPlayWallpaper-1"><a name="ScreenPlayWallpaper-1"></a>ScreenPlayWallpaper::<span class="name">ScreenPlayWallpaper</span>(const <span class="type">QVector</span>&lt;<span class="type">int</span>&gt; &amp;<i>screenNumber</i>, const <span class="type">std::shared_ptr</span>&lt;<span class="type">GlobalVariables</span>&gt; &amp;<i>globalVariables</i>, const <span class="type">QString</span> &amp;<i>appID</i>, const <span class="type">QString</span> &amp;<i>absolutePath</i>, const <span class="type">QString</span> &amp;<i>previewImage</i>, const <span class="type">QString</span> &amp;<i>file</i>, const <span class="type">float</span> <i>volume</i>, const <span class="type">float</span> <i>playbackRate</i>, const <span class="type">FillMode::FillMode</span> <i>fillMode</i>, const <span class="type">InstalledType::InstalledType</span> <i>type</i>, const <span class="type">QJsonObject</span> &amp;<i>properties</i>, const <span class="type">bool</span> <i>checkWallpaperVisible</i>, <span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<h3 class="fn" id="ScreenPlayWallpaper-1"><a name="ScreenPlayWallpaper-1"></a>ScreenPlayWallpaper::<span class="name">ScreenPlayWallpaper</span>(const <span class="type">QVector</span>&lt;<span class="type">int</span>&gt; &amp;<i>screenNumber</i>, const <span class="type">std::shared_ptr</span>&lt;<span class="type"><a href="screenplay-globalvariables.html">GlobalVariables</a></span>&gt; &amp;<i>globalVariables</i>, const <span class="type">QString</span> &amp;<i>appID</i>, const <span class="type">QString</span> &amp;<i>absolutePath</i>, const <span class="type">QString</span> &amp;<i>previewImage</i>, const <span class="type">QString</span> &amp;<i>file</i>, const <span class="type">float</span> <i>volume</i>, const <span class="type">float</span> <i>playbackRate</i>, const <span class="type">FillMode::FillMode</span> <i>fillMode</i>, const <span class="type">InstalledType::InstalledType</span> <i>type</i>, const <span class="type">QJsonObject</span> &amp;<i>properties</i>, const <span class="type">bool</span> <i>checkWallpaperVisible</i>, <span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<p>Constructor for video Wallpaper.</p>
<!-- @@@ScreenPlayWallpaper -->
<!-- $$$processError[overload1]$$$processErrorQProcess::ProcessError -->
@ -96,6 +99,18 @@
<h3 class="fn" id="processExit"><a name="processExit"></a><code>[slot] </code><span class="type">void</span> ScreenPlayWallpaper::<span class="name">processExit</span>(<span class="type">int</span> <i>exitCode</i>, <span class="type">QProcess::ExitStatus</span> <i>exitStatus</i>)</h3>
<p>Prints the exit code if != 0.</p>
<!-- @@@processExit -->
<!-- $$$getActiveSettingsJson[overload1]$$$getActiveSettingsJson -->
<h3 class="fn" id="getActiveSettingsJson"><a name="getActiveSettingsJson"></a><span class="type">QJsonObject</span> ScreenPlayWallpaper::<span class="name">getActiveSettingsJson</span>()</h3>
<p>.</p>
<!-- @@@getActiveSettingsJson -->
<!-- $$$replace[overload1]$$$replaceconstQString&constQString&constQString&constfloatconstFillMode::FillModeconstInstalledType::InstalledTypeconstbool -->
<h3 class="fn" id="replace"><a name="replace"></a><span class="type">void</span> ScreenPlayWallpaper::<span class="name">replace</span>(const <span class="type">QString</span> &amp;<i>absolutePath</i>, const <span class="type">QString</span> &amp;<i>previewImage</i>, const <span class="type">QString</span> &amp;<i>file</i>, const <span class="type">float</span> <i>volume</i>, const <span class="type">FillMode::FillMode</span> <i>fillMode</i>, const <span class="type">InstalledType::InstalledType</span> <i>type</i>, const <span class="type">bool</span> <i>checkWallpaperVisible</i>)</h3>
<p>.</p>
<!-- @@@replace -->
<!-- $$$setSDKConnection[overload1]$$$setSDKConnectionconststd::shared_ptr<SDKConnection>& -->
<h3 class="fn" id="setSDKConnection"><a name="setSDKConnection"></a><span class="type">void</span> ScreenPlayWallpaper::<span class="name">setSDKConnection</span>(const <span class="type">std::shared_ptr</span>&lt;<span class="type"><a href="screenplay-sdkconnection.html">SDKConnection</a></span>&gt; &amp;<i>connection</i>)</h3>
<p>.</p>
<!-- @@@setSDKConnection -->
</div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<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>
@ -17,6 +17,7 @@
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywidget.html#ScreenPlayWidget">ScreenPlayWidget</a></b></span>(const QString &amp;, const std::shared_ptr&lt;GlobalVariables&gt; &amp;, const QPoint &amp;, const QString &amp;, const QString &amp;, const QJsonObject &amp;, const InstalledType::InstalledType)</li>
<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>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywidget.html#getActiveSettingsJson">getActiveSettingsJson</a></b></span>() : QJsonObject</li>
<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>
@ -30,9 +31,10 @@
<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>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywidget.html#setSDKConnection">setSDKConnection</a></b></span>(const std::shared_ptr&lt;SDKConnection&gt; &amp;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywidget.html#type-prop">type</a></b></span>() const : InstalledType::InstalledType</li>
</ul>
</td></tr>
</table></div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>ScreenPlayWidget</li>
<div class="sidebar">
<div class="toc">
@ -38,11 +38,13 @@
<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>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywidget.html#setSDKConnection">setSDKConnection</a></b>(const std::shared_ptr&lt;SDKConnection&gt; &amp;<i>connection</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> InstalledType::InstalledType </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywidget.html#type-prop">type</a></b>() const</td></tr>
</table></div>
<a name="public-slots"></a>
<h2 id="public-slots">Public Slots</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QJsonObject </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywidget.html#getActiveSettingsJson">getActiveSettingsJson</a></b>()</td></tr>
<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>
<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>
@ -68,9 +70,17 @@
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$ScreenPlayWidget[overload1]$$$ScreenPlayWidgetconstQString&conststd::shared_ptr<GlobalVariables>&constQPoint&constQString&constQString&constQJsonObject&constInstalledType::InstalledType -->
<h3 class="fn" id="ScreenPlayWidget"><a name="ScreenPlayWidget"></a>ScreenPlayWidget::<span class="name">ScreenPlayWidget</span>(const <span class="type">QString</span> &amp;<i>appID</i>, const <span class="type">std::shared_ptr</span>&lt;<span class="type">GlobalVariables</span>&gt; &amp;<i>globalVariables</i>, const <span class="type">QPoint</span> &amp;<i>position</i>, const <span class="type">QString</span> &amp;<i>absolutePath</i>, const <span class="type">QString</span> &amp;<i>previewImage</i>, const <span class="type">QJsonObject</span> &amp;<i>properties</i>, const <span class="type">InstalledType::InstalledType</span> <i>type</i>)</h3>
<h3 class="fn" id="ScreenPlayWidget"><a name="ScreenPlayWidget"></a>ScreenPlayWidget::<span class="name">ScreenPlayWidget</span>(const <span class="type">QString</span> &amp;<i>appID</i>, const <span class="type">std::shared_ptr</span>&lt;<span class="type"><a href="screenplay-globalvariables.html">GlobalVariables</a></span>&gt; &amp;<i>globalVariables</i>, const <span class="type">QPoint</span> &amp;<i>position</i>, const <span class="type">QString</span> &amp;<i>absolutePath</i>, const <span class="type">QString</span> &amp;<i>previewImage</i>, const <span class="type">QJsonObject</span> &amp;<i>properties</i>, const <span class="type">InstalledType::InstalledType</span> <i>type</i>)</h3>
<p>Constructor.</p>
<!-- @@@ScreenPlayWidget -->
<!-- $$$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>
<p>.</p>
<!-- @@@getActiveSettingsJson -->
<!-- $$$setSDKConnection[overload1]$$$setSDKConnectionconststd::shared_ptr<SDKConnection>& -->
<h3 class="fn" id="setSDKConnection"><a name="setSDKConnection"></a><span class="type">void</span> ScreenPlayWidget::<span class="name">setSDKConnection</span>(const <span class="type">std::shared_ptr</span>&lt;<span class="type"><a href="screenplay-sdkconnection.html">SDKConnection</a></span>&gt; &amp;<i>connection</i>)</h3>
<p>.</p>
<!-- @@@setSDKConnection -->
</div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- sdkconnection.cpp -->
<title>List of All Members for SDKConnection | ScreenPlay</title>
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<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 ">
<li>SDKConnection</li>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for SDKConnection</h1>
<p>This is the complete list of members for <a href="screenplay-sdkconnection.html">ScreenPlay::SDKConnection</a>, including inherited members.</p>
<ul>
<li class="fn"><span class="name"><b><a href="screenplay-sdkconnection.html#SDKConnection">SDKConnection</a></b></span>(QLocalSocket *, QObject *)</li>
<li class="fn"><span class="name"><b><a href="screenplay-sdkconnection.html#appID-prop">appIDChanged</a></b></span>(QString)</li>
<li class="fn"><span class="name"><b><a href="screenplay-sdkconnection.html#close">close</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="screenplay-sdkconnection.html#monitor-prop">monitorChanged</a></b></span>(QVector&lt;int&gt;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-sdkconnection.html#readyRead">readyRead</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="screenplay-sdkconnection.html#sendMessage">sendMessage</a></b></span>(const QByteArray &amp;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-sdkconnection.html#appID-prop">setAppID</a></b></span>(QString)</li>
<li class="fn"><span class="name"><b><a href="screenplay-sdkconnection.html#monitor-prop">setMonitor</a></b></span>(QVector&lt;int&gt;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-sdkconnection.html#type-prop">setType</a></b></span>(QString)</li>
<li class="fn"><span class="name"><b><a href="screenplay-sdkconnection.html#type-prop">typeChanged</a></b></span>(QString)</li>
<li class="fn"><span class="name"><b><a href="screenplay-sdkconnection.html#appID-prop">appID</a></b></span>() const : QString</li>
<li class="fn"><span class="name"><b><a href="screenplay-sdkconnection.html#monitor-prop">monitor</a></b></span>() const : QVector&lt;int&gt;</li>
<li class="fn"><span class="name"><b><a href="screenplay-sdkconnection.html#type-prop">type</a></b></span>() const : QString</li>
</ul>
<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>
</html>

View File

@ -0,0 +1,84 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- sdkconnection.cpp -->
<title>SDKConnection Class | ScreenPlay</title>
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<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 ">
<li>SDKConnection</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">SDKConnection Class</h1>
<span class="small-subtitle">class <a href="screenplay.html">ScreenPlay</a>::SDKConnection</span>
<!-- $$$SDKConnection-brief -->
<p>Contains all connections to Wallpaper and Widgets. <a href="#details">More...</a></p>
<!-- @@@SDKConnection -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include &lt;SDKConnection&gt;</span>
</td></tr></table></div><ul>
<li><a href="screenplay-sdkconnection-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">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="screenplay-sdkconnection.html#SDKConnection">SDKConnection</a></b>(QLocalSocket *<i>socket</i>, QObject *<i>parent</i> = nullptr)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="screenplay-sdkconnection.html#appID-prop">appID</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QVector&lt;int&gt; </td><td class="memItemRight bottomAlign"><b><a href="screenplay-sdkconnection.html#monitor-prop">monitor</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="screenplay-sdkconnection.html#type-prop">type</a></b>() const</td></tr>
</table></div>
<a name="public-slots"></a>
<h2 id="public-slots">Public Slots</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-sdkconnection.html#close">close</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-sdkconnection.html#readyRead">readyRead</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-sdkconnection.html#sendMessage">sendMessage</a></b>(const QByteArray &amp;<i>message</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-sdkconnection.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-sdkconnection.html#monitor-prop">setMonitor</a></b>(QVector&lt;int&gt; <i>monitor</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-sdkconnection.html#type-prop">setType</a></b>(QString <i>type</i>)</td></tr>
</table></div>
<a name="signals"></a>
<h2 id="signals">Signals</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-sdkconnection.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-sdkconnection.html#monitor-prop">monitorChanged</a></b>(QVector&lt;int&gt; <i>monitor</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-sdkconnection.html#type-prop">typeChanged</a></b>(QString <i>type</i>)</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$SDKConnection-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
</div>
<!-- @@@SDKConnection -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$SDKConnection[overload1]$$$SDKConnectionQLocalSocket*QObject* -->
<h3 class="fn" id="SDKConnection"><a name="SDKConnection"></a>SDKConnection::<span class="name">SDKConnection</span>(<span class="type">QLocalSocket</span> *<i>socket</i>, <span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<p>.</p>
<!-- @@@SDKConnection -->
<!-- $$$close[overload1]$$$close -->
<h3 class="fn" id="close"><a name="close"></a><code>[slot] </code><span class="type">void</span> SDKConnection::<span class="name">close</span>()</h3>
<p>.</p>
<!-- @@@close -->
<!-- $$$readyRead[overload1]$$$readyRead -->
<h3 class="fn" id="readyRead"><a name="readyRead"></a><code>[slot] </code><span class="type">void</span> SDKConnection::<span class="name">readyRead</span>()</h3>
<p>.</p>
<!-- @@@readyRead -->
<!-- $$$sendMessage[overload1]$$$sendMessageconstQByteArray& -->
<h3 class="fn" id="sendMessage"><a name="sendMessage"></a><code>[slot] </code><span class="type">void</span> SDKConnection::<span class="name">sendMessage</span>(const <span class="type">QByteArray</span> &amp;<i>message</i>)</h3>
<p>.</p>
<!-- @@@sendMessage -->
</div>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>Settings</li>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for Settings</h1>
@ -65,5 +65,5 @@
</ul>
</td></tr>
</table></div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>Settings</li>
<div class="sidebar">
<div class="toc">
@ -108,7 +108,7 @@
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$Settings[overload1]$$$Settingsconststd::shared_ptr<GlobalVariables>&QObject* -->
<h3 class="fn" id="Settings"><a name="Settings"></a>Settings::<span class="name">Settings</span>(const <span class="type">std::shared_ptr</span>&lt;<span class="type">GlobalVariables</span>&gt; &amp;<i>globalVariables</i>, <span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<h3 class="fn" id="Settings"><a name="Settings"></a>Settings::<span class="name">Settings</span>(const <span class="type">std::shared_ptr</span>&lt;<span class="type"><a href="screenplay-globalvariables.html">GlobalVariables</a></span>&gt; &amp;<i>globalVariables</i>, <span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<p>Constructor and sets up:</p>
<ol class="1" type="1"><li>Sets the git build hash via <a href="screenplay.html">ScreenPlay</a>.pro c++ define</li>
<li>Checks the langauge via settings or system and available ones and installes a translator.</li>
@ -140,5 +140,5 @@
<p>Checks if there is already a saved language. If not we try to use the system langauge. If we do not support the system language we use english.</p>
<!-- @@@setupLanguage -->
</div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,19 +7,22 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>Util</li>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for Util</h1>
<p>This is the complete list of members for <a href="screenplay-util.html">ScreenPlay::Util</a>, including inherited members.</p>
<ul>
<div class="table"><table class="propsummary">
<tr><td class="topAlign"><ul>
<li class="fn"><span class="name"><b><a href="screenplay-util.html#Util">Util</a></b></span>(QNetworkAccessManager *, QObject *)</li>
<li class="fn"><span class="name"><b><a href="screenplay-util.html#copyToClipboard">copyToClipboard</a></b></span>(const QString &amp;) const</li>
<li class="fn"><span class="name"><b><a href="screenplay-util.html#debugMessages-prop">debugMessagesChanged</a></b></span>(QString)</li>
<li class="fn"><span class="name"><b><a href="screenplay-util.html#generateRandomString">generateRandomString</a></b></span>(quint32) : QString</li>
<li class="fn"><span class="name"><b><a href="screenplay-util.html#getInstalledTypeFromString">getInstalledTypeFromString</a></b></span>(const QString &amp;) : std::optional&lt;InstalledType::InstalledType&gt;</li>
<li class="fn"><span class="name"><b><a href="screenplay-util.html#getVersionNumberFromString">getVersionNumberFromString</a></b></span>(const QString &amp;) : std::optional&lt;QVersionNumber&gt;</li>
<li class="fn"><span class="name"><b><a href="screenplay-util.html#logToGui">logToGui</a></b></span>(QtMsgType, const QMessageLogContext &amp;, const QString &amp;)</li>
<li class="fn"><span class="name"><b><a href="screenplay-util.html#openFolderInExplorer">openFolderInExplorer</a></b></span>(const QString &amp;) const</li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><span class="name"><b><a href="screenplay-util.html#openJsonFileToObject">openJsonFileToObject</a></b></span>(const QString &amp;) : std::optional&lt;QJsonObject&gt;</li>
<li class="fn"><span class="name"><b><a href="screenplay-util.html#openJsonFileToString">openJsonFileToString</a></b></span>(const QString &amp;) : std::optional&lt;QString&gt;</li>
<li class="fn"><span class="name"><b><a href="screenplay-util.html#parseQByteArrayToQJsonObject">parseQByteArrayToQJsonObject</a></b></span>(const QByteArray &amp;) : std::optional&lt;QJsonObject&gt;</li>
@ -29,5 +32,7 @@
<li class="fn"><span class="name"><b><a href="screenplay-util.html#writeJsonObjectToFile">writeJsonObjectToFile</a></b></span>(const QString &amp;, const QJsonObject &amp;, bool) : bool</li>
<li class="fn"><span class="name"><b><a href="screenplay-util.html#debugMessages-prop">debugMessages</a></b></span>() const : QString</li>
</ul>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
</td></tr>
</table></div>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<li>Util</li>
<div class="sidebar">
<div class="toc">
@ -41,6 +41,7 @@
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-util.html#copyToClipboard">copyToClipboard</a></b>(const QString &amp;<i>text</i>) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="screenplay-util.html#generateRandomString">generateRandomString</a></b>(quint32 <i>length</i> = 32)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> std::optional&lt;InstalledType::InstalledType&gt; </td><td class="memItemRight bottomAlign"><b><a href="screenplay-util.html#getInstalledTypeFromString">getInstalledTypeFromString</a></b>(const QString &amp;<i>type</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> std::optional&lt;QVersionNumber&gt; </td><td class="memItemRight bottomAlign"><b><a href="screenplay-util.html#getVersionNumberFromString">getVersionNumberFromString</a></b>(const QString &amp;<i>str</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-util.html#logToGui">logToGui</a></b>(QtMsgType <i>type</i>, const QMessageLogContext &amp;<i>context</i>, const QString &amp;<i>msg</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-util.html#openFolderInExplorer">openFolderInExplorer</a></b>(const QString &amp;<i>url</i>) const</td></tr>
@ -82,6 +83,10 @@
<li>0-9</li>
</ul>
<!-- @@@generateRandomString -->
<!-- $$$getInstalledTypeFromString[overload1]$$$getInstalledTypeFromStringconstQString& -->
<h3 class="fn" id="getInstalledTypeFromString"><a name="getInstalledTypeFromString"></a><code>[static slot] </code><span class="type">std::optional</span>&lt;<span class="type">InstalledType::InstalledType</span>&gt; Util::<span class="name">getInstalledTypeFromString</span>(const <span class="type">QString</span> &amp;<i>type</i>)</h3>
<p>.</p>
<!-- @@@getInstalledTypeFromString -->
<!-- $$$getVersionNumberFromString[overload1]$$$getVersionNumberFromStringconstQString& -->
<h3 class="fn" id="getVersionNumberFromString"><a name="getVersionNumberFromString"></a><code>[static slot] </code><span class="type">std::optional</span>&lt;<span class="type">QVersionNumber</span>&gt; Util::<span class="name">getVersionNumberFromString</span>(const <span class="type">QString</span> &amp;<i>str</i>)</h3>
<p>Parses a version from a given QString. The QString must be looke like this: 1.0&#x2e;0 - Major.Minor.Patch. A fixed position is used for parsing (at 0,2,4). Return std::nullopt when not successful.</p>
@ -123,5 +128,5 @@
<p>Writes a given QJsonObject to a file. The path must be absolute. When truncate is set to true the exsisting json file will be overriten.</p>
<!-- @@@writeJsonObjectToFile -->
</div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav"><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 ">
<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 ">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
@ -31,11 +31,13 @@
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html">App</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="screenplay-create.html">Create</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="screenplay-createimportvideo.html">CreateImportVideo</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="screenplay-globalvariables.html">GlobalVariables</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="screenplay-installedlistfilter.html">InstalledListFilter</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="screenplay-installedlistmodel.html">InstalledListModel</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="screenplay-monitorlistmodel.html">MonitorListModel</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="screenplay-profilelistmodel.html">ProfileListModel</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="screenplay-projectsettingslistmodel.html">ProjectSettingsListModel</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="screenplay-sdkconnection.html">SDKConnection</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaymanager.html">ScreenPlayManager</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html">ScreenPlayWallpaper</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywidget.html">ScreenPlayWidget</a></b></td></tr>
@ -59,6 +61,9 @@
<h3> class <a href="screenplay-createimportvideo.html">CreateImportVideo</a></h3><!-- $$$CreateImportVideo-brief -->
<p>This class imports (copies) and creates wallaper previews. <a href="screenplay-createimportvideo.html#details">More...</a></p>
<!-- @@@CreateImportVideo -->
<h3> class <a href="screenplay-globalvariables.html">GlobalVariables</a></h3><!-- $$$GlobalVariables-brief -->
<p>Contains all variables that are globally needed. <a href="screenplay-globalvariables.html#details">More...</a></p>
<!-- @@@GlobalVariables -->
<h3> class <a href="screenplay-installedlistfilter.html">InstalledListFilter</a></h3><!-- $$$InstalledListFilter-brief -->
<p>Proxy between Installed List Model and QML view to filter items. <a href="screenplay-installedlistfilter.html#details">More...</a></p>
<!-- @@@InstalledListFilter -->
@ -74,6 +79,9 @@
<h3> class <a href="screenplay-projectsettingslistmodel.html">ProjectSettingsListModel</a></h3><!-- $$$ProjectSettingsListModel-brief -->
<p>ProjectSettingsListModel used for the dynamic loading of the properties json object inside a project.json. <a href="screenplay-projectsettingslistmodel.html#details">More...</a></p>
<!-- @@@ProjectSettingsListModel -->
<h3> class <a href="screenplay-sdkconnection.html">SDKConnection</a></h3><!-- $$$SDKConnection-brief -->
<p>Contains all connections to Wallpaper and Widgets. <a href="screenplay-sdkconnection.html#details">More...</a></p>
<!-- @@@SDKConnection -->
<h3> class <a href="screenplay-screenplaymanager.html">ScreenPlayManager</a></h3><!-- $$$ScreenPlayManager-brief -->
<p>The ScreenPlayManager is used to manage multiple <a href="screenplay-screenplaywallpaper.html">ScreenPlayWallpaper</a> and <a href="screenplay-screenplaywidget.html">ScreenPlayWidget</a>. <a href="screenplay-screenplaymanager.html#details">More...</a></p>
<!-- @@@ScreenPlayManager -->
@ -90,5 +98,5 @@
<p>Easy to use global object to use when certain functionality is not available in QML. <a href="screenplay-util.html#details">More...</a></p>
<!-- @@@Util -->
</div>
<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/mermaid.min.js"></script> <script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script></body>
<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>
</html>

View File

@ -10,7 +10,6 @@
<qmlproperty name="imageOffsetTop" fullname="Background::imageOffsetTop" href="qml-background.html#imageOffsetTop-prop" status="internal" access="private" location="Background.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/Background.qml" lineno="10" type="int" attached="false" writable="true"/>
<qmlproperty name="myDate" fullname="Background::myDate" href="qml-background.html#myDate-prop" status="internal" access="private" location="Background.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/Background.qml" lineno="30" type="var" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="BackgroundParticleSystem" qml-module-name="BackgroundParticleSystem" href="qml-backgroundparticlesystem.html" status="internal" access="private" location="BackgroundParticleSystem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/BackgroundParticleSystem.qml" lineno="13" title="BackgroundParticleSystem" fulltitle="BackgroundParticleSystem" subtitle=""/>
<class name="BaseWindow" href="basewindow.html" status="internal" access="private" location="basewindow.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlayWallpaper/src/basewindow.h" lineno="49" bases="QObject">
<function name="BaseWindow" fullname="BaseWindow::BaseWindow" href="basewindow.html#BaseWindow" status="internal" access="private" location="basewindow.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlayWallpaper/src/basewindow.h" lineno="53" meta="constructor" virtual="non" const="false" static="false" final="false" override="false" type="" signature="BaseWindow(QObject *parent)">
<parameter type="QObject *" name="parent" default="nullptr"/>
@ -380,48 +379,39 @@
<qmlclass name="CommunityNavItem" qml-module-name="CommunityNavItem" href="qml-communitynavitem.html" status="internal" access="private" location="CommunityNavItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Community/CommunityNavItem.qml" lineno="6" title="CommunityNavItem" fulltitle="CommunityNavItem" subtitle="">
<qmlproperty name="openLink" fullname="CommunityNavItem::openLink" href="qml-communitynavitem.html#openLink-prop" status="internal" access="private" location="CommunityNavItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Community/CommunityNavItem.qml" lineno="9" type="url" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="Create" qml-module-name="Create" href="qml-create.html" status="internal" access="private" location="Create.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Create.qml" lineno="13" title="Create" fulltitle="Create" subtitle=""/>
<qmlclass name="CreateContent" qml-module-name="CreateContent" href="qml-createcontent.html" status="internal" access="private" location="CreateContent.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/CreateContent.qml" lineno="6" title="CreateContent" fulltitle="CreateContent" subtitle="">
<function name="createContent" fullname="CreateContent::createContent" href="qml-createcontent.html#createContent-signal" status="internal" access="private" location="CreateContent.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/CreateContent.qml" lineno="11" meta="qmlsignal"/>
<qmlclass name="Create" qml-module-name="Create" href="qml-create.html" status="internal" access="private" location="Create.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Create.qml" lineno="14" title="Create" fulltitle="Create" subtitle=""/>
<qmlclass name="CreateGifWallpaper" qml-module-name="CreateGifWallpaper" href="qml-creategifwallpaper.html" status="internal" access="private" location="CreateGifWallpaper.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateGifWallpaper.qml" lineno="10" title="CreateGifWallpaper" fulltitle="CreateGifWallpaper" subtitle=""/>
<qmlclass name="CreateHTMLWallpaper" qml-module-name="CreateHTMLWallpaper" href="qml-createhtmlwallpaper.html" status="internal" access="private" location="CreateHTMLWallpaper.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateHTMLWallpaper.qml" lineno="12" title="CreateHTMLWallpaper" fulltitle="CreateHTMLWallpaper" subtitle=""/>
<qmlclass name="CreateHTMLWidget" qml-module-name="CreateHTMLWidget" href="qml-createhtmlwidget.html" status="internal" access="private" location="CreateHTMLWidget.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateHTMLWidget.qml" lineno="10" title="CreateHTMLWidget" fulltitle="CreateHTMLWidget" subtitle=""/>
<qmlclass name="CreateQMLWallpaper" qml-module-name="CreateQMLWallpaper" href="qml-createqmlwallpaper.html" status="internal" access="private" location="CreateQMLWallpaper.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateQMLWallpaper.qml" lineno="12" title="CreateQMLWallpaper" fulltitle="CreateQMLWallpaper" subtitle=""/>
<qmlclass name="CreateQMLWidget" qml-module-name="CreateQMLWidget" href="qml-createqmlwidget.html" status="internal" access="private" location="CreateQMLWidget.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateQMLWidget.qml" lineno="10" title="CreateQMLWidget" fulltitle="CreateQMLWidget" subtitle=""/>
<qmlclass name="CreateWallpaper" qml-module-name="CreateWallpaper" href="qml-createwallpaper.html" status="internal" access="private" location="CreateWallpaper.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaper.qml" lineno="12" title="CreateWallpaper" fulltitle="CreateWallpaper" subtitle="">
<function name="next" fullname="CreateWallpaper::next" href="qml-createwallpaper.html#next-signal" status="internal" access="private" location="CreateWallpaper.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaper.qml" lineno="17" meta="qmlsignal"/>
<function name="wizardExited" fullname="CreateWallpaper::wizardExited" href="qml-createwallpaper.html#wizardExited-signal" status="internal" access="private" location="CreateWallpaper.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaper.qml" lineno="16" meta="qmlsignal"/>
<function name="wizardStarted" fullname="CreateWallpaper::wizardStarted" href="qml-createwallpaper.html#wizardStarted-signal" status="internal" access="private" location="CreateWallpaper.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaper.qml" lineno="15" meta="qmlsignal"/>
</qmlclass>
<qmlclass name="CreateContentButton" qml-module-name="CreateContentButton" href="qml-createcontentbutton.html" status="internal" access="private" location="CreateContentButton.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/CreateContentButton.qml" lineno="7" title="CreateContentButton" fulltitle="CreateContentButton" subtitle="">
<function name="clicked" fullname="CreateContentButton::clicked" href="qml-createcontentbutton.html#clicked-signal" status="internal" access="private" location="CreateContentButton.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/CreateContentButton.qml" lineno="22" meta="qmlsignal"/>
<qmlproperty name="animOffset" fullname="CreateContentButton::animOffset" href="qml-createcontentbutton.html#animOffset-prop" status="internal" access="private" location="CreateContentButton.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/CreateContentButton.qml" lineno="17" type="int" attached="false" writable="true"/>
<qmlproperty name="buttonActive" fullname="CreateContentButton::buttonActive" href="qml-createcontentbutton.html#buttonActive-prop" status="internal" access="private" location="CreateContentButton.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/CreateContentButton.qml" lineno="19" type="bool" attached="false" writable="true"/>
<qmlproperty name="imgSource" fullname="CreateContentButton::imgSource" href="qml-createcontentbutton.html#imgSource-prop" status="internal" access="private" location="CreateContentButton.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/CreateContentButton.qml" lineno="20" type="string" attached="false" writable="true"/>
<qmlproperty name="text" fullname="CreateContentButton::text" href="qml-createcontentbutton.html#text-prop" status="internal" access="private" location="CreateContentButton.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/CreateContentButton.qml" lineno="18" type="string" attached="false" writable="true"/>
<qmlclass name="CreateWallpaperInit" qml-module-name="CreateWallpaperInit" href="qml-createwallpaperinit.html" status="internal" access="private" location="CreateWallpaperInit.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperInit.qml" lineno="13" title="CreateWallpaperInit" fulltitle="CreateWallpaperInit" subtitle="">
<function name="next" fullname="CreateWallpaperInit::next" href="qml-createwallpaperinit.html#next-signal" status="internal" access="private" location="CreateWallpaperInit.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperInit.qml" lineno="15" meta="qmlsignal"/>
</qmlclass>
<qmlclass name="CreateEmptyHtmlWallpaper" qml-module-name="CreateEmptyHtmlWallpaper" href="qml-createemptyhtmlwallpaper.html" status="internal" access="private" location="CreateEmptyHtmlWallpaper.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateEmptyHtmlWallpaper/CreateEmptyHtmlWallpaper.qml" lineno="13" title="CreateEmptyHtmlWallpaper" fulltitle="CreateEmptyHtmlWallpaper" subtitle=""/>
<qmlclass name="CreateEmptyWidget" qml-module-name="CreateEmptyWidget" href="qml-createemptywidget.html" status="internal" access="private" location="CreateEmptyWidget.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateEmptyWidget/CreateEmptyWidget.qml" lineno="11" title="CreateEmptyWidget" fulltitle="CreateEmptyWidget" subtitle="">
<function name="cleanup" fullname="CreateEmptyWidget::cleanup" href="qml-createemptywidget.html#cleanup-method" status="internal" access="private" location="CreateEmptyWidget.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateEmptyWidget/CreateEmptyWidget.qml" lineno="13" meta="qmlmethod"/>
<qmlclass name="CreateWallpaperResult" qml-module-name="CreateWallpaperResult" href="qml-createwallpaperresult.html" status="internal" access="private" location="CreateWallpaperResult.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperResult.qml" lineno="11" title="CreateWallpaperResult" fulltitle="CreateWallpaperResult" subtitle="">
<qmlproperty name="error" fullname="CreateWallpaperResult::error" href="qml-createwallpaperresult.html#error-prop" status="internal" access="private" location="CreateWallpaperResult.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperResult.qml" lineno="14" type="alias" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="CreateWallpaper" qml-module-name="CreateWallpaper" href="qml-createwallpaper.html" status="internal" access="private" location="CreateWallpaper.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaper.qml" lineno="13" title="CreateWallpaper" fulltitle="CreateWallpaper" subtitle="">
<function name="next" fullname="CreateWallpaper::next" href="qml-createwallpaper.html#next-signal" status="internal" access="private" location="CreateWallpaper.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaper.qml" lineno="17" meta="qmlsignal"/>
<qmlproperty name="filePath" fullname="CreateWallpaper::filePath" href="qml-createwallpaper.html#filePath-prop" status="internal" access="private" location="CreateWallpaper.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaper.qml" lineno="15" type="string" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="CreateWallpaperCodec" qml-module-name="CreateWallpaperCodec" href="qml-createwallpapercodec.html" status="internal" access="private" location="CreateWallpaperCodec.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperCodec.qml" lineno="14" title="CreateWallpaperCodec" fulltitle="CreateWallpaperCodec" subtitle="">
<function name="next" fullname="CreateWallpaperCodec::next" href="qml-createwallpapercodec.html#next-signal" status="internal" access="private" location="CreateWallpaperCodec.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperCodec.qml" lineno="19" meta="qmlsignal"/>
<qmlproperty name="codec" fullname="CreateWallpaperCodec::codec" href="qml-createwallpapercodec.html#codec-prop" status="internal" access="private" location="CreateWallpaperCodec.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperCodec.qml" lineno="17" type="var" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="CreateWallpaperResult" qml-module-name="CreateWallpaperResult" href="qml-createwallpaperresult.html" status="internal" access="private" location="CreateWallpaperResult.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperResult.qml" lineno="11" title="CreateWallpaperResult" fulltitle="CreateWallpaperResult" subtitle="">
<qmlproperty name="error" fullname="CreateWallpaperResult::error" href="qml-createwallpaperresult.html#error-prop" status="internal" access="private" location="CreateWallpaperResult.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperResult.qml" lineno="14" type="alias" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="CreateWallpaperVideoImportConvert" qml-module-name="CreateWallpaperVideoImportConvert" href="qml-createwallpapervideoimportconvert.html" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperVideoImportConvert.qml" lineno="13" title="CreateWallpaperVideoImportConvert" fulltitle="CreateWallpaperVideoImportConvert" subtitle="">
<function name="basename" fullname="CreateWallpaperVideoImportConvert::basename" href="qml-createwallpapervideoimportconvert.html#basename-method" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperVideoImportConvert.qml" lineno="29" meta="qmlmethod"/>
<function name="checkCanSave" fullname="CreateWallpaperVideoImportConvert::checkCanSave" href="qml-createwallpapervideoimportconvert.html#checkCanSave-method" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperVideoImportConvert.qml" lineno="38" meta="qmlmethod"/>
<function name="cleanup" fullname="CreateWallpaperVideoImportConvert::cleanup" href="qml-createwallpapervideoimportconvert.html#cleanup-method" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperVideoImportConvert.qml" lineno="25" meta="qmlmethod"/>
<function name="save" fullname="CreateWallpaperVideoImportConvert::save" href="qml-createwallpapervideoimportconvert.html#save-signal" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperVideoImportConvert.qml" lineno="36" meta="qmlsignal"/>
<qmlproperty name="canSave" fullname="CreateWallpaperVideoImportConvert::canSave" href="qml-createwallpapervideoimportconvert.html#canSave-prop" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperVideoImportConvert.qml" lineno="17" type="bool" attached="false" writable="true"/>
<qmlproperty name="codec" fullname="CreateWallpaperVideoImportConvert::codec" href="qml-createwallpapervideoimportconvert.html#codec-prop" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperVideoImportConvert.qml" lineno="18" type="var" attached="false" writable="true"/>
<qmlproperty name="conversionFinishedSuccessful" fullname="CreateWallpaperVideoImportConvert::conversionFinishedSuccessful" href="qml-createwallpapervideoimportconvert.html#conversionFinishedSuccessful-prop" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperVideoImportConvert.qml" lineno="16" type="bool" attached="false" writable="true"/>
<qmlproperty name="filePath" fullname="CreateWallpaperVideoImportConvert::filePath" href="qml-createwallpapervideoimportconvert.html#filePath-prop" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperVideoImportConvert.qml" lineno="19" type="string" attached="false" writable="true"/>
<qmlclass name="CreateWallpaperVideoImportConvert" qml-module-name="CreateWallpaperVideoImportConvert" href="qml-createwallpapervideoimportconvert.html" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperVideoImportConvert.qml" lineno="12" title="CreateWallpaperVideoImportConvert" fulltitle="CreateWallpaperVideoImportConvert" subtitle="">
<function name="abort" fullname="CreateWallpaperVideoImportConvert::abort" href="qml-createwallpapervideoimportconvert.html#abort-signal" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperVideoImportConvert.qml" lineno="19" meta="qmlsignal"/>
<function name="basename" fullname="CreateWallpaperVideoImportConvert::basename" href="qml-createwallpapervideoimportconvert.html#basename-method" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperVideoImportConvert.qml" lineno="29" meta="qmlmethod"/>
<function name="checkCanSave" fullname="CreateWallpaperVideoImportConvert::checkCanSave" href="qml-createwallpapervideoimportconvert.html#checkCanSave-method" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperVideoImportConvert.qml" lineno="38" meta="qmlmethod"/>
<function name="cleanup" fullname="CreateWallpaperVideoImportConvert::cleanup" href="qml-createwallpapervideoimportconvert.html#cleanup-method" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperVideoImportConvert.qml" lineno="25" meta="qmlmethod"/>
<function name="save" fullname="CreateWallpaperVideoImportConvert::save" href="qml-createwallpapervideoimportconvert.html#save-signal" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperVideoImportConvert.qml" lineno="36" meta="qmlsignal"/>
<qmlproperty name="canSave" fullname="CreateWallpaperVideoImportConvert::canSave" href="qml-createwallpapervideoimportconvert.html#canSave-prop" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperVideoImportConvert.qml" lineno="16" type="bool" attached="false" writable="true"/>
<qmlproperty name="codec" fullname="CreateWallpaperVideoImportConvert::codec" href="qml-createwallpapervideoimportconvert.html#codec-prop" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperVideoImportConvert.qml" lineno="17" type="var" attached="false" writable="true"/>
<qmlproperty name="conversionFinishedSuccessful" fullname="CreateWallpaperVideoImportConvert::conversionFinishedSuccessful" href="qml-createwallpapervideoimportconvert.html#conversionFinishedSuccessful-prop" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperVideoImportConvert.qml" lineno="15" type="bool" attached="false" writable="true"/>
<qmlproperty name="filePath" fullname="CreateWallpaperVideoImportConvert::filePath" href="qml-createwallpapervideoimportconvert.html#filePath-prop" status="internal" access="private" location="CreateWallpaperVideoImportConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperVideoImportConvert.qml" lineno="18" type="string" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="DefaultVideoControls" qml-module-name="DefaultVideoControls" href="qml-defaultvideocontrols.html" status="internal" access="private" location="DefaultVideoControls.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Monitors/DefaultVideoControls.qml" lineno="12" title="DefaultVideoControls" fulltitle="DefaultVideoControls" subtitle="">
<function name="indexOfValue" fullname="DefaultVideoControls::indexOfValue" href="qml-defaultvideocontrols.html#indexOfValue-method" status="internal" access="private" location="DefaultVideoControls.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Monitors/DefaultVideoControls.qml" lineno="29" meta="qmlmethod"/>
<qmlproperty name="activeMonitorIndex" fullname="DefaultVideoControls::activeMonitorIndex" href="qml-defaultvideocontrols.html#activeMonitorIndex-prop" status="internal" access="private" location="DefaultVideoControls.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Monitors/DefaultVideoControls.qml" lineno="18" type="int" attached="false" writable="true"/>
<qmlproperty name="wallpaper" fullname="DefaultVideoControls::wallpaper" href="qml-defaultvideocontrols.html#wallpaper-prop" status="internal" access="private" location="DefaultVideoControls.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Monitors/DefaultVideoControls.qml" lineno="19" type="ScreenPlayWallpaper" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="Footer" qml-module-name="Footer" href="qml-footer.html" status="internal" access="private" location="Footer.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Footer.qml" lineno="13" title="Footer" fulltitle="Footer" subtitle=""/>
<qmlclass name="Grow" qml-module-name="Grow" href="qml-grow.html" status="internal" access="private" location="Grow.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/Grow.qml" lineno="3" title="Grow" fulltitle="Grow" subtitle="">
<function name="start" fullname="Grow::start" href="qml-grow.html#start-method" status="internal" access="private" location="Grow.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/Grow.qml" lineno="6" meta="qmlmethod"/>
<qmlproperty name="cScale" fullname="Grow::cScale" href="qml-grow.html#cScale-prop" status="internal" access="private" location="Grow.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/Grow.qml" lineno="17" type="real" attached="false" writable="true"/>
@ -438,16 +428,29 @@
<qmlproperty name="url" fullname="GrowIconLink::url" href="qml-growiconlink.html#url-prop" status="internal" access="private" location="GrowIconLink.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/GrowIconLink.qml" lineno="14" type="string" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="Headline" qml-module-name="Headline" href="qml-headline.html" status="internal" access="private" location="Headline.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/Headline.qml" lineno="5" title="Headline" fulltitle="Headline" subtitle="">
<qmlproperty name="text" fullname="Headline::text" href="qml-headline.html#text-prop" status="internal" access="private" location="Headline.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/Headline.qml" lineno="10" type="alias" attached="false" writable="true"/>
<qmlproperty name="text" fullname="Headline::text" href="qml-headline.html#text-prop" status="internal" access="private" location="Headline.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/Headline.qml" lineno="9" type="alias" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="ImageSelector" qml-module-name="ImageSelector" href="qml-imageselector.html" status="active" access="public" documented="true" title="ImageSelector" fulltitle="ImageSelector" subtitle="" brief="A image selector with popup preview">
<contents name="setting-default-text-and-capitalization" title="Setting default text and capitalization" level="1"/>
<qmlproperty name="imageSource" fullname="ImageSelector::imageSource" href="qml-imageselector.html#imageSource-prop" status="internal" access="private" location="ImageSelector.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/ImageSelector.qml" lineno="33" type="string" attached="false" writable="true"/>
<qmlproperty name="placeHolderText" fullname="ImageSelector::placeHolderText" href="qml-imageselector.html#placeHolderText-prop" status="internal" access="private" location="ImageSelector.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/ImageSelector.qml" lineno="34" type="alias" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="ImportContent" qml-module-name="ImportContent" href="qml-importcontent.html" status="internal" access="private" location="ImportContent.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/ImportContent.qml" lineno="11" title="ImportContent" fulltitle="ImportContent" subtitle="">
<function name="projectFileSelected" fullname="ImportContent::projectFileSelected" href="qml-importcontent.html#projectFileSelected-signal" status="internal" access="private" location="ImportContent.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/ImportContent.qml" lineno="18" meta="qmlsignal"/>
<function name="videoImportConvertFileSelected" fullname="ImportContent::videoImportConvertFileSelected" href="qml-importcontent.html#videoImportConvertFileSelected-signal" status="internal" access="private" location="ImportContent.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/ImportContent.qml" lineno="17" meta="qmlsignal"/>
<qmlclass name="ImportWebm" qml-module-name="ImportWebm" href="qml-importwebm.html" status="internal" access="private" location="ImportWebm.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportWebm/ImportWebm.qml" lineno="12" title="ImportWebm" fulltitle="ImportWebm" subtitle="">
<function name="next" fullname="ImportWebm::next" href="qml-importwebm.html#next-signal" status="internal" access="private" location="ImportWebm.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportWebm/ImportWebm.qml" lineno="17" meta="qmlsignal"/>
<function name="wizardExited" fullname="ImportWebm::wizardExited" href="qml-importwebm.html#wizardExited-signal" status="internal" access="private" location="ImportWebm.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportWebm/ImportWebm.qml" lineno="16" meta="qmlsignal"/>
<function name="wizardStarted" fullname="ImportWebm::wizardStarted" href="qml-importwebm.html#wizardStarted-signal" status="internal" access="private" location="ImportWebm.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportWebm/ImportWebm.qml" lineno="15" meta="qmlsignal"/>
</qmlclass>
<qmlclass name="ImportWebmConvert" qml-module-name="ImportWebmConvert" href="qml-importwebmconvert.html" status="internal" access="private" location="ImportWebmConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportWebm/ImportWebmConvert.qml" lineno="12" title="ImportWebmConvert" fulltitle="ImportWebmConvert" subtitle="">
<function name="basename" fullname="ImportWebmConvert::basename" href="qml-importwebmconvert.html#basename-method" status="internal" access="private" location="ImportWebmConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportWebm/ImportWebmConvert.qml" lineno="24" meta="qmlmethod"/>
<function name="checkCanSave" fullname="ImportWebmConvert::checkCanSave" href="qml-importwebmconvert.html#checkCanSave-method" status="internal" access="private" location="ImportWebmConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportWebm/ImportWebmConvert.qml" lineno="33" meta="qmlmethod"/>
<function name="exit" fullname="ImportWebmConvert::exit" href="qml-importwebmconvert.html#exit-signal" status="internal" access="private" location="ImportWebmConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportWebm/ImportWebmConvert.qml" lineno="18" meta="qmlsignal"/>
<function name="save" fullname="ImportWebmConvert::save" href="qml-importwebmconvert.html#save-signal" status="internal" access="private" location="ImportWebmConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportWebm/ImportWebmConvert.qml" lineno="31" meta="qmlsignal"/>
<qmlproperty name="canSave" fullname="ImportWebmConvert::canSave" href="qml-importwebmconvert.html#canSave-prop" status="internal" access="private" location="ImportWebmConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportWebm/ImportWebmConvert.qml" lineno="16" type="bool" attached="false" writable="true"/>
<qmlproperty name="conversionFinishedSuccessful" fullname="ImportWebmConvert::conversionFinishedSuccessful" href="qml-importwebmconvert.html#conversionFinishedSuccessful-prop" status="internal" access="private" location="ImportWebmConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportWebm/ImportWebmConvert.qml" lineno="15" type="bool" attached="false" writable="true"/>
<qmlproperty name="filePath" fullname="ImportWebmConvert::filePath" href="qml-importwebmconvert.html#filePath-prop" status="internal" access="private" location="ImportWebmConvert.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportWebm/ImportWebmConvert.qml" lineno="17" type="string" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="ImportWebmInit" qml-module-name="ImportWebmInit" href="qml-importwebminit.html" status="internal" access="private" location="ImportWebmInit.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportWebm/ImportWebmInit.qml" lineno="13" title="ImportWebmInit" fulltitle="ImportWebmInit" subtitle="">
<function name="next" fullname="ImportWebmInit::next" href="qml-importwebminit.html#next-signal" status="internal" access="private" location="ImportWebmInit.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/ImportWebm/ImportWebmInit.qml" lineno="15" meta="qmlsignal"/>
</qmlclass>
<qmlclass name="Installed" qml-module-name="Installed" href="qml-installed.html" status="internal" access="private" location="Installed.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Installed/Installed.qml" lineno="12" title="Installed" fulltitle="Installed" subtitle="">
<function name="checkIsContentInstalled" fullname="Installed::checkIsContentInstalled" href="qml-installed.html#checkIsContentInstalled-method" status="internal" access="private" location="Installed.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Installed/Installed.qml" lineno="51" meta="qmlmethod"/>
@ -778,7 +781,7 @@
<variable name="m_worker_hwnd" fullname="MainWindow::m_worker_hwnd" href="mainwindow.html#m_worker_hwnd-var" status="internal" access="private" location="SPWmainwindow.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlayWallpaper/src/SPWmainwindow.h" lineno="269" type="HWND" static="false"/>
<variable name="staticMetaObject" fullname="MainWindow::staticMetaObject" href="mainwindow.html#staticMetaObject-var" status="internal" access="private" location="SPWmainwindow.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlayWallpaper/src/SPWmainwindow.h" lineno="59" type="const QMetaObject" static="true"/>
</class>
<qmlclass name="MonitorConfiguration" qml-module-name="MonitorConfiguration" href="qml-monitorconfiguration.html" status="internal" access="private" location="MonitorConfiguration.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/Dialogs/MonitorConfiguration.qml" lineno="7" title="MonitorConfiguration" fulltitle="MonitorConfiguration" subtitle=""/>
<qmlclass name="MonitorConfiguration" qml-module-name="MonitorConfiguration" href="qml-monitorconfiguration.html" status="internal" access="private" location="MonitorConfiguration.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/Dialogs/MonitorConfiguration.qml" lineno="8" title="MonitorConfiguration" fulltitle="MonitorConfiguration" subtitle=""/>
<qmlclass name="MonitorSelection" qml-module-name="MonitorSelection" href="qml-monitorselection.html" status="internal" access="private" location="MonitorSelection.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Monitors/MonitorSelection.qml" lineno="8" title="MonitorSelection" fulltitle="MonitorSelection" subtitle="">
<function name="getActiveMonitors" fullname="MonitorSelection::getActiveMonitors" href="qml-monitorselection.html#getActiveMonitors-method" status="internal" access="private" location="MonitorSelection.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Monitors/MonitorSelection.qml" lineno="72" meta="qmlmethod"/>
<function name="requestProjectSettings" fullname="MonitorSelection::requestProjectSettings" href="qml-monitorselection.html#requestProjectSettings-signal" status="internal" access="private" location="MonitorSelection.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Monitors/MonitorSelection.qml" lineno="40" meta="qmlsignal"/>
@ -826,8 +829,9 @@
<qmlclass name="MouseHoverBlocker" qml-module-name="MouseHoverBlocker" href="qml-mousehoverblocker.html" status="internal" access="private" location="MouseHoverBlocker.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/MouseHoverBlocker.qml" lineno="4" title="MouseHoverBlocker" fulltitle="MouseHoverBlocker" subtitle=""/>
<qmlclass name="Navigation" qml-module-name="Navigation" href="qml-navigation.html" status="internal" access="private" location="Navigation.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/Navigation.qml" lineno="13" title="Navigation" fulltitle="Navigation" subtitle="">
<function name="changePage" fullname="Navigation::changePage" href="qml-navigation.html#changePage-signal" status="internal" access="private" location="Navigation.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Navigation/Navigation.qml" lineno="25" meta="qmlsignal"/>
<function name="onPageChanged" fullname="Navigation::onPageChanged" href="qml-navigation.html#onPageChanged-method" status="internal" access="private" location="Navigation.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Navigation/Navigation.qml" lineno="49" meta="qmlmethod"/>
<function name="onPageChanged" fullname="Navigation::onPageChanged" href="qml-navigation.html#onPageChanged-method" status="internal" access="private" location="Navigation.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Navigation/Navigation.qml" lineno="60" meta="qmlmethod"/>
<function name="setActive" fullname="Navigation::setActive" href="qml-navigation.html#setActive-method" status="internal" access="private" location="Navigation.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Navigation/Navigation.qml" lineno="40" meta="qmlmethod"/>
<function name="setNavigation" fullname="Navigation::setNavigation" href="qml-navigation.html#setNavigation-method" status="internal" access="private" location="Navigation.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Navigation/Navigation.qml" lineno="49" meta="qmlmethod"/>
<function name="uploadPressed" fullname="Navigation::uploadPressed" href="qml-navigation.html#uploadPressed-signal" status="internal" access="private" location="Navigation.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/Navigation.qml" lineno="18" meta="qmlsignal"/>
<qmlproperty name="navActive" fullname="Navigation::navActive" href="qml-navigation.html#navActive-prop" status="internal" access="private" location="Navigation.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Navigation/Navigation.qml" lineno="28" type="bool" attached="false" writable="true"/>
<qmlproperty name="navArray" fullname="Navigation::navArray" href="qml-navigation.html#navArray-prop" status="internal" access="private" location="Navigation.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Navigation/Navigation.qml" lineno="27" type="var" attached="false" writable="true"/>
@ -843,9 +847,9 @@
<qmlclass name="NavigationWallpaperConfiguration" qml-module-name="NavigationWallpaperConfiguration" href="qml-navigationwallpaperconfiguration.html" status="internal" access="private" location="NavigationWallpaperConfiguration.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Navigation/NavigationWallpaperConfiguration.qml" lineno="10" title="NavigationWallpaperConfiguration" fulltitle="NavigationWallpaperConfiguration" subtitle=""/>
<qmlclass name="PopupOffline" qml-module-name="PopupOffline" href="qml-popupoffline.html" status="internal" access="private" location="PopupOffline.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/PopupOffline.qml" lineno="9" title="PopupOffline" fulltitle="PopupOffline" subtitle=""/>
<qmlclass name="PopupSteamWorkshopAgreement" qml-module-name="PopupSteamWorkshopAgreement" href="qml-popupsteamworkshopagreement.html" status="internal" access="private" location="PopupSteamWorkshopAgreement.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/upload/PopupSteamWorkshopAgreement.qml" lineno="9" title="PopupSteamWorkshopAgreement" fulltitle="PopupSteamWorkshopAgreement" subtitle=""/>
<struct name="QMetaTypeId" href="qmetatypeid.html" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="164">
<function name="qt_metatype_id" fullname="QMetaTypeId::qt_metatype_id" href="qmetatypeid.html#qt_metatype_id" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="164" meta="plain" virtual="non" const="false" static="true" final="false" override="false" type="int" signature="int qt_metatype_id()"/>
<enum name="anonymous" fullname="QMetaTypeId::anonymous" href="qmetatypeid.html#anonymous-enum" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="164">
<struct name="QMetaTypeId" href="qmetatypeid.html" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="176">
<function name="qt_metatype_id" fullname="QMetaTypeId::qt_metatype_id" href="qmetatypeid.html#qt_metatype_id" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="176" meta="plain" virtual="non" const="false" static="true" final="false" override="false" type="int" signature="int qt_metatype_id()"/>
<enum name="anonymous" fullname="QMetaTypeId::anonymous" href="qmetatypeid.html#anonymous-enum" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="176">
<value name="Defined" value="Q_DECLARE_METATYPE(ScreenPlay::CreateImportVideo::ImportVideoState)"/>
</enum>
</struct>
@ -996,7 +1000,7 @@
<function name="installedListModelChanged" fullname="ScreenPlay::App::installedListModelChanged" href="screenplay-app.html#installedListModel-prop" status="active" access="public" location="app.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/app.h" lineno="148" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="installedListModel" type="void" signature="void installedListModelChanged(ScreenPlay::InstalledListModel *installedListModel)">
<parameter type="ScreenPlay::InstalledListModel *" name="installedListModel" default=""/>
</function>
<function name="loadSteamPlugin" fullname="ScreenPlay::App::loadSteamPlugin" href="screenplay-app.html#loadSteamPlugin" status="internal" access="private" location="app.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/app.h" lineno="157" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool loadSteamPlugin()"/>
<function name="loadSteamPlugin" fullname="ScreenPlay::App::loadSteamPlugin" href="screenplay-app.html#loadSteamPlugin" status="active" access="public" location="app.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/app.h" lineno="157" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool loadSteamPlugin()"/>
<function name="mainWindowEngine" fullname="ScreenPlay::App::mainWindowEngine" href="screenplay-app.html#mainWindowEngine-prop" status="active" access="public" location="app.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/app.h" lineno="137" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="mainWindowEngine" type="QQmlApplicationEngine *" signature="QQmlApplicationEngine * mainWindowEngine() const"/>
<function name="mainWindowEngineChanged" fullname="ScreenPlay::App::mainWindowEngineChanged" href="screenplay-app.html#mainWindowEngine-prop" status="active" access="public" location="app.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/app.h" lineno="152" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="mainWindowEngine" type="void" signature="void mainWindowEngineChanged(QQmlApplicationEngine *mainWindowEngine)">
<parameter type="QQmlApplicationEngine *" name="mainWindowEngine" default=""/>
@ -1178,27 +1182,34 @@
<parameter type="QObject *" name="parent" default="nullptr"/>
</function>
<function name="Create" fullname="ScreenPlay::Create::Create" href="screenplay-create.html#Create-1" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="76" documented="true" meta="constructor" virtual="non" const="false" static="false" final="false" override="false" overload="true" overload-number="1" type="" signature="Create()"/>
<function name="abortAndCleanup" fullname="ScreenPlay::Create::abortAndCleanup" href="screenplay-create.html#abortAndCleanup" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="135" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void abortAndCleanup()"/>
<function name="abortCreateWallpaper" fullname="ScreenPlay::Create::abortCreateWallpaper" href="screenplay-create.html#abortCreateWallpaper" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="102" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void abortCreateWallpaper()"/>
<function name="appendFfmpegOutput" fullname="ScreenPlay::Create::appendFfmpegOutput" href="screenplay-create.html#ffmpegOutput-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="155" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="ffmpegOutput" type="void" signature="void appendFfmpegOutput(QString ffmpegOutput)">
<function name="abortAndCleanup" fullname="ScreenPlay::Create::abortAndCleanup" href="screenplay-create.html#abortAndCleanup" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="144" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void abortAndCleanup()"/>
<function name="abortCreateWallpaper" fullname="ScreenPlay::Create::abortCreateWallpaper" href="screenplay-create.html#abortCreateWallpaper" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="103" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void abortCreateWallpaper()"/>
<function name="appendFfmpegOutput" fullname="ScreenPlay::Create::appendFfmpegOutput" href="screenplay-create.html#ffmpegOutput-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="164" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="ffmpegOutput" type="void" signature="void appendFfmpegOutput(QString ffmpegOutput)">
<parameter type="QString" name="ffmpegOutput" default=""/>
</function>
<function name="clearFfmpegOutput" fullname="ScreenPlay::Create::clearFfmpegOutput" href="screenplay-create.html#clearFfmpegOutput" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="161" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void clearFfmpegOutput()"/>
<function name="createHTMLWallpaper" fullname="ScreenPlay::Create::createHTMLWallpaper" href="screenplay-create.html#createHTMLWallpaper" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="120" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" brief="Creates a HTML wallpaper" signature="void createHTMLWallpaper(const QString &amp;localStoragePath, const QString &amp;title, const QString &amp;previewThumbnail, const QString &amp;license, const QVector&lt;QString&gt; &amp;tags)">
<function name="clearFfmpegOutput" fullname="ScreenPlay::Create::clearFfmpegOutput" href="screenplay-create.html#clearFfmpegOutput" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="170" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void clearFfmpegOutput()"/>
<function name="createHTMLWallpaper" fullname="ScreenPlay::Create::createHTMLWallpaper" href="screenplay-create.html#createHTMLWallpaper" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="121" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" brief="Creates a HTML wallpaper" signature="void createHTMLWallpaper(const QString &amp;localStoragePath, const QString &amp;title, const QString &amp;previewThumbnail, const QString &amp;license, const QVector&lt;QString&gt; &amp;tags)">
<parameter type="const QString &amp;" name="localStoragePath" default=""/>
<parameter type="const QString &amp;" name="title" default=""/>
<parameter type="const QString &amp;" name="previewThumbnail" default=""/>
<parameter type="const QString &amp;" name="license" default=""/>
<parameter type="const QVector&lt;QString&gt; &amp;" name="tags" default=""/>
</function>
<function name="createWallpaperStart" fullname="ScreenPlay::Create::createWallpaperStart" href="screenplay-create.html#createWallpaperStart" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="109" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" brief="Starts the process" signature="void createWallpaperStart(QString videoPath, Create::VideoCodec codec)">
<function name="createQMLWallpaper" fullname="ScreenPlay::Create::createQMLWallpaper" href="screenplay-create.html#createQMLWallpaper" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="128" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void createQMLWallpaper(const QString &amp;localStoragePath, const QString &amp;title, const QString &amp;previewThumbnail, const QString &amp;license, const QVector&lt;QString&gt; &amp;tags)">
<parameter type="const QString &amp;" name="localStoragePath" default=""/>
<parameter type="const QString &amp;" name="title" default=""/>
<parameter type="const QString &amp;" name="previewThumbnail" default=""/>
<parameter type="const QString &amp;" name="license" default=""/>
<parameter type="const QVector&lt;QString&gt; &amp;" name="tags" default=""/>
</function>
<function name="createWallpaperStart" fullname="ScreenPlay::Create::createWallpaperStart" href="screenplay-create.html#createWallpaperStart" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="110" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" brief="Starts the process" signature="void createWallpaperStart(QString videoPath, Create::VideoCodec codec)">
<parameter type="QString" name="videoPath" default=""/>
<parameter type="Create::VideoCodec" name="codec" default=""/>
</function>
<function name="createWallpaperStateChanged" fullname="ScreenPlay::Create::createWallpaperStateChanged" href="screenplay-create.html#createWallpaperStateChanged" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="100" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void createWallpaperStateChanged(CreateImportVideo::ImportVideoState state)">
<function name="createWallpaperStateChanged" fullname="ScreenPlay::Create::createWallpaperStateChanged" href="screenplay-create.html#createWallpaperStateChanged" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="101" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void createWallpaperStateChanged(CreateImportVideo::ImportVideoState state)">
<parameter type="CreateImportVideo::ImportVideoState" name="state" default=""/>
</function>
<function name="createWidget" fullname="ScreenPlay::Create::createWidget" href="screenplay-create.html#createWidget" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="111" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" brief="Creates a new widget" signature="void createWidget(const QString &amp;localStoragePath, const QString &amp;title, const QString &amp;previewThumbnail, const QString &amp;createdBy, const QString &amp;license, const QString &amp;type, const QVector&lt;QString&gt; &amp;tags)">
<function name="createWidget" fullname="ScreenPlay::Create::createWidget" href="screenplay-create.html#createWidget" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="112" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" brief="Creates a new widget" signature="void createWidget(const QString &amp;localStoragePath, const QString &amp;title, const QString &amp;previewThumbnail, const QString &amp;createdBy, const QString &amp;license, const QString &amp;type, const QVector&lt;QString&gt; &amp;tags)">
<parameter type="const QString &amp;" name="localStoragePath" default=""/>
<parameter type="const QString &amp;" name="title" default=""/>
<parameter type="const QString &amp;" name="previewThumbnail" default=""/>
@ -1207,22 +1218,22 @@
<parameter type="const QString &amp;" name="type" default=""/>
<parameter type="const QVector&lt;QString&gt; &amp;" name="tags" default=""/>
</function>
<function name="ffmpegOutput" fullname="ScreenPlay::Create::ffmpegOutput" href="screenplay-create.html#ffmpegOutput-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="94" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="ffmpegOutput" type="QString" signature="QString ffmpegOutput() const"/>
<function name="ffmpegOutputChanged" fullname="ScreenPlay::Create::ffmpegOutputChanged" href="screenplay-create.html#ffmpegOutput-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="104" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="ffmpegOutput" type="void" signature="void ffmpegOutputChanged(QString ffmpegOutput)">
<function name="ffmpegOutput" fullname="ScreenPlay::Create::ffmpegOutput" href="screenplay-create.html#ffmpegOutput-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="95" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="ffmpegOutput" type="QString" signature="QString ffmpegOutput() const"/>
<function name="ffmpegOutputChanged" fullname="ScreenPlay::Create::ffmpegOutputChanged" href="screenplay-create.html#ffmpegOutput-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="105" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="ffmpegOutput" type="void" signature="void ffmpegOutputChanged(QString ffmpegOutput)">
<parameter type="QString" name="ffmpegOutput" default=""/>
</function>
<function name="htmlWallpaperCreatedSuccessful" fullname="ScreenPlay::Create::htmlWallpaperCreatedSuccessful" href="screenplay-create.html#htmlWallpaperCreatedSuccessful" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="106" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void htmlWallpaperCreatedSuccessful(QString path)">
<function name="htmlWallpaperCreatedSuccessful" fullname="ScreenPlay::Create::htmlWallpaperCreatedSuccessful" href="screenplay-create.html#htmlWallpaperCreatedSuccessful" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="107" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void htmlWallpaperCreatedSuccessful(QString path)">
<parameter type="QString" name="path" default=""/>
</function>
<function name="metaObject" fullname="ScreenPlay::Create::metaObject" href="screenplay-create.html#metaObject" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="66" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="const QMetaObject *" signature="const QMetaObject * metaObject() const override"/>
<function name="progress" fullname="ScreenPlay::Create::progress" href="screenplay-create.html#progress-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="84" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="progress" type="float" signature="float progress() const"/>
<function name="progressChanged" fullname="ScreenPlay::Create::progressChanged" href="screenplay-create.html#progress-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="101" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="progress" type="void" signature="void progressChanged(float progress)">
<function name="progress" fullname="ScreenPlay::Create::progress" href="screenplay-create.html#progress-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="85" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="progress" type="float" signature="float progress() const"/>
<function name="progressChanged" fullname="ScreenPlay::Create::progressChanged" href="screenplay-create.html#progress-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="102" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="progress" type="void" signature="void progressChanged(float progress)">
<parameter type="float" name="progress" default=""/>
</function>
<function name="qt_getEnumMetaObject" href="screenplay-create.html#qt_getEnumMetaObject" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="82" related="2" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * qt_getEnumMetaObject(ScreenPlay::Create::VideoCodec)">
<function name="qt_getEnumMetaObject" href="screenplay-create.html#qt_getEnumMetaObject" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="83" related="2" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * qt_getEnumMetaObject(ScreenPlay::Create::VideoCodec)">
<parameter type="ScreenPlay::Create::VideoCodec" name="" default=""/>
</function>
<function name="qt_getEnumName" href="screenplay-create.html#qt_getEnumName" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="82" related="3" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="const char *" signature="const char * qt_getEnumName(ScreenPlay::Create::VideoCodec)">
<function name="qt_getEnumName" href="screenplay-create.html#qt_getEnumName" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="83" related="3" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="const char *" signature="const char * qt_getEnumName(ScreenPlay::Create::VideoCodec)">
<parameter type="ScreenPlay::Create::VideoCodec" name="" default=""/>
</function>
<function name="qt_metacall" fullname="ScreenPlay::Create::qt_metacall" href="screenplay-create.html#qt_metacall" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="66" meta="plain" virtual="virtual" const="false" static="false" final="false" override="true" type="int" signature="int qt_metacall(QMetaObject::Call, int, void **) override">
@ -1239,7 +1250,7 @@
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function name="saveWallpaper" fullname="ScreenPlay::Create::saveWallpaper" href="screenplay-create.html#saveWallpaper" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="127" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" brief="When converting of the wallpaper steps where successful" signature="void saveWallpaper(QString title, QString description, QString filePath, QString previewImagePath, QString youtube, ScreenPlay::Create::VideoCodec codec, QVector&lt;QString&gt; tags)">
<function name="saveWallpaper" fullname="ScreenPlay::Create::saveWallpaper" href="screenplay-create.html#saveWallpaper" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="135" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" brief="When converting of the wallpaper steps where successful" signature="void saveWallpaper(QString title, QString description, QString filePath, QString previewImagePath, QString youtube, ScreenPlay::Create::VideoCodec codec, QVector&lt;QString&gt; tags)">
<parameter type="QString" name="title" default=""/>
<parameter type="QString" name="description" default=""/>
<parameter type="QString" name="filePath" default=""/>
@ -1248,23 +1259,24 @@
<parameter type="ScreenPlay::Create::VideoCodec" name="codec" default=""/>
<parameter type="QVector&lt;QString&gt;" name="tags" default=""/>
</function>
<function name="setProgress" fullname="ScreenPlay::Create::setProgress" href="screenplay-create.html#progress-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="137" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="progress" type="void" signature="void setProgress(float progress)">
<function name="setProgress" fullname="ScreenPlay::Create::setProgress" href="screenplay-create.html#progress-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="146" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="progress" type="void" signature="void setProgress(float progress)">
<parameter type="float" name="progress" default=""/>
</function>
<function name="setWorkingDir" fullname="ScreenPlay::Create::setWorkingDir" href="screenplay-create.html#workingDir-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="146" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="workingDir" type="void" signature="void setWorkingDir(const QString &amp;workingDir)">
<function name="setWorkingDir" fullname="ScreenPlay::Create::setWorkingDir" href="screenplay-create.html#workingDir-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="155" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="workingDir" type="void" signature="void setWorkingDir(const QString &amp;workingDir)">
<parameter type="const QString &amp;" name="workingDir" default=""/>
</function>
<function name="widgetCreatedSuccessful" fullname="ScreenPlay::Create::widgetCreatedSuccessful" href="screenplay-create.html#widgetCreatedSuccessful" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="105" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void widgetCreatedSuccessful(QString path)">
<function name="widgetCreatedSuccessful" fullname="ScreenPlay::Create::widgetCreatedSuccessful" href="screenplay-create.html#widgetCreatedSuccessful" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="106" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void widgetCreatedSuccessful(QString path)">
<parameter type="QString" name="path" default=""/>
</function>
<function name="workingDir" fullname="ScreenPlay::Create::workingDir" href="screenplay-create.html#workingDir-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="89" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="workingDir" type="QString" signature="QString workingDir() const"/>
<function name="workingDirChanged" fullname="ScreenPlay::Create::workingDirChanged" href="screenplay-create.html#workingDir-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="103" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="workingDir" type="void" signature="void workingDirChanged(QString workingDir)">
<function name="workingDir" fullname="ScreenPlay::Create::workingDir" href="screenplay-create.html#workingDir-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="90" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="workingDir" type="QString" signature="QString workingDir() const"/>
<function name="workingDirChanged" fullname="ScreenPlay::Create::workingDirChanged" href="screenplay-create.html#workingDir-prop" status="active" access="public" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="104" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="workingDir" type="void" signature="void workingDirChanged(QString workingDir)">
<parameter type="QString" name="workingDir" default=""/>
</function>
<struct name="QPrivateSignal" fullname="ScreenPlay::Create::QPrivateSignal" href="screenplay-create-qprivatesignal.html" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="66"/>
<enum name="VideoCodec" fullname="ScreenPlay::Create::VideoCodec" href="screenplay-create.html#VideoCodec-enum" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="78" scoped="true">
<value name="VP8" value="0"/>
<value name="VP9" value="1"/>
<value name="AV1" value="2"/>
</enum>
<property name="ffmpegOutput" fullname="ScreenPlay::Create::ffmpegOutput" href="screenplay-create.html#ffmpegOutput-prop" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="70">
<getter name="ffmpegOutput"/>
@ -1281,12 +1293,12 @@
<setter name="setWorkingDir"/>
<notifier name="workingDirChanged"/>
</property>
<variable name="m_createImportVideo" fullname="ScreenPlay::Create::m_createImportVideo" href="screenplay-create.html#m_createImportVideo-var" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="168" type="ScreenPlay::CreateImportVideo *" static="false"/>
<variable name="m_createImportVideoThread" fullname="ScreenPlay::Create::m_createImportVideoThread" href="screenplay-create.html#m_createImportVideoThread-var" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="169" type="QThread *" static="false"/>
<variable name="m_ffmpegOutput" fullname="ScreenPlay::Create::m_ffmpegOutput" href="screenplay-create.html#m_ffmpegOutput-var" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="175" type="QString" static="false"/>
<variable name="m_globalVariables" fullname="ScreenPlay::Create::m_globalVariables" href="screenplay-create.html#m_globalVariables-var" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="171" type="const std::shared_ptr&lt;GlobalVariables&gt;" static="false"/>
<variable name="m_progress" fullname="ScreenPlay::Create::m_progress" href="screenplay-create.html#m_progress-var" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="173" type="float" static="false"/>
<variable name="m_workingDir" fullname="ScreenPlay::Create::m_workingDir" href="screenplay-create.html#m_workingDir-var" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="174" type="QString" static="false"/>
<variable name="m_createImportVideo" fullname="ScreenPlay::Create::m_createImportVideo" href="screenplay-create.html#m_createImportVideo-var" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="177" type="ScreenPlay::CreateImportVideo *" static="false"/>
<variable name="m_createImportVideoThread" fullname="ScreenPlay::Create::m_createImportVideoThread" href="screenplay-create.html#m_createImportVideoThread-var" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="178" type="QThread *" static="false"/>
<variable name="m_ffmpegOutput" fullname="ScreenPlay::Create::m_ffmpegOutput" href="screenplay-create.html#m_ffmpegOutput-var" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="184" type="QString" static="false"/>
<variable name="m_globalVariables" fullname="ScreenPlay::Create::m_globalVariables" href="screenplay-create.html#m_globalVariables-var" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="180" type="const std::shared_ptr&lt;GlobalVariables&gt;" static="false"/>
<variable name="m_progress" fullname="ScreenPlay::Create::m_progress" href="screenplay-create.html#m_progress-var" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="182" type="float" static="false"/>
<variable name="m_workingDir" fullname="ScreenPlay::Create::m_workingDir" href="screenplay-create.html#m_workingDir-var" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="183" type="QString" static="false"/>
<variable name="staticMetaObject" fullname="ScreenPlay::Create::staticMetaObject" href="screenplay-create.html#staticMetaObject-var" status="internal" access="private" location="create.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/create.h" lineno="66" type="const QMetaObject" static="true"/>
</class>
<class name="CreateImportVideo" fullname="ScreenPlay::CreateImportVideo" href="screenplay-createimportvideo.html" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="57" documented="true" bases="QObject" module="ScreenPlay" brief="This class imports (copies) and creates wallaper previews">
@ -1300,27 +1312,36 @@
<parameter type="const QStringList &amp;" name="codecs" default=""/>
<parameter type="QObject *" name="parent" default="nullptr"/>
</function>
<function name="abortAndCleanup" fullname="ScreenPlay::CreateImportVideo::abortAndCleanup" href="screenplay-createimportvideo.html#abortAndCleanup" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="131" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void abortAndCleanup()"/>
<function name="createWallpaperGifPreview" fullname="ScreenPlay::CreateImportVideo::createWallpaperGifPreview" href="screenplay-createimportvideo.html#createWallpaperGifPreview" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="139" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" brief="Starts ffmpeg and tries to covert the given video to a 5 second preview gif" signature="bool createWallpaperGifPreview()"/>
<function name="createWallpaperImagePreview" fullname="ScreenPlay::CreateImportVideo::createWallpaperImagePreview" href="screenplay-createimportvideo.html#createWallpaperImagePreview" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="140" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool createWallpaperImagePreview()"/>
<function name="createWallpaperImageThumbnailPreview" fullname="ScreenPlay::CreateImportVideo::createWallpaperImageThumbnailPreview" href="screenplay-createimportvideo.html#createWallpaperImageThumbnailPreview" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="143" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" brief="Starts ffmpeg and tries to covert the given video to a image preview. Returns false if :" signature="bool createWallpaperImageThumbnailPreview()"/>
<function name="createWallpaperInfo" fullname="ScreenPlay::CreateImportVideo::createWallpaperInfo" href="screenplay-createimportvideo.html#createWallpaperInfo" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="137" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" brief="Starts ffprobe and tries to parse the resulting json. Returns false if :" signature="bool createWallpaperInfo()"/>
<function name="createWallpaperStateChanged" fullname="ScreenPlay::CreateImportVideo::createWallpaperStateChanged" href="screenplay-createimportvideo.html#createWallpaperStateChanged" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="128" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void createWallpaperStateChanged(CreateImportVideo::ImportVideoState state)">
<function name="abortAndCleanup" fullname="ScreenPlay::CreateImportVideo::abortAndCleanup" href="screenplay-createimportvideo.html#abortAndCleanup" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="136" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void abortAndCleanup()"/>
<function name="analyzeVideo" fullname="ScreenPlay::CreateImportVideo::analyzeVideo" href="screenplay-createimportvideo.html#analyzeVideo" status="active" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="170" documented="true" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool analyzeVideo(const QJsonObject &amp;obj)">
<parameter type="const QJsonObject &amp;" name="obj" default=""/>
</function>
<function name="analyzeWebmReadFrames" fullname="ScreenPlay::CreateImportVideo::analyzeWebmReadFrames" href="screenplay-createimportvideo.html#analyzeWebmReadFrames" status="active" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="169" documented="true" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool analyzeWebmReadFrames(const QJsonObject &amp;obj)">
<parameter type="const QJsonObject &amp;" name="obj" default=""/>
</function>
<function name="createWallpaperGifPreview" fullname="ScreenPlay::CreateImportVideo::createWallpaperGifPreview" href="screenplay-createimportvideo.html#createWallpaperGifPreview" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="145" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" brief="Starts ffmpeg and tries to covert the given video to a 5 second preview gif" signature="bool createWallpaperGifPreview()"/>
<function name="createWallpaperImagePreview" fullname="ScreenPlay::CreateImportVideo::createWallpaperImagePreview" href="screenplay-createimportvideo.html#createWallpaperImagePreview" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="146" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool createWallpaperImagePreview()"/>
<function name="createWallpaperImageThumbnailPreview" fullname="ScreenPlay::CreateImportVideo::createWallpaperImageThumbnailPreview" href="screenplay-createimportvideo.html#createWallpaperImageThumbnailPreview" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="149" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" brief="Starts ffmpeg and tries to covert the given video to a image preview. Returns false if :" signature="bool createWallpaperImageThumbnailPreview()"/>
<function name="createWallpaperInfo" fullname="ScreenPlay::CreateImportVideo::createWallpaperInfo" href="screenplay-createimportvideo.html#createWallpaperInfo" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="143" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" brief="Starts ffprobe and tries to parse the resulting json. Returns false if :" signature="bool createWallpaperInfo()"/>
<function name="createWallpaperStateChanged" fullname="ScreenPlay::CreateImportVideo::createWallpaperStateChanged" href="screenplay-createimportvideo.html#createWallpaperStateChanged" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="133" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void createWallpaperStateChanged(CreateImportVideo::ImportVideoState state)">
<parameter type="CreateImportVideo::ImportVideoState" name="state" default=""/>
</function>
<function name="createWallpaperVideo" fullname="ScreenPlay::CreateImportVideo::createWallpaperVideo" href="screenplay-createimportvideo.html#createWallpaperVideo" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="141" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" brief="Starts ffmpeg and tries to covert the given video to a webm video" signature="bool createWallpaperVideo(const QString &amp;codec)">
<function name="createWallpaperVideo" fullname="ScreenPlay::CreateImportVideo::createWallpaperVideo" href="screenplay-createimportvideo.html#createWallpaperVideo" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="147" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" brief="Starts ffmpeg and tries to covert the given video to a webm video" signature="bool createWallpaperVideo(const QString &amp;codec)">
<parameter type="const QString &amp;" name="codec" default=""/>
</function>
<function name="createWallpaperVideoPreview" fullname="ScreenPlay::CreateImportVideo::createWallpaperVideoPreview" href="screenplay-createimportvideo.html#createWallpaperVideoPreview" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="138" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" brief="Starts ffmpeg and tries to covert the given video to a five second preview" signature="bool createWallpaperVideoPreview()"/>
<function name="extractWallpaperAudio" fullname="ScreenPlay::CreateImportVideo::extractWallpaperAudio" href="screenplay-createimportvideo.html#extractWallpaperAudio" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="142" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" brief="Starts ffmpeg and tries to covert the given audio into a seperate mp3" signature="bool extractWallpaperAudio()"/>
<function name="finished" fullname="ScreenPlay::CreateImportVideo::finished" href="screenplay-createimportvideo.html#finished" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="130" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void finished()"/>
<function name="createWallpaperVideoPreview" fullname="ScreenPlay::CreateImportVideo::createWallpaperVideoPreview" href="screenplay-createimportvideo.html#createWallpaperVideoPreview" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="144" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" brief="Starts ffmpeg and tries to covert the given video to a five second preview" signature="bool createWallpaperVideoPreview()"/>
<function name="extractWallpaperAudio" fullname="ScreenPlay::CreateImportVideo::extractWallpaperAudio" href="screenplay-createimportvideo.html#extractWallpaperAudio" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="148" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" brief="Starts ffmpeg and tries to covert the given audio into a seperate mp3" signature="bool extractWallpaperAudio()"/>
<function name="ffmpegOutput" fullname="ScreenPlay::CreateImportVideo::ffmpegOutput" href="screenplay-createimportvideo.html#ffmpegOutput" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="138" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void ffmpegOutput(QString text)">
<parameter type="QString" name="text" default=""/>
</function>
<function name="finished" fullname="ScreenPlay::CreateImportVideo::finished" href="screenplay-createimportvideo.html#finished" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="135" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void finished()"/>
<function name="metaObject" fullname="ScreenPlay::CreateImportVideo::metaObject" href="screenplay-createimportvideo.html#metaObject" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="58" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="const QMetaObject *" signature="const QMetaObject * metaObject() const override"/>
<function name="process" fullname="ScreenPlay::CreateImportVideo::process" href="screenplay-createimportvideo.html#process" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="135" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" brief="Processes the multiple steps of creating a wallpaper" signature="void process()"/>
<function name="processOutput" fullname="ScreenPlay::CreateImportVideo::processOutput" href="screenplay-createimportvideo.html#processOutput" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="129" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void processOutput(QString text)">
<function name="process" fullname="ScreenPlay::CreateImportVideo::process" href="screenplay-createimportvideo.html#process" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="141" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" brief="Processes the multiple steps of creating a wallpaper" signature="void process()"/>
<function name="processOutput" fullname="ScreenPlay::CreateImportVideo::processOutput" href="screenplay-createimportvideo.html#processOutput" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="134" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void processOutput(QString text)">
<parameter type="QString" name="text" default=""/>
</function>
<function name="progress" fullname="ScreenPlay::CreateImportVideo::progress" href="screenplay-createimportvideo.html#progress-prop" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="103" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="progress" type="float" signature="float progress() const"/>
<function name="progressChanged" fullname="ScreenPlay::CreateImportVideo::progressChanged" href="screenplay-createimportvideo.html#progress-prop" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="132" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="progress" type="void" signature="void progressChanged(float progress)">
<function name="progressChanged" fullname="ScreenPlay::CreateImportVideo::progressChanged" href="screenplay-createimportvideo.html#progress-prop" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="137" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="progress" type="void" signature="void progressChanged(float progress)">
<parameter type="float" name="progress" default=""/>
</function>
<function name="qt_getEnumMetaObject" href="screenplay-createimportvideo.html#qt_getEnumMetaObject" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="101" related="4" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * qt_getEnumMetaObject(ScreenPlay::CreateImportVideo::ImportVideoState)">
@ -1343,13 +1364,19 @@
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function name="setProgress" fullname="ScreenPlay::CreateImportVideo::setProgress" href="screenplay-createimportvideo.html#progress-prop" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="145" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="progress" type="void" signature="void setProgress(float progress)">
<function name="setProgress" fullname="ScreenPlay::CreateImportVideo::setProgress" href="screenplay-createimportvideo.html#progress-prop" status="active" access="public" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="151" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="progress" type="void" signature="void setProgress(float progress)">
<parameter type="float" name="progress" default=""/>
</function>
<function name="waitForFinished" fullname="ScreenPlay::CreateImportVideo::waitForFinished" href="screenplay-createimportvideo.html#waitForFinished" status="active" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="158" documented="true" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void waitForFinished(std::shared_ptr&lt;QProcess&gt; &amp;process)">
<parameter type="std::shared_ptr&lt;QProcess&gt; &amp;" name="process" default=""/>
<function name="waitForFinished" fullname="ScreenPlay::CreateImportVideo::waitForFinished" href="screenplay-createimportvideo.html#waitForFinished" status="active" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="164" documented="true" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="QString" signature="QString waitForFinished(const QStringList &amp;args, const QProcess::ProcessChannelMode processChannelMode, const ScreenPlay::CreateImportVideo::Executable executable)">
<parameter type="const QStringList &amp;" name="args" default=""/>
<parameter type="const QProcess::ProcessChannelMode" name="processChannelMode" default="QProcess::ProcessChannelMode::SeparateChannels"/>
<parameter type="const ScreenPlay::CreateImportVideo::Executable" name="executable" default="Executable::FFMPEG"/>
</function>
<struct name="QPrivateSignal" fullname="ScreenPlay::CreateImportVideo::QPrivateSignal" href="screenplay-createimportvideo-qprivatesignal.html" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="58"/>
<enum name="Executable" fullname="ScreenPlay::CreateImportVideo::Executable" href="screenplay-createimportvideo.html#Executable-enum" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="127" scoped="true">
<value name="FFMPEG" value="0"/>
<value name="FFPROBE" value="1"/>
</enum>
<enum name="ImportVideoState" fullname="ScreenPlay::CreateImportVideo::ImportVideoState" href="screenplay-createimportvideo.html#ImportVideoState-enum" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="66" scoped="true">
<value name="Idle" value="0"/>
<value name="Started" value="1"/>
@ -1392,11 +1419,11 @@
</property>
<variable name="m_codecs" fullname="ScreenPlay::CreateImportVideo::m_codecs" href="screenplay-createimportvideo.html#m_codecs-var" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="121" type="QStringList" static="false"/>
<variable name="m_exportPath" fullname="ScreenPlay::CreateImportVideo::m_exportPath" href="screenplay-createimportvideo.html#m_exportPath-var" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="119" type="QString" static="false"/>
<variable name="m_ffmpegExecutable" fullname="ScreenPlay::CreateImportVideo::m_ffmpegExecutable" href="screenplay-createimportvideo.html#m_ffmpegExecutable-var" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="161" type="QString" static="false"/>
<variable name="m_ffprobeExecutable" fullname="ScreenPlay::CreateImportVideo::m_ffprobeExecutable" href="screenplay-createimportvideo.html#m_ffprobeExecutable-var" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="160" type="QString" static="false"/>
<variable name="m_ffmpegExecutable" fullname="ScreenPlay::CreateImportVideo::m_ffmpegExecutable" href="screenplay-createimportvideo.html#m_ffmpegExecutable-var" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="173" type="QString" static="false"/>
<variable name="m_ffprobeExecutable" fullname="ScreenPlay::CreateImportVideo::m_ffprobeExecutable" href="screenplay-createimportvideo.html#m_ffprobeExecutable-var" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="172" type="QString" static="false"/>
<variable name="m_format" fullname="ScreenPlay::CreateImportVideo::m_format" href="screenplay-createimportvideo.html#m_format-var" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="120" type="QString" static="false"/>
<variable name="m_framerate" fullname="ScreenPlay::CreateImportVideo::m_framerate" href="screenplay-createimportvideo.html#m_framerate-var" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="125" type="int" static="false"/>
<variable name="m_isMatroska" fullname="ScreenPlay::CreateImportVideo::m_isMatroska" href="screenplay-createimportvideo.html#m_isMatroska-var" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="114" type="bool" static="false"/>
<variable name="m_isWebm" fullname="ScreenPlay::CreateImportVideo::m_isWebm" href="screenplay-createimportvideo.html#m_isWebm-var" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="114" type="bool" static="false"/>
<variable name="m_length" fullname="ScreenPlay::CreateImportVideo::m_length" href="screenplay-createimportvideo.html#m_length-var" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="124" type="int" static="false"/>
<variable name="m_numberOfFrames" fullname="ScreenPlay::CreateImportVideo::m_numberOfFrames" href="screenplay-createimportvideo.html#m_numberOfFrames-var" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="123" type="int" static="false"/>
<variable name="m_progress" fullname="ScreenPlay::CreateImportVideo::m_progress" href="screenplay-createimportvideo.html#m_progress-var" status="internal" access="private" location="createimportvideo.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/createimportvideo.h" lineno="116" type="float" static="false"/>
@ -1424,103 +1451,103 @@
<variable name="m_formats" fullname="ScreenPlay::FileItem::m_formats" href="screenplay-fileitem.html#m_formats-var" status="internal" access="private" location="projectsettingslistitem.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistitem.h" lineno="110" type="QString" static="false"/>
<variable name="staticMetaObject" fullname="ScreenPlay::FileItem::staticMetaObject" href="screenplay-fileitem.html#staticMetaObject-var" status="internal" access="private" location="projectsettingslistitem.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistitem.h" lineno="104" type="const QMetaObject" static="true"/>
</struct>
<namespace name="FillMode" fullname="ScreenPlay::FillMode" href="screenplay-fillmode-sub-screenplay.html" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="87">
<function name="qt_getEnumMetaObject" fullname="ScreenPlay::FillMode::qt_getEnumMetaObject" href="screenplay-fillmode-sub-screenplay.html#qt_getEnumMetaObject" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="97" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * qt_getEnumMetaObject(ScreenPlay::FillMode::FillMode)">
<namespace name="FillMode" fullname="ScreenPlay::FillMode" href="screenplay-fillmode-sub-screenplay.html" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="96">
<function name="qt_getEnumMetaObject" fullname="ScreenPlay::FillMode::qt_getEnumMetaObject" href="screenplay-fillmode-sub-screenplay.html#qt_getEnumMetaObject" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="106" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * qt_getEnumMetaObject(ScreenPlay::FillMode::FillMode)">
<parameter type="ScreenPlay::FillMode::FillMode" name="" default=""/>
</function>
<function name="qt_getEnumName" fullname="ScreenPlay::FillMode::qt_getEnumName" href="screenplay-fillmode-sub-screenplay.html#qt_getEnumName" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="97" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="const char *" signature="const char * qt_getEnumName(ScreenPlay::FillMode::FillMode)">
<function name="qt_getEnumName" fullname="ScreenPlay::FillMode::qt_getEnumName" href="screenplay-fillmode-sub-screenplay.html#qt_getEnumName" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="106" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="const char *" signature="const char * qt_getEnumName(ScreenPlay::FillMode::FillMode)">
<parameter type="ScreenPlay::FillMode::FillMode" name="" default=""/>
</function>
<enum name="FillMode" fullname="ScreenPlay::FillMode::FillMode" href="screenplay-fillmode-sub-screenplay.html#FillMode-enum" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="90" scoped="true">
<enum name="FillMode" fullname="ScreenPlay::FillMode::FillMode" href="screenplay-fillmode-sub-screenplay.html#FillMode-enum" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="99" scoped="true">
<value name="Stretch" value="0"/>
<value name="Fill" value="1"/>
<value name="Contain" value="2"/>
<value name="Cover" value="3"/>
<value name="Scale_Down" value="4"/>
</enum>
<variable name="staticMetaObject" fullname="ScreenPlay::FillMode::staticMetaObject" href="screenplay-fillmode-sub-screenplay.html#staticMetaObject-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="88" type="const QMetaObject" static="false"/>
<variable name="staticMetaObject" fullname="ScreenPlay::FillMode::staticMetaObject" href="screenplay-fillmode-sub-screenplay.html#staticMetaObject-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="97" type="const QMetaObject" static="false"/>
</namespace>
<class name="GlobalVariables" fullname="ScreenPlay::GlobalVariables" href="screenplay-globalvariables.html" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="101" bases="QObject">
<function name="GlobalVariables" fullname="ScreenPlay::GlobalVariables::GlobalVariables" href="screenplay-globalvariables.html#GlobalVariables" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="111" meta="constructor" virtual="non" const="false" static="false" final="false" override="false" type="" signature="GlobalVariables(QObject *parent)">
<class name="GlobalVariables" fullname="ScreenPlay::GlobalVariables" href="screenplay-globalvariables.html" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="110" documented="true" bases="QObject" module="ScreenPlay" brief="Contains all variables that are globally needed">
<function name="GlobalVariables" fullname="ScreenPlay::GlobalVariables::GlobalVariables" href="screenplay-globalvariables.html#GlobalVariables" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="120" documented="true" meta="constructor" virtual="non" const="false" static="false" final="false" override="false" type="" signature="GlobalVariables(QObject *parent)">
<parameter type="QObject *" name="parent" default="nullptr"/>
</function>
<function name="getAvailableTypes" fullname="ScreenPlay::GlobalVariables::getAvailableTypes" href="screenplay-globalvariables.html#getAvailableTypes" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="171" meta="plain" virtual="non" const="false" static="true" final="false" override="false" type="QStringList" signature="QStringList getAvailableTypes()"/>
<function name="getAvailableWallpaper" fullname="ScreenPlay::GlobalVariables::getAvailableWallpaper" href="screenplay-globalvariables.html#getAvailableWallpaper" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="154" meta="plain" virtual="non" const="false" static="true" final="false" override="false" type="QStringList" signature="QStringList getAvailableWallpaper()"/>
<function name="getAvailableWidgets" fullname="ScreenPlay::GlobalVariables::getAvailableWidgets" href="screenplay-globalvariables.html#getAvailableWidgets" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="163" meta="plain" virtual="non" const="false" static="true" final="false" override="false" type="QStringList" signature="QStringList getAvailableWidgets()"/>
<function name="localSettingsPath" fullname="ScreenPlay::GlobalVariables::localSettingsPath" href="screenplay-globalvariables.html#localSettingsPath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="125" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="localSettingsPath" type="QUrl" signature="QUrl localSettingsPath() const"/>
<function name="localSettingsPathChanged" fullname="ScreenPlay::GlobalVariables::localSettingsPathChanged" href="screenplay-globalvariables.html#localSettingsPath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="178" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="localSettingsPath" type="void" signature="void localSettingsPathChanged(QUrl localSettingsPath)">
<function name="getAvailableTypes" fullname="ScreenPlay::GlobalVariables::getAvailableTypes" href="screenplay-globalvariables.html#getAvailableTypes" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="180" meta="plain" virtual="non" const="false" static="true" final="false" override="false" type="QStringList" signature="QStringList getAvailableTypes()"/>
<function name="getAvailableWallpaper" fullname="ScreenPlay::GlobalVariables::getAvailableWallpaper" href="screenplay-globalvariables.html#getAvailableWallpaper" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="163" meta="plain" virtual="non" const="false" static="true" final="false" override="false" type="QStringList" signature="QStringList getAvailableWallpaper()"/>
<function name="getAvailableWidgets" fullname="ScreenPlay::GlobalVariables::getAvailableWidgets" href="screenplay-globalvariables.html#getAvailableWidgets" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="172" meta="plain" virtual="non" const="false" static="true" final="false" override="false" type="QStringList" signature="QStringList getAvailableWidgets()"/>
<function name="localSettingsPath" fullname="ScreenPlay::GlobalVariables::localSettingsPath" href="screenplay-globalvariables.html#localSettingsPath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="134" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="localSettingsPath" type="QUrl" signature="QUrl localSettingsPath() const"/>
<function name="localSettingsPathChanged" fullname="ScreenPlay::GlobalVariables::localSettingsPathChanged" href="screenplay-globalvariables.html#localSettingsPath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="187" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="localSettingsPath" type="void" signature="void localSettingsPathChanged(QUrl localSettingsPath)">
<parameter type="QUrl" name="localSettingsPath" default=""/>
</function>
<function name="localStoragePath" fullname="ScreenPlay::GlobalVariables::localStoragePath" href="screenplay-globalvariables.html#localStoragePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="117" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="localStoragePath" type="QUrl" signature="QUrl localStoragePath() const"/>
<function name="localStoragePathChanged" fullname="ScreenPlay::GlobalVariables::localStoragePathChanged" href="screenplay-globalvariables.html#localStoragePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="177" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="localStoragePath" type="void" signature="void localStoragePathChanged(QUrl localStoragePath)">
<function name="localStoragePath" fullname="ScreenPlay::GlobalVariables::localStoragePath" href="screenplay-globalvariables.html#localStoragePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="126" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="localStoragePath" type="QUrl" signature="QUrl localStoragePath() const"/>
<function name="localStoragePathChanged" fullname="ScreenPlay::GlobalVariables::localStoragePathChanged" href="screenplay-globalvariables.html#localStoragePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="186" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="localStoragePath" type="void" signature="void localStoragePathChanged(QUrl localStoragePath)">
<parameter type="QUrl" name="localStoragePath" default=""/>
</function>
<function name="metaObject" fullname="ScreenPlay::GlobalVariables::metaObject" href="screenplay-globalvariables.html#metaObject" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="102" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="const QMetaObject *" signature="const QMetaObject * metaObject() const override"/>
<function name="qt_metacall" fullname="ScreenPlay::GlobalVariables::qt_metacall" href="screenplay-globalvariables.html#qt_metacall" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="102" meta="plain" virtual="virtual" const="false" static="false" final="false" override="true" type="int" signature="int qt_metacall(QMetaObject::Call, int, void **) override">
<function name="metaObject" fullname="ScreenPlay::GlobalVariables::metaObject" href="screenplay-globalvariables.html#metaObject" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="111" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="const QMetaObject *" signature="const QMetaObject * metaObject() const override"/>
<function name="qt_metacall" fullname="ScreenPlay::GlobalVariables::qt_metacall" href="screenplay-globalvariables.html#qt_metacall" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="111" meta="plain" virtual="virtual" const="false" static="false" final="false" override="true" type="int" signature="int qt_metacall(QMetaObject::Call, int, void **) override">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function name="qt_metacast" fullname="ScreenPlay::GlobalVariables::qt_metacast" href="screenplay-globalvariables.html#qt_metacast" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="102" meta="plain" virtual="virtual" const="false" static="false" final="false" override="true" type="void *" signature="void * qt_metacast(const char *) override">
<function name="qt_metacast" fullname="ScreenPlay::GlobalVariables::qt_metacast" href="screenplay-globalvariables.html#qt_metacast" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="111" meta="plain" virtual="virtual" const="false" static="false" final="false" override="true" type="void *" signature="void * qt_metacast(const char *) override">
<parameter type="const char *" name="" default=""/>
</function>
<function name="qt_static_metacall" fullname="ScreenPlay::GlobalVariables::qt_static_metacall" href="screenplay-globalvariables.html#qt_static_metacall" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="102" meta="plain" virtual="non" const="false" static="true" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call, int, void **)">
<function name="qt_static_metacall" fullname="ScreenPlay::GlobalVariables::qt_static_metacall" href="screenplay-globalvariables.html#qt_static_metacall" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="111" meta="plain" virtual="non" const="false" static="true" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call, int, void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function name="setLocalSettingsPath" fullname="ScreenPlay::GlobalVariables::setLocalSettingsPath" href="screenplay-globalvariables.html#localSettingsPath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="193" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="localSettingsPath" type="void" signature="void setLocalSettingsPath(QUrl localSettingsPath)">
<function name="setLocalSettingsPath" fullname="ScreenPlay::GlobalVariables::setLocalSettingsPath" href="screenplay-globalvariables.html#localSettingsPath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="202" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="localSettingsPath" type="void" signature="void setLocalSettingsPath(QUrl localSettingsPath)">
<parameter type="QUrl" name="localSettingsPath" default=""/>
</function>
<function name="setLocalStoragePath" fullname="ScreenPlay::GlobalVariables::setLocalStoragePath" href="screenplay-globalvariables.html#localStoragePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="184" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="localStoragePath" type="void" signature="void setLocalStoragePath(QUrl localStoragePath)">
<function name="setLocalStoragePath" fullname="ScreenPlay::GlobalVariables::setLocalStoragePath" href="screenplay-globalvariables.html#localStoragePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="193" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="localStoragePath" type="void" signature="void setLocalStoragePath(QUrl localStoragePath)">
<parameter type="QUrl" name="localStoragePath" default=""/>
</function>
<function name="setWallpaperExecutablePath" fullname="ScreenPlay::GlobalVariables::setWallpaperExecutablePath" href="screenplay-globalvariables.html#wallpaperExecutablePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="202" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="wallpaperExecutablePath" type="void" signature="void setWallpaperExecutablePath(QUrl wallpaperExecutablePath)">
<function name="setWallpaperExecutablePath" fullname="ScreenPlay::GlobalVariables::setWallpaperExecutablePath" href="screenplay-globalvariables.html#wallpaperExecutablePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="211" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="wallpaperExecutablePath" type="void" signature="void setWallpaperExecutablePath(QUrl wallpaperExecutablePath)">
<parameter type="QUrl" name="wallpaperExecutablePath" default=""/>
</function>
<function name="setWidgetExecutablePath" fullname="ScreenPlay::GlobalVariables::setWidgetExecutablePath" href="screenplay-globalvariables.html#widgetExecutablePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="211" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="widgetExecutablePath" type="void" signature="void setWidgetExecutablePath(QUrl widgetExecutablePath)">
<function name="setWidgetExecutablePath" fullname="ScreenPlay::GlobalVariables::setWidgetExecutablePath" href="screenplay-globalvariables.html#widgetExecutablePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="220" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="widgetExecutablePath" type="void" signature="void setWidgetExecutablePath(QUrl widgetExecutablePath)">
<parameter type="QUrl" name="widgetExecutablePath" default=""/>
</function>
<function name="version" fullname="ScreenPlay::GlobalVariables::version" href="screenplay-globalvariables.html#version-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="149" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="version" type="QVersionNumber" signature="QVersionNumber version() const"/>
<function name="wallpaperExecutablePath" fullname="ScreenPlay::GlobalVariables::wallpaperExecutablePath" href="screenplay-globalvariables.html#wallpaperExecutablePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="133" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="wallpaperExecutablePath" type="QUrl" signature="QUrl wallpaperExecutablePath() const"/>
<function name="wallpaperExecutablePathChanged" fullname="ScreenPlay::GlobalVariables::wallpaperExecutablePathChanged" href="screenplay-globalvariables.html#wallpaperExecutablePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="179" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="wallpaperExecutablePath" type="void" signature="void wallpaperExecutablePathChanged(QUrl wallpaperExecutablePath)">
<function name="version" fullname="ScreenPlay::GlobalVariables::version" href="screenplay-globalvariables.html#version-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="158" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="version" type="QVersionNumber" signature="QVersionNumber version() const"/>
<function name="wallpaperExecutablePath" fullname="ScreenPlay::GlobalVariables::wallpaperExecutablePath" href="screenplay-globalvariables.html#wallpaperExecutablePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="142" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="wallpaperExecutablePath" type="QUrl" signature="QUrl wallpaperExecutablePath() const"/>
<function name="wallpaperExecutablePathChanged" fullname="ScreenPlay::GlobalVariables::wallpaperExecutablePathChanged" href="screenplay-globalvariables.html#wallpaperExecutablePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="188" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="wallpaperExecutablePath" type="void" signature="void wallpaperExecutablePathChanged(QUrl wallpaperExecutablePath)">
<parameter type="QUrl" name="wallpaperExecutablePath" default=""/>
</function>
<function name="widgetExecutablePath" fullname="ScreenPlay::GlobalVariables::widgetExecutablePath" href="screenplay-globalvariables.html#widgetExecutablePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="141" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="widgetExecutablePath" type="QUrl" signature="QUrl widgetExecutablePath() const"/>
<function name="widgetExecutablePathChanged" fullname="ScreenPlay::GlobalVariables::widgetExecutablePathChanged" href="screenplay-globalvariables.html#widgetExecutablePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="180" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="widgetExecutablePath" type="void" signature="void widgetExecutablePathChanged(QUrl widgetExecutablePath)">
<function name="widgetExecutablePath" fullname="ScreenPlay::GlobalVariables::widgetExecutablePath" href="screenplay-globalvariables.html#widgetExecutablePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="150" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="widgetExecutablePath" type="QUrl" signature="QUrl widgetExecutablePath() const"/>
<function name="widgetExecutablePathChanged" fullname="ScreenPlay::GlobalVariables::widgetExecutablePathChanged" href="screenplay-globalvariables.html#widgetExecutablePath-prop" status="active" access="public" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="189" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="widgetExecutablePath" type="void" signature="void widgetExecutablePathChanged(QUrl widgetExecutablePath)">
<parameter type="QUrl" name="widgetExecutablePath" default=""/>
</function>
<struct name="QPrivateSignal" fullname="ScreenPlay::GlobalVariables::QPrivateSignal" href="screenplay-globalvariables-qprivatesignal.html" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="102"/>
<property name="localSettingsPath" fullname="ScreenPlay::GlobalVariables::localSettingsPath" href="screenplay-globalvariables.html#localSettingsPath-prop" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="106">
<struct name="QPrivateSignal" fullname="ScreenPlay::GlobalVariables::QPrivateSignal" href="screenplay-globalvariables-qprivatesignal.html" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="111"/>
<property name="localSettingsPath" fullname="ScreenPlay::GlobalVariables::localSettingsPath" href="screenplay-globalvariables.html#localSettingsPath-prop" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="115">
<getter name="localSettingsPath"/>
<setter name="setLocalSettingsPath"/>
<notifier name="localSettingsPathChanged"/>
</property>
<property name="localStoragePath" fullname="ScreenPlay::GlobalVariables::localStoragePath" href="screenplay-globalvariables.html#localStoragePath-prop" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="105">
<property name="localStoragePath" fullname="ScreenPlay::GlobalVariables::localStoragePath" href="screenplay-globalvariables.html#localStoragePath-prop" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="114">
<getter name="localStoragePath"/>
<setter name="setLocalStoragePath"/>
<notifier name="localStoragePathChanged"/>
</property>
<property name="version" fullname="ScreenPlay::GlobalVariables::version" href="screenplay-globalvariables.html#version-prop" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="104">
<property name="version" fullname="ScreenPlay::GlobalVariables::version" href="screenplay-globalvariables.html#version-prop" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="113">
<getter name="version"/>
</property>
<property name="wallpaperExecutablePath" fullname="ScreenPlay::GlobalVariables::wallpaperExecutablePath" href="screenplay-globalvariables.html#wallpaperExecutablePath-prop" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="107">
<property name="wallpaperExecutablePath" fullname="ScreenPlay::GlobalVariables::wallpaperExecutablePath" href="screenplay-globalvariables.html#wallpaperExecutablePath-prop" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="116">
<getter name="wallpaperExecutablePath"/>
<setter name="setWallpaperExecutablePath"/>
<notifier name="wallpaperExecutablePathChanged"/>
</property>
<property name="widgetExecutablePath" fullname="ScreenPlay::GlobalVariables::widgetExecutablePath" href="screenplay-globalvariables.html#widgetExecutablePath-prop" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="108">
<property name="widgetExecutablePath" fullname="ScreenPlay::GlobalVariables::widgetExecutablePath" href="screenplay-globalvariables.html#widgetExecutablePath-prop" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="117">
<getter name="widgetExecutablePath"/>
<setter name="setWidgetExecutablePath"/>
<notifier name="widgetExecutablePathChanged"/>
</property>
<variable name="m_localSettingsPath" fullname="ScreenPlay::GlobalVariables::m_localSettingsPath" href="screenplay-globalvariables.html#m_localSettingsPath-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="222" type="QUrl" static="false"/>
<variable name="m_localStoragePath" fullname="ScreenPlay::GlobalVariables::m_localStoragePath" href="screenplay-globalvariables.html#m_localStoragePath-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="221" type="QUrl" static="false"/>
<variable name="m_version" fullname="ScreenPlay::GlobalVariables::m_version" href="screenplay-globalvariables.html#m_version-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="225" type="QVersionNumber" static="false"/>
<variable name="m_wallpaperExecutablePath" fullname="ScreenPlay::GlobalVariables::m_wallpaperExecutablePath" href="screenplay-globalvariables.html#m_wallpaperExecutablePath-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="223" type="QUrl" static="false"/>
<variable name="m_widgetExecutablePath" fullname="ScreenPlay::GlobalVariables::m_widgetExecutablePath" href="screenplay-globalvariables.html#m_widgetExecutablePath-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="224" type="QUrl" static="false"/>
<variable name="staticMetaObject" fullname="ScreenPlay::GlobalVariables::staticMetaObject" href="screenplay-globalvariables.html#staticMetaObject-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="102" type="const QMetaObject" static="true"/>
<variable name="m_localSettingsPath" fullname="ScreenPlay::GlobalVariables::m_localSettingsPath" href="screenplay-globalvariables.html#m_localSettingsPath-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="231" type="QUrl" static="false"/>
<variable name="m_localStoragePath" fullname="ScreenPlay::GlobalVariables::m_localStoragePath" href="screenplay-globalvariables.html#m_localStoragePath-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="230" type="QUrl" static="false"/>
<variable name="m_version" fullname="ScreenPlay::GlobalVariables::m_version" href="screenplay-globalvariables.html#m_version-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="234" type="QVersionNumber" static="false"/>
<variable name="m_wallpaperExecutablePath" fullname="ScreenPlay::GlobalVariables::m_wallpaperExecutablePath" href="screenplay-globalvariables.html#m_wallpaperExecutablePath-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="232" type="QUrl" static="false"/>
<variable name="m_widgetExecutablePath" fullname="ScreenPlay::GlobalVariables::m_widgetExecutablePath" href="screenplay-globalvariables.html#m_widgetExecutablePath-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="233" type="QUrl" static="false"/>
<variable name="staticMetaObject" fullname="ScreenPlay::GlobalVariables::staticMetaObject" href="screenplay-globalvariables.html#staticMetaObject-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="111" type="const QMetaObject" static="true"/>
</class>
<struct name="IListItem" fullname="ScreenPlay::IListItem" href="screenplay-ilistitem.html" status="internal" access="private" location="projectsettingslistitem.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistitem.h" lineno="57">
<function name="getItemSettings" fullname="ScreenPlay::IListItem::getItemSettings" href="screenplay-ilistitem.html#getItemSettings" status="internal" access="private" location="projectsettingslistitem.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistitem.h" lineno="61" meta="plain" virtual="pure" const="false" static="false" final="false" override="false" type="QJsonObject" signature="QJsonObject getItemSettings() = 0"/>
@ -1561,7 +1588,7 @@
<function name="sortByName" fullname="ScreenPlay::InstalledListFilter::sortByName" href="screenplay-installedlistfilter.html#sortByName" status="active" access="public" location="installedlistfilter.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/installedlistfilter.h" lineno="54" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" brief="Invoked when the user uses the quicksearch at the top right of the installed page. Uses the name to sort by name. This name is saved in the project.json title" signature="void sortByName(const QString &amp;name)">
<parameter type="const QString &amp;" name="name" default=""/>
</function>
<function name="sortBySearchType" fullname="ScreenPlay::InstalledListFilter::sortBySearchType" href="screenplay-installedlistfilter.html#sortBySearchType" status="internal" access="private" location="installedlistfilter.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/installedlistfilter.h" lineno="53" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void sortBySearchType(const ScreenPlay::SearchType::SearchType searchType)">
<function name="sortBySearchType" fullname="ScreenPlay::InstalledListFilter::sortBySearchType" href="screenplay-installedlistfilter.html#sortBySearchType" status="active" access="public" location="installedlistfilter.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/installedlistfilter.h" lineno="53" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void sortBySearchType(const ScreenPlay::SearchType::SearchType searchType)">
<parameter type="const ScreenPlay::SearchType::SearchType" name="searchType" default=""/>
</function>
<struct name="QPrivateSignal" fullname="ScreenPlay::InstalledListFilter::QPrivateSignal" href="screenplay-installedlistfilter-qprivatesignal.html" status="internal" access="private" location="installedlistfilter.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/installedlistfilter.h" lineno="47"/>
@ -1590,10 +1617,10 @@
<parameter type="const QModelIndex &amp;" name="index" default=""/>
<parameter type="int" name="role" default="Qt::DisplayRole"/>
</function>
<function name="deinstallItemAt" fullname="ScreenPlay::InstalledListModel::deinstallItemAt" href="screenplay-installedlistmodel.html#deinstallItemAt" status="internal" access="private" location="installedlistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/installedlistmodel.h" lineno="105" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool deinstallItemAt(const int index)">
<function name="deinstallItemAt" fullname="ScreenPlay::InstalledListModel::deinstallItemAt" href="screenplay-installedlistmodel.html#deinstallItemAt" status="active" access="public" location="installedlistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/installedlistmodel.h" lineno="105" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool deinstallItemAt(const int index)">
<parameter type="const int" name="index" default=""/>
</function>
<function name="get" fullname="ScreenPlay::InstalledListModel::get" href="screenplay-installedlistmodel.html#get" status="internal" access="private" location="installedlistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/installedlistmodel.h" lineno="99" meta="slot" virtual="non" const="true" static="false" final="false" override="false" type="QVariantMap" signature="QVariantMap get(const QString &amp;folderId) const">
<function name="get" fullname="ScreenPlay::InstalledListModel::get" href="screenplay-installedlistmodel.html#get" status="active" access="public" location="installedlistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/installedlistmodel.h" lineno="99" documented="true" meta="slot" virtual="non" const="true" static="false" final="false" override="false" type="QVariantMap" signature="QVariantMap get(const QString &amp;folderId) const">
<parameter type="const QString &amp;" name="folderId" default=""/>
</function>
<function name="init" fullname="ScreenPlay::InstalledListModel::init" href="screenplay-installedlistmodel.html#init" status="active" access="public" location="installedlistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/installedlistmodel.h" lineno="104" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" brief="Init function that needs to be called after the constructor because we need the GlobalVariables to finish loading" signature="void init()"/>
@ -1620,7 +1647,7 @@
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function name="reset" fullname="ScreenPlay::InstalledListModel::reset" href="screenplay-installedlistmodel.html#reset" status="internal" access="private" location="installedlistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/installedlistmodel.h" lineno="103" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void reset()"/>
<function name="reset" fullname="ScreenPlay::InstalledListModel::reset" href="screenplay-installedlistmodel.html#reset" status="active" access="public" location="installedlistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/installedlistmodel.h" lineno="103" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void reset()"/>
<function name="roleNames" fullname="ScreenPlay::InstalledListModel::roleNames" href="screenplay-installedlistmodel.html#roleNames" status="active" access="public" location="installedlistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/installedlistmodel.h" lineno="77" documented="true" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="QHash&lt;int, QByteArray&gt;" brief="Returns the variable names for QML" signature="QHash&lt;int, QByteArray&gt; roleNames() const override"/>
<function name="rowCount" fullname="ScreenPlay::InstalledListModel::rowCount" href="screenplay-installedlistmodel.html#rowCount" status="active" access="public" location="installedlistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/installedlistmodel.h" lineno="75" documented="true" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="int" brief="Returns the length of the installed items" signature="int rowCount(const QModelIndex &amp;parent) const override">
<parameter type="const QModelIndex &amp;" name="parent" default="QModelIndex()"/>
@ -1653,6 +1680,12 @@
<variable name="staticMetaObject" fullname="ScreenPlay::InstalledListModel::staticMetaObject" href="screenplay-installedlistmodel.html#staticMetaObject-var" status="internal" access="private" location="installedlistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/installedlistmodel.h" lineno="66" type="const QMetaObject" static="true"/>
</class>
<namespace name="InstalledType" fullname="ScreenPlay::InstalledType" href="screenplay-installedtype-sub-screenplay.html" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="55">
<function name="isWallpaper" fullname="ScreenPlay::InstalledType::isWallpaper" href="screenplay-installedtype-sub-screenplay.html#isWallpaper" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="71" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool isWallpaper(const ScreenPlay::InstalledType::InstalledType type)">
<parameter type="const ScreenPlay::InstalledType::InstalledType" name="type" default=""/>
</function>
<function name="isWidget" fullname="ScreenPlay::InstalledType::isWidget" href="screenplay-installedtype-sub-screenplay.html#isWidget" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="76" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool isWidget(const ScreenPlay::InstalledType::InstalledType type)">
<parameter type="const ScreenPlay::InstalledType::InstalledType" name="type" default=""/>
</function>
<function name="qt_getEnumMetaObject" fullname="ScreenPlay::InstalledType::qt_getEnumMetaObject" href="screenplay-installedtype-sub-screenplay.html#qt_getEnumMetaObject" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="69" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * qt_getEnumMetaObject(ScreenPlay::InstalledType::InstalledType)">
<parameter type="ScreenPlay::InstalledType::InstalledType" name="" default=""/>
</function>
@ -1781,14 +1814,14 @@
<parameter type="const std::shared_ptr&lt;GlobalVariables&gt; &amp;" name="globalVariables" default=""/>
<parameter type="QObject *" name="parent" default="nullptr"/>
</function>
<function name="append" fullname="ScreenPlay::ProfileListModel::append" href="screenplay-profilelistmodel.html#append" status="internal" access="private" location="profilelistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/profilelistmodel.h" lineno="72" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void append(const ScreenPlay::Profile &amp;profile)">
<function name="append" fullname="ScreenPlay::ProfileListModel::append" href="screenplay-profilelistmodel.html#append" status="active" access="public" location="profilelistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/profilelistmodel.h" lineno="72" documented="true" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void append(const ScreenPlay::Profile &amp;profile)">
<parameter type="const ScreenPlay::Profile &amp;" name="profile" default=""/>
</function>
<function name="data" fullname="ScreenPlay::ProfileListModel::data" href="screenplay-profilelistmodel.html#data" status="internal" access="private" location="profilelistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/profilelistmodel.h" lineno="69" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="QVariant" signature="QVariant data(const QModelIndex &amp;index, int role) const override">
<function name="data" fullname="ScreenPlay::ProfileListModel::data" href="screenplay-profilelistmodel.html#data" status="active" access="public" location="profilelistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/profilelistmodel.h" lineno="69" documented="true" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="QVariant" signature="QVariant data(const QModelIndex &amp;index, int role) const override">
<parameter type="const QModelIndex &amp;" name="index" default=""/>
<parameter type="int" name="role" default="Qt::DisplayRole"/>
</function>
<function name="getProfileByName" fullname="ScreenPlay::ProfileListModel::getProfileByName" href="screenplay-profilelistmodel.html#getProfileByName" status="internal" access="private" location="profilelistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/profilelistmodel.h" lineno="71" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool getProfileByName(QString id, ScreenPlay::Profile *profile)">
<function name="getProfileByName" fullname="ScreenPlay::ProfileListModel::getProfileByName" href="screenplay-profilelistmodel.html#getProfileByName" status="active" access="public" location="profilelistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/profilelistmodel.h" lineno="71" documented="true" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool getProfileByName(QString id, ScreenPlay::Profile *profile)">
<parameter type="QString" name="id" default=""/>
<parameter type="ScreenPlay::Profile *" name="profile" default=""/>
</function>
@ -1807,8 +1840,8 @@
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function name="roleNames" fullname="ScreenPlay::ProfileListModel::roleNames" href="screenplay-profilelistmodel.html#roleNames" status="internal" access="private" location="profilelistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/profilelistmodel.h" lineno="70" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="QHash&lt;int, QByteArray&gt;" signature="QHash&lt;int, QByteArray&gt; roleNames() const override"/>
<function name="rowCount" fullname="ScreenPlay::ProfileListModel::rowCount" href="screenplay-profilelistmodel.html#rowCount" status="internal" access="private" location="profilelistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/profilelistmodel.h" lineno="68" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="int" signature="int rowCount(const QModelIndex &amp;parent) const override">
<function name="roleNames" fullname="ScreenPlay::ProfileListModel::roleNames" href="screenplay-profilelistmodel.html#roleNames" status="active" access="public" location="profilelistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/profilelistmodel.h" lineno="70" documented="true" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="QHash&lt;int, QByteArray&gt;" signature="QHash&lt;int, QByteArray&gt; roleNames() const override"/>
<function name="rowCount" fullname="ScreenPlay::ProfileListModel::rowCount" href="screenplay-profilelistmodel.html#rowCount" status="active" access="public" location="profilelistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/profilelistmodel.h" lineno="68" documented="true" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="int" signature="int rowCount(const QModelIndex &amp;parent) const override">
<parameter type="const QModelIndex &amp;" name="parent" default="QModelIndex()"/>
</function>
<struct name="QPrivateSignal" fullname="ScreenPlay::ProfileListModel::QPrivateSignal" href="screenplay-profilelistmodel-qprivatesignal.html" status="internal" access="private" location="profilelistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/profilelistmodel.h" lineno="56"/>
@ -1861,10 +1894,10 @@
<variable name="staticMetaObject" fullname="ScreenPlay::ProjectSettingsListItem::staticMetaObject" href="screenplay-projectsettingslistitem.html#staticMetaObject-var" status="internal" access="private" location="projectsettingslistitem.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistitem.h" lineno="116" type="const QMetaObject" static="true"/>
</struct>
<class name="ProjectSettingsListModel" fullname="ScreenPlay::ProjectSettingsListModel" href="screenplay-projectsettingslistmodel.html" status="active" access="public" location="projectsettingslistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistmodel.h" lineno="78" documented="true" bases="QAbstractListModel" module="ScreenPlay" brief="Used for the dynamic loading of the properties json object inside a project.json">
<function name="append" fullname="ScreenPlay::ProjectSettingsListModel::append" href="screenplay-projectsettingslistmodel.html#append" status="internal" access="private" location="projectsettingslistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistmodel.h" lineno="95" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void append(const ScreenPlay::SettingsItem &amp;&amp;item)">
<function name="append" fullname="ScreenPlay::ProjectSettingsListModel::append" href="screenplay-projectsettingslistmodel.html#append" status="active" access="public" location="projectsettingslistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistmodel.h" lineno="95" documented="true" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void append(const ScreenPlay::SettingsItem &amp;&amp;item)">
<parameter type="const ScreenPlay::SettingsItem &amp;&amp;" name="item" default=""/>
</function>
<function name="data" fullname="ScreenPlay::ProjectSettingsListModel::data" href="screenplay-projectsettingslistmodel.html#data" status="internal" access="private" location="projectsettingslistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistmodel.h" lineno="83" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="QVariant" signature="QVariant data(const QModelIndex &amp;index, int role) const override">
<function name="data" fullname="ScreenPlay::ProjectSettingsListModel::data" href="screenplay-projectsettingslistmodel.html#data" status="active" access="public" location="projectsettingslistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistmodel.h" lineno="83" documented="true" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="QVariant" signature="QVariant data(const QModelIndex &amp;index, int role) const override">
<parameter type="const QModelIndex &amp;" name="index" default=""/>
<parameter type="int" name="role" default="Qt::DisplayRole"/>
</function>
@ -1894,11 +1927,11 @@
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function name="roleNames" fullname="ScreenPlay::ProjectSettingsListModel::roleNames" href="screenplay-projectsettingslistmodel.html#roleNames" status="internal" access="private" location="projectsettingslistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistmodel.h" lineno="84" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="QHash&lt;int, QByteArray&gt;" signature="QHash&lt;int, QByteArray&gt; roleNames() const override"/>
<function name="rowCount" fullname="ScreenPlay::ProjectSettingsListModel::rowCount" href="screenplay-projectsettingslistmodel.html#rowCount" status="internal" access="private" location="projectsettingslistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistmodel.h" lineno="82" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="int" signature="int rowCount(const QModelIndex &amp;parent) const override">
<function name="roleNames" fullname="ScreenPlay::ProjectSettingsListModel::roleNames" href="screenplay-projectsettingslistmodel.html#roleNames" status="active" access="public" location="projectsettingslistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistmodel.h" lineno="84" documented="true" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="QHash&lt;int, QByteArray&gt;" signature="QHash&lt;int, QByteArray&gt; roleNames() const override"/>
<function name="rowCount" fullname="ScreenPlay::ProjectSettingsListModel::rowCount" href="screenplay-projectsettingslistmodel.html#rowCount" status="active" access="public" location="projectsettingslistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistmodel.h" lineno="82" documented="true" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="int" signature="int rowCount(const QModelIndex &amp;parent) const override">
<parameter type="const QModelIndex &amp;" name="parent" default="QModelIndex()"/>
</function>
<function name="setValueAtIndex" fullname="ScreenPlay::ProjectSettingsListModel::setValueAtIndex" href="screenplay-projectsettingslistmodel.html#setValueAtIndex" status="internal" access="private" location="projectsettingslistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistmodel.h" lineno="98" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setValueAtIndex(const int row, const QString &amp;key, const QJsonObject &amp;value)">
<function name="setValueAtIndex" fullname="ScreenPlay::ProjectSettingsListModel::setValueAtIndex" href="screenplay-projectsettingslistmodel.html#setValueAtIndex" status="active" access="public" location="projectsettingslistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistmodel.h" lineno="98" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setValueAtIndex(const int row, const QString &amp;key, const QJsonObject &amp;value)">
<parameter type="const int" name="row" default=""/>
<parameter type="const QString &amp;" name="key" default=""/>
<parameter type="const QJsonObject &amp;" name="value" default=""/>
@ -1912,8 +1945,8 @@
<variable name="m_projectSettings" fullname="ScreenPlay::ProjectSettingsListModel::m_projectSettings" href="screenplay-projectsettingslistmodel.html#m_projectSettings-var" status="internal" access="private" location="projectsettingslistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistmodel.h" lineno="101" type="QVector&lt;ScreenPlay::SettingsItem&gt;" static="false"/>
<variable name="staticMetaObject" fullname="ScreenPlay::ProjectSettingsListModel::staticMetaObject" href="screenplay-projectsettingslistmodel.html#staticMetaObject-var" status="internal" access="private" location="projectsettingslistmodel.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/projectsettingslistmodel.h" lineno="79" type="const QMetaObject" static="true"/>
</class>
<class name="SDKConnection" fullname="ScreenPlay::SDKConnection" href="screenplay-sdkconnection.html" status="internal" access="private" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="62" bases="QObject">
<function name="SDKConnection" fullname="ScreenPlay::SDKConnection::SDKConnection" href="screenplay-sdkconnection.html#SDKConnection" status="internal" access="private" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="72" meta="constructor" virtual="non" const="false" static="false" final="false" override="false" type="" signature="SDKConnection(QLocalSocket *socket, QObject *parent)">
<class name="SDKConnection" fullname="ScreenPlay::SDKConnection" href="screenplay-sdkconnection.html" status="active" access="public" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="62" documented="true" bases="QObject" module="ScreenPlay" brief="Contains all connections to Wallpaper and Widgets">
<function name="SDKConnection" fullname="ScreenPlay::SDKConnection::SDKConnection" href="screenplay-sdkconnection.html#SDKConnection" status="active" access="public" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="72" documented="true" meta="constructor" virtual="non" const="false" static="false" final="false" override="false" type="" signature="SDKConnection(QLocalSocket *socket, QObject *parent)">
<parameter type="QLocalSocket *" name="socket" default=""/>
<parameter type="QObject *" name="parent" default="nullptr"/>
</function>
@ -1924,7 +1957,7 @@
<function name="appIDChanged" fullname="ScreenPlay::SDKConnection::appIDChanged" href="screenplay-sdkconnection.html#appID-prop" status="active" access="public" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="96" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="appID" type="void" signature="void appIDChanged(QString appID)">
<parameter type="QString" name="appID" default=""/>
</function>
<function name="close" fullname="ScreenPlay::SDKConnection::close" href="screenplay-sdkconnection.html#close" status="internal" access="private" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="108" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void close()"/>
<function name="close" fullname="ScreenPlay::SDKConnection::close" href="screenplay-sdkconnection.html#close" status="active" access="public" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="108" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void close()"/>
<function name="jsonMessageReceived" fullname="ScreenPlay::SDKConnection::jsonMessageReceived" href="screenplay-sdkconnection.html#jsonMessageReceived" status="internal" access="private" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="102" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void jsonMessageReceived(const QJsonObject obj)">
<parameter type="const QJsonObject" name="obj" default=""/>
</function>
@ -1948,13 +1981,13 @@
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function name="readyRead" fullname="ScreenPlay::SDKConnection::readyRead" href="screenplay-sdkconnection.html#readyRead" status="internal" access="private" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="106" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void readyRead()"/>
<function name="readyRead" fullname="ScreenPlay::SDKConnection::readyRead" href="screenplay-sdkconnection.html#readyRead" status="active" access="public" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="106" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void readyRead()"/>
<function name="requestCloseAt" fullname="ScreenPlay::SDKConnection::requestCloseAt" href="screenplay-sdkconnection.html#requestCloseAt" status="internal" access="private" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="95" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void requestCloseAt(int at)">
<parameter type="int" name="at" default=""/>
</function>
<function name="requestDecreaseWidgetCount" fullname="ScreenPlay::SDKConnection::requestDecreaseWidgetCount" href="screenplay-sdkconnection.html#requestDecreaseWidgetCount" status="internal" access="private" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="99" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void requestDecreaseWidgetCount()"/>
<function name="requestRaise" fullname="ScreenPlay::SDKConnection::requestRaise" href="screenplay-sdkconnection.html#requestRaise" status="internal" access="private" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="100" meta="signal" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void requestRaise()"/>
<function name="sendMessage" fullname="ScreenPlay::SDKConnection::sendMessage" href="screenplay-sdkconnection.html#sendMessage" status="internal" access="private" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="107" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void sendMessage(const QByteArray &amp;message)">
<function name="sendMessage" fullname="ScreenPlay::SDKConnection::sendMessage" href="screenplay-sdkconnection.html#sendMessage" status="active" access="public" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="107" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void sendMessage(const QByteArray &amp;message)">
<parameter type="const QByteArray &amp;" name="message" default=""/>
</function>
<function name="setAppID" fullname="ScreenPlay::SDKConnection::setAppID" href="screenplay-sdkconnection.html#appID-prop" status="active" access="public" location="sdkconnection.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/sdkconnection.h" lineno="110" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="appID" type="void" signature="void setAppID(QString appID)">
@ -2005,7 +2038,7 @@
<function name="activeWidgetsCounterChanged" fullname="ScreenPlay::ScreenPlayManager::activeWidgetsCounterChanged" href="screenplay-screenplaymanager.html#activeWidgetsCounter-prop" status="active" access="public" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="94" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="activeWidgetsCounter" type="void" signature="void activeWidgetsCounterChanged(int activeWidgetsCounter)">
<parameter type="int" name="activeWidgetsCounter" default=""/>
</function>
<function name="appConnected" fullname="ScreenPlay::ScreenPlayManager::appConnected" href="screenplay-screenplaymanager.html#appConnected" status="internal" access="private" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="193" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void appConnected(const std::shared_ptr&lt;SDKConnection&gt; &amp;connection)">
<function name="appConnected" fullname="ScreenPlay::ScreenPlayManager::appConnected" href="screenplay-screenplaymanager.html#appConnected" status="active" access="private" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="193" documented="true" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void appConnected(const std::shared_ptr&lt;SDKConnection&gt; &amp;connection)">
<parameter type="const std::shared_ptr&lt;SDKConnection&gt; &amp;" name="connection" default=""/>
</function>
<function name="checkIsAnotherScreenPlayInstanceRunning" fullname="ScreenPlay::ScreenPlayManager::checkIsAnotherScreenPlayInstanceRunning" href="screenplay-screenplaymanager.html#checkIsAnotherScreenPlayInstanceRunning" status="active" access="private" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="194" documented="true" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="bool" brief="Checks if another ScreenPlay instance is running by trying to connect to a pipe with the name ScreenPlay. If successful we send a raise command and quit via m_isAnotherScreenPlayInstanceRunning = true" signature="bool checkIsAnotherScreenPlayInstanceRunning()"/>
@ -2044,7 +2077,7 @@
</function>
<function name="increaseActiveWallpaperCounter" fullname="ScreenPlay::ScreenPlayManager::increaseActiveWallpaperCounter" href="screenplay-screenplaymanager.html#increaseActiveWallpaperCounter" status="internal" access="private" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="176" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void increaseActiveWallpaperCounter()"/>
<function name="increaseActiveWidgetsCounter" fullname="ScreenPlay::ScreenPlayManager::increaseActiveWidgetsCounter" href="screenplay-screenplaymanager.html#increaseActiveWidgetsCounter" status="internal" access="private" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="161" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void increaseActiveWidgetsCounter()"/>
<function name="init" fullname="ScreenPlay::ScreenPlayManager::init" href="screenplay-screenplaymanager.html#init" status="internal" access="private" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="85" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void init(const std::shared_ptr&lt;GlobalVariables&gt; &amp;globalVariables, const std::shared_ptr&lt;MonitorListModel&gt; &amp;mlm, const int &amp;telemetry, const std::shared_ptr&lt;Settings&gt; &amp;settings)">
<function name="init" fullname="ScreenPlay::ScreenPlayManager::init" href="screenplay-screenplaymanager.html#init" status="active" access="public" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="85" documented="true" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void init(const std::shared_ptr&lt;GlobalVariables&gt; &amp;globalVariables, const std::shared_ptr&lt;MonitorListModel&gt; &amp;mlm, const int &amp;telemetry, const std::shared_ptr&lt;Settings&gt; &amp;settings)">
<parameter type="const std::shared_ptr&lt;GlobalVariables&gt; &amp;" name="globalVariables" default=""/>
<parameter type="const std::shared_ptr&lt;MonitorListModel&gt; &amp;" name="mlm" default=""/>
<parameter type="const int &amp;" name="telemetry" default=""/>
@ -2075,13 +2108,13 @@
</function>
<function name="removeAllWallpapers" fullname="ScreenPlay::ScreenPlayManager::removeAllWallpapers" href="screenplay-screenplaymanager.html#removeAllWallpapers" status="active" access="public" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="126" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" brief="Removes all wallpaper entries in the profiles.json. This method will likely be removed when using nlohmann/json in the future" signature="void removeAllWallpapers()"/>
<function name="removeAllWidgets" fullname="ScreenPlay::ScreenPlayManager::removeAllWidgets" href="screenplay-screenplaymanager.html#removeAllWidgets" status="active" access="public" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="127" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" brief="Removes all widgets and resets the activeWidgetCounter to 0" signature="void removeAllWidgets()"/>
<function name="removeApp" fullname="ScreenPlay::ScreenPlayManager::removeApp" href="screenplay-screenplaymanager.html#removeApp" status="internal" access="private" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="129" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool removeApp(const QString &amp;appID)">
<function name="removeApp" fullname="ScreenPlay::ScreenPlayManager::removeApp" href="screenplay-screenplaymanager.html#removeApp" status="active" access="public" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="129" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool removeApp(const QString &amp;appID)">
<parameter type="const QString &amp;" name="appID" default=""/>
</function>
<function name="removeWallpaperAt" fullname="ScreenPlay::ScreenPlayManager::removeWallpaperAt" href="screenplay-screenplaymanager.html#removeWallpaperAt" status="internal" access="private" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="128" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool removeWallpaperAt(const int index)">
<parameter type="const int" name="index" default=""/>
</function>
<function name="removeWallpaperByAppID" fullname="ScreenPlay::ScreenPlayManager::removeWallpaperByAppID" href="screenplay-screenplaymanager.html#removeWallpaperByAppID" status="internal" access="private" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="195" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool removeWallpaperByAppID(const QString &amp;appID)">
<function name="removeWallpaperByAppID" fullname="ScreenPlay::ScreenPlayManager::removeWallpaperByAppID" href="screenplay-screenplaymanager.html#removeWallpaperByAppID" status="active" access="private" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="195" documented="true" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="bool" signature="bool removeWallpaperByAppID(const QString &amp;appID)">
<parameter type="const QString &amp;" name="appID" default=""/>
</function>
<function name="requestProjectSettingsAtMonitorIndex" fullname="ScreenPlay::ScreenPlayManager::requestProjectSettingsAtMonitorIndex" href="screenplay-screenplaymanager.html#requestProjectSettingsAtMonitorIndex" status="active" access="public" location="screenplaymanager.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaymanager.h" lineno="131" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="void" brief="Request a spesific json profile to display in the active wallpaper popup on the right" signature="void requestProjectSettingsAtMonitorIndex(const int index)">
@ -2170,7 +2203,7 @@
<function name="fillModeChanged" fullname="ScreenPlay::ScreenPlayWallpaper::fillModeChanged" href="screenplay-screenplaywallpaper.html#fillMode-prop" status="active" access="public" location="screenplaywallpaper.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywallpaper.h" lineno="159" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="fillMode" type="void" signature="void fillModeChanged(FillMode::FillMode fillMode)">
<parameter type="FillMode::FillMode" name="fillMode" default=""/>
</function>
<function name="getActiveSettingsJson" fullname="ScreenPlay::ScreenPlayWallpaper::getActiveSettingsJson" href="screenplay-screenplaywallpaper.html#getActiveSettingsJson" status="internal" access="private" location="screenplaywallpaper.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywallpaper.h" lineno="96" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="QJsonObject" signature="QJsonObject getActiveSettingsJson()"/>
<function name="getActiveSettingsJson" fullname="ScreenPlay::ScreenPlayWallpaper::getActiveSettingsJson" href="screenplay-screenplaywallpaper.html#getActiveSettingsJson" status="active" access="public" location="screenplaywallpaper.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywallpaper.h" lineno="96" documented="true" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="QJsonObject" signature="QJsonObject getActiveSettingsJson()"/>
<function name="getProjectSettingsListModel" fullname="ScreenPlay::ScreenPlayWallpaper::getProjectSettingsListModel" href="screenplay-screenplaywallpaper.html#getProjectSettingsListModel" status="internal" access="private" location="screenplaywallpaper.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywallpaper.h" lineno="143" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="ScreenPlay::ProjectSettingsListModel *" signature="ScreenPlay::ProjectSettingsListModel * getProjectSettingsListModel()"/>
<function name="isLooping" fullname="ScreenPlay::ScreenPlayWallpaper::isLooping" href="screenplay-screenplaywallpaper.html#isLooping-prop" status="active" access="public" location="screenplaywallpaper.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywallpaper.h" lineno="138" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="isLooping" type="bool" signature="bool isLooping() const"/>
<function name="isLoopingChanged" fullname="ScreenPlay::ScreenPlayWallpaper::isLoopingChanged" href="screenplay-screenplaywallpaper.html#isLooping-prop" status="active" access="public" location="screenplaywallpaper.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywallpaper.h" lineno="163" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="isLooping" type="void" signature="void isLoopingChanged(bool isLooping)">
@ -2209,7 +2242,7 @@
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function name="replace" fullname="ScreenPlay::ScreenPlayWallpaper::replace" href="screenplay-screenplaywallpaper.html#replace" status="internal" access="private" location="screenplaywallpaper.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywallpaper.h" lineno="85" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void replace(const QString &amp;absolutePath, const QString &amp;previewImage, const QString &amp;file, const float volume, const FillMode::FillMode fillMode, const InstalledType::InstalledType type, const bool checkWallpaperVisible)">
<function name="replace" fullname="ScreenPlay::ScreenPlayWallpaper::replace" href="screenplay-screenplaywallpaper.html#replace" status="active" access="public" location="screenplaywallpaper.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywallpaper.h" lineno="85" documented="true" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void replace(const QString &amp;absolutePath, const QString &amp;previewImage, const QString &amp;file, const float volume, const FillMode::FillMode fillMode, const InstalledType::InstalledType type, const bool checkWallpaperVisible)">
<parameter type="const QString &amp;" name="absolutePath" default=""/>
<parameter type="const QString &amp;" name="previewImage" default=""/>
<parameter type="const QString &amp;" name="file" default=""/>
@ -2247,7 +2280,7 @@
<function name="setPreviewImage" fullname="ScreenPlay::ScreenPlayWallpaper::setPreviewImage" href="screenplay-screenplaywallpaper.html#previewImage-prop" status="active" access="public" location="screenplaywallpaper.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywallpaper.h" lineno="183" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="previewImage" type="void" signature="void setPreviewImage(QString previewImage)">
<parameter type="QString" name="previewImage" default=""/>
</function>
<function name="setSDKConnection" fullname="ScreenPlay::ScreenPlayWallpaper::setSDKConnection" href="screenplay-screenplaywallpaper.html#setSDKConnection" status="internal" access="private" location="screenplaywallpaper.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywallpaper.h" lineno="94" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setSDKConnection(const std::shared_ptr&lt;SDKConnection&gt; &amp;connection)">
<function name="setSDKConnection" fullname="ScreenPlay::ScreenPlayWallpaper::setSDKConnection" href="screenplay-screenplaywallpaper.html#setSDKConnection" status="active" access="public" location="screenplaywallpaper.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywallpaper.h" lineno="94" documented="true" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setSDKConnection(const std::shared_ptr&lt;SDKConnection&gt; &amp;connection)">
<parameter type="const std::shared_ptr&lt;SDKConnection&gt; &amp;" name="connection" default=""/>
</function>
<function name="setScreenNumber" fullname="ScreenPlay::ScreenPlayWallpaper::setScreenNumber" href="screenplay-screenplaywallpaper.html#screenNumber-prop" status="active" access="public" location="screenplaywallpaper.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywallpaper.h" lineno="174" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="screenNumber" type="void" signature="void setScreenNumber(QVector&lt;int&gt; screenNumber)">
@ -2359,7 +2392,7 @@
<function name="appIDChanged" fullname="ScreenPlay::ScreenPlayWidget::appIDChanged" href="screenplay-screenplaywidget.html#appID-prop" status="active" access="public" location="screenplaywidget.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywidget.h" lineno="155" meta="signal" virtual="non" const="false" static="false" final="false" override="false" associated-property="appID" type="void" signature="void appIDChanged(QString appID)">
<parameter type="QString" name="appID" default=""/>
</function>
<function name="getActiveSettingsJson" fullname="ScreenPlay::ScreenPlayWidget::getActiveSettingsJson" href="screenplay-screenplaywidget.html#getActiveSettingsJson" status="internal" access="private" location="screenplaywidget.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywidget.h" lineno="105" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="QJsonObject" signature="QJsonObject getActiveSettingsJson()"/>
<function name="getActiveSettingsJson" fullname="ScreenPlay::ScreenPlayWidget::getActiveSettingsJson" href="screenplay-screenplaywidget.html#getActiveSettingsJson" status="active" access="public" location="screenplaywidget.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywidget.h" lineno="105" documented="true" meta="slot" virtual="non" const="false" static="false" final="false" override="false" type="QJsonObject" signature="QJsonObject getActiveSettingsJson()"/>
<function name="getProjectSettingsListModel" fullname="ScreenPlay::ScreenPlayWidget::getProjectSettingsListModel" href="screenplay-screenplaywidget.html#getProjectSettingsListModel" status="internal" access="private" location="screenplaywidget.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywidget.h" lineno="99" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="ScreenPlay::ProjectSettingsListModel *" signature="ScreenPlay::ProjectSettingsListModel * getProjectSettingsListModel()"/>
<function name="metaObject" fullname="ScreenPlay::ScreenPlayWidget::metaObject" href="screenplay-screenplaywidget.html#metaObject" status="internal" access="private" location="screenplaywidget.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywidget.h" lineno="54" meta="plain" virtual="virtual" const="true" static="false" final="false" override="true" type="const QMetaObject *" signature="const QMetaObject * metaObject() const override"/>
<function name="position" fullname="ScreenPlay::ScreenPlayWidget::position" href="screenplay-screenplaywidget.html#position-prop" status="active" access="public" location="screenplaywidget.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywidget.h" lineno="77" meta="plain" virtual="non" const="true" static="false" final="false" override="false" associated-property="position" type="QPoint" signature="QPoint position() const"/>
@ -2400,7 +2433,7 @@
<function name="setPreviewImage" fullname="ScreenPlay::ScreenPlayWidget::setPreviewImage" href="screenplay-screenplaywidget.html#previewImage-prop" status="active" access="public" location="screenplaywidget.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywidget.h" lineno="107" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="previewImage" type="void" signature="void setPreviewImage(QString previewImage)">
<parameter type="QString" name="previewImage" default=""/>
</function>
<function name="setSDKConnection" fullname="ScreenPlay::ScreenPlayWidget::setSDKConnection" href="screenplay-screenplaywidget.html#setSDKConnection" status="internal" access="private" location="screenplaywidget.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywidget.h" lineno="97" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setSDKConnection(const std::shared_ptr&lt;SDKConnection&gt; &amp;connection)">
<function name="setSDKConnection" fullname="ScreenPlay::ScreenPlayWidget::setSDKConnection" href="screenplay-screenplaywidget.html#setSDKConnection" status="active" access="public" location="screenplaywidget.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywidget.h" lineno="97" documented="true" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setSDKConnection(const std::shared_ptr&lt;SDKConnection&gt; &amp;connection)">
<parameter type="const std::shared_ptr&lt;SDKConnection&gt; &amp;" name="connection" default=""/>
</function>
<function name="setType" fullname="ScreenPlay::ScreenPlayWidget::setType" href="screenplay-screenplaywidget.html#type-prop" status="active" access="public" location="screenplaywidget.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywidget.h" lineno="134" meta="slot" virtual="non" const="false" static="false" final="false" override="false" associated-property="type" type="void" signature="void setType(InstalledType::InstalledType type)">
@ -2448,21 +2481,21 @@
<variable name="m_type" fullname="ScreenPlay::ScreenPlayWidget::m_type" href="screenplay-screenplaywidget.html#m_type-var" status="internal" access="private" location="screenplaywidget.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywidget.h" lineno="171" type="InstalledType::InstalledType" static="false"/>
<variable name="staticMetaObject" fullname="ScreenPlay::ScreenPlayWidget::staticMetaObject" href="screenplay-screenplaywidget.html#staticMetaObject-var" status="internal" access="private" location="screenplaywidget.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/screenplaywidget.h" lineno="54" type="const QMetaObject" static="true"/>
</class>
<namespace name="SearchType" fullname="ScreenPlay::SearchType" href="screenplay-searchtype-sub-screenplay.html" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="73">
<function name="qt_getEnumMetaObject" fullname="ScreenPlay::SearchType::qt_getEnumMetaObject" href="screenplay-searchtype-sub-screenplay.html#qt_getEnumMetaObject" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="83" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * qt_getEnumMetaObject(ScreenPlay::SearchType::SearchType)">
<namespace name="SearchType" fullname="ScreenPlay::SearchType" href="screenplay-searchtype-sub-screenplay.html" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="82">
<function name="qt_getEnumMetaObject" fullname="ScreenPlay::SearchType::qt_getEnumMetaObject" href="screenplay-searchtype-sub-screenplay.html#qt_getEnumMetaObject" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="92" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * qt_getEnumMetaObject(ScreenPlay::SearchType::SearchType)">
<parameter type="ScreenPlay::SearchType::SearchType" name="" default=""/>
</function>
<function name="qt_getEnumName" fullname="ScreenPlay::SearchType::qt_getEnumName" href="screenplay-searchtype-sub-screenplay.html#qt_getEnumName" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="83" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="const char *" signature="const char * qt_getEnumName(ScreenPlay::SearchType::SearchType)">
<function name="qt_getEnumName" fullname="ScreenPlay::SearchType::qt_getEnumName" href="screenplay-searchtype-sub-screenplay.html#qt_getEnumName" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="92" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="const char *" signature="const char * qt_getEnumName(ScreenPlay::SearchType::SearchType)">
<parameter type="ScreenPlay::SearchType::SearchType" name="" default=""/>
</function>
<enum name="SearchType" fullname="ScreenPlay::SearchType::SearchType" href="screenplay-searchtype-sub-screenplay.html#SearchType-enum" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="76" scoped="true">
<enum name="SearchType" fullname="ScreenPlay::SearchType::SearchType" href="screenplay-searchtype-sub-screenplay.html#SearchType-enum" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="85" scoped="true">
<value name="All" value="0"/>
<value name="Text" value="1"/>
<value name="Scene" value="2"/>
<value name="Wallpaper" value="3"/>
<value name="Widget" value="4"/>
</enum>
<variable name="staticMetaObject" fullname="ScreenPlay::SearchType::staticMetaObject" href="screenplay-searchtype-sub-screenplay.html#staticMetaObject-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="74" type="const QMetaObject" static="false"/>
<variable name="staticMetaObject" fullname="ScreenPlay::SearchType::staticMetaObject" href="screenplay-searchtype-sub-screenplay.html#staticMetaObject-var" status="internal" access="private" location="globalvariables.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/globalvariables.h" lineno="83" type="const QMetaObject" static="false"/>
</namespace>
<class name="Settings" fullname="ScreenPlay::Settings" href="screenplay-settings.html" status="active" access="public" location="settings.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/settings.h" lineno="76" documented="true" bases="QObject" module="ScreenPlay" brief="Global settings class for reading and writing settings">
<function name="Settings" fullname="ScreenPlay::Settings::Settings" href="screenplay-settings.html#Settings" status="active" access="public" location="settings.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/settings.h" lineno="97" documented="true" meta="constructor" virtual="non" const="false" static="false" final="false" override="false" type="" brief="Constructor and sets up:" signature="Settings(const std::shared_ptr&lt;GlobalVariables&gt; &amp;globalVariables, QObject *parent)">
@ -2806,7 +2839,7 @@
<function name="generateRandomString" fullname="ScreenPlay::Util::generateRandomString" href="screenplay-util.html#generateRandomString" status="active" access="public" location="util.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/util.h" lineno="119" documented="true" meta="slot" virtual="non" const="false" static="true" final="false" override="false" type="QString" brief="Generates a (non secure) random string with the default length of 32. Can contain:" signature="QString generateRandomString(quint32 length)">
<parameter type="quint32" name="length" default="32"/>
</function>
<function name="getInstalledTypeFromString" fullname="ScreenPlay::Util::getInstalledTypeFromString" href="screenplay-util.html#getInstalledTypeFromString" status="internal" access="private" location="util.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/util.h" lineno="109" meta="slot" virtual="non" const="false" static="true" final="false" override="false" type="std::optional&lt;InstalledType::InstalledType&gt;" signature="std::optional&lt;InstalledType::InstalledType&gt; getInstalledTypeFromString(const QString &amp;type)">
<function name="getInstalledTypeFromString" fullname="ScreenPlay::Util::getInstalledTypeFromString" href="screenplay-util.html#getInstalledTypeFromString" status="active" access="public" location="util.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/util.h" lineno="109" documented="true" meta="slot" virtual="non" const="false" static="true" final="false" override="false" type="std::optional&lt;InstalledType::InstalledType&gt;" signature="std::optional&lt;InstalledType::InstalledType&gt; getInstalledTypeFromString(const QString &amp;type)">
<parameter type="const QString &amp;" name="type" default=""/>
</function>
<function name="getSearchTypeFromInstalledType" fullname="ScreenPlay::Util::getSearchTypeFromInstalledType" href="screenplay-util.html#getSearchTypeFromInstalledType" status="internal" access="private" location="util.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/src/util.h" lineno="108" meta="slot" virtual="non" const="false" static="true" final="false" override="false" type="SearchType::SearchType" signature="SearchType::SearchType getSearchTypeFromInstalledType(const InstalledType::InstalledType type)">
@ -3107,7 +3140,7 @@
<qmlproperty name="customMargin" fullname="SettingsHorizontalSeperator::customMargin" href="qml-settingshorizontalseperator.html#customMargin-prop" status="internal" access="private" location="SettingsHorizontalSeperator.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Settings/SettingsHorizontalSeperator.qml" lineno="8" type="real" attached="false" writable="true"/>
<qmlproperty name="customWidth" fullname="SettingsHorizontalSeperator::customWidth" href="qml-settingshorizontalseperator.html#customWidth-prop" status="internal" access="private" location="SettingsHorizontalSeperator.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Settings/SettingsHorizontalSeperator.qml" lineno="5" type="real" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="SettingsPage" qml-module-name="SettingsPage" href="qml-settingspage.html" status="internal" access="private" location="SettingsPage.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Settings/SettingsPage.qml" lineno="10" title="SettingsPage" fulltitle="SettingsPage" subtitle=""/>
<qmlclass name="SettingsPage" qml-module-name="SettingsPage" href="qml-settingspage.html" status="internal" access="private" location="SettingsPage.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Settings/SettingsPage.qml" lineno="9" title="SettingsPage" fulltitle="SettingsPage" subtitle=""/>
<qmlclass name="Shake" qml-module-name="Shake" href="qml-shake.html" status="internal" access="private" location="Shake.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/Shake.qml" lineno="3" title="Shake" fulltitle="Shake" subtitle="">
<function name="start" fullname="Shake::start" href="qml-shake.html#start-method" status="internal" access="private" location="Shake.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/Shake.qml" lineno="5" meta="qmlmethod"/>
<qmlproperty name="loopOffset" fullname="Shake::loopOffset" href="qml-shake.html#loopOffset-prop" status="internal" access="private" location="Shake.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/Shake.qml" lineno="14" type="int" attached="false" writable="true"/>
@ -3121,10 +3154,14 @@
<function name="isWidget" fullname="Sidebar::isWidget" href="qml-sidebar.html#isWidget-method" status="internal" access="private" location="Sidebar.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Installed/Sidebar.qml" lineno="60" meta="qmlmethod"/>
<function name="setWorkshopItem" fullname="Sidebar::setWorkshopItem" href="qml-sidebar.html#setWorkshopItem-method" status="internal" access="private" location="Sidebar.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/Sidebar.qml" lineno="55" meta="qmlmethod"/>
<qmlproperty name="contentFolderName" fullname="Sidebar::contentFolderName" href="qml-sidebar.html#contentFolderName-prop" status="internal" access="private" location="Sidebar.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Installed/Sidebar.qml" lineno="23" type="string" attached="false" writable="true"/>
<qmlproperty name="expanded" fullname="Sidebar::expanded" href="qml-sidebar.html#expanded-prop" status="internal" access="private" location="Sidebar.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Sidebar.qml" lineno="22" type="bool" attached="false" writable="true"/>
<qmlproperty name="imgUrl" fullname="Sidebar::imgUrl" href="qml-sidebar.html#imgUrl-prop" status="internal" access="private" location="Sidebar.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/Sidebar.qml" lineno="48" type="alias" attached="false" writable="true"/>
<qmlproperty name="itemIndex" fullname="Sidebar::itemIndex" href="qml-sidebar.html#itemIndex-prop" status="internal" access="private" location="Sidebar.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/Sidebar.qml" lineno="51" type="int" attached="false" writable="true"/>
<qmlproperty name="listView" fullname="Sidebar::listView" href="qml-sidebar.html#listView-prop" status="internal" access="private" location="Sidebar.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Sidebar.qml" lineno="26" type="alias" attached="false" writable="true"/>
<qmlproperty name="model" fullname="Sidebar::model" href="qml-sidebar.html#model-prop" status="internal" access="private" location="Sidebar.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Sidebar.qml" lineno="27" type="alias" attached="false" writable="true"/>
<qmlproperty name="name" fullname="Sidebar::name" href="qml-sidebar.html#name-prop" status="internal" access="private" location="Sidebar.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/Sidebar.qml" lineno="49" type="string" attached="false" writable="true"/>
<qmlproperty name="navHeight" fullname="Sidebar::navHeight" href="qml-sidebar.html#navHeight-prop" status="internal" access="private" location="Sidebar.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Installed/Sidebar.qml" lineno="21" type="real" attached="false" writable="true"/>
<qmlproperty name="stackView" fullname="Sidebar::stackView" href="qml-sidebar.html#stackView-prop" status="internal" access="private" location="Sidebar.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Sidebar.qml" lineno="28" type="StackView" attached="false" writable="true"/>
<qmlproperty name="subscribed" fullname="Sidebar::subscribed" href="qml-sidebar.html#subscribed-prop" status="internal" access="private" location="Sidebar.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/Sidebar.qml" lineno="53" type="bool" attached="false" writable="true"/>
<qmlproperty name="subscriptionCount" fullname="Sidebar::subscriptionCount" href="qml-sidebar.html#subscriptionCount-prop" status="internal" access="private" location="Sidebar.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/Sidebar.qml" lineno="52" type="int" attached="false" writable="true"/>
<qmlproperty name="type" fullname="Sidebar::type" href="qml-sidebar.html#type-prop" status="internal" access="private" location="Sidebar.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Installed/Sidebar.qml" lineno="22" type="var" attached="false" writable="true"/>
@ -3136,6 +3173,7 @@
<qmlproperty name="iconSource" fullname="Slider::iconSource" href="qml-slider.html#iconSource-prop" status="internal" access="private" location="Slider.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/Slider.qml" lineno="12" type="string" attached="false" writable="true"/>
<qmlproperty name="slider" fullname="Slider::slider" href="qml-slider.html#slider-prop" status="internal" access="private" location="Slider.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/Slider.qml" lineno="13" type="alias" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="StartInfo" qml-module-name="StartInfo" href="qml-startinfo.html" status="internal" access="private" location="StartInfo.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/StartInfo.qml" lineno="15" title="StartInfo" fulltitle="StartInfo" subtitle=""/>
<qmlclass name="SteamNotAvailable" qml-module-name="SteamNotAvailable" href="qml-steamnotavailable.html" status="internal" access="private" location="SteamNotAvailable.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Common/Dialogs/SteamNotAvailable.qml" lineno="5" title="SteamNotAvailable" fulltitle="SteamNotAvailable" subtitle=""/>
<class name="Storage" href="storage.html" status="internal" access="private" location="storage.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlaySysInfo/storage.h" lineno="43" bases="QAbstractListModel">
<function name="Storage" fullname="Storage::Storage" href="storage.html#Storage" status="internal" access="private" location="storage.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlaySysInfo/storage.h" lineno="46" meta="constructor" virtual="non" const="false" static="false" final="false" override="false" type="" signature="Storage(QObject *parent)">
@ -3579,8 +3617,14 @@
<variable name="m_windowsVersion" fullname="WindowsDesktopProperties::m_windowsVersion" href="windowsdesktopproperties.html#m_windowsVersion-var" status="internal" access="private" location="windowsdesktopproperties.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlayWallpaper/src/windowsdesktopproperties.h" lineno="171" type="int" static="false"/>
<variable name="staticMetaObject" fullname="WindowsDesktopProperties::staticMetaObject" href="windowsdesktopproperties.html#staticMetaObject-var" status="internal" access="private" location="windowsdesktopproperties.h" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlayWallpaper/src/windowsdesktopproperties.h" lineno="48" type="const QMetaObject" static="true"/>
</class>
<qmlclass name="Wizard" qml-module-name="Wizard" href="qml-wizard.html" status="internal" access="private" location="Wizard.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizard.qml" lineno="13" title="Wizard" fulltitle="Wizard" subtitle="">
<function name="setSource" fullname="Wizard::setSource" href="qml-wizard.html#setSource-method" status="internal" access="private" location="Wizard.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizard.qml" lineno="18" meta="qmlmethod"/>
<qmlclass name="Wizard" qml-module-name="Wizard" href="qml-wizard.html" status="internal" access="private" location="Wizard.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizard.qml" lineno="12" title="Wizard" fulltitle="Wizard" subtitle="">
<function name="setSource" fullname="Wizard::setSource" href="qml-wizard.html#setSource-method" status="internal" access="private" location="Wizard.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizard.qml" lineno="17" meta="qmlmethod"/>
</qmlclass>
<qmlclass name="WizardPage" qml-module-name="WizardPage" href="qml-wizardpage.html" status="internal" access="private" location="WizardPage.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/WizardPage.qml" lineno="12" title="WizardPage" fulltitle="WizardPage" subtitle="">
<function name="wizardExited" fullname="WizardPage::wizardExited" href="qml-wizardpage.html#wizardExited-signal" status="internal" access="private" location="WizardPage.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/WizardPage.qml" lineno="16" meta="qmlsignal"/>
<function name="wizardStarted" fullname="WizardPage::wizardStarted" href="qml-wizardpage.html#wizardStarted-signal" status="internal" access="private" location="WizardPage.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/WizardPage.qml" lineno="14" meta="qmlsignal"/>
<qmlproperty name="savePopup" fullname="WizardPage::savePopup" href="qml-wizardpage.html#savePopup-prop" status="internal" access="private" location="WizardPage.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/WizardPage.qml" lineno="19" type="alias" attached="false" writable="true"/>
<qmlproperty name="swipeView" fullname="WizardPage::swipeView" href="qml-wizardpage.html#swipeView-prop" status="internal" access="private" location="WizardPage.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Create/Wizards/WizardPage.qml" lineno="18" type="alias" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="Workshop" qml-module-name="Workshop" href="qml-workshop.html" status="internal" access="private" location="Workshop.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/Workshop.qml" lineno="13" title="Workshop" fulltitle="Workshop" subtitle=""/>
<qmlclass name="WorkshopInstalled" qml-module-name="WorkshopInstalled" href="qml-workshopinstalled.html" status="internal" access="private" location="WorkshopInstalled.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopInstalled.qml" lineno="7" title="WorkshopInstalled" fulltitle="WorkshopInstalled" subtitle="">
@ -3590,15 +3634,15 @@
<qmlproperty name="enabled" fullname="WorkshopInstalled::enabled" href="qml-workshopinstalled.html#enabled-prop" status="internal" access="private" location="WorkshopInstalled.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopInstalled.qml" lineno="17" type="bool" attached="false" writable="true"/>
<qmlproperty name="refresh" fullname="WorkshopInstalled::refresh" href="qml-workshopinstalled.html#refresh-prop" status="internal" access="private" location="WorkshopInstalled.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopInstalled.qml" lineno="16" type="bool" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="WorkshopItem" qml-module-name="WorkshopItem" href="qml-workshopitem.html" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="10" title="WorkshopItem" fulltitle="WorkshopItem" subtitle="">
<function name="clicked" fullname="WorkshopItem::clicked" href="qml-workshopitem.html#clicked-signal" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="24" meta="qmlsignal"/>
<qmlproperty name="additionalPreviewUrl" fullname="WorkshopItem::additionalPreviewUrl" href="qml-workshopitem.html#additionalPreviewUrl-prop" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="16" type="url" attached="false" writable="true"/>
<qmlproperty name="imgUrl" fullname="WorkshopItem::imgUrl" href="qml-workshopitem.html#imgUrl-prop" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="15" type="url" attached="false" writable="true"/>
<qmlproperty name="isDownloading" fullname="WorkshopItem::isDownloading" href="qml-workshopitem.html#isDownloading-prop" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="22" type="bool" attached="false" writable="true"/>
<qmlproperty name="itemIndex" fullname="WorkshopItem::itemIndex" href="qml-workshopitem.html#itemIndex-prop" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="19" type="int" attached="false" writable="true"/>
<qmlproperty name="name" fullname="WorkshopItem::name" href="qml-workshopitem.html#name-prop" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="17" type="string" attached="false" writable="true"/>
<qmlproperty name="subscriptionCount" fullname="WorkshopItem::subscriptionCount" href="qml-workshopitem.html#subscriptionCount-prop" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="20" type="int" attached="false" writable="true"/>
<qmlproperty name="workshopID" fullname="WorkshopItem::workshopID" href="qml-workshopitem.html#workshopID-prop" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="18" type="int" attached="false" writable="true"/>
<qmlclass name="WorkshopItem" qml-module-name="WorkshopItem" href="qml-workshopitem.html" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="9" title="WorkshopItem" fulltitle="WorkshopItem" subtitle="">
<function name="clicked" fullname="WorkshopItem::clicked" href="qml-workshopitem.html#clicked-signal" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="23" meta="qmlsignal"/>
<qmlproperty name="additionalPreviewUrl" fullname="WorkshopItem::additionalPreviewUrl" href="qml-workshopitem.html#additionalPreviewUrl-prop" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="15" type="url" attached="false" writable="true"/>
<qmlproperty name="imgUrl" fullname="WorkshopItem::imgUrl" href="qml-workshopitem.html#imgUrl-prop" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="14" type="url" attached="false" writable="true"/>
<qmlproperty name="isDownloading" fullname="WorkshopItem::isDownloading" href="qml-workshopitem.html#isDownloading-prop" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="21" type="bool" attached="false" writable="true"/>
<qmlproperty name="itemIndex" fullname="WorkshopItem::itemIndex" href="qml-workshopitem.html#itemIndex-prop" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="18" type="int" attached="false" writable="true"/>
<qmlproperty name="name" fullname="WorkshopItem::name" href="qml-workshopitem.html#name-prop" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="16" type="string" attached="false" writable="true"/>
<qmlproperty name="subscriptionCount" fullname="WorkshopItem::subscriptionCount" href="qml-workshopitem.html#subscriptionCount-prop" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="19" type="int" attached="false" writable="true"/>
<qmlproperty name="workshopID" fullname="WorkshopItem::workshopID" href="qml-workshopitem.html#workshopID-prop" status="internal" access="private" location="WorkshopItem.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Workshop/WorkshopItem.qml" lineno="17" type="int" attached="false" writable="true"/>
</qmlclass>
<qmlclass name="XMLNewsfeed" qml-module-name="XMLNewsfeed" href="qml-xmlnewsfeed.html" status="internal" access="private" location="XMLNewsfeed.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/qml/Community/XMLNewsfeed.qml" lineno="9" title="XMLNewsfeed" fulltitle="XMLNewsfeed" subtitle=""/>
<qmlclass name="config" qml-module-name="config" href="qml-config.html" status="internal" access="private" location="config.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlayWallpaper/kde/ScreenPlay/contents/ui/config.qml" lineno="14" title="config" fulltitle="config" subtitle="">
@ -3606,13 +3650,13 @@
</qmlclass>
<qmlclass name="main" qml-module-name="main" href="qml-main.html" status="internal" access="private" location="main.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlayWallpaper/kde/ScreenPlay/contents/ui/main.qml" lineno="7" title="main" fulltitle="main" subtitle="">
<function name="getSetVideoCommand" fullname="main::getSetVideoCommand" href="qml-main.html#getSetVideoCommand-method" status="internal" access="private" location="main.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlayWallpaper/kde/ScreenPlay/contents/ui/main.qml" lineno="48" meta="qmlmethod"/>
<function name="setTheme" fullname="main::setTheme" href="qml-main.html#setTheme-method" status="internal" access="private" location="main.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/main.qml" lineno="72" meta="qmlmethod"/>
<function name="switchPage" fullname="main::switchPage" href="qml-main.html#switchPage-method" status="internal" access="private" location="main.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/main.qml" lineno="86" meta="qmlmethod"/>
<function name="setTheme" fullname="main::setTheme" href="qml-main.html#setTheme-method" status="internal" access="private" location="main.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/main.qml" lineno="73" meta="qmlmethod"/>
<function name="switchPage" fullname="main::switchPage" href="qml-main.html#switchPage-method" status="internal" access="private" location="main.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlay/main.qml" lineno="87" meta="qmlmethod"/>
<qmlproperty name="fillMode" fullname="main::fillMode" href="qml-main.html#fillMode-prop" status="internal" access="private" location="main.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlayWallpaper/kde/ScreenPlay/contents/ui/main.qml" lineno="12" type="string" attached="false" writable="true"/>
<qmlproperty name="fullContentPath" fullname="main::fullContentPath" href="qml-main.html#fullContentPath-prop" status="internal" access="private" location="main.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlayWallpaper/kde/ScreenPlay/contents/ui/main.qml" lineno="10" type="string" attached="false" writable="true"/>
<qmlproperty name="type" fullname="main::type" href="qml-main.html#type-prop" status="internal" access="private" location="main.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlayWallpaper/kde/ScreenPlay/contents/ui/main.qml" lineno="13" type="string" attached="false" writable="true"/>
<qmlproperty name="volume" fullname="main::volume" href="qml-main.html#volume-prop" status="internal" access="private" location="main.qml" filepath="D:/Backup/Code/Qt/ScreenPlayInternal/ScreenPlay/ScreenPlayWallpaper/kde/ScreenPlay/contents/ui/main.qml" lineno="11" type="real" attached="false" writable="true"/>
</qmlclass>
<module name="ScreenPlay" href="screenplay-module.html" status="internal" seen="false" title="" members="ScreenPlay,App,Create,CreateImportVideo,InstalledListFilter,InstalledListModel,MonitorListModel,ProfileListModel,ProjectSettingsListModel,ScreenPlayManager,ScreenPlayWallpaper,ScreenPlayWidget,Settings,Util"/>
<module name="ScreenPlay" href="screenplay-module.html" status="internal" seen="false" title="" members="ScreenPlay,App,Create,CreateImportVideo,GlobalVariables,InstalledListFilter,InstalledListModel,MonitorListModel,ProfileListModel,ProjectSettingsListModel,ScreenPlayManager,ScreenPlayWallpaper,ScreenPlayWidget,SDKConnection,Settings,Util"/>
</namespace>
</INDEX>

View File

@ -1,62 +1,111 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Screen Play Developer Documentation</title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fullwidth nav">
<div class="container navWrapper"><span class="logo">ScreenPlay Generated Docs </span>
</div>
</div>
<div class="wrapper container">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Screen Play Developer Documentation</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
</head>
<body>
<div class="container-fullwidth nav sticky-top">
<div class="container navWrapper"><span class="logo">ScreenPlay Generated Docs </span></div>
</div>
<div class="wrapper container">
<h1 class="display-4 text-center">ScreenPlay Documentation</h1>
<br>
<br />
<p class="text-justify">
This is the ScreenPlay Code documentation. Every file gets generated via <kbd>qdoc.exe config.qdocconf</kbd>, except this index.html file. You can use boostrap 4 and the style.css for custom styling. To modify the base html layout one has to edit the config.qdocconf.
This is only for generated class docs. For regular documentation please use the md files!
This is the ScreenPlay Code documentation. Every file gets generated via <kbd>qdoc.exe config.qdocconf</kbd>, except this index.html file. This docs is <b>automatically generated</b> via our ScreenPlayDeveloperDocs
<a href="https://gitlab.com/kelteseth/ScreenPlayDeveloperDocs">GitLab repository</a>. If you want to help documenting ScreenPlay, you can do that in the <a href="https://gitlab.com/kelteseth/ScreenPlay">main repository</a>.
</p>
<br>
<h2>Getting started</h2>
<hr/>
<hr />
<ul>
<li><a href="html/screenplay.html">ScreenPlay Namespace</a></li>
<li><a href="html/screenplay.html">ScreenPlay Namespace. This contains all classes and descriptions.</a></li>
<li><a href="https://gitlab.com/kelteseth/ScreenPlay/-/blob/master/Docs/DeveloperSetup.md">Developer Setup</a></li>
<li><a href="https://gitlab.com/kelteseth/ScreenPlay/-/blob/master/Docs/ProjectOverview.md">Developer Overview</a></li>
</ul>
<h2>ScreenPlay consists of 6 projects:</h2>
<hr />
<ul>
<li>
<strong>ScreenPlay</strong>
<ul>
<li>The main ScreenPlay App UI with Create, Installed, Community and Settings.</li>
</ul>
</li>
<li>
<strong>ScreenPlaySDK</strong>
<ul>
<li>A SDK used internally in the ScreenPlayWallpaper and ScreenPlayWidget to talk to the main ScreenPlay app via QLocalsockets (Windows Pipes and Unix sockets).</li>
</ul>
</li>
<li>
<strong>ScreenPlayShader</strong>
<ul>
<li>A list of ready to use shader in Wallpaper and Widgets.</li>
</ul>
</li>
<li>
<strong>ScreenPlaySysInfo</strong>
<ul>
<li>A qml plugin to read CPU, GPU, Network and all sort of statistics.</li>
</ul>
</li>
<li>
<strong>ScreenPlayWallpaper</strong>
<ul>
<li>The Wallpaper executable that is used for displaying a single wallpaper. This uses ScreenPlaySDK to talk via QLocalsockets with the main ScreenPlayApp.</li>
</ul>
</li>
<li>
<strong>ScreenPlayWidget</strong>
<ul>
<li>The Widget executable that is used for displaying a single widget. This uses ScreenPlaySDK to talk via QLocalsockets with the main ScreenPlayApp .</li>
</ul>
</li>
</ul>
<h2>C++</h2>
<hr/>
<ul>
<li><a href="html/screenplay-app.html">App</a></li>
<li><a href="html/screenplay-settings.html">Settings</a></li>
<li><a href="html/screenplay-util.html">Util</a></li>
<br>
<li><a href="html/screenplay-create.html">Create</a></li>
<li><a href="html/screenplay-createimportvideo.html">Createimportvideo</a></li>
<br>
<li><a href="html/screenplay-installedlistfilter.html">Installedlistfilter</a></li>
<li><a href="html/screenplay-installedlistmodel.html">Installedlistmodel</a></li>
<li><a href="html/screenplay-monitorlistmodel.html">Monitorlistmodel</a></li>
<li><a href="html/screenplay-profilelistmodel.html">Profilelistmodel</a></li>
<li><a href="html/screenplay-projectsettingslistmodel.html">Projectsettingslistmodel</a></li>
<br>
<li><a href="html/screenplay-screenplaymanager.html">ScreenPlayManager</a></li>
<li><a href="html/screenplay-screenplaywallpaper.html">ScreenPlayWallpaper</a></li>
<li><a href="html/screenplay-screenplaywidget.html">ScreenPlayWidget</a></li>
<li><a href="html/screenplay-sdkconnector.html">SdkConnector</a></li>
</ul>
<h2>QML</h2>
<hr/>
<ul>
<li><a href="html/qml-imageselector.html">ImageSelector</a></li>
</ul>
</div>
<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>
</body>
<h2>C++ Namespace And Classes</h2>
<hr />
<div class="container">
<div class="row">
<div class="col">
<ul>
<li><a href="html/screenplay-create.html">Create</a></li>
<li><a href="html/screenplay-createimportvideo.html">CreateImport</a></li>
<li><a href="html/screenplay-globalvariables.html">GlobalVariables</a></li>
<li><a href="html/screenplay-installedlistfilter.html">InstalledListFilter</a></li>
<li><a href="html/screenplay-installedlistmodel.html">InstalledListModel</a></li>
<li><a href="html/screenplay-monitorlistmodel.html">MonitorListModel</a></li>
<li><a href="html/screenplay-profilelistmodel.html">ProfileListModel</a></li>
<li><a href="html/screenplay-projectsettingslistmodel.html">ProjectSettingsListModel</a></li>
</ul>
</div>
<div class="col">
<ul>
<li><a href="html/screenplay-screenplaymanager.html">ScreenPlayManager</a></li>
<li><a href="html/screenplay-screenplaywallpaper.html">ScreenPlayWallpaper</a></li>
<li><a href="html/screenplay-screenplaywidget.html">ScreenPlayWidget</a></li>
<li><a href="html/screenplay-sdkconnection.html">SDKConnection</a></li>
<li><a href="html/screenplay-settings.html">Settings</a></li>
<li><a href="html/screenplay-util.html">Util</a></li>
<li><a href="html/screenplay-app.html">App</a></li>
</ul>
</div>
</div>
</div>
<h2>QML Common Components</h2>
<hr />
<ul>
<li><a href="html/qml-imageselector.html">ImageSelector</a></li>
</ul>
</div>
<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>
</body>
</html>

7
Docs/js/bootstrap.bundle.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -215,6 +215,9 @@ void App::exit()
}
}
/*!
\brief .
*/
bool App::loadSteamPlugin()
{

View File

@ -606,6 +606,9 @@ QString CreateImportVideo::waitForFinished(
return processOutput;
}
/*!
\brief .
*/
bool CreateImportVideo::analyzeWebmReadFrames(const QJsonObject& obj)
{
// Get video info
@ -647,6 +650,9 @@ bool CreateImportVideo::analyzeWebmReadFrames(const QJsonObject& obj)
return false;
}
/*!
\brief .
*/
bool CreateImportVideo::analyzeVideo(const QJsonObject& obj)
{
// Check for audio and video streams

View File

@ -1,8 +1,21 @@
#include "globalvariables.h"
namespace ScreenPlay {
/*!
\class ScreenPlay::GlobalVariables
\inmodule ScreenPlay
\brief Contains all variables that are globally needed.
*/
/*!
\brief .
*/
ScreenPlay::GlobalVariables::GlobalVariables(QObject* parent)
: QObject(parent)
{
setLocalSettingsPath(QUrl { QStandardPaths::writableLocation(QStandardPaths::DataLocation) });
}
}

View File

@ -34,6 +34,9 @@ void InstalledListFilter::sortByName(const QString& name)
sort(0);
}
/*!
\brief .
*/
void InstalledListFilter::sortBySearchType(const ScreenPlay::SearchType::SearchType searchType)
{
if (searchType == SearchType::SearchType::All) {

View File

@ -46,6 +46,9 @@ void InstalledListModel::init()
QObject::connect(&m_fileSystemWatcher, &QFileSystemWatcher::fileChanged, this, reloadLambda);
}
/*!
\brief .
*/
bool InstalledListModel::deinstallItemAt(const int index)
{
if (index < 0 || index >= m_screenPlayFiles.count()) {
@ -141,7 +144,7 @@ QHash<int, QByteArray> InstalledListModel::roleNames() const
}
/*!
\brief .
*/
void InstalledListModel::append(const QJsonObject& obj, const QString& folderName)
{
@ -151,7 +154,7 @@ void InstalledListModel::append(const QJsonObject& obj, const QString& folderNam
}
/*!
\brief .
*/
void InstalledListModel::loadInstalledContent()
{
@ -184,6 +187,9 @@ void InstalledListModel::loadInstalledContent()
});
}
/*!
\brief .
*/
QVariantMap InstalledListModel::get(const QString& folderId) const
{
@ -208,6 +214,9 @@ QVariantMap InstalledListModel::get(const QString& folderId) const
return {};
}
/*!
\brief .
*/
void InstalledListModel::reset()
{
beginResetModel();

View File

@ -26,6 +26,9 @@ ProfileListModel::ProfileListModel(const std::shared_ptr<GlobalVariables>& globa
{
}
/*!
\brief .
*/
int ProfileListModel::rowCount(const QModelIndex& parent) const
{
// For list models only the root node (an invalid parent) should return the list's size. For all
@ -36,6 +39,9 @@ int ProfileListModel::rowCount(const QModelIndex& parent) const
return m_profileList.count();
}
/*!
\brief .
*/
QVariant ProfileListModel::data(const QModelIndex& index, int role) const
{
if (!index.isValid())
@ -57,12 +63,18 @@ QVariant ProfileListModel::data(const QModelIndex& index, int role) const
return QVariant();
}
/*!
\brief .
*/
QHash<int, QByteArray> ProfileListModel::roleNames() const
{
QHash<int, QByteArray> m_roleNames;
return m_roleNames;
}
/*!
\brief .
*/
bool ProfileListModel::getProfileByName(QString id, Profile* profile)
{
for (int i = 0; i < m_profileList.size(); i++) {
@ -74,6 +86,9 @@ bool ProfileListModel::getProfileByName(QString id, Profile* profile)
return false;
}
/*!
\brief .
*/
void ProfileListModel::append(const Profile& profile)
{
}

View File

@ -114,6 +114,9 @@ QJsonObject ProjectSettingsListModel::getActiveSettingsJson()
return ret;
}
/*!
\brief .
*/
void ProjectSettingsListModel::append(const SettingsItem&& item)
{
beginInsertRows(QModelIndex(), m_projectSettings.size(), m_projectSettings.size());
@ -121,6 +124,9 @@ void ProjectSettingsListModel::append(const SettingsItem&& item)
endInsertRows();
}
/*!
\brief .
*/
void ProjectSettingsListModel::setValueAtIndex(const int row, const QString& key, const QJsonObject& value)
{
if (row >= m_projectSettings.size() || row < 0) {
@ -145,6 +151,9 @@ void ProjectSettingsListModel::setValueAtIndex(const int row, const QString& key
emit dataChanged(index(row, 0), index(row, 0), roles);
}
/*!
\brief .
*/
int ProjectSettingsListModel::rowCount(const QModelIndex& parent) const
{
// For list models only the root node (an invalid parent) should return the list's size. For all
@ -155,6 +164,9 @@ int ProjectSettingsListModel::rowCount(const QModelIndex& parent) const
return m_projectSettings.count();
}
/*!
\brief .
*/
QVariant ProjectSettingsListModel::data(const QModelIndex& index, int role) const
{
if (!index.isValid())
@ -178,6 +190,9 @@ QVariant ProjectSettingsListModel::data(const QModelIndex& index, int role) cons
return QVariant();
}
/*!
\brief .
*/
QHash<int, QByteArray> ProjectSettingsListModel::roleNames() const
{
static const QHash<int, QByteArray> roles {

View File

@ -67,6 +67,9 @@ bool ScreenPlayManager::checkIsAnotherScreenPlayInstanceRunning()
return true;
}
/*!
\brief .
*/
void ScreenPlayManager::init(
const std::shared_ptr<GlobalVariables>& globalVariables,
const std::shared_ptr<MonitorListModel>& mlm,
@ -212,6 +215,9 @@ void ScreenPlayManager::createWidget(
m_screenPlayWidgets.append(widget);
}
/*!
\brief .
*/
void ScreenPlayManager::appConnected(const std::shared_ptr<SDKConnection>& connection)
{
for (const auto& item : qAsConst(m_screenPlayWidgets)) {
@ -291,6 +297,9 @@ bool ScreenPlayManager::removeWallpaperAt(int index)
return false;
}
/*!
\brief .
*/
bool ScreenPlayManager::removeApp(const QString& appID)
{
if (!closeConnection(appID)) {
@ -505,6 +514,9 @@ void ScreenPlayManager::saveProfiles()
emit profilesSaved();
}
/*!
\brief .
*/
bool ScreenPlayManager::removeWallpaperByAppID(const QString& appID)
{
for (auto& wallpaper : m_screenPlayWallpapers) {

View File

@ -13,7 +13,6 @@ namespace ScreenPlay {
/*!
\brief Constructor for video Wallpaper.
*/
ScreenPlayWallpaper::ScreenPlayWallpaper(const QVector<int>& screenNumber,
const std::shared_ptr<GlobalVariables>& globalVariables,
const QString& appID,
@ -96,6 +95,9 @@ ScreenPlayWallpaper::ScreenPlayWallpaper(const QVector<int>& screenNumber,
m_process.startDetached();
}
/*!
\brief .
*/
QJsonObject ScreenPlayWallpaper::getActiveSettingsJson()
{
QJsonArray screenNumber;
@ -162,6 +164,9 @@ void ScreenPlayWallpaper::setWallpaperValue(const QString& key, const QString& v
emit requestSave();
}
/*!
\brief .
*/
void ScreenPlayWallpaper::setSDKConnection(const std::shared_ptr<SDKConnection>& connection)
{
m_connection = connection;
@ -184,6 +189,9 @@ void ScreenPlayWallpaper::setSDKConnection(const std::shared_ptr<SDKConnection>&
m_pingAliveTimer.start(16000);
}
/*!
\brief .
*/
void ScreenPlayWallpaper::replace(
const QString& absolutePath,
const QString& previewImage,

View File

@ -65,6 +65,9 @@ ScreenPlayWidget::ScreenPlayWidget(
m_process.startDetached();
}
/*!
\brief .
*/
void ScreenPlayWidget::setSDKConnection(const std::shared_ptr<SDKConnection>& connection)
{
m_connection = connection;
@ -89,6 +92,9 @@ void ScreenPlayWidget::setSDKConnection(const std::shared_ptr<SDKConnection>& co
m_pingAliveTimer.start(16000);
}
/*!
\brief .
*/
QJsonObject ScreenPlayWidget::getActiveSettingsJson()
{
QJsonObject obj;

View File

@ -1,5 +1,18 @@
#include "sdkconnection.h"
namespace ScreenPlay {
/*!
\class ScreenPlay::SDKConnection
\inmodule ScreenPlay
\brief Contains all connections to Wallpaper and Widgets.
*/
/*!
\brief .
*/
ScreenPlay::SDKConnection::SDKConnection(QLocalSocket* socket, QObject* parent)
: QObject(parent)
{
@ -7,7 +20,9 @@ ScreenPlay::SDKConnection::SDKConnection(QLocalSocket* socket, QObject* parent)
m_socket = socket;
connect(m_socket, &QLocalSocket::readyRead, this, &SDKConnection::readyRead);
}
/*!
\brief .
*/
void ScreenPlay::SDKConnection::readyRead()
{
@ -61,12 +76,18 @@ void ScreenPlay::SDKConnection::readyRead()
}
}
/*!
\brief .
*/
void ScreenPlay::SDKConnection::sendMessage(const QByteArray& message)
{
m_socket->write(message);
m_socket->waitForBytesWritten();
}
/*!
\brief .
*/
void ScreenPlay::SDKConnection::close()
{
@ -90,3 +111,4 @@ void ScreenPlay::SDKConnection::close()
emit requestDecreaseWidgetCount();
}
}
}

View File

@ -318,6 +318,9 @@ SearchType::SearchType Util::getSearchTypeFromInstalledType(const InstalledType:
}
}
/*!
\brief .
*/
std::optional<InstalledType::InstalledType> Util::getInstalledTypeFromString(const QString& type)
{
if (type.endsWith("Wallpaper")) {