127 lines
4.7 KiB
HTML
127 lines
4.7 KiB
HTML
<!-- HTML header for doxygen 1.9.8-->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="$langISO">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen $doxygenversion"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
|
|
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
|
|
<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
|
|
<!--BEGIN DISABLE_INDEX-->
|
|
<!--BEGIN FULL_SIDEBAR-->
|
|
<script type="text/javascript">var page_layout=1;</script>
|
|
<!--END FULL_SIDEBAR-->
|
|
<!--END DISABLE_INDEX-->
|
|
<script type="text/javascript" src="$relpath^jquery.js"></script>
|
|
<script type="text/javascript" src="$relpath^dynsections.js"></script>
|
|
<!-- QSkinny WASM code -->
|
|
<script type="text/javascript">
|
|
async function docSampleInit()
|
|
{
|
|
const spinner = document.querySelector('#qtspinner');
|
|
const screen = document.querySelector('#qt-wasm-screen');
|
|
const status = document.querySelector('#qtstatus');
|
|
|
|
const showUi = (ui) => {
|
|
[spinner, screen].forEach(element => element.style.display = 'none');
|
|
if (screen === ui)
|
|
{
|
|
screen.style.position = 'default';
|
|
screen.style.width = '500px';
|
|
screen.style.height = '300px';
|
|
}
|
|
ui.style.display = 'block';
|
|
}
|
|
|
|
try {
|
|
if(spinner)
|
|
{
|
|
showUi(spinner);
|
|
status.innerHTML = 'Loading...';
|
|
|
|
const instance = await qtLoad({
|
|
qt: {
|
|
onLoaded: () => showUi(screen),
|
|
onExit: exitData =>
|
|
{
|
|
status.innerHTML = 'Application exit';
|
|
status.innerHTML +=
|
|
exitData.code !== undefined ? ` with code ` : '';
|
|
status.innerHTML +=
|
|
exitData.text !== undefined ? ` ()` : '';
|
|
showUi(spinner);
|
|
},
|
|
entryFunction: window.createQtAppInstance,
|
|
containerElements: [screen],
|
|
|
|
}
|
|
});
|
|
}
|
|
} catch (e) {
|
|
console.error(e);
|
|
console.error(e.stack);
|
|
}
|
|
}
|
|
</script>
|
|
<script type="text/javascript" src="apiDocumentationSamples.js"></script>
|
|
<script type="text/javascript" src="qtloader.js"></script>
|
|
<!-- end QSkinny WASM code -->
|
|
$treeview
|
|
$search
|
|
$mathjax
|
|
$darkmode
|
|
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
|
|
$extrastylesheet
|
|
</head>
|
|
<body onLoad="docSampleInit()">
|
|
<!--BEGIN DISABLE_INDEX-->
|
|
<!--BEGIN FULL_SIDEBAR-->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<!--END FULL_SIDEBAR-->
|
|
<!--END DISABLE_INDEX-->
|
|
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
|
|
<!--BEGIN TITLEAREA-->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<!--BEGIN PROJECT_LOGO-->
|
|
<td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
|
|
<!--END PROJECT_LOGO-->
|
|
<!--BEGIN PROJECT_NAME-->
|
|
<td id="projectalign">
|
|
<div id="projectname">$projectname<!--BEGIN PROJECT_NUMBER--><span id="projectnumber"> $projectnumber</span><!--END PROJECT_NUMBER-->
|
|
</div>
|
|
<!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
|
|
</td>
|
|
<!--END PROJECT_NAME-->
|
|
<!--BEGIN !PROJECT_NAME-->
|
|
<!--BEGIN PROJECT_BRIEF-->
|
|
<td>
|
|
<div id="projectbrief">$projectbrief</div>
|
|
</td>
|
|
<!--END PROJECT_BRIEF-->
|
|
<!--END !PROJECT_NAME-->
|
|
<!--BEGIN DISABLE_INDEX-->
|
|
<!--BEGIN SEARCHENGINE-->
|
|
<!--BEGIN !FULL_SIDEBAR-->
|
|
<td>$searchbox</td>
|
|
<!--END !FULL_SIDEBAR-->
|
|
<!--END SEARCHENGINE-->
|
|
<!--END DISABLE_INDEX-->
|
|
</tr>
|
|
<!--BEGIN SEARCHENGINE-->
|
|
<!--BEGIN FULL_SIDEBAR-->
|
|
<tr><td colspan="2">$searchbox</td></tr>
|
|
<!--END FULL_SIDEBAR-->
|
|
<!--END SEARCHENGINE-->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!--END TITLEAREA-->
|
|
<!-- end header part -->
|