mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-25 12:13:00 +01:00
Add qdocs
This commit is contained in:
parent
6dfb129f10
commit
5b82f5b38a
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@ Common/vcpkg/**
|
|||||||
*_qmlcache.qrc
|
*_qmlcache.qrc
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
/Common/vcpkg/
|
/Common/vcpkg/
|
||||||
|
/Docs/html/screemplay.index
|
||||||
|
75
Docs/config.qdocconf
Normal file
75
Docs/config.qdocconf
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
# Run:
|
||||||
|
# C:\Qt\5.14.0\msvc2017_64\bin\qdoc.exe config.qdocconf
|
||||||
|
# in this directory. You can shift + right click in this explorer
|
||||||
|
# window and select "Open PowerShell Window here" for this.
|
||||||
|
|
||||||
|
include(C:/Qt/5.14.0/msvc2017_64/doc/global/qt-cpp-defines.qdocconf)
|
||||||
|
include(C:/Qt/5.14.0/msvc2017_64/doc/global/compat.qdocconf)
|
||||||
|
include(C:/Qt/5.14.0/msvc2017_64/doc/global/fileextensions.qdocconf)
|
||||||
|
|
||||||
|
descripton = ScreenPlay is an open source cross plattform app for displaying Wallpaper, Widgets and AppDrawer.
|
||||||
|
language = Cpp
|
||||||
|
project = ScreemPlay
|
||||||
|
|
||||||
|
# Source
|
||||||
|
sourcedirs += ../ScreenPlay/src/
|
||||||
|
sourcedirs += ../ScreenPlay/
|
||||||
|
sourcedirs += ../ScreenPlaySDK/
|
||||||
|
sourcedirs += ../ScreenPlaySysInfo/
|
||||||
|
sourcedirs += ../ScreenPlayWallpaper/src/
|
||||||
|
sourcedirs += ../ScreenPlayWallpaper/
|
||||||
|
sourcedirs += ../ScreenPlayWidget/src/
|
||||||
|
sourcedirs += ../ScreenPlayWidget/
|
||||||
|
|
||||||
|
# Header
|
||||||
|
headerdirs += ../ScreenPlay/src/
|
||||||
|
headerdirs += ../ScreenPlay/
|
||||||
|
headerdirs += ../ScreenPlaySDK/
|
||||||
|
headerdirs += ../ScreenPlaySysInfo/
|
||||||
|
headerdirs += ../ScreenPlayWallpaper/src/
|
||||||
|
headerdirs += ../ScreenPlayWallpaper/
|
||||||
|
headerdirs += ../ScreenPlayWidget/src/
|
||||||
|
headerdirs += ../ScreenPlayWidget/
|
||||||
|
|
||||||
|
# Include
|
||||||
|
includepaths += ../ScreenPlay/src/
|
||||||
|
includepaths += ../ScreenPlay/
|
||||||
|
includepaths += ../ScreenPlaySDK/
|
||||||
|
includepaths += ../ScreenPlaySysInfo/
|
||||||
|
includepaths += ../ScreenPlayWallpaper/src/
|
||||||
|
includepaths += ../ScreenPlayWallpaper/
|
||||||
|
includepaths += ../ScreenPlayWidget/src/
|
||||||
|
includepaths += ../ScreenPlayWidget/
|
||||||
|
|
||||||
|
includepaths += C:/Qt/5.14.0/msvc2017_64/include/
|
||||||
|
includepaths += C:/Qt/5.14.0/msvc2017_64/include/QtCore/
|
||||||
|
|
||||||
|
# Images
|
||||||
|
imagedirs = ./images
|
||||||
|
|
||||||
|
# what kind of sources should be processed
|
||||||
|
sources.fileextensions += "*.qdoc *.cpp *.qml"
|
||||||
|
|
||||||
|
# what kind of headers should be processed
|
||||||
|
headers.fileextensions += "*.h"
|
||||||
|
|
||||||
|
syntaxhightlighting = true
|
||||||
|
sourceencoding = UTF-8
|
||||||
|
outputencoding = UTF-8
|
||||||
|
|
||||||
|
# where to put the result
|
||||||
|
outputdir = ./html
|
||||||
|
# what format to use for generating documentation
|
||||||
|
outputformats = HTML
|
||||||
|
|
||||||
|
# the string that actually includes the CSS into documentation file
|
||||||
|
HTML.headerstyles += "<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/style.css\"/>"
|
||||||
|
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 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>"
|
||||||
|
|
||||||
|
|
7
Docs/css/bootstrap.min.css
vendored
Normal file
7
Docs/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
118
Docs/css/style.css
Normal file
118
Docs/css/style.css
Normal file
@ -0,0 +1,118 @@
|
|||||||
|
body {
|
||||||
|
background-color: #f3f3f4 !important;
|
||||||
|
;
|
||||||
|
}
|
||||||
|
h1, h2, h3 {
|
||||||
|
color: #404244;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
font-size: 1.5rem !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
margin-top:3rem !important;
|
||||||
|
border-left: 3px solid orange;
|
||||||
|
padding-left: 10px;
|
||||||
|
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color:#41cd52 !important;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
color: #546E7A;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fn{
|
||||||
|
padding: 15px 0 15px 0;
|
||||||
|
border-bottom: 1px #eee solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.func p {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.func h3 {
|
||||||
|
font-size: 1.2rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.small-subtitle {
|
||||||
|
display: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapper.container h1:first-of-type {
|
||||||
|
padding-bottom: 2rem;
|
||||||
|
padding-top: -2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#mainWrapper > li:first-of-type {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table td, .table th {
|
||||||
|
padding: .25rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav {
|
||||||
|
height: 50px;
|
||||||
|
background:#ffa000;
|
||||||
|
color: white;
|
||||||
|
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14);
|
||||||
|
}
|
||||||
|
|
||||||
|
.navHome a{
|
||||||
|
color: white !important;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
line-height: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navWrapper {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
line-height: 2.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navWrapper a span {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapper {
|
||||||
|
margin: 1rem;
|
||||||
|
padding: 3rem !important;
|
||||||
|
border-radius: 3px;
|
||||||
|
background-color:white;
|
||||||
|
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14);
|
||||||
|
}
|
||||||
|
|
||||||
|
.qml {
|
||||||
|
background: #eeeeee;
|
||||||
|
padding: 1rem;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.type {
|
||||||
|
color:#41cd52 ;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toc {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav div a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#license {
|
||||||
|
text-align: center;
|
||||||
|
margin: 1rem 0;
|
||||||
|
}
|
16
Docs/html/qml-imageselector-members.html
Normal file
16
Docs/html/qml-imageselector-members.html
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- ImageSelector.qml -->
|
||||||
|
<title>List of All Members for ImageSelector | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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></body>
|
||||||
|
</html>
|
42
Docs/html/qml-imageselector.html
Normal file
42
Docs/html/qml-imageselector.html
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- ImageSelector.qml -->
|
||||||
|
<title>ImageSelector QML Type | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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>
|
||||||
|
<ul>
|
||||||
|
<li class="level1"><a href="#details">Detailed Description</a></li>
|
||||||
|
<li class="level2"><a href="#setting-default-text-and-capitalization">Setting default text and capitalization</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="sidebar-content" id="sidebar-content"></div></div>
|
||||||
|
<h1 class="title">ImageSelector QML Type</h1>
|
||||||
|
<span class="subtitle"></span>
|
||||||
|
<!-- $$$ImageSelector-brief -->
|
||||||
|
<p>A image selector with popup preview. <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@ImageSelector -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import </td></tr></table></div><ul>
|
||||||
|
<li><a href="qml-imageselector-members.html">List of all members, including inherited members</a></li>
|
||||||
|
</ul>
|
||||||
|
<!-- $$$ImageSelector-description -->
|
||||||
|
<a name="details"></a>
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
<p>Test</p>
|
||||||
|
<p class="centerAlign"><font color="red">[Missing image ImageSelectorPreview.png]</font></p><a name="setting-default-text-and-capitalization"></a>
|
||||||
|
<h2 id="setting-default-text-and-capitalization">Setting default text and capitalization</h2>
|
||||||
|
<p>Test</p>
|
||||||
|
<pre class="qml"><span class="type"><a href="qml-imageselector.html">ImageSelector</a></span> {
|
||||||
|
|
||||||
|
}</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></body>
|
||||||
|
</html>
|
56
Docs/html/screenplay-app-members.html
Normal file
56
Docs/html/screenplay-app-members.html
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- app.cpp -->
|
||||||
|
<title>List of All Members for App | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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>
|
||||||
|
<p>This is the complete list of members for <a href="screenplay-app.html">ScreenPlay::App</a>, including inherited members.</p>
|
||||||
|
<div class="table"><table class="propsummary">
|
||||||
|
<tr><td class="topAlign"><ul>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#create-prop">createChanged</a></b></span>(ScreenPlay::Create *)</li>
|
||||||
|
<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#mainWindowEngine-prop">mainWindowEngineChanged</a></b></span>(int *)</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>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#screenPlayManager-prop">screenPlayManagerChanged</a></b></span>(ScreenPlay::ScreenPlayManager *)</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#sdkConnector-prop">sdkConnectorChanged</a></b></span>(ScreenPlay::SDKConnector *)</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#create-prop">setCreate</a></b></span>(ScreenPlay::Create *)</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#globalVariables-prop">setGlobalVariables</a></b></span>(ScreenPlay::GlobalVariables *)</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#installedListFilter-prop">setInstalledListFilter</a></b></span>(ScreenPlay::InstalledListFilter *)</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#installedListModel-prop">setInstalledListModel</a></b></span>(ScreenPlay::InstalledListModel *)</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#mainWindowEngine-prop">setMainWindowEngine</a></b></span>(int *)</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#monitorListModel-prop">setMonitorListModel</a></b></span>(ScreenPlay::MonitorListModel *)</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#profileListModel-prop">setProfileListModel</a></b></span>(ScreenPlay::ProfileListModel *)</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#screenPlayManager-prop">setScreenPlayManager</a></b></span>(ScreenPlay::ScreenPlayManager *)</li>
|
||||||
|
</ul></td><td class="topAlign"><ul>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#sdkConnector-prop">setSdkConnector</a></b></span>(ScreenPlay::SDKConnector *)</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#settings-prop">setSettings</a></b></span>(ScreenPlay::Settings *)</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#util-prop">setUtil</a></b></span>(ScreenPlay::Util *)</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#settings-prop">settingsChanged</a></b></span>(ScreenPlay::Settings *)</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#util-prop">utilChanged</a></b></span>(ScreenPlay::Util *)</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#create-prop">create</a></b></span>() const : ScreenPlay::Create *</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#globalVariables-prop">globalVariables</a></b></span>() const : ScreenPlay::GlobalVariables *</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#installedListFilter-prop">installedListFilter</a></b></span>() const : ScreenPlay::InstalledListFilter *</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#installedListModel-prop">installedListModel</a></b></span>() const : ScreenPlay::InstalledListModel *</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#mainWindowEngine-prop">mainWindowEngine</a></b></span>() const : int *</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#monitorListModel-prop">monitorListModel</a></b></span>() const : ScreenPlay::MonitorListModel *</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#profileListModel-prop">profileListModel</a></b></span>() const : ScreenPlay::ProfileListModel *</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#screenPlayManager-prop">screenPlayManager</a></b></span>() const : ScreenPlay::ScreenPlayManager *</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#sdkConnector-prop">sdkConnector</a></b></span>() const : ScreenPlay::SDKConnector *</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#settings-prop">settings</a></b></span>() const : ScreenPlay::Settings *</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-app.html#util-prop">util</a></b></span>() const : ScreenPlay::Util *</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></body>
|
||||||
|
</html>
|
87
Docs/html/screenplay-app.html
Normal file
87
Docs/html/screenplay-app.html
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- app.cpp -->
|
||||||
|
<title>App Class | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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">
|
||||||
|
<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">App Class</h1>
|
||||||
|
<span class="small-subtitle">(<a href="screenplay-app.html">ScreenPlay::App</a>)<br/></span>
|
||||||
|
<!-- $$$App-brief -->
|
||||||
|
<p>The App class contains all members for <a href="screenplay.html">ScreenPlay</a>. <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@App -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <App></span>
|
||||||
|
</td></tr></table></div><ul>
|
||||||
|
<li><a href="screenplay-app-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"> ScreenPlay::Create *</td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#create-prop">create</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> ScreenPlay::GlobalVariables *</td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#globalVariables-prop">globalVariables</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> ScreenPlay::InstalledListFilter *</td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#installedListFilter-prop">installedListFilter</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> ScreenPlay::InstalledListModel *</td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#installedListModel-prop">installedListModel</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> int *</td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#mainWindowEngine-prop">mainWindowEngine</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> ScreenPlay::MonitorListModel *</td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#monitorListModel-prop">monitorListModel</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> ScreenPlay::ProfileListModel *</td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#profileListModel-prop">profileListModel</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> ScreenPlay::ScreenPlayManager *</td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#screenPlayManager-prop">screenPlayManager</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> ScreenPlay::SDKConnector *</td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#sdkConnector-prop">sdkConnector</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> ScreenPlay::Settings *</td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#settings-prop">settings</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> ScreenPlay::Util *</td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#util-prop">util</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-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>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#installedListModel-prop">setInstalledListModel</a></b>(ScreenPlay::InstalledListModel *<i>installedListModel</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#mainWindowEngine-prop">setMainWindowEngine</a></b>(int *<i>mainWindowEngine</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#monitorListModel-prop">setMonitorListModel</a></b>(ScreenPlay::MonitorListModel *<i>monitorListModel</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#profileListModel-prop">setProfileListModel</a></b>(ScreenPlay::ProfileListModel *<i>profileListModel</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#screenPlayManager-prop">setScreenPlayManager</a></b>(ScreenPlay::ScreenPlayManager *<i>screenPlayManager</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#sdkConnector-prop">setSdkConnector</a></b>(ScreenPlay::SDKConnector *<i>sdkConnector</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#settings-prop">setSettings</a></b>(ScreenPlay::Settings *<i>settings</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#util-prop">setUtil</a></b>(ScreenPlay::Util *<i>util</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-app.html#create-prop">createChanged</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">globalVariablesChanged</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">installedListFilterChanged</a></b>(ScreenPlay::InstalledListFilter *<i>installedListFilter</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#installedListModel-prop">installedListModelChanged</a></b>(ScreenPlay::InstalledListModel *<i>installedListModel</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#mainWindowEngine-prop">mainWindowEngineChanged</a></b>(int *<i>mainWindowEngine</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#monitorListModel-prop">monitorListModelChanged</a></b>(ScreenPlay::MonitorListModel *<i>monitorListModel</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#profileListModel-prop">profileListModelChanged</a></b>(ScreenPlay::ProfileListModel *<i>profileListModel</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#screenPlayManager-prop">screenPlayManagerChanged</a></b>(ScreenPlay::ScreenPlayManager *<i>screenPlayManager</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#sdkConnector-prop">sdkConnectorChanged</a></b>(ScreenPlay::SDKConnector *<i>sdkConnector</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#settings-prop">settingsChanged</a></b>(ScreenPlay::Settings *<i>settings</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-app.html#util-prop">utilChanged</a></b>(ScreenPlay::Util *<i>util</i>)</td></tr>
|
||||||
|
</table></div>
|
||||||
|
<a name="details"></a>
|
||||||
|
<!-- $$$App-description -->
|
||||||
|
<div class="descr">
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
<p>Text</p>
|
||||||
|
</div>
|
||||||
|
<!-- @@@App -->
|
||||||
|
<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>
|
||||||
|
</html>
|
28
Docs/html/screenplay-create-members.html
Normal file
28
Docs/html/screenplay-create-members.html
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- create.cpp -->
|
||||||
|
<title>List of All Members for Create | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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>
|
||||||
|
<p>This is the complete list of members for <a href="screenplay-create.html">ScreenPlay::Create</a>, including inherited members.</p>
|
||||||
|
<ul>
|
||||||
|
<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#ffmpegOutput-prop">ffmpegOutputChanged</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-create.html#progress-prop">progressChanged</a></b></span>(float )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-create.html#progress-prop">setProgress</a></b></span>(float )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-create.html#workingDir-prop">setWorkingDir</a></b></span>(const QString &)</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-create.html#workingDir-prop">workingDirChanged</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-create.html#ffmpegOutput-prop">ffmpegOutput</a></b></span>() const : QString</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-create.html#progress-prop">progress</a></b></span>() const : float</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-create.html#workingDir-prop">workingDir</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></body>
|
||||||
|
</html>
|
62
Docs/html/screenplay-create.html
Normal file
62
Docs/html/screenplay-create.html
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- create.cpp -->
|
||||||
|
<title>Create Class | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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">
|
||||||
|
<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">Create Class</h1>
|
||||||
|
<span class="small-subtitle">(<a href="screenplay-create.html">ScreenPlay::Create</a>)<br/></span>
|
||||||
|
<!-- $$$Create-brief -->
|
||||||
|
<p>Baseclass for creating wallapers, widgets and the corresponding wizards. As for this writing (April 2019) it is solely used to import webm wallpaper and create the gif/web 5 second previews. <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@Create -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <Create></span>
|
||||||
|
</td></tr></table></div><ul>
|
||||||
|
<li><a href="screenplay-create-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"> QString </td><td class="memItemRight bottomAlign"><b><a href="screenplay-create.html#ffmpegOutput-prop">ffmpegOutput</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> float </td><td class="memItemRight bottomAlign"><b><a href="screenplay-create.html#progress-prop">progress</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="screenplay-create.html#workingDir-prop">workingDir</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-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#progress-prop">setProgress</a></b>(float <i>progress</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-create.html#workingDir-prop">setWorkingDir</a></b>(const QString &<i>workingDir</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-create.html#ffmpegOutput-prop">ffmpegOutputChanged</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#progress-prop">progressChanged</a></b>(float <i>progress</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-create.html#workingDir-prop">workingDirChanged</a></b>(QString <i>workingDir</i>)</td></tr>
|
||||||
|
</table></div>
|
||||||
|
<a name="details"></a>
|
||||||
|
<!-- $$$Create-description -->
|
||||||
|
<div class="descr">
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
</div>
|
||||||
|
<!-- @@@Create -->
|
||||||
|
<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>
|
||||||
|
</html>
|
22
Docs/html/screenplay-createimportvideo-members.html
Normal file
22
Docs/html/screenplay-createimportvideo-members.html
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- createimportvideo.cpp -->
|
||||||
|
<title>List of All Members for CreateImportVideo | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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>
|
||||||
|
<p>This is the complete list of members for <a href="screenplay-createimportvideo.html">ScreenPlay::CreateImportVideo</a>, including inherited members.</p>
|
||||||
|
<ul>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-createimportvideo.html#progress-prop">progressChanged</a></b></span>(float )</li>
|
||||||
|
<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></body>
|
||||||
|
</html>
|
57
Docs/html/screenplay-createimportvideo.html
Normal file
57
Docs/html/screenplay-createimportvideo.html
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- createimportvideo.cpp -->
|
||||||
|
<title>CreateImportVideo Class | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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">
|
||||||
|
<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">CreateImportVideo Class</h1>
|
||||||
|
<span class="small-subtitle">(<a href="screenplay-createimportvideo.html">ScreenPlay::CreateImportVideo</a>)<br/></span>
|
||||||
|
<!-- $$$CreateImportVideo-brief -->
|
||||||
|
<p>This class imports (copies) and creates wallaper previews. <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@CreateImportVideo -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <CreateImportVideo></span>
|
||||||
|
</td></tr></table></div><ul>
|
||||||
|
<li><a href="screenplay-createimportvideo-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"> float </td><td class="memItemRight bottomAlign"><b><a href="screenplay-createimportvideo.html#progress-prop">progress</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-createimportvideo.html#progress-prop">setProgress</a></b>(float <i>progress</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-createimportvideo.html#progress-prop">progressChanged</a></b>(float <i>progress</i>)</td></tr>
|
||||||
|
</table></div>
|
||||||
|
<a name="details"></a>
|
||||||
|
<!-- $$$CreateImportVideo-description -->
|
||||||
|
<div class="descr">
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
<p>This lass only exsits as long as the user creates a wallpaper and gets destroyed if the creation was successful or not. The state get propagated via createWallpaperStateChanged(ImportVideoState state);</p>
|
||||||
|
</div>
|
||||||
|
<!-- @@@CreateImportVideo -->
|
||||||
|
<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>
|
||||||
|
</html>
|
37
Docs/html/screenplay-installedlistfilter.html
Normal file
37
Docs/html/screenplay-installedlistfilter.html
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- installedlistfilter.cpp -->
|
||||||
|
<title>InstalledListFilter Class | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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">
|
||||||
|
<h3><a name="toc">Contents</a></h3>
|
||||||
|
<ul>
|
||||||
|
<li class="level1"><a href="#details">Detailed Description</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="sidebar-content" id="sidebar-content"></div></div>
|
||||||
|
<h1 class="title">InstalledListFilter Class</h1>
|
||||||
|
<span class="small-subtitle">(<a href="screenplay-installedlistfilter.html">ScreenPlay::InstalledListFilter</a>)<br/></span>
|
||||||
|
<!-- $$$InstalledListFilter-brief -->
|
||||||
|
<p>Proxy between Installed List Model and QML view to filter items. Maybe this class could be merged with the <a href="screenplay-installedlistmodel.html">InstalledListModel</a>... <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@InstalledListFilter -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <InstalledListFilter></span>
|
||||||
|
</td></tr></table></div><ul>
|
||||||
|
</ul>
|
||||||
|
<a name="details"></a>
|
||||||
|
<!-- $$$InstalledListFilter-description -->
|
||||||
|
<div class="descr">
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
</div>
|
||||||
|
<!-- @@@InstalledListFilter -->
|
||||||
|
<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>
|
||||||
|
</html>
|
22
Docs/html/screenplay-installedlistmodel-members.html
Normal file
22
Docs/html/screenplay-installedlistmodel-members.html
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- installedlistmodel.cpp -->
|
||||||
|
<title>List of All Members for InstalledListModel | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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>
|
||||||
|
<p>This is the complete list of members for <a href="screenplay-installedlistmodel.html">ScreenPlay::InstalledListModel</a>, including inherited members.</p>
|
||||||
|
<ul>
|
||||||
|
<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#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>
|
||||||
|
</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></body>
|
||||||
|
</html>
|
56
Docs/html/screenplay-installedlistmodel.html
Normal file
56
Docs/html/screenplay-installedlistmodel.html
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- installedlistmodel.cpp -->
|
||||||
|
<title>InstalledListModel Class | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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">
|
||||||
|
<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">InstalledListModel Class</h1>
|
||||||
|
<span class="small-subtitle">(<a href="screenplay-installedlistmodel.html">ScreenPlay::InstalledListModel</a>)<br/></span>
|
||||||
|
<!-- $$$InstalledListModel-brief -->
|
||||||
|
<p>Lists all installed wallpapers, widgets etc. from a given Path. <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@InstalledListModel -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <InstalledListModel></span>
|
||||||
|
</td></tr></table></div><ul>
|
||||||
|
<li><a href="screenplay-installedlistmodel-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"> int </td><td class="memItemRight bottomAlign"><b><a href="screenplay-installedlistmodel.html#count-prop">count</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-installedlistmodel.html#count-prop">setCount</a></b>(int <i>count</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-installedlistmodel.html#count-prop">countChanged</a></b>(int <i>count</i>)</td></tr>
|
||||||
|
</table></div>
|
||||||
|
<a name="details"></a>
|
||||||
|
<!-- $$$InstalledListModel-description -->
|
||||||
|
<div class="descr">
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
</div>
|
||||||
|
<!-- @@@InstalledListModel -->
|
||||||
|
<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>
|
||||||
|
</html>
|
37
Docs/html/screenplay-monitorlistmodel.html
Normal file
37
Docs/html/screenplay-monitorlistmodel.html
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- monitorlistmodel.cpp -->
|
||||||
|
<title>MonitorListModel Class | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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">
|
||||||
|
<h3><a name="toc">Contents</a></h3>
|
||||||
|
<ul>
|
||||||
|
<li class="level1"><a href="#details">Detailed Description</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="sidebar-content" id="sidebar-content"></div></div>
|
||||||
|
<h1 class="title">MonitorListModel Class</h1>
|
||||||
|
<span class="small-subtitle">(<a href="screenplay-monitorlistmodel.html">ScreenPlay::MonitorListModel</a>)<br/></span>
|
||||||
|
<!-- $$$MonitorListModel-brief -->
|
||||||
|
<p>MonitorListModel. <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@MonitorListModel -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <MonitorListModel></span>
|
||||||
|
</td></tr></table></div><ul>
|
||||||
|
</ul>
|
||||||
|
<a name="details"></a>
|
||||||
|
<!-- $$$MonitorListModel-description -->
|
||||||
|
<div class="descr">
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
</div>
|
||||||
|
<!-- @@@MonitorListModel -->
|
||||||
|
<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>
|
||||||
|
</html>
|
37
Docs/html/screenplay-profilelistmodel.html
Normal file
37
Docs/html/screenplay-profilelistmodel.html
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- profilelistmodel.cpp -->
|
||||||
|
<title>ProfileListModel Class | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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="#details">Detailed Description</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="sidebar-content" id="sidebar-content"></div></div>
|
||||||
|
<h1 class="title">ProfileListModel Class</h1>
|
||||||
|
<span class="small-subtitle">(<a href="screenplay-profilelistmodel.html">ScreenPlay::ProfileListModel</a>)<br/></span>
|
||||||
|
<!-- $$$ProfileListModel-brief -->
|
||||||
|
<p>ProfileListModel. <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@ProfileListModel -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <ProfileListModel></span>
|
||||||
|
</td></tr></table></div><ul>
|
||||||
|
</ul>
|
||||||
|
<a name="details"></a>
|
||||||
|
<!-- $$$ProfileListModel-description -->
|
||||||
|
<div class="descr">
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
</div>
|
||||||
|
<!-- @@@ProfileListModel -->
|
||||||
|
<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>
|
||||||
|
</html>
|
37
Docs/html/screenplay-projectsettingslistmodel.html
Normal file
37
Docs/html/screenplay-projectsettingslistmodel.html
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- projectsettingslistmodel.cpp -->
|
||||||
|
<title>ProjectSettingsListModel Class | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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="#details">Detailed Description</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="sidebar-content" id="sidebar-content"></div></div>
|
||||||
|
<h1 class="title">ProjectSettingsListModel Class</h1>
|
||||||
|
<span class="small-subtitle">(<a href="screenplay-projectsettingslistmodel.html">ScreenPlay::ProjectSettingsListModel</a>)<br/></span>
|
||||||
|
<!-- $$$ProjectSettingsListModel-brief -->
|
||||||
|
<p>ProjectSettingsListModel. <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@ProjectSettingsListModel -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <ProjectSettingsListModel></span>
|
||||||
|
</td></tr></table></div><ul>
|
||||||
|
</ul>
|
||||||
|
<a name="details"></a>
|
||||||
|
<!-- $$$ProjectSettingsListModel-description -->
|
||||||
|
<div class="descr">
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
</div>
|
||||||
|
<!-- @@@ProjectSettingsListModel -->
|
||||||
|
<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>
|
||||||
|
</html>
|
25
Docs/html/screenplay-screenplaymanager-members.html
Normal file
25
Docs/html/screenplay-screenplaymanager-members.html
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- screenplaymanager.cpp -->
|
||||||
|
<title>List of All Members for ScreenPlayManager | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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>
|
||||||
|
<p>This is the complete list of members for <a href="screenplay-screenplaymanager.html">ScreenPlay::ScreenPlayManager</a>, including inherited members.</p>
|
||||||
|
<ul>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaymanager.html#activeWallpaperCounter-prop">activeWallpaperCounterChanged</a></b></span>(int )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaymanager.html#activeWidgetsCounter-prop">activeWidgetsCounterChanged</a></b></span>(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>
|
||||||
|
<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>
|
||||||
|
</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></body>
|
||||||
|
</html>
|
59
Docs/html/screenplay-screenplaymanager.html
Normal file
59
Docs/html/screenplay-screenplaymanager.html
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- screenplaymanager.cpp -->
|
||||||
|
<title>ScreenPlayManager Class | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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">
|
||||||
|
<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">ScreenPlayManager Class</h1>
|
||||||
|
<span class="small-subtitle">(<a href="screenplay-screenplaymanager.html">ScreenPlay::ScreenPlayManager</a>)<br/></span>
|
||||||
|
<!-- $$$ScreenPlayManager-brief -->
|
||||||
|
<p>ScreenPlayManager. <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@ScreenPlayManager -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <ScreenPlayManager></span>
|
||||||
|
</td></tr></table></div><ul>
|
||||||
|
<li><a href="screenplay-screenplaymanager-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"> 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>
|
||||||
|
</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-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>
|
||||||
|
</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-screenplaymanager.html#activeWallpaperCounter-prop">activeWallpaperCounterChanged</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">activeWidgetsCounterChanged</a></b>(int <i>activeWidgetsCounter</i>)</td></tr>
|
||||||
|
</table></div>
|
||||||
|
<a name="details"></a>
|
||||||
|
<!-- $$$ScreenPlayManager-description -->
|
||||||
|
<div class="descr">
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
</div>
|
||||||
|
<!-- @@@ScreenPlayManager -->
|
||||||
|
<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>
|
||||||
|
</html>
|
47
Docs/html/screenplay-screenplaywallpaper-members.html
Normal file
47
Docs/html/screenplay-screenplaywallpaper-members.html
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- screenplaywallpaper.cpp -->
|
||||||
|
<title>List of All Members for ScreenPlayWallpaper | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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>
|
||||||
|
<p>This is the complete list of members for <a href="screenplay-screenplaywallpaper.html">ScreenPlay::ScreenPlayWallpaper</a>, including inherited members.</p>
|
||||||
|
<div class="table"><table class="propsummary">
|
||||||
|
<tr><td class="topAlign"><ul>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#absolutePath-prop">absolutePathChanged</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#appID-prop">appIDChanged</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#file-prop">fileChanged</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#fillMode-prop">fillModeChanged</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#previewImage-prop">previewImageChanged</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#profileJsonObject-prop">profileJsonObjectChanged</a></b></span>(QJsonObject )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#screenNumber-prop">screenNumberChanged</a></b></span>(QVector<int> )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#absolutePath-prop">setAbsolutePath</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#appID-prop">setAppID</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#file-prop">setFile</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#fillMode-prop">setFillMode</a></b></span>(QString )</li>
|
||||||
|
<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#profileJsonObject-prop">setProfileJsonObject</a></b></span>(QJsonObject )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#screenNumber-prop">setScreenNumber</a></b></span>(QVector<int> )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#type-prop">setType</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#type-prop">typeChanged</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#absolutePath-prop">absolutePath</a></b></span>() const : QString</li>
|
||||||
|
<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 : QString</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#profileJsonObject-prop">profileJsonObject</a></b></span>() const : QJsonObject</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#screenNumber-prop">screenNumber</a></b></span>() const : QVector<int></li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywallpaper.html#type-prop">type</a></b></span>() const : QString</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></body>
|
||||||
|
</html>
|
77
Docs/html/screenplay-screenplaywallpaper.html
Normal file
77
Docs/html/screenplay-screenplaywallpaper.html
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- screenplaywallpaper.cpp -->
|
||||||
|
<title>ScreenPlayWallpaper Class | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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">
|
||||||
|
<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">ScreenPlayWallpaper Class</h1>
|
||||||
|
<span class="small-subtitle">(<a href="screenplay-screenplaywallpaper.html">ScreenPlay::ScreenPlayWallpaper</a>)<br/></span>
|
||||||
|
<!-- $$$ScreenPlayWallpaper-brief -->
|
||||||
|
<p>ScreenPlayWallpaper. <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@ScreenPlayWallpaper -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <ScreenPlayWallpaper></span>
|
||||||
|
</td></tr></table></div><ul>
|
||||||
|
<li><a href="screenplay-screenplaywallpaper-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"> QString </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#absolutePath-prop">absolutePath</a></b>() const</td></tr>
|
||||||
|
<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"> QString </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"> 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"> QJsonObject </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#profileJsonObject-prop">profileJsonObject</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> QVector<int> </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"> QString </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.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-screenplaywallpaper.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-screenplaywallpaper.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-screenplaywallpaper.html#file-prop">setFile</a></b>(QString <i>file</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#fillMode-prop">setFillMode</a></b>(QString <i>fillMode</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#previewImage-prop">setPreviewImage</a></b>(QString <i>previewImage</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#profileJsonObject-prop">setProfileJsonObject</a></b>(QJsonObject <i>profileJsonObject</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#screenNumber-prop">setScreenNumber</a></b>(QVector<int> <i>screenNumber</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.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-screenplaywallpaper.html#absolutePath-prop">absolutePathChanged</a></b>(QString <i>absolutePath</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.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-screenplaywallpaper.html#file-prop">fileChanged</a></b>(QString <i>file</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#fillMode-prop">fillModeChanged</a></b>(QString <i>fillMode</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#previewImage-prop">previewImageChanged</a></b>(QString <i>previewImage</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#profileJsonObject-prop">profileJsonObjectChanged</a></b>(QJsonObject <i>profileJsonObject</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#screenNumber-prop">screenNumberChanged</a></b>(QVector<int> <i>screenNumber</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywallpaper.html#type-prop">typeChanged</a></b>(QString <i>type</i>)</td></tr>
|
||||||
|
</table></div>
|
||||||
|
<a name="details"></a>
|
||||||
|
<!-- $$$ScreenPlayWallpaper-description -->
|
||||||
|
<div class="descr">
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
</div>
|
||||||
|
<!-- @@@ScreenPlayWallpaper -->
|
||||||
|
<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>
|
||||||
|
</html>
|
31
Docs/html/screenplay-screenplaywidget-members.html
Normal file
31
Docs/html/screenplay-screenplaywidget-members.html
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- screenplaywidget.cpp -->
|
||||||
|
<title>List of All Members for ScreenPlayWidget | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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>
|
||||||
|
<p>This is the complete list of members for <a href="screenplay-screenplaywidget.html">ScreenPlay::ScreenPlayWidget</a>, including inherited members.</p>
|
||||||
|
<ul>
|
||||||
|
<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#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#projectPath-prop">projectPathChanged</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywidget.html#appID-prop">setAppID</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywidget.html#position-prop">setPosition</a></b></span>(QPoint )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywidget.html#previewImage-prop">setPreviewImage</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-screenplaywidget.html#projectPath-prop">setProjectPath</a></b></span>(QString )</li>
|
||||||
|
<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#projectPath-prop">projectPath</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></body>
|
||||||
|
</html>
|
65
Docs/html/screenplay-screenplaywidget.html
Normal file
65
Docs/html/screenplay-screenplaywidget.html
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- screenplaywidget.cpp -->
|
||||||
|
<title>ScreenPlayWidget Class | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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">
|
||||||
|
<h3><a name="toc">Contents</a></h3>
|
||||||
|
<ul>
|
||||||
|
<li class="level1"><a href="#public-functions">Public Functions</a></li>
|
||||||
|
<li class="level1"><a href="#public-slots">Public Slots</a></li>
|
||||||
|
<li class="level1"><a href="#signals">Signals</a></li>
|
||||||
|
<li class="level1"><a href="#details">Detailed Description</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="sidebar-content" id="sidebar-content"></div></div>
|
||||||
|
<h1 class="title">ScreenPlayWidget Class</h1>
|
||||||
|
<span class="small-subtitle">(<a href="screenplay-screenplaywidget.html">ScreenPlay::ScreenPlayWidget</a>)<br/></span>
|
||||||
|
<!-- $$$ScreenPlayWidget-brief -->
|
||||||
|
<p>ScreenPlayWidget. <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@ScreenPlayWidget -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <ScreenPlayWidget></span>
|
||||||
|
</td></tr></table></div><ul>
|
||||||
|
<li><a href="screenplay-screenplaywidget-members.html">List of all members, including inherited members</a></li>
|
||||||
|
</ul>
|
||||||
|
<a name="public-functions"></a>
|
||||||
|
<h2 id="public-functions">Public Functions</h2>
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<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"> QString </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywidget.html#projectPath-prop">projectPath</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-screenplaywidget.html#appID-prop">setAppID</a></b>(QString <i>appID</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywidget.html#position-prop">setPosition</a></b>(QPoint <i>position</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywidget.html#previewImage-prop">setPreviewImage</a></b>(QString <i>previewImage</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywidget.html#projectPath-prop">setProjectPath</a></b>(QString <i>projectPath</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-screenplaywidget.html#appID-prop">appIDChanged</a></b>(QString <i>appID</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywidget.html#position-prop">positionChanged</a></b>(QPoint <i>position</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywidget.html#previewImage-prop">previewImageChanged</a></b>(QString <i>previewImage</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-screenplaywidget.html#projectPath-prop">projectPathChanged</a></b>(QString <i>projectPath</i>)</td></tr>
|
||||||
|
</table></div>
|
||||||
|
<a name="details"></a>
|
||||||
|
<!-- $$$ScreenPlayWidget-description -->
|
||||||
|
<div class="descr">
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
</div>
|
||||||
|
<!-- @@@ScreenPlayWidget -->
|
||||||
|
<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>
|
||||||
|
</html>
|
37
Docs/html/screenplay-sdkconnector.html
Normal file
37
Docs/html/screenplay-sdkconnector.html
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- sdkconnector.cpp -->
|
||||||
|
<title>SDKConnector Class | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay Docs </span></a><span class="navHome"><a href="../index.html">Home</a></span></div></div> <div id= mainWrapper class="wrapper container ">
|
||||||
|
<li>SDKConnector</li>
|
||||||
|
<div class="sidebar">
|
||||||
|
<div class="toc">
|
||||||
|
<h3><a name="toc">Contents</a></h3>
|
||||||
|
<ul>
|
||||||
|
<li class="level1"><a href="#details">Detailed Description</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="sidebar-content" id="sidebar-content"></div></div>
|
||||||
|
<h1 class="title">SDKConnector Class</h1>
|
||||||
|
<span class="small-subtitle">(<a href="screenplay-sdkconnector.html">ScreenPlay::SDKConnector</a>)<br/></span>
|
||||||
|
<!-- $$$SDKConnector-brief -->
|
||||||
|
<p>SDKConnector. <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@SDKConnector -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <SDKConnector></span>
|
||||||
|
</td></tr></table></div><ul>
|
||||||
|
</ul>
|
||||||
|
<a name="details"></a>
|
||||||
|
<!-- $$$SDKConnector-description -->
|
||||||
|
<div class="descr">
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
</div>
|
||||||
|
<!-- @@@SDKConnector -->
|
||||||
|
<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>
|
||||||
|
</html>
|
48
Docs/html/screenplay-settings-members.html
Normal file
48
Docs/html/screenplay-settings-members.html
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- settings.cpp -->
|
||||||
|
<title>List of All Members for Settings | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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>
|
||||||
|
<p>This is the complete list of members for <a href="screenplay-settings.html">ScreenPlay::Settings</a>, including inherited members.</p>
|
||||||
|
<div class="table"><table class="propsummary">
|
||||||
|
<tr><td class="topAlign"><ul>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#anonymousTelemetry-prop">anonymousTelemetryChanged</a></b></span>(bool )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#autostart-prop">autostartChanged</a></b></span>(bool )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#decoder-prop">decoderChanged</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#gitBuildHash-prop">gitBuildHashChanged</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#highPriorityStart-prop">highPriorityStartChanged</a></b></span>(bool )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#offlineMode-prop">offlineModeChanged</a></b></span>(bool )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#pauseWallpaperWhenIngame-prop">pauseWallpaperWhenIngameChanged</a></b></span>(bool )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#anonymousTelemetry-prop">setAnonymousTelemetry</a></b></span>(bool )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#autostart-prop">setAutostart</a></b></span>(bool )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#decoder-prop">setDecoder</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#gitBuildHash-prop">setGitBuildHash</a></b></span>(QString )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#highPriorityStart-prop">setHighPriorityStart</a></b></span>(bool )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#offlineMode-prop">setOfflineMode</a></b></span>(bool )</li>
|
||||||
|
</ul></td><td class="topAlign"><ul>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#pauseWallpaperWhenIngame-prop">setPauseWallpaperWhenIngame</a></b></span>(bool )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#silentStart-prop">setSilentStart</a></b></span>(bool )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#silentStart-prop">silentStartChanged</a></b></span>(bool )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#anonymousTelemetry-prop">anonymousTelemetry</a></b></span>() const : bool</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#autostart-prop">autostart</a></b></span>() const : bool</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#decoder-prop">decoder</a></b></span>() const : QString</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#gitBuildHash-prop">gitBuildHash</a></b></span>() const : QString</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#highPriorityStart-prop">highPriorityStart</a></b></span>() const : bool</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#offlineMode-prop">offlineMode</a></b></span>() const : bool</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#pauseWallpaperWhenIngame-prop">pauseWallpaperWhenIngame</a></b></span>() const : bool</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#silentStart-prop">silentStart</a></b></span>() const : bool</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-settings.html#version-prop">version</a></b></span>() const : QVersionNumber</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></body>
|
||||||
|
</html>
|
79
Docs/html/screenplay-settings.html
Normal file
79
Docs/html/screenplay-settings.html
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- settings.cpp -->
|
||||||
|
<title>Settings Class | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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">
|
||||||
|
<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">Settings Class</h1>
|
||||||
|
<span class="small-subtitle">(<a href="screenplay-settings.html">ScreenPlay::Settings</a>)<br/></span>
|
||||||
|
<!-- $$$Settings-brief -->
|
||||||
|
<p>Used for:. <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@Settings -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <Settings></span>
|
||||||
|
</td></tr></table></div><ul>
|
||||||
|
<li><a href="screenplay-settings-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"> bool </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#anonymousTelemetry-prop">anonymousTelemetry</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#autostart-prop">autostart</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#decoder-prop">decoder</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#gitBuildHash-prop">gitBuildHash</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#highPriorityStart-prop">highPriorityStart</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#offlineMode-prop">offlineMode</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#pauseWallpaperWhenIngame-prop">pauseWallpaperWhenIngame</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#silentStart-prop">silentStart</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> QVersionNumber </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#version-prop">version</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-settings.html#anonymousTelemetry-prop">setAnonymousTelemetry</a></b>(bool <i>anonymousTelemetry</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#autostart-prop">setAutostart</a></b>(bool <i>autostart</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#decoder-prop">setDecoder</a></b>(QString <i>decoder</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#gitBuildHash-prop">setGitBuildHash</a></b>(QString <i>gitBuildHash</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#highPriorityStart-prop">setHighPriorityStart</a></b>(bool <i>highPriorityStart</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#offlineMode-prop">setOfflineMode</a></b>(bool <i>offlineMode</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#pauseWallpaperWhenIngame-prop">setPauseWallpaperWhenIngame</a></b>(bool <i>pauseWallpaperWhenIngame</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#silentStart-prop">setSilentStart</a></b>(bool <i>silentStart</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-settings.html#anonymousTelemetry-prop">anonymousTelemetryChanged</a></b>(bool <i>anonymousTelemetry</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#autostart-prop">autostartChanged</a></b>(bool <i>autostart</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#decoder-prop">decoderChanged</a></b>(QString <i>decoder</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#gitBuildHash-prop">gitBuildHashChanged</a></b>(QString <i>gitBuildHash</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#highPriorityStart-prop">highPriorityStartChanged</a></b>(bool <i>highPriorityStart</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#offlineMode-prop">offlineModeChanged</a></b>(bool <i>offlineMode</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#pauseWallpaperWhenIngame-prop">pauseWallpaperWhenIngameChanged</a></b>(bool <i>pauseWallpaperWhenIngame</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html#silentStart-prop">silentStartChanged</a></b>(bool <i>silentStart</i>)</td></tr>
|
||||||
|
</table></div>
|
||||||
|
<a name="details"></a>
|
||||||
|
<!-- $$$Settings-description -->
|
||||||
|
<div class="descr">
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
<p><i>User</i> configuration <i>Communication</i> via the SDK Connector</p>
|
||||||
|
</div>
|
||||||
|
<!-- @@@Settings -->
|
||||||
|
<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>
|
||||||
|
</html>
|
25
Docs/html/screenplay-util-members.html
Normal file
25
Docs/html/screenplay-util-members.html
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- util.cpp -->
|
||||||
|
<title>List of All Members for Util | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-util.html#aquireFFMPEGStatus-prop">aquireFFMPEGStatusChanged</a></b></span>(ScreenPlay::Util::AquireFFMPEGStatus )</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#ffmpegAvailable-prop">ffmpegAvailableChanged</a></b></span>(bool )</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-util.html#aquireFFMPEGStatus-prop">aquireFFMPEGStatus</a></b></span>() const : ScreenPlay::Util::AquireFFMPEGStatus</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-util.html#debugMessages-prop">debugMessages</a></b></span>() const : QString</li>
|
||||||
|
<li class="fn"><span class="name"><b><a href="screenplay-util.html#ffmpegAvailable-prop">ffmpegAvailable</a></b></span>() const : bool</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></body>
|
||||||
|
</html>
|
55
Docs/html/screenplay-util.html
Normal file
55
Docs/html/screenplay-util.html
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- util.cpp -->
|
||||||
|
<title>Util Class | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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">
|
||||||
|
<h3><a name="toc">Contents</a></h3>
|
||||||
|
<ul>
|
||||||
|
<li class="level1"><a href="#public-functions">Public Functions</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">Util Class</h1>
|
||||||
|
<span class="small-subtitle">(<a href="screenplay-util.html">ScreenPlay::Util</a>)<br/></span>
|
||||||
|
<!-- $$$Util-brief -->
|
||||||
|
<p>Easy to use global object to use to:. <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@Util -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <Util></span>
|
||||||
|
</td></tr></table></div><ul>
|
||||||
|
<li><a href="screenplay-util-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"> ScreenPlay::Util::AquireFFMPEGStatus </td><td class="memItemRight bottomAlign"><b><a href="screenplay-util.html#aquireFFMPEGStatus-prop">aquireFFMPEGStatus</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="screenplay-util.html#debugMessages-prop">debugMessages</a></b>() const</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="screenplay-util.html#ffmpegAvailable-prop">ffmpegAvailable</a></b>() const</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-util.html#aquireFFMPEGStatus-prop">aquireFFMPEGStatusChanged</a></b>(ScreenPlay::Util::AquireFFMPEGStatus <i>aquireFFMPEGStatus</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-util.html#debugMessages-prop">debugMessagesChanged</a></b>(QString <i>debugMessages</i>)</td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="screenplay-util.html#ffmpegAvailable-prop">ffmpegAvailableChanged</a></b>(bool <i>ffmpegAvailable</i>)</td></tr>
|
||||||
|
</table></div>
|
||||||
|
<a name="details"></a>
|
||||||
|
<!-- $$$Util-description -->
|
||||||
|
<div class="descr">
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
<p><i>Navigate</i> the main menu <i>Open</i> Explorer at a given path</p>
|
||||||
|
</div>
|
||||||
|
<!-- @@@Util -->
|
||||||
|
<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>
|
||||||
|
</html>
|
99
Docs/html/screenplay.html
Normal file
99
Docs/html/screenplay.html
Normal file
@ -0,0 +1,99 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- app.cpp -->
|
||||||
|
<title>ScreenPlay Namespace | ScreemPlay</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"><a href="../index.html"><span class="logo">ScreenPlay 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>
|
||||||
|
<ul>
|
||||||
|
<li class="level1"><a href="#classes">Classes</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">ScreenPlay Namespace</h1>
|
||||||
|
<!-- $$$ScreenPlay-brief -->
|
||||||
|
<p>Namespace for ScreenPlay. <a href="#details">More...</a></p>
|
||||||
|
<!-- @@@ScreenPlay -->
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <ScreenPlay></span>
|
||||||
|
</td></tr></table></div><ul>
|
||||||
|
</ul>
|
||||||
|
<a name="classes"></a>
|
||||||
|
<h2 id="classes">Classes</h2>
|
||||||
|
<div class="table"><table class="alignedsummary">
|
||||||
|
<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-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-sdkconnector.html">SDKConnector</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>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="screenplay-settings.html">Settings</a></b></td></tr>
|
||||||
|
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="screenplay-util.html">Util</a></b></td></tr>
|
||||||
|
</table></div>
|
||||||
|
<a name="details"></a>
|
||||||
|
<!-- $$$ScreenPlay-description -->
|
||||||
|
<div class="descr">
|
||||||
|
<h2 id="details">Detailed Description</h2>
|
||||||
|
</div>
|
||||||
|
<!-- @@@ScreenPlay -->
|
||||||
|
<div class="classes">
|
||||||
|
<h2>Classes</h2>
|
||||||
|
<h3> class <a href="screenplay-app.html">App</a></h3><!-- $$$App-brief -->
|
||||||
|
<p>The App class contains all members for <a href="screenplay.html">ScreenPlay</a>. <a href="screenplay-app.html#details">More...</a></p>
|
||||||
|
<!-- @@@App -->
|
||||||
|
<h3> class <a href="screenplay-create.html">Create</a></h3><!-- $$$Create-brief -->
|
||||||
|
<p>Baseclass for creating wallapers, widgets and the corresponding wizards. As for this writing (April 2019) it is solely used to import webm wallpaper and create the gif/web 5 second previews. <a href="screenplay-create.html#details">More...</a></p>
|
||||||
|
<!-- @@@Create -->
|
||||||
|
<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-installedlistfilter.html">InstalledListFilter</a></h3><!-- $$$InstalledListFilter-brief -->
|
||||||
|
<p>Proxy between Installed List Model and QML view to filter items. Maybe this class could be merged with the <a href="screenplay-installedlistmodel.html">InstalledListModel</a>... <a href="screenplay-installedlistfilter.html#details">More...</a></p>
|
||||||
|
<!-- @@@InstalledListFilter -->
|
||||||
|
<h3> class <a href="screenplay-installedlistmodel.html">InstalledListModel</a></h3><!-- $$$InstalledListModel-brief -->
|
||||||
|
<p>Lists all installed wallpapers, widgets etc. from a given Path. <a href="screenplay-installedlistmodel.html#details">More...</a></p>
|
||||||
|
<!-- @@@InstalledListModel -->
|
||||||
|
<h3> class <a href="screenplay-monitorlistmodel.html">MonitorListModel</a></h3><!-- $$$MonitorListModel-brief -->
|
||||||
|
<p>MonitorListModel. <a href="screenplay-monitorlistmodel.html#details">More...</a></p>
|
||||||
|
<!-- @@@MonitorListModel -->
|
||||||
|
<h3> class <a href="screenplay-profilelistmodel.html">ProfileListModel</a></h3><!-- $$$ProfileListModel-brief -->
|
||||||
|
<p>ProfileListModel. <a href="screenplay-profilelistmodel.html#details">More...</a></p>
|
||||||
|
<!-- @@@ProfileListModel -->
|
||||||
|
<h3> class <a href="screenplay-projectsettingslistmodel.html">ProjectSettingsListModel</a></h3><!-- $$$ProjectSettingsListModel-brief -->
|
||||||
|
<p>ProjectSettingsListModel. <a href="screenplay-projectsettingslistmodel.html#details">More...</a></p>
|
||||||
|
<!-- @@@ProjectSettingsListModel -->
|
||||||
|
<h3> class <a href="screenplay-sdkconnector.html">SDKConnector</a></h3><!-- $$$SDKConnector-brief -->
|
||||||
|
<p>SDKConnector. <a href="screenplay-sdkconnector.html#details">More...</a></p>
|
||||||
|
<!-- @@@SDKConnector -->
|
||||||
|
<h3> class <a href="screenplay-screenplaymanager.html">ScreenPlayManager</a></h3><!-- $$$ScreenPlayManager-brief -->
|
||||||
|
<p>ScreenPlayManager. <a href="screenplay-screenplaymanager.html#details">More...</a></p>
|
||||||
|
<!-- @@@ScreenPlayManager -->
|
||||||
|
<h3> class <a href="screenplay-screenplaywallpaper.html">ScreenPlayWallpaper</a></h3><!-- $$$ScreenPlayWallpaper-brief -->
|
||||||
|
<p>ScreenPlayWallpaper. <a href="screenplay-screenplaywallpaper.html#details">More...</a></p>
|
||||||
|
<!-- @@@ScreenPlayWallpaper -->
|
||||||
|
<h3> class <a href="screenplay-screenplaywidget.html">ScreenPlayWidget</a></h3><!-- $$$ScreenPlayWidget-brief -->
|
||||||
|
<p>ScreenPlayWidget. <a href="screenplay-screenplaywidget.html#details">More...</a></p>
|
||||||
|
<!-- @@@ScreenPlayWidget -->
|
||||||
|
<h3> class <a href="screenplay-settings.html">Settings</a></h3><!-- $$$Settings-brief -->
|
||||||
|
<p>Used for:. <a href="screenplay-settings.html#details">More...</a></p>
|
||||||
|
<!-- @@@Settings -->
|
||||||
|
<h3> class <a href="screenplay-util.html">Util</a></h3><!-- $$$Util-brief -->
|
||||||
|
<p>Easy to use global object to use to:. <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></body>
|
||||||
|
</html>
|
63
Docs/index.html
Normal file
63
Docs/index.html
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
|
||||||
|
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!-- ImageSelector.qml -->
|
||||||
|
<title>ImageSelector QML Type | Qt </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">
|
||||||
|
<h1 class="display-4 text-center">ScreenPlay Documentation</h1>
|
||||||
|
<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!
|
||||||
|
</p>
|
||||||
|
<br>
|
||||||
|
<h2>Getting started</h2>
|
||||||
|
<hr/>
|
||||||
|
<ul>
|
||||||
|
<li><a href="html/screenplay.html">ScreenPlay Namespace</a></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>
|
||||||
|
</html>
|
||||||
|
|
@ -1,5 +1,21 @@
|
|||||||
#include "app.h"
|
#include "app.h"
|
||||||
|
|
||||||
|
namespace ScreenPlay {
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\namespace ScreenPlay
|
||||||
|
\inmodule ScreenPlay
|
||||||
|
\brief Namespace for ScreenPlay.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\class ScreenPlay::App
|
||||||
|
\inmodule ScreenPlay
|
||||||
|
\brief The App class contains all members for ScreenPlay.
|
||||||
|
|
||||||
|
Text
|
||||||
|
*/
|
||||||
|
|
||||||
App::App()
|
App::App()
|
||||||
: QObject(nullptr)
|
: QObject(nullptr)
|
||||||
{
|
{
|
||||||
@ -90,3 +106,4 @@ void App::exit()
|
|||||||
QTimer::singleShot(150, []() { QGuiApplication::instance()->quit(); });
|
QTimer::singleShot(150, []() { QGuiApplication::instance()->quit(); });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -28,19 +28,11 @@
|
|||||||
#include "src/settings.h"
|
#include "src/settings.h"
|
||||||
#include "src/util.h"
|
#include "src/util.h"
|
||||||
|
|
||||||
|
namespace ScreenPlay {
|
||||||
using std::make_unique,
|
using std::make_unique,
|
||||||
std::unique_ptr,
|
std::unique_ptr,
|
||||||
std::make_shared,
|
std::make_shared,
|
||||||
std::shared_ptr,
|
std::shared_ptr;
|
||||||
ScreenPlay::Util,
|
|
||||||
ScreenPlay::InstalledListModel,
|
|
||||||
ScreenPlay::ScreenPlayManager,
|
|
||||||
ScreenPlay::InstalledListFilter,
|
|
||||||
ScreenPlay::MonitorListModel,
|
|
||||||
ScreenPlay::ProfileListModel,
|
|
||||||
ScreenPlay::SDKConnector,
|
|
||||||
ScreenPlay::Settings,
|
|
||||||
ScreenPlay::Create;
|
|
||||||
|
|
||||||
class App : public QObject {
|
class App : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@ -262,3 +254,4 @@ private:
|
|||||||
shared_ptr<ProfileListModel> m_profileListModel;
|
shared_ptr<ProfileListModel> m_profileListModel;
|
||||||
shared_ptr<InstalledListFilter> m_installedListFilter;
|
shared_ptr<InstalledListFilter> m_installedListFilter;
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#include "app.h"
|
|
||||||
#include <QGuiApplication>
|
#include <QGuiApplication>
|
||||||
|
|
||||||
|
#include "app.h"
|
||||||
|
|
||||||
int main(int argc, char* argv[])
|
int main(int argc, char* argv[])
|
||||||
{
|
{
|
||||||
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||||
@ -8,6 +9,8 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
QGuiApplication qtGuiApp(argc, argv);
|
QGuiApplication qtGuiApp(argc, argv);
|
||||||
|
|
||||||
|
using namespace ScreenPlay;
|
||||||
|
|
||||||
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
|
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
|
||||||
qmlRegisterSingletonType<App>("ScreenPlay", 1, 0, "ScreenPlay", [](QQmlEngine* engine, QJSEngine*) -> QObject* {
|
qmlRegisterSingletonType<App>("ScreenPlay", 1, 0, "ScreenPlay", [](QQmlEngine* engine, QJSEngine*) -> QObject* {
|
||||||
engine->setObjectOwnership(App::instance(), QQmlEngine::ObjectOwnership::CppOwnership);
|
engine->setObjectOwnership(App::instance(), QQmlEngine::ObjectOwnership::CppOwnership);
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
#include "create.h"
|
#include "create.h"
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\class Create
|
\class ScreenPlay::Create
|
||||||
\since 1.0
|
\inmodule ScreenPlay
|
||||||
\brief Baseclass for creating wallapers, widgets and the corresponding
|
\brief Baseclass for creating wallapers, widgets and the corresponding
|
||||||
wizards. As for this writing (April 2019) it is solely used to
|
wizards. As for this writing (April 2019) it is solely used to
|
||||||
import webm wallpaper and create the gif/web 5 second previews.
|
import webm wallpaper and create the gif/web 5 second previews.
|
||||||
\todo
|
|
||||||
- This class would need to be refactored to be used in more creation types.
|
|
||||||
*/
|
*/
|
||||||
namespace ScreenPlay {
|
namespace ScreenPlay {
|
||||||
Create::Create(const shared_ptr<GlobalVariables>& globalVariables, QObject* parent)
|
Create::Create(const shared_ptr<GlobalVariables>& globalVariables, QObject* parent)
|
||||||
|
@ -3,15 +3,14 @@
|
|||||||
namespace ScreenPlay {
|
namespace ScreenPlay {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\class CreateImportVideo
|
\class ScreenPlay::CreateImportVideo
|
||||||
\brief This class imports (copies) and creates wallaper previews. This
|
\inmodule ScreenPlay
|
||||||
class only exsits as long as the user creates a wallpaper and gets
|
\brief This class imports (copies) and creates wallaper previews.
|
||||||
destroyed if the creation was successful or not.
|
|
||||||
|
|
||||||
The state get propagated via createWallpaperStateChanged(ImportVideoState state);
|
This lass only exsits as long as the user creates a wallpaper and gets
|
||||||
|
destroyed if the creation was successful or not.
|
||||||
|
The state get propagated via createWallpaperStateChanged(ImportVideoState state);
|
||||||
|
|
||||||
\todo
|
|
||||||
- Maybe: Replace with QThread to avoid running QCoreApplication::processEvents();?
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
CreateImportVideo::CreateImportVideo(QObject* parent)
|
CreateImportVideo::CreateImportVideo(QObject* parent)
|
||||||
|
@ -3,6 +3,15 @@
|
|||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
#include <QVersionNumber>
|
#include <QVersionNumber>
|
||||||
|
|
||||||
|
namespace ScreenPlay {
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\class ScreenPlay::GlobalVariables
|
||||||
|
\inmodule ScreenPlay
|
||||||
|
\brief GlobalVariables.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
class GlobalVariables : public QObject {
|
class GlobalVariables : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
@ -94,3 +103,4 @@ private:
|
|||||||
QUrl m_widgetExecutablePath;
|
QUrl m_widgetExecutablePath;
|
||||||
QVersionNumber m_version {1,0,0};
|
QVersionNumber m_version {1,0,0};
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
#include "installedlistfilter.h"
|
#include "installedlistfilter.h"
|
||||||
|
|
||||||
|
|
||||||
|
namespace ScreenPlay {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\class Installed List Filder
|
\class ScreenPlay::InstalledListFilter
|
||||||
|
\inmodule ScreenPlay
|
||||||
\brief Proxy between Installed List Model and QML view to filter items.
|
\brief Proxy between Installed List Model and QML view to filter items.
|
||||||
Maybe this class could be merged with the InstalledListModel...
|
Maybe this class could be merged with the InstalledListModel...
|
||||||
|
|
||||||
\todo
|
|
||||||
- Expand filter functionality
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
namespace ScreenPlay {
|
|
||||||
InstalledListFilter::InstalledListFilter(const shared_ptr<InstalledListModel>& ilm)
|
InstalledListFilter::InstalledListFilter(const shared_ptr<InstalledListModel>& ilm)
|
||||||
: QSortFilterProxyModel()
|
: QSortFilterProxyModel()
|
||||||
, m_ilm(ilm)
|
, m_ilm(ilm)
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
#include "installedlistmodel.h"
|
#include "installedlistmodel.h"
|
||||||
|
|
||||||
|
namespace ScreenPlay {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\class Installed List Model
|
\class ScreenPlay::InstalledListModel
|
||||||
|
\inmodule ScreenPlay
|
||||||
\brief Lists all installed wallpapers, widgets etc. from a given Path
|
\brief Lists all installed wallpapers, widgets etc. from a given Path
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace ScreenPlay {
|
|
||||||
|
|
||||||
InstalledListModel::InstalledListModel(
|
InstalledListModel::InstalledListModel(
|
||||||
const shared_ptr<GlobalVariables>& globalVariables,
|
const shared_ptr<GlobalVariables>& globalVariables,
|
||||||
QObject* parent)
|
QObject* parent)
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
namespace ScreenPlay {
|
namespace ScreenPlay {
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\class ScreenPlay::MonitorListModel
|
||||||
|
\inmodule ScreenPlay
|
||||||
|
\brief MonitorListModel.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
MonitorListModel::MonitorListModel(QObject* parent)
|
MonitorListModel::MonitorListModel(QObject* parent)
|
||||||
: QAbstractListModel(parent)
|
: QAbstractListModel(parent)
|
||||||
{
|
{
|
||||||
|
@ -8,6 +8,13 @@
|
|||||||
|
|
||||||
namespace ScreenPlay {
|
namespace ScreenPlay {
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\class ScreenPlay::ProfileListModel
|
||||||
|
\inmodule ScreenPlay
|
||||||
|
\brief ProfileListModel.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
ProfileListModel::ProfileListModel(const shared_ptr<GlobalVariables>& globalVariables, QObject* parent)
|
ProfileListModel::ProfileListModel(const shared_ptr<GlobalVariables>& globalVariables, QObject* parent)
|
||||||
: QAbstractListModel(parent)
|
: QAbstractListModel(parent)
|
||||||
, m_globalVariables { globalVariables }
|
, m_globalVariables { globalVariables }
|
||||||
|
@ -1,13 +1,19 @@
|
|||||||
#include "projectsettingslistmodel.h"
|
#include "projectsettingslistmodel.h"
|
||||||
|
|
||||||
namespace ScreenPlay {
|
namespace ScreenPlay {
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\class ScreenPlay::ProjectSettingsListModel
|
||||||
|
\inmodule ScreenPlay
|
||||||
|
\brief ProjectSettingsListModel.
|
||||||
|
|
||||||
|
*/
|
||||||
ProjectSettingsListModel::ProjectSettingsListModel(QString file, QObject* parent)
|
ProjectSettingsListModel::ProjectSettingsListModel(QString file, QObject* parent)
|
||||||
: QAbstractListModel(parent)
|
: QAbstractListModel(parent)
|
||||||
{
|
{
|
||||||
init(file);
|
init(file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
int ProjectSettingsListModel::rowCount(const QModelIndex& parent) const
|
int ProjectSettingsListModel::rowCount(const QModelIndex& parent) const
|
||||||
{
|
{
|
||||||
// For list models only the root node (an invalid parent) should return the list's size. For all
|
// For list models only the root node (an invalid parent) should return the list's size. For all
|
||||||
@ -40,7 +46,7 @@ QVariant ProjectSettingsListModel::data(const QModelIndex& index, int role) cons
|
|||||||
|
|
||||||
QHash<int, QByteArray> ProjectSettingsListModel::roleNames() const
|
QHash<int, QByteArray> ProjectSettingsListModel::roleNames() const
|
||||||
{
|
{
|
||||||
static const QHash<int, QByteArray> roles{
|
static const QHash<int, QByteArray> roles {
|
||||||
{ NameRole, "name" },
|
{ NameRole, "name" },
|
||||||
{ IsHeadlineRole, "isHeadline" },
|
{ IsHeadlineRole, "isHeadline" },
|
||||||
{ ValueRole, "value" },
|
{ ValueRole, "value" },
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
namespace ScreenPlay {
|
namespace ScreenPlay {
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\class ScreenPlay::ScreenPlayManager
|
||||||
|
\inmodule ScreenPlay
|
||||||
|
\brief ScreenPlayManager.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
ScreenPlayManager::ScreenPlayManager(
|
ScreenPlayManager::ScreenPlayManager(
|
||||||
const shared_ptr<GlobalVariables>& globalVariables,
|
const shared_ptr<GlobalVariables>& globalVariables,
|
||||||
const shared_ptr<MonitorListModel>& mlm,
|
const shared_ptr<MonitorListModel>& mlm,
|
||||||
|
@ -1,11 +1,14 @@
|
|||||||
#include "screenplaywallpaper.h"
|
#include "screenplaywallpaper.h"
|
||||||
|
|
||||||
/*!
|
|
||||||
\class ScreenPlayWallpaper
|
|
||||||
\brief Used for ...
|
|
||||||
*/
|
|
||||||
namespace ScreenPlay {
|
namespace ScreenPlay {
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\class ScreenPlay::ScreenPlayWallpaper
|
||||||
|
\inmodule ScreenPlay
|
||||||
|
\brief ScreenPlayWallpaper.
|
||||||
|
*/
|
||||||
|
|
||||||
ScreenPlayWallpaper::ScreenPlayWallpaper(
|
ScreenPlayWallpaper::ScreenPlayWallpaper(
|
||||||
const QVector<int>& screenNumber,
|
const QVector<int>& screenNumber,
|
||||||
const shared_ptr<GlobalVariables>& globalVariables,
|
const shared_ptr<GlobalVariables>& globalVariables,
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
#include "screenplaywidget.h"
|
#include "screenplaywidget.h"
|
||||||
|
|
||||||
/*!
|
|
||||||
\class ScreenPlayWidget
|
|
||||||
\brief Used for ...
|
|
||||||
*/
|
|
||||||
namespace ScreenPlay {
|
namespace ScreenPlay {
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\class ScreenPlay::ScreenPlayWidget
|
||||||
|
\inmodule ScreenPlay
|
||||||
|
\brief ScreenPlayWidget.
|
||||||
|
*/
|
||||||
|
|
||||||
ScreenPlayWidget::ScreenPlayWidget(
|
ScreenPlayWidget::ScreenPlayWidget(
|
||||||
const QString& appID,
|
const QString& appID,
|
||||||
const shared_ptr<GlobalVariables>& globalVariables,
|
const shared_ptr<GlobalVariables>& globalVariables,
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
#include "sdkconnector.h"
|
#include "sdkconnector.h"
|
||||||
|
|
||||||
namespace ScreenPlay {
|
namespace ScreenPlay {
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\class ScreenPlay::SDKConnector
|
||||||
|
\inmodule ScreenPlay
|
||||||
|
\brief SDKConnector.
|
||||||
|
*/
|
||||||
|
|
||||||
SDKConnector::SDKConnector(QObject* parent)
|
SDKConnector::SDKConnector(QObject* parent)
|
||||||
: QObject(parent)
|
: QObject(parent)
|
||||||
, m_server { make_unique<QLocalServer>() }
|
, m_server { make_unique<QLocalServer>() }
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
|
|
||||||
|
|
||||||
|
namespace ScreenPlay {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\class Settings
|
\class ScreenPlay::Settings
|
||||||
|
\inmodule ScreenPlay
|
||||||
\brief Used for:
|
\brief Used for:
|
||||||
\list
|
\list
|
||||||
\i User configuration
|
\i User configuration
|
||||||
@ -10,8 +14,6 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace ScreenPlay {
|
|
||||||
|
|
||||||
Settings::Settings(const shared_ptr<GlobalVariables>& globalVariables,
|
Settings::Settings(const shared_ptr<GlobalVariables>& globalVariables,
|
||||||
QObject* parent)
|
QObject* parent)
|
||||||
: QObject(parent)
|
: QObject(parent)
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
namespace ScreenPlay {
|
namespace ScreenPlay {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\class Global QML Utilities
|
\class ScreenPlay::Util
|
||||||
|
\inmodule ScreenPlay
|
||||||
\brief Easy to use global object to use to:
|
\brief Easy to use global object to use to:
|
||||||
\list
|
\list
|
||||||
\i Navigate the main menu
|
\i Navigate the main menu
|
||||||
@ -166,7 +167,6 @@ void Util::openFolderInExplorer(const QString& url) const
|
|||||||
explorer.setArguments({ QDir::toNativeSeparators(parameter) });
|
explorer.setArguments({ QDir::toNativeSeparators(parameter) });
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
qDebug() << explorer.arguments();
|
|
||||||
explorer.startDetached();
|
explorer.startDetached();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user