1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-07-08 13:54:53 +02:00

Merge branch '107-refactor-create-screen' into 'master'

Resolve "Refactor create screen"

Closes #107

See merge request kelteseth/ScreenPlay!37
This commit is contained in:
Elias Steurer 2020-12-12 13:42:27 +00:00
commit aee42f894e
154 changed files with 6872 additions and 2701 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

@ -41,7 +41,8 @@ set(src
src/screenplaymanager.cpp
src/sdkconnection.cpp
src/util.cpp
src/create.cpp)
src/create.cpp
src/wizards.cpp)
set(headers
app.h
@ -61,7 +62,8 @@ set(headers
src/screenplaymanager.h
src/sdkconnection.h
src/util.h
src/create.h)
src/create.h
src/wizards.h)
set(l10n
translations/ScreenPlay_de.ts

View File

@ -116,5 +116,29 @@
<file>translations/ScreenPlay_ru.qm</file>
<file>translations/ScreenPlay_vi.qm</file>
<file>assets/icons/monitor_setup.svg</file>
<file>assets/startinfo/forums.png</file>
<file>assets/startinfo/gitlab.png</file>
<file>assets/startinfo/handbreak.png</file>
<file>assets/startinfo/qml_online.png</file>
<file>assets/startinfo/reddit.png</file>
<file>assets/startinfo/blender.png</file>
<file>assets/startinfo/flaticon.png</file>
<file>assets/startinfo/freesound.png</file>
<file>assets/startinfo/git_extentions.png</file>
<file>assets/startinfo/inkscape.png</file>
<file>assets/startinfo/kdeenlive.png</file>
<file>assets/startinfo/krita.png</file>
<file>assets/startinfo/obs.png</file>
<file>assets/startinfo/shadertoy.png</file>
<file>assets/startinfo/sharex.png</file>
<file>assets/startinfo/unsplash.png</file>
<file>assets/startinfo/vscode.png</file>
<file>assets/wizards/License_Apache_2.0.txt</file>
<file>assets/wizards/License_CC_Attribution_4.0.txt</file>
<file>assets/wizards/License_CC_Attribution-NonCommercial-ShareAlike_4.0.txt</file>
<file>assets/wizards/License_CC_Attribution-ShareAlike_4.0.txt</file>
<file>assets/wizards/License_GPL_3.0.txt</file>
<file>assets/wizards/License_CC0_1.0.txt</file>
<file>assets/wizards/License_All_Rights_Reserved_1.0.txt</file>
</qresource>
</RCC>

View File

@ -50,7 +50,7 @@ App::App()
QGuiApplication::setOrganizationName("ScreenPlay");
QGuiApplication::setOrganizationDomain("screen-play.app");
QGuiApplication::setApplicationName("ScreenPlay");
QGuiApplication::setApplicationVersion("0.12.1");
QGuiApplication::setApplicationVersion("0.13.0");
QGuiApplication::setQuitOnLastWindowClosed(false);
QFontDatabase::addApplicationFont(":/assets/fonts/LibreBaskerville-Italic.ttf");
@ -118,6 +118,7 @@ App::App()
qmlRegisterAnonymousType<ScreenPlayManager>("ScreenPlay", 1);
qmlRegisterAnonymousType<Util>("ScreenPlay", 1);
qmlRegisterAnonymousType<Create>("ScreenPlay", 1);
qmlRegisterAnonymousType<Wizards>("ScreenPlay", 1);
qmlRegisterAnonymousType<Settings>("ScreenPlay", 1);
// ScreenPlayManager first to check if another ScreenPlay Instace is running
@ -173,6 +174,7 @@ void App::init()
}
m_create = make_unique<Create>(m_globalVariables);
m_wizards = make_unique<Wizards>(m_globalVariables);
// When the installed storage path changed
QObject::connect(m_settings.get(), &Settings::resetInstalledListmodel, m_installedListModel.get(), &InstalledListModel::reset);
@ -215,6 +217,9 @@ void App::exit()
}
}
/*!
\brief .
*/
bool App::loadSteamPlugin()
{

View File

@ -59,11 +59,13 @@
#include "src/screenplaymanager.h"
#include "src/settings.h"
#include "src/util.h"
#include "src/wizards.h"
#include "ganalytics.h"
#ifdef Q_OS_WIN
#include <sentry.h>
#endif
class ScreenPlayWorkshopPlugin;
namespace ScreenPlay {
@ -75,6 +77,7 @@ class App : public QObject {
Q_PROPERTY(GlobalVariables* globalVariables READ globalVariables WRITE setGlobalVariables NOTIFY globalVariablesChanged)
Q_PROPERTY(ScreenPlayManager* screenPlayManager READ screenPlayManager WRITE setScreenPlayManager NOTIFY screenPlayManagerChanged)
Q_PROPERTY(Create* create READ create WRITE setCreate NOTIFY createChanged)
Q_PROPERTY(Wizards* wizards READ wizards WRITE setWizards NOTIFY wizardsChanged)
Q_PROPERTY(Util* util READ util WRITE setUtil NOTIFY utilChanged)
Q_PROPERTY(Settings* settings READ settings WRITE setSettings NOTIFY settingsChanged)
@ -139,6 +142,11 @@ public:
return m_mainWindowEngine.get();
}
Wizards* wizards() const
{
return m_wizards.get();
}
signals:
void globalVariablesChanged(GlobalVariables* globalVariables);
void screenPlayManagerChanged(ScreenPlayManager* screenPlayManager);
@ -150,6 +158,7 @@ signals:
void profileListModelChanged(ProfileListModel* profileListModel);
void installedListFilterChanged(InstalledListFilter* installedListFilter);
void mainWindowEngineChanged(QQmlApplicationEngine* mainWindowEngine);
void wizardsChanged(Wizards* wizards);
public slots:
@ -250,6 +259,15 @@ public slots:
emit mainWindowEngineChanged(m_mainWindowEngine.get());
}
void setWizards(Wizards* wizards)
{
if (m_wizards.get() == wizards)
return;
m_wizards.reset(wizards);
emit wizardsChanged(m_wizards.get());
}
private:
QPluginLoader m_workshopPlugin;
QNetworkAccessManager m_networkAccessManager;
@ -257,6 +275,7 @@ private:
std::unique_ptr<QQmlApplicationEngine> m_mainWindowEngine;
std::unique_ptr<Create> m_create;
std::unique_ptr<Wizards> m_wizards;
std::unique_ptr<ScreenPlayManager> m_screenPlayManager;
std::unique_ptr<Util> m_util;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

View File

@ -0,0 +1 @@
All rights reserved.

View File

@ -0,0 +1,202 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

View File

@ -0,0 +1,121 @@
Creative Commons Legal Code
CC0 1.0 Universal
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
HEREUNDER.
Statement of Purpose
The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator
and subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").
Certain owners wish to permanently relinquish those rights to a Work for
the purpose of contributing to a commons of creative, cultural and
scientific works ("Commons") that the public can reliably and without fear
of later claims of infringement build upon, modify, incorporate in other
works, reuse and redistribute as freely as possible in any form whatsoever
and for any purposes, including without limitation commercial purposes.
These owners may contribute to the Commons to promote the ideal of a free
culture and the further production of creative, cultural and scientific
works, or to gain reputation or greater distribution for their Work in
part through the use and efforts of others.
For these and/or other purposes and motivations, and without any
expectation of additional consideration or compensation, the person
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
is an owner of Copyright and Related Rights in the Work, voluntarily
elects to apply CC0 to the Work and publicly distribute the Work under its
terms, with knowledge of his or her Copyright and Related Rights in the
Work and the meaning and intended legal effect of CC0 on those rights.
1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not
limited to, the following:
i. the right to reproduce, adapt, distribute, perform, display,
communicate, and translate a Work;
ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or
likeness depicted in a Work;
iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;
v. rights protecting the extraction, dissemination, use and reuse of data
in a Work;
vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation
thereof, including any amended or successor version of such
directive); and
vii. other similar, equivalent or corresponding rights throughout the
world based on applicable law or treaty, and any national
implementations thereof.
2. Waiver. To the greatest extent permitted by, but not in contravention
of, applicable law, Affirmer hereby overtly, fully, permanently,
irrevocably and unconditionally waives, abandons, and surrenders all of
Affirmer's Copyright and Related Rights and associated claims and causes
of action, whether now known or unknown (including existing as well as
future claims and causes of action), in the Work (i) in all territories
worldwide, (ii) for the maximum duration provided by applicable law or
treaty (including future time extensions), (iii) in any current or future
medium and for any number of copies, and (iv) for any purpose whatsoever,
including without limitation commercial, advertising or promotional
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
member of the public at large and to the detriment of Affirmer's heirs and
successors, fully intending that such Waiver shall not be subject to
revocation, rescission, cancellation, termination, or any other legal or
equitable action to disrupt the quiet enjoyment of the Work by the public
as contemplated by Affirmer's express Statement of Purpose.
3. Public License Fallback. Should any part of the Waiver for any reason
be judged legally invalid or ineffective under applicable law, then the
Waiver shall be preserved to the maximum extent permitted taking into
account Affirmer's express Statement of Purpose. In addition, to the
extent the Waiver is so judged Affirmer hereby grants to each affected
person a royalty-free, non transferable, non sublicensable, non exclusive,
irrevocable and unconditional license to exercise Affirmer's Copyright and
Related Rights in the Work (i) in all territories worldwide, (ii) for the
maximum duration provided by applicable law or treaty (including future
time extensions), (iii) in any current or future medium and for any number
of copies, and (iv) for any purpose whatsoever, including without
limitation commercial, advertising or promotional purposes (the
"License"). The License shall be deemed effective as of the date CC0 was
applied by Affirmer to the Work. Should any part of the License for any
reason be judged legally invalid or ineffective under applicable law, such
partial invalidity or ineffectiveness shall not invalidate the remainder
of the License, and in such case Affirmer hereby affirms that he or she
will not (i) exercise any of his or her remaining Copyright and Related
Rights in the Work or (ii) assert any associated claims and causes of
action with respect to the Work, in either case contrary to Affirmer's
express Statement of Purpose.
4. Limitations and Disclaimers.
a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or
warranties of any kind concerning the Work, express, implied,
statutory or otherwise, including without limitation warranties of
title, merchantability, fitness for a particular purpose, non
infringement, or the absence of latent or other defects, accuracy, or
the present or absence of errors, whether or not discoverable, all to
the greatest extent permissible under applicable law.
c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without
limitation any person's Copyright and Related Rights in the Work.
Further, Affirmer disclaims responsibility for obtaining any necessary
consents, permissions or other rights required for any use of the
Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to
this CC0 or use of the Work.

View File

@ -0,0 +1,438 @@
Attribution-NonCommercial-ShareAlike 4.0 International
=======================================================================
Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
Public License
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-NonCommercial-ShareAlike 4.0 International Public License
("Public License"). To the extent this Public License may be
interpreted as a contract, You are granted the Licensed Rights in
consideration of Your acceptance of these terms and conditions, and the
Licensor grants You such rights in consideration of benefits the
Licensor receives from making the Licensed Material available under
these terms and conditions.
Section 1 -- Definitions.
a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.
b. Adapter's License means the license You apply to Your Copyright
and Similar Rights in Your contributions to Adapted Material in
accordance with the terms and conditions of this Public License.
c. BY-NC-SA Compatible License means a license listed at
creativecommons.org/compatiblelicenses, approved by Creative
Commons as essentially the equivalent of this Public License.
d. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.
e. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.
f. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.
g. License Elements means the license attributes listed in the name
of a Creative Commons Public License. The License Elements of this
Public License are Attribution, NonCommercial, and ShareAlike.
h. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.
i. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.
j. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.
k. NonCommercial means not primarily intended for or directed towards
commercial advantage or monetary compensation. For purposes of
this Public License, the exchange of the Licensed Material for
other material subject to Copyright and Similar Rights by digital
file-sharing or similar means is NonCommercial provided there is
no payment of monetary compensation in connection with the
exchange.
l. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.
m. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.
n. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.
Section 2 -- Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
a. reproduce and Share the Licensed Material, in whole or
in part, for NonCommercial purposes only; and
b. produce, reproduce, and Share Adapted Material for
NonCommercial purposes only.
2. Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.
3. Term. The term of this Public License is specified in Section
6(a).
4. Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.
5. Downstream recipients.
a. Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.
b. Additional offer from the Licensor -- Adapted Material.
Every recipient of Adapted Material from You
automatically receives an offer from the Licensor to
exercise the Licensed Rights in the Adapted Material
under the conditions of the Adapter's License You apply.
c. No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.
6. No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this
Public License.
3. To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties, including when
the Licensed Material is used other than for NonCommercial
purposes.
Section 3 -- License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
a. Attribution.
1. If You Share the Licensed Material (including in modified
form), You must:
a. retain the following if it is supplied by the Licensor
with the Licensed Material:
i. identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of
warranties;
v. a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;
b. indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and
c. indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.
3. If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.
b. ShareAlike.
In addition to the conditions in Section 3(a), if You Share
Adapted Material You produce, the following conditions also apply.
1. The Adapter's License You apply must be a Creative Commons
license with the same License Elements, this version or
later, or a BY-NC-SA Compatible License.
2. You must include the text of, or the URI or hyperlink to, the
Adapter's License You apply. You may satisfy this condition
in any reasonable manner based on the medium, means, and
context in which You Share Adapted Material.
3. You may not offer or impose any additional or different terms
or conditions on, or apply any Effective Technological
Measures to, Adapted Material that restrict exercise of the
rights granted under the Adapter's License You apply.
Section 4 -- Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database for NonCommercial purposes
only;
b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material,
including for purposes of Section 3(b); and
c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.
Section 6 -- Term and Termination.
a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.
b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.
Section 7 -- Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.
Section 8 -- Interpretation.
a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.
c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.
d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.
=======================================================================
Creative Commons is not a party to its public
licenses. Notwithstanding, Creative Commons may elect to apply one of
its public licenses to material it publishes and in those instances
will be considered the “Licensor.” The text of the Creative Commons
public licenses is dedicated to the public domain under the CC0 Public
Domain Dedication. Except for the limited purpose of indicating that
material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the
public licenses.
Creative Commons may be contacted at creativecommons.org.

View File

@ -0,0 +1,428 @@
Attribution-ShareAlike 4.0 International
=======================================================================
Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================
Creative Commons Attribution-ShareAlike 4.0 International Public
License
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-ShareAlike 4.0 International Public License ("Public
License"). To the extent this Public License may be interpreted as a
contract, You are granted the Licensed Rights in consideration of Your
acceptance of these terms and conditions, and the Licensor grants You
such rights in consideration of benefits the Licensor receives from
making the Licensed Material available under these terms and
conditions.
Section 1 -- Definitions.
a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.
b. Adapter's License means the license You apply to Your Copyright
and Similar Rights in Your contributions to Adapted Material in
accordance with the terms and conditions of this Public License.
c. BY-SA Compatible License means a license listed at
creativecommons.org/compatiblelicenses, approved by Creative
Commons as essentially the equivalent of this Public License.
d. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.
e. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.
f. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.
g. License Elements means the license attributes listed in the name
of a Creative Commons Public License. The License Elements of this
Public License are Attribution and ShareAlike.
h. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.
i. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.
j. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.
k. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.
l. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.
m. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.
Section 2 -- Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
a. reproduce and Share the Licensed Material, in whole or
in part; and
b. produce, reproduce, and Share Adapted Material.
2. Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.
3. Term. The term of this Public License is specified in Section
6(a).
4. Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.
5. Downstream recipients.
a. Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.
b. Additional offer from the Licensor -- Adapted Material.
Every recipient of Adapted Material from You
automatically receives an offer from the Licensor to
exercise the Licensed Rights in the Adapted Material
under the conditions of the Adapter's License You apply.
c. No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.
6. No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this
Public License.
3. To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties.
Section 3 -- License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
a. Attribution.
1. If You Share the Licensed Material (including in modified
form), You must:
a. retain the following if it is supplied by the Licensor
with the Licensed Material:
i. identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of
warranties;
v. a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;
b. indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and
c. indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.
3. If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.
b. ShareAlike.
In addition to the conditions in Section 3(a), if You Share
Adapted Material You produce, the following conditions also apply.
1. The Adapter's License You apply must be a Creative Commons
license with the same License Elements, this version or
later, or a BY-SA Compatible License.
2. You must include the text of, or the URI or hyperlink to, the
Adapter's License You apply. You may satisfy this condition
in any reasonable manner based on the medium, means, and
context in which You Share Adapted Material.
3. You may not offer or impose any additional or different terms
or conditions on, or apply any Effective Technological
Measures to, Adapted Material that restrict exercise of the
rights granted under the Adapter's License You apply.
Section 4 -- Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database;
b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material,
including for purposes of Section 3(b); and
c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.
Section 6 -- Term and Termination.
a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.
b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.
Section 7 -- Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.
Section 8 -- Interpretation.
a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.
c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.
d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.
=======================================================================
Creative Commons is not a party to its public
licenses. Notwithstanding, Creative Commons may elect to apply one of
its public licenses to material it publishes and in those instances
will be considered the “Licensor.” The text of the Creative Commons
public licenses is dedicated to the public domain under the CC0 Public
Domain Dedication. Except for the limited purpose of indicating that
material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the
public licenses.
Creative Commons may be contacted at creativecommons.org.

View File

@ -0,0 +1,396 @@
Attribution 4.0 International
=======================================================================
Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================
Creative Commons Attribution 4.0 International Public License
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution 4.0 International Public License ("Public License"). To the
extent this Public License may be interpreted as a contract, You are
granted the Licensed Rights in consideration of Your acceptance of
these terms and conditions, and the Licensor grants You such rights in
consideration of benefits the Licensor receives from making the
Licensed Material available under these terms and conditions.
Section 1 -- Definitions.
a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.
b. Adapter's License means the license You apply to Your Copyright
and Similar Rights in Your contributions to Adapted Material in
accordance with the terms and conditions of this Public License.
c. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.
d. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.
e. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.
f. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.
g. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.
h. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.
i. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.
j. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.
k. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.
Section 2 -- Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
a. reproduce and Share the Licensed Material, in whole or
in part; and
b. produce, reproduce, and Share Adapted Material.
2. Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.
3. Term. The term of this Public License is specified in Section
6(a).
4. Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.
5. Downstream recipients.
a. Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.
b. No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.
6. No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this
Public License.
3. To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties.
Section 3 -- License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
a. Attribution.
1. If You Share the Licensed Material (including in modified
form), You must:
a. retain the following if it is supplied by the Licensor
with the Licensed Material:
i. identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of
warranties;
v. a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;
b. indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and
c. indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.
3. If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.
4. If You Share Adapted Material You produce, the Adapter's
License You apply must not prevent recipients of the Adapted
Material from complying with this Public License.
Section 4 -- Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database;
b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material; and
c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.
Section 6 -- Term and Termination.
a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.
b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.
Section 7 -- Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.
Section 8 -- Interpretation.
a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.
c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.
d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.
=======================================================================
Creative Commons is not a party to its public
licenses. Notwithstanding, Creative Commons may elect to apply one of
its public licenses to material it publishes and in those instances
will be considered the “Licensor.” The text of the Creative Commons
public licenses is dedicated to the public domain under the CC0 Public
Domain Dedication. Except for the limited purpose of indicating that
material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the
public licenses.
Creative Commons may be contacted at creativecommons.org.

View File

@ -0,0 +1,674 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.

View File

@ -24,14 +24,9 @@ ApplicationWindow {
visible: false
width: 1400
height: 788
title: "ScreenPlay Alpha - V0.12.1"
title: "ScreenPlay Alpha - 0.13.0"
minimumHeight: 450
minimumWidth: 1050
onVisibilityChanged: {
if (window.visibility === 2) {
switchPage("Installed")
}
}
// Partial workaround for
// https://bugreports.qt.io/browse/QTBUG-86047
@ -39,6 +34,7 @@ ApplicationWindow {
Component.onCompleted: {
setTheme(ScreenPlay.settings.theme)
switchPage("Installed")
if (!ScreenPlay.settings.silentStart) {
window.show()
@ -84,6 +80,9 @@ ApplicationWindow {
}
function switchPage(name) {
if (nav.currentNavigationName === name)
return
if (name === "Workshop") {
if (!ScreenPlay.settings.steamVersion) {
const steamAvialable = ScreenPlay.loadSteamPlugin()
@ -110,11 +109,6 @@ ApplicationWindow {
Common.TrayIcon {}
Common.Background {
id: bg
anchors.fill: parent
}
StackView {
id: stackView
anchors {

View File

@ -2,18 +2,8 @@
<qresource prefix="/">
<file>main.qml</file>
<file>qml/Create/Create.qml</file>
<file>qml/Create/ImportContent.qml</file>
<file>qml/Create/CreateContent.qml</file>
<file>qml/Create/CreateContentButton.qml</file>
<file>qml/Create/Wizards/CreateWallpaper/CreateWallpaperVideoImportConvert.qml</file>
<file>qml/Create/Wizards/CreateWallpaper/CreateWallpaperResult.qml</file>
<file>qml/Create/Wizard.qml</file>
<file>qml/Create/Wizards/CreateEmptyWidget/CreateEmptyWidget.qml</file>
<file>qml/Create/Footer.qml</file>
<file>qml/Create/BackgroundParticleSystem.qml</file>
<file>qml/Create/Wizards/CreateWallpaper/CreateWallpaperCodec.qml</file>
<file>qml/Create/Wizards/CreateWallpaper/CreateWallpaper.qml</file>
<file>qml/Create/Wizards/CreateEmptyHtmlWallpaper/CreateEmptyHtmlWallpaper.qml</file>
<file>qml/Create/StartInfo.qml</file>
<file>qml/Installed/Installed.qml</file>
<file>qml/Installed/ScreenPlayItem.qml</file>
<file>qml/Installed/ScreenPlayItemImage.qml</file>
@ -41,7 +31,6 @@
<file>qml/Common/Tag.qml</file>
<file>qml/Common/ImageSelector.qml</file>
<file>qml/Common/Slider.qml</file>
<file>qml/Common/Background.qml</file>
<file>qml/Common/RippleEffect.qml</file>
<file>qml/Common/Shake.qml</file>
<file>qml/Common/Grow.qml</file>
@ -72,7 +61,32 @@
<file>qml/Installed/Navigation.qml</file>
<file>qml/Common/Search.qml</file>
<file>qml/Common/MouseHoverBlocker.qml</file>
<file>qml/Create/Wizards/HTMLWallpaper.qml</file>
<file>qml/Create/Wizards/HTMLWidget.qml</file>
<file>qml/Create/Wizards/QMLWidget.qml</file>
<file>qml/Create/Wizards/QMLWallpaper.qml</file>
<file>qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaper.qml</file>
<file>qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperInit.qml</file>
<file>qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperResult.qml</file>
<file>qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperVideoImportConvert.qml</file>
<file>qml/Create/Sidebar.qml</file>
<file>qml/Create/Wizards/ImportWebm/ImportWebm.qml</file>
<file>qml/Create/Wizards/ImportWebm/ImportWebmConvert.qml</file>
<file>qml/Create/Wizards/ImportWebm/ImportWebmInit.qml</file>
<file>qml/Common/Dialogs/MonitorConfiguration.qml</file>
<file>qml/Common/Dialogs/SteamNotAvailable.qml</file>
<file>qml/Create/Wizards/WizardPage.qml</file>
<file>qml/Create/Wizards/GifWallpaper.qml</file>
<file>assets/startinfo/gimp.png</file>
<file>qml/Common/TextField.qml</file>
<file>qml/Common/HeadlineSection.qml</file>
<file>qml/Create/Wizards/WebsiteWallpaper.qml</file>
<file>qml/Common/FileSelector.qml</file>
<file>qml/Create/WizardsFiles/QMLWidgetMain.qml</file>
<file>qml/Create/WizardsFiles/QMLWallpaperMain.qml</file>
<file>qml/Create/WizardsFiles/HTMLWallpaperMain.html</file>
<file>qml/Create/WizardsFiles/HTMLWidgetMain.html</file>
<file>qml/Common/LicenseSelector.qml</file>
<file>qml/Common/Util.js</file>
</qresource>
</RCC>

View File

@ -2,7 +2,6 @@ import QtQuick 2.14
import QtGraphicalEffects 1.0
import QtQuick.Controls.Material 2.3
/*!
\qmltype Close Icon
\brief A image selector with popup preview.

View File

@ -0,0 +1,183 @@
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Controls.Material 2.12
import Qt.labs.platform 1.1
import ScreenPlay 1.0
/*!
\qmltype Image Selector
\brief A image selector with popup preview.
Test
\image rootPreview.png
\section1 Setting default text and capitalization
Test
\qml
root {
}
\endqml
*/
Item {
id: root
height: 70
implicitWidth: 300
state: "nothingSelected"
property string file
property alias placeHolderText: txtPlaceholder.text
property alias fileDialog: fileDialog
onFileChanged: {
if (file === "") {
txtName.text = ""
root.state = "nothingSelected"
} else {
root.state = "imageSelected"
}
}
Rectangle {
id: rectangle
color: Material.theme === Material.Light ? Material.background : Qt.darker(
Material.background)
radius: 3
clip: true
anchors {
fill: parent
margins: 3
}
Text {
id: txtPlaceholder
clip: true
font.pointSize: 12
font.family: ScreenPlay.settings.font
wrapMode: Text.WordWrap
color: Material.secondaryTextColor
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignLeft
anchors {
top: parent.top
left: parent.left
right: btnClear.left
bottom: parent.bottom
margins: 10
}
}
Text {
id: txtName
clip: true
font.pointSize: 12
font.family: ScreenPlay.settings.font
wrapMode: Text.WordWrap
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignLeft
color: Material.secondaryTextColor
anchors {
top: parent.top
left: parent.left
right: btnClear.left
bottom: parent.bottom
margins: 10
}
}
Button {
id: btnClear
text: qsTr("Clear")
Material.background: Material.theme
=== Material.Light ? Qt.lighter(
Material.accent) : Qt.darker(
Material.accent)
Material.foreground: "white"
anchors {
top: parent.top
right: btnOpen.left
bottom: parent.bottom
margins: 5
}
onClicked: {
root.file = ""
fileDialog.file = ""
}
}
Button {
id: btnOpen
text: qsTr("Select File")
Material.background: Material.accent
Material.foreground: "white"
font.family: ScreenPlay.settings.font
anchors {
top: parent.top
right: parent.right
rightMargin: 10
bottom: parent.bottom
margins: 5
}
onClicked: fileDialog.open()
}
FileDialog {
id: fileDialog
title: qsTr("Please choose a file")
fileMode: FileDialog.OpenFile
onAccepted: {
root.file = fileDialog.file
txtName.text = fileDialog.file.toString().replace(/^.*[\\\/]/,
'')
}
}
}
states: [
State {
name: "imageSelected"
PropertyChanges {
target: btnClear
opacity: 1
anchors.topMargin: 5
}
PropertyChanges {
target: txtPlaceholder
opacity: 0
}
},
State {
name: "nothingSelected"
PropertyChanges {
target: btnClear
opacity: 0
anchors.topMargin: -40
}
}
]
transitions: [
Transition {
from: "imageSelected"
to: "nothingSelected"
reversible: true
PropertyAnimation {
target: btnClear
properties: "opacity, anchors.topMargin"
duration: 300
easing.type: Easing.OutQuart
}
PropertyAnimation {
target: txtPlaceholder
property: "opacity"
duration: 300
easing.type: Easing.OutQuart
}
}
]
}

View File

@ -4,16 +4,16 @@ import ScreenPlay 1.0
Item {
id:root
width: parent.width
height: 40
property alias text: txtHeadline
property alias text: txtHeadline.text
Text {
id: txtHeadline
font.pointSize: 18
color: Material.primaryTextColor
text: qsTr("Headline")
font.capitalization: Font.Capitalize
font.family: ScreenPlay.settings.font
}

View File

@ -0,0 +1,10 @@
import QtQuick 2.12
import QtQuick.Controls.Material 2.12
import ScreenPlay 1.0
Text {
text: qsTr("Headline Section")
font.pointSize: 14
color: Material.primaryTextColor
font.family: ScreenPlay.settings.font
}

View File

@ -11,21 +11,21 @@ import ScreenPlay 1.0
Test
\image ImageSelectorPreview.png
\image rootPreview.png
\section1 Setting default text and capitalization
Test
\qml
ImageSelector {
root {
}
\endqml
*/
Item {
id: imageSelector
id: root
height: 70
width: parent.width
state: "nothingSelected"
@ -37,10 +37,10 @@ Item {
if (imageSource === "") {
img.source = ""
txtName.text = ""
imageSelector.state = "nothingSelected"
root.state = "nothingSelected"
} else {
img.source = imageSource
imageSelector.state = "imageSelected"
root.state = "imageSelected"
}
}
@ -105,6 +105,7 @@ Item {
id: txtPlaceholder
clip: true
font.pointSize: 12
text: qsTr("You can set your own preview image here.")
font.family: ScreenPlay.settings.font
wrapMode: Text.WordWrap
color: Material.secondaryTextColor

View File

@ -0,0 +1,93 @@
import QtQuick 2.14
import QtQuick.Controls 2.14
import QtQuick.Controls.Material 2.12
import QtQuick.Layouts 1.12
import ScreenPlay 1.0
ColumnLayout {
id: root
Layout.preferredWidth: 250
property string name: licenseModel.get(cb.currentIndex).name
property string licenseFile: licenseModel.get(cb.currentIndex).licenseFile
HeadlineSection {
Layout.fillWidth: true
text: qsTr("License")
}
RowLayout {
Layout.fillHeight: true
Layout.fillWidth: true
spacing: 5
ComboBox {
id: cb
Layout.fillWidth: true
textRole: "name"
model: ListModel {
id: licenseModel
ListElement {
name: "Creative Commons - Attribution-ShareAlike 4.0"
description: qsTr("Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material for any purpose, even commercially.")
tldrlegal: "https://tldrlegal.com/license/creative-commons-attribution-sharealike-4.0-international-(cc-by-sa-4.0)"
licenseFile: "License_CC_Attribution-ShareAlike_4.0.txt"
}
ListElement {
name: "Creative Commons - Attribution 4.0"
description: qsTr("You grant other to remix your work and change the license to their linking.")
tldrlegal: "https://tldrlegal.com/license/creative-commons-attribution-4.0-international-(cc-by-4)"
licenseFile: "License_CC_Attribution_4.0.txt"
}
ListElement {
name: "Creative Commons - Attribution-NonCommercial-ShareAlike 4.0"
description: qsTr("Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material. You are not allowed to use it commercially! ")
tldrlegal: "https://tldrlegal.com/license/creative-commons-attribution-noncommercial-sharealike-4.0-international-(cc-by-nc-sa-4.0)"
licenseFile: "License_CC_Attribution-NonCommercial-ShareAlike_4.0.txt"
}
ListElement {
name: "Creative Commons - CC0 1.0 Universal Public Domain"
description: qsTr("You allow everyone do do anything with your work.")
tldrlegal: "https://tldrlegal.com/license/creative-commons-cc0-1.0-universal"
licenseFile: "License_CC0_1.0.txt"
}
ListElement {
name: "Open Source - Apache License 2.0"
description: qsTr("You grant other to remix your work and change the license to their linking.")
tldrlegal: "https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)"
licenseFile: "License_Apache_2.0.txt"
}
ListElement {
name: "Open Source - General Public License 3.0"
description: qsTr("You grant other to remix your work but it must remain under the GPLv3. We recommend this license for all code wallpaper!")
tldrlegal: "https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)"
licenseFile: "License_GPL_3.0.txt"
}
ListElement {
name: "All rights reserved"
description: qsTr("You do not share any rights and nobody is allowed to use remix it (Not recommended). Can also used to credit work others.")
tldrlegal: "License_All_Rights_Reserved_1.0.txt"
}
}
}
ToolButton {
icon.source: "qrc:/assets/icons/icon_help_center.svg"
icon.color: Material.iconColor
onClicked: toolTip.open()
}
ToolButton {
icon.source: "qrc:/assets/icons/icon_open_in_new.svg"
icon.color: Material.iconColor
onClicked: Qt.openUrlExternally(licenseModel.get(
cb.currentIndex).tldrlegal)
}
ToolTip {
id: toolTip
text: licenseModel.get(cb.currentIndex).description
}
}
}

View File

@ -1,9 +1,7 @@
import QtQuick 2.0
MouseArea {
anchors.fill: parent
enabled: true
hoverEnabled: true
propagateComposedEvents: false

View File

@ -9,7 +9,7 @@ import QtGraphicalEffects 1.0
import QtQuick.Controls.Material 2.12
Item {
id: control
id: root
anchors.fill: parent
property alias radius: mask.radius
@ -19,11 +19,11 @@ Item {
function trigger() {
var wave = ripple.createObject(container, {
"startX": control.width * .5,
"startY": control.height * .5,
"startX": root.width * .5,
"startY": root.height * .5,
"maxRadius": furthestDistance(
control.width * .5,
control.height * .5)
root.width * .5,
root.height * .5)
})
}
@ -53,7 +53,7 @@ Item {
id: ink
radius: 0
opacity: 0.25
color: control.color
color: root.color
property int startX
property int startY
property int maxRadius: 150
@ -80,7 +80,7 @@ Item {
property: "opacity"
from: 0.8
to: 0
duration: control.duration
duration: root.duration
}
ScriptAction {
script: ink.destroy()

View File

@ -5,6 +5,7 @@ import QtQuick.Controls.Material 2.0
import ScreenPlay 1.0
Item {
id:root
width: 300
ToolButton {
@ -24,9 +25,6 @@ Item {
id: txtSearch
width: 250
height: 40
font.family: ScreenPlay.settings.font
leftPadding: 10
color: Material.secondaryTextColor
anchors {
right: icnSearch.left
rightMargin: 10
@ -40,8 +38,6 @@ Item {
ScreenPlay.installedListFilter.sortByName(txtSearch.text)
}
}
selectByMouse: true
placeholderText: qsTr("Search for Wallpaper & Widgets")
}
}

View File

@ -5,7 +5,7 @@ import QtQuick.Controls 2.2 as QQC
import ScreenPlay 1.0
Item {
id: sliderVolumeWrapperBottom
id: root
height: 70
property string headline: "dummyHeandline"

View File

@ -6,7 +6,7 @@ import ScreenPlay 1.0
Item {
id: tag
width: textMetrics.width + 20
height: parent.height
height: 45
property int itemIndex
property alias text: txt.text
@ -14,23 +14,21 @@ Item {
Rectangle {
id: rectangle
anchors.fill: parent
radius: 3
color: Material.theme === Material.Light ? Qt.lighter(
Material.background) : Qt.darker(
Material.background)
Material.background) : Material.background
Text {
id: txt
text: _name
color: Material.theme === Material.Light ? Qt.lighter(
Material.foreground) : Qt.darker(
Material.foreground)
color: Material.primaryTextColor
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter
anchors.fill: parent
font.family: ScreenPlay.settings.font
}
TextField {
id: textField
enabled: false
@ -87,8 +85,9 @@ Item {
]
}
/*##^## Designer {
/*##^##
Designer {
D{i:0;height:50;width:100}
}
##^##*/
##^##*/

View File

@ -2,13 +2,15 @@ import QtQuick 2.12
import QtQuick.Controls 2.12
import QtGraphicalEffects 1.0
import QtQuick.Controls.Material 2.12
import ScreenPlay 1.0
Item {
id: tagSelector
id: root
height: 70
implicitWidth: 200
onStateChanged: {
if (tagSelector.state === "add") {
if (root.state === "add") {
btnAdd.text = qsTr("Save")
textField.focus = true
} else {
@ -16,9 +18,9 @@ Item {
}
}
function getTags(){
var array = [];
for(var i = 0; i < listModel.count; i++) {
function getTags() {
var array = []
for (var i = 0; i < listModel.count; i++) {
array.push(listModel.get(i)._name)
}
return array
@ -26,7 +28,8 @@ Item {
Rectangle {
id: rectangle
color: Material.theme === Material.Light ? Material.background : Qt.darker(Material.background)
color: Material.theme === Material.Light ? Material.background : Qt.darker(
Material.background)
radius: 3
clip: true
anchors {
@ -72,7 +75,10 @@ Item {
radius: 3
height: parent.height - 20
width: 200
color: Material.theme === Material.Light ? Qt.lighter(Material.background) : Material.background
color: Material.theme
=== Material.Light ? Qt.lighter(
Material.background) : Material.background
anchors {
top: parent.top
topMargin: -80
@ -92,12 +98,16 @@ Item {
TextField {
id: textField
anchors.fill: parent
anchors.rightMargin: 15
font.family: ScreenPlay.settings.font
anchors.leftMargin: 15
color: Material.primaryTextColor
anchors {
fill: parent
rightMargin: 15
leftMargin: 15
}
onTextChanged: {
if(textField.length >= 10){
if (textField.length >= 10) {
textField.text = textField.text
}
}
@ -108,6 +118,7 @@ Item {
id: btnCancel
text: qsTr("Cancel")
opacity: 0
height: parent.height - 20
enabled: false
Material.background: Material.Red
Material.foreground: "white"
@ -119,13 +130,14 @@ Item {
}
onClicked: {
tagSelector.state = ""
root.state = ""
textField.clear()
}
}
Button {
id: btnAdd
text: qsTr("Add Tag")
height: parent.height - 20
Material.background: Material.LightGreen
Material.foreground: "white"
font.family: ScreenPlay.settings.font
@ -136,14 +148,14 @@ Item {
}
onClicked: {
if (tagSelector.state === "add") {
if (root.state === "add") {
listModel.append({
"_name": textField.text
})
textField.clear()
tagSelector.state = ""
root.state = ""
} else {
tagSelector.state = "add"
root.state = "add"
}
}
}
@ -156,7 +168,6 @@ Item {
PropertyChanges {
target: textFieldWrapper
color: "#ccffffff"
anchors.topMargin: 10
opacity: 1
enabled: true

View File

@ -0,0 +1,163 @@
import QtQuick 2.14
import QtQuick.Window 2.14
import QtQuick.Controls.Material 2.14
import QtQuick.Controls 2.14 as QQC
import QtGraphicalEffects 1.0
import QtQuick.Layouts 1.14
import ScreenPlay 1.0
Item {
id: root
height: 55
width: 150
state: {
if (textField.text.length > 0) {
return "containsTextEditingFinished"
} else {
return ""
}
}
signal editingFinished
onEditingFinished: {
if (!root.required)
return
}
property bool required: false
property bool dirty: false
property alias text: textField.text
property alias placeholderText: txtPlaceholder.text
Text {
id: txtPlaceholder
text: qsTr("Label")
font.family: ScreenPlay.settings.font
color: Material.primaryTextColor
opacity: .4
font.pointSize: 11
font.weight: Font.Medium
anchors {
top: parent.top
topMargin: 15
left: parent.left
leftMargin: 10
}
}
Timer {
id: timerSaveDelay
interval: 1000
onTriggered: root.editingFinished()
}
QQC.TextField {
id: textField
font.family: ScreenPlay.settings.font
color: Material.secondaryTextColor
width: parent.width
Keys.onEscapePressed: resetState()
onTextEdited: {
timerSaveDelay.start()
root.dirty = true
}
anchors {
left: parent.left
right: parent.right
bottom: parent.bottom
}
onEditingFinished: {
resetState()
if (textField.text.length > 0) {
root.state = "containsTextEditingFinished"
}
}
function resetState() {
if (textField.text.length === 0) {
root.state = ""
}
textField.focus = false
}
onPressed: {
root.state = "containsText"
}
}
Text {
id: requiredText
text: qsTr("*Required")
visible: root.required
font.family: ScreenPlay.settings.font
color: Material.secondaryTextColor
anchors {
top: textField.bottom
right: textField.right
}
}
states: [
State {
name: ""
PropertyChanges {
target: txtPlaceholder
font.pointSize: 11
color: Material.secondaryTextColor
anchors.topMargin: 15
anchors.leftMargin: 10
}
},
State {
name: "containsText"
PropertyChanges {
target: txtPlaceholder
font.pointSize: 8
opacity: 1
color: Material.accentColor
anchors.topMargin: 0
anchors.leftMargin: 0
}
},
State {
name: "containsTextEditingFinished"
PropertyChanges {
target: txtPlaceholder
font.pointSize: 8
color: Material.secondaryTextColor
opacity: 0.4
anchors.topMargin: 0
anchors.leftMargin: 0
}
}
]
transitions: [
Transition {
from: ""
to: "containsText"
reversible: true
PropertyAnimation {
target: txtPlaceholder
duration: 150
easing.type: Easing.InOutQuart
properties: "font.pointSize,anchors.topMargin,anchors.leftMargin,opacity,color"
}
},
Transition {
from: "containsText"
to: "containsTextEditingFinished"
reversible: true
PropertyAnimation {
target: txtPlaceholder
duration: 150
easing.type: Easing.OutSine
properties: "color,opacity"
}
}
]
}

View File

@ -3,7 +3,7 @@ import Qt.labs.platform 1.0
import ScreenPlay 1.0
SystemTrayIcon {
id: sti
id: root
visible: true
iconSource: "qrc:/assets/icons/app.ico"
tooltip: qsTr("ScreenPlay - Double click to change you settings.")

View File

@ -0,0 +1,14 @@
function isWallpaper(type) {
return type === InstalledType.VideoWallpaper
|| type === InstalledType.HTMLWallpaper
|| type === InstalledType.QMLWallpaper
|| type === InstalledType.GifWallpaper
|| type === InstalledType.WebsiteWallpaper
|| type === InstalledType.GodotWallpaper
}
function isWidget(type) {
return type === InstalledType.HTMLWidget
|| type === InstalledType.QMLWidget
}

View File

@ -128,6 +128,7 @@ Item {
Loader {
active: SwipeView.isCurrentItem || SwipeView.isNextItem
|| SwipeView.isPreviousItem
asynchronous: true
sourceComponent: Item {
Component.onCompleted: timer.start()
Timer {

View File

@ -1,98 +0,0 @@
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Controls.Material 2.12
import QtQuick.Particles 2.0
import QtGraphicalEffects 1.0
import ScreenPlay 1.0
import ScreenPlay.Create 1.0
import ScreenPlay.QMLUtilities 1.0
import "Wizards/CreateWallpaper"
Item {
id: particleSystemWrapper
Image {
id: backgroundNoisePattern
source: "qrc:/assets/images/noisy-texture-3.png"
anchors.fill: parent
fillMode: Image.Tile
opacity: .3
}
MouseArea {
id: ma
anchors.fill: parent
hoverEnabled: true
onPressed: {
attractor.enabled = true
}
onPositionChanged: {
if (ma.pressed) {
attractor.pointX = mouseX
attractor.pointY = mouseY
}
}
onReleased: {
attractor.enabled = false
}
}
Attractor {
id: attractor
system: particleSystem
affectedParameter: Attractor.Acceleration
strength: 8000000
proportionalToDistance: Attractor.InverseQuadratic
}
ParticleSystem {
id: particleSystem
}
Emitter {
id: emitter
anchors {
horizontalCenter: parent.horizontalCenter
bottom: parent.bottom
}
width: parent.width
height: 80
system: particleSystem
emitRate: 25
lifeSpan: 5000
lifeSpanVariation: 1000
size: 8
endSize: 18
sizeVariation: 4
velocity: AngleDirection {
angle: -90
magnitude: 50
magnitudeVariation: 25
angleVariation: 10
}
}
ImageParticle {
height: 16
width: 16
color: Material.accent
source: "qrc:/assets/particle/dot.png"
system: particleSystem
opacity: .75
}
Image {
id: bgGlow
width: 500
height: width
opacity: .3
source: "qrc:/assets/particle/backgroundGlow.png"
anchors {
horizontalCenter: parent.horizontalCenter
bottom: parent.bottom
bottomMargin: -width * .65
}
}
}

View File

@ -1,225 +1,135 @@
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Controls 2.15
import QtQuick.Layouts 1.12
import QtQuick.Controls.Material 2.12
import QtQuick.Particles 2.0
import QtGraphicalEffects 1.0
import QtQuick.Controls.Material.impl 2.12
import ScreenPlay 1.0
import ScreenPlay.Create 1.0
import ScreenPlay.QMLUtilities 1.0
import "Wizards/CreateWallpaper"
Item {
id: create
state: "out"
id: root
Component.onCompleted: {
create.state = "in"
wizardContentWrapper.state = "in"
stackView.push("qrc:/qml/Create/StartInfo.qml")
}
BackgroundParticleSystem {
id: particleSystemWrapper
anchors.fill: parent
}
Wizard {
id: wizard
anchors.fill: parent
}
CreateContent {
id: createContent
width: 500
height: 400
Sidebar {
id: sidebar
stackView: stackView
anchors {
top: parent.top
topMargin: 80
right: verticalSeperator.left
rightMargin: 50
}
onCreateContent: {
create.state = "wizard"
ScreenPlay.util.setNavigationActive(false)
if (type === "emptyHtmlWallpaper") {
wizard.setSource(
"qrc:/qml/Create/Wizards/CreateEmptyHtmlWallpaper/CreateEmptyHtmlWallpaper.qml",
{})
} else if (type === "emptyWidget") {
wizard.setSource(
"qrc:/qml/Create/Wizards/CreateEmptyWidget/CreateEmptyWidget.qml",
{})
} else if (type === "musicVisualizer") {
wizard.setSource(
"qrc:/qml/Create/Wizards/CreateEmptyWidget/CreateEmptyWidget.qml",
{})
} else if (type === "unsplashSlideshow") {
wizard.setSource(
"qrc:/qml/Create/Wizards/CreateEmptyWidget/CreateEmptyWidget.qml",
{})
}
left: parent.left
bottom: parent.bottom
}
}
Rectangle {
id: verticalSeperator
width: 2
height: 400
opacity: .4
Item {
id: wizardContentWrapper
width: parent.width - (sidebar.width + (anchors.margins * 2))
height: parent.height - (anchors.margins * 2)
opacity: 0
anchors {
margins: 10
top: parent.top
topMargin: 100
horizontalCenter: parent.horizontalCenter
right: parent.right
topMargin: 200
}
}
ImportContent {
id: importContent
width: 500
height: 400
anchors {
top: parent.top
topMargin: 84
left: verticalSeperator.right
leftMargin: 50
}
onVideoImportConvertFileSelected: {
create.state = "wizard"
ScreenPlay.util.setNavigationActive(false)
wizard.setSource(
"qrc:/qml/Create/Wizards/CreateWallpaper/CreateWallpaper.qml",
{
"filePath": videoFile
})
}
}
Text {
id: txtDescriptionBottom
text: qsTr("Create wallpapers and widgets for local usage or the steam workshop!")
font.family: ScreenPlay.settings.font
font.pointSize: 10
color: "white"
anchors {
horizontalCenter: parent.horizontalCenter
bottom: footer.top
bottomMargin: 20
}
}
Footer {
id: footer
anchors.bottom: parent.bottom
anchors.left: parent.left
anchors.right: parent.right
}
states: [
State {
name: "out"
PropertyChanges {
target: verticalSeperator
opacity: 0
Rectangle {
radius: 4
layer.enabled: true
layer.effect: ElevationEffect {
elevation: 6
}
color: Material.theme === Material.Light ? "white" : Material.background
anchors {
fill: parent
margins: 10
}
PropertyChanges {
target: footer
anchors.bottomMargin: -80
}
},
State {
name: "in"
PropertyChanges {
target: verticalSeperator
opacity: .4
}
PropertyChanges {
target: footer
anchors.bottomMargin: 0
}
},
State {
name: "wizard"
PropertyChanges {
target: footer
anchors.bottomMargin: -80
}
PropertyChanges {
target: importContent
state: "out"
enabled:false
}
PropertyChanges {
target: createContent
state: "out"
enabled:false
}
PropertyChanges {
target: verticalSeperator
opacity: 0
enabled:false
}
PropertyChanges {
target: txtDescriptionBottom
opacity: 0
enabled:false
}
PropertyChanges {
target: wizard
z: 99
}
}
]
transitions: [
Transition {
from: "out"
to: "in"
reversible: true
NumberAnimation {
targets: [txtDescriptionBottom, footer]
property: "opacity"
duration: 400
easing.type: Easing.InOutQuart
}
SequentialAnimation {
PauseAnimation {
duration: 300
StackView {
id: stackView
pushEnter: Transition {
PropertyAnimation {
property: "opacity"
from: 0
to: 1
duration: 400
easing.type: Easing.InOutQuart
}
PropertyAnimation {
property: "scale"
from: 0.8
to: 1
duration: 400
easing.type: Easing.InOutQuart
}
}
NumberAnimation {
target: verticalSeperator
property: "opacity"
duration: 250
easing.type: Easing.InOutQuart
pushExit: Transition {
PropertyAnimation {
property: "opacity"
from: 1
to: 0
duration: 200
easing.type: Easing.InOutQuart
}
PropertyAnimation {
property: "scale"
from: 1
to: .8
duration: 400
easing.type: Easing.InOutQuart
}
}
anchors {
fill: parent
margins: 20
}
}
PropertyAnimation {
target: footer
property: "anchors.bottomMargin"
duration: 400
easing.type: Easing.InOutQuart
}
},
Transition {
from: "in"
to: "wizard"
reversible: true
PropertyAnimation {
target: footer
property: "anchors.bottomMargin"
duration: 400
easing.type: Easing.InOutQuart
}
}
]
states: [
State {
name: "in"
PropertyChanges {
target: wizardContentWrapper
anchors.topMargin: wizardContentWrapper.anchors.margins
opacity: 1
}
}
]
transitions: [
Transition {
from: ""
to: "in"
reversible: true
SequentialAnimation {
PropertyAnimation {
target: wizardContentWrapper
duration: 400
easing.type: Easing.OutCubic
properties: "anchors.topMargin, opacity"
}
ScriptAction {
script: {
wizardContentWrapper.anchors.left = sidebar.right
}
}
}
}
]
}
}
/*##^## Designer {

View File

@ -1,191 +0,0 @@
import QtQuick 2.12
import QtGraphicalEffects 1.0
import Qt.labs.platform 1.0
import ScreenPlay 1.0
Item {
id: createWidget
state: "out"
Component.onCompleted: state = "in"
signal createContent(var type)
Text {
id: txtCreate
text: qsTr("Create Widgets and Scenes")
anchors {
top: parent.top
horizontalCenter: parent.horizontalCenter
}
color: "white"
font.pointSize: 21
font.family: ScreenPlay.settings.font
font.weight: Font.Thin
}
CreateContentButton {
id: btnCreateEmptyWidget
text: qsTr("Create Empty Widget")
anchors.top: txtCreate.bottom
anchors.topMargin: 10
animOffset: 50
state: createWidget.state
imgSource: "qrc:/assets/icons/icon_emptyWidget.svg"
onClicked: {
createContent("emptyWidget")
}
}
Text {
id: txtExamples
text: qsTr("Example Widgets and Scenes")
font.family: ScreenPlay.settings.font
font.pointSize: 16
color: "white"
anchors {
top: btnCreateEmptyWidget.bottom
topMargin: 30
left: parent.left
leftMargin: 30
}
}
Column {
width: parent.width
spacing: 5
anchors {
top: parent.top
topMargin: 200
bottom: parent.bottom
}
CreateContentButton {
id: btnEmpty1
text: qsTr("Empty HTML Wallpaper")
animOffset: 150
state: createWidget.state
imgSource: "qrc:/assets/icons/icon_code.svg"
onClicked: {
createContent("emptyHtmlWallpaper")
}
}
CreateContentButton {
id: btnEmpty2
text: qsTr("Musik scene wallpaper visualizer")
buttonActive: false
animOffset: 200
state: createWidget.state
imgSource: "qrc:/assets/icons/icon_library_music.svg"
onClicked: {
createContent("musicVisualizer")
}
}
CreateContentButton {
id: btnEmpty3
text: qsTr("Changing scene wallpaper via unsplash.com")
imgSource: "qrc:/assets/icons/icon_scene.svg"
buttonActive: false
animOffset: 250
state: createWidget.state
onClicked: {
createContent("unsplashSlideshow")
}
}
}
states: [
State {
name: "out"
PropertyChanges {
target: txtExamples
opacity: 0
anchors.topMargin: -50
}
PropertyChanges {
target: txtCreate
opacity: 0
anchors.topMargin: -50
}
PropertyChanges {
target: btnEmpty1
opacity: 0
}
PropertyChanges {
target: btnEmpty2
opacity: 0
}
PropertyChanges {
target: btnEmpty3
opacity: 0
}
PropertyChanges {
target: btnCreateEmptyWidget
opacity: 0
}
},
State {
name: "in"
PropertyChanges {
target: txtExamples
opacity: 1
anchors.topMargin: 30
}
PropertyChanges {
target: txtCreate
opacity: 1
anchors.topMargin: 0
}
}
]
transitions: [
Transition {
from: "out"
to: "in"
reversible: true
ScriptAction {
script: {
if (state === "out") {
btnEmpty1.state = "out"
btnEmpty2.state = "out"
btnEmpty3.state = "out"
}
}
}
PropertyAnimation {
target: txtCreate
properties: "opacity,anchors.topMargin"
duration: 400
easing.type: Easing.InOutQuart
}
SequentialAnimation {
PauseAnimation {
duration: 50
}
PropertyAnimation {
target: txtExamples
properties: "opacity,anchors.topMargin"
duration: 400
easing.type: Easing.InOutQuart
}
}
}
]
}
/*##^## Designer {
D{i:0;autoSize:true;height:480;width:640}
}
##^##*/

View File

@ -1,228 +0,0 @@
import QtQuick 2.14
import QtQuick.Controls 2.14
import QtQuick.Controls.Material 2.12
import QtGraphicalEffects 1.0
import ScreenPlay 1.0
Item {
id: btnEmpty
height: 75
state: "out"
anchors {
right: parent.right
left: parent.left
}
Component.onCompleted: btnEmpty.state = "in"
property int animOffset: 0
property string text
property bool buttonActive: true
property string imgSource: "qrc:/assets/icons/icon_library_music.svg"
signal clicked
RectangularGlow {
id: effect
anchors {
top: bg.top
topMargin: 3
left: bg.left
right: bg.right
}
height: bg.height
width: bg.width
glowRadius: 3
spread: 0.2
color: "black"
opacity: 0
cornerRadius: 15
}
Rectangle {
id: bg
color: Material.background
height: parent.height - 10
anchors {
top: parent.top
right: parent.right
left: parent.left
margins: 10
}
radius: 3
Image {
id: imgIcon
width: 30
height: 30
sourceSize: Qt.size(30, 30)
source: imgSource
opacity: buttonActive ? 1 : .25
anchors {
left: parent.left
leftMargin: 20
verticalCenter: parent.verticalCenter
}
}
ColorOverlay {
color: "gray"
source: imgIcon
opacity: buttonActive ? 1 : .25
anchors.fill: imgIcon
}
Text {
id: name
text: btnEmpty.text
font.family: ScreenPlay.settings.font
opacity: buttonActive ? 1 : .25
font.pointSize: 14
color: Material.foreground
wrapMode: Text.WrapAnywhere
maximumLineCount: 1
anchors {
left: imgIcon.right
leftMargin: 20
verticalCenter: parent.verticalCenter
right:parent.right
rightMargin: 40
}
}
Text {
text: ">"
font.family: ScreenPlay.settings.font
font.pointSize: 18
opacity: buttonActive ? 1 : .25
color: Material.theme === Material.Light ? Qt.lighter(Material.foreground) : Qt.darker(Material.foreground)
anchors {
right: parent.right
rightMargin: 20
verticalCenter: parent.verticalCenter
}
}
MouseArea {
id:ma
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: {
if(buttonActive)
btnEmpty.clicked()
}
hoverEnabled: true
ToolTip.visible: !buttonActive ? ma.containsMouse : false
ToolTip.text: qsTr("Not yet implemented. Stay tuned!")
}
}
states: [
State {
name: "out"
PropertyChanges {
target: bg
anchors.topMargin: -30
opacity: 0
}
PropertyChanges {
target: effect
opacity: 0
}
},
State {
name: "in"
PropertyChanges {
target: bg
anchors.topMargin: 10
opacity: 1
}
PropertyChanges {
target: effect
opacity: .4
}
}
]
transitions: [
Transition {
from: "out"
to: "in"
SequentialAnimation {
PauseAnimation {
duration: btnEmpty.animOffset
}
ParallelAnimation {
ParallelAnimation {
NumberAnimation {
target: bg
property: "opacity"
duration: 400
easing.type: Easing.InOutQuart
}
NumberAnimation {
target: bg
property: "anchors.topMargin"
easing.type: Easing.InOutQuart
duration: 400
}
}
SequentialAnimation {
PauseAnimation {
duration: 200
}
NumberAnimation {
target: effect
property: "opacity"
duration: 400
easing.type: Easing.InOutQuart
}
}
}
}
},
Transition {
from: "in"
to: "out"
SequentialAnimation {
PauseAnimation {
duration: btnEmpty.animOffset
}
ParallelAnimation {
ParallelAnimation {
PropertyAnimation {
target: bg
property: "opacity"
duration: 400
easing.type: Easing.InOutQuart
}
PropertyAnimation {
target: bg
property: "anchors.topMargin"
easing.type: Easing.InOutQuart
duration: 400
}
}
SequentialAnimation {
PauseAnimation {
duration: 200
}
PropertyAnimation {
target: effect
property: "opacity"
duration: 400
easing.type: Easing.InOutQuart
}
}
}
}
}
]
}

View File

@ -1,68 +0,0 @@
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Controls.Material 2.12
import QtQuick.Particles 2.0
import QtGraphicalEffects 1.0
import ScreenPlay 1.0
import ScreenPlay.Create 1.0
import ScreenPlay.QMLUtilities 1.0
import "Wizards/CreateWallpaper"
Rectangle {
id: footer
height: 80
z: 100
color: Material.background
Row {
anchors.centerIn: parent
spacing: 20
Button {
text: qsTr("QML Quickstart Guide")
Material.background: Material.Orange
Material.foreground: "white"
icon.source: "qrc:/assets/icons/icon_info.svg"
icon.color: "white"
icon.width: 16
icon.height: 16
onClicked: Qt.openUrlExternally(
"http://qmlbook.github.io/ch04-qmlstart/qmlstart.html")
}
Button {
text: qsTr("Documentation")
Material.background: Material.LightGreen
Material.foreground: "white"
icon.source: "qrc:/assets/icons/icon_document.svg"
icon.color: "white"
icon.width: 16
icon.height: 16
onClicked: Qt.openUrlExternally(
"https://kelteseth.gitlab.io/ScreenPlayDocs/")
}
Button {
text: qsTr("Forums")
Material.background: Material.Blue
Material.foreground: "white"
icon.source: "qrc:/assets/icons/icon_people.svg"
icon.color: "white"
icon.width: 16
icon.height: 16
onClicked: Qt.openUrlExternally(
"https://forum.screen-play.app/")
}
Button {
text: qsTr("Workshop")
Material.background: Material.Red
Material.foreground: "white"
icon.source: "qrc:/assets/icons/icon_steam.svg"
icon.color: "white"
icon.width: 16
icon.height: 16
onClicked: Qt.openUrlExternally(
"steam://url/SteamWorkshopPage/672870")
}
}
}

Some files were not shown because too many files have changed in this diff Show More