Skip to content

Commit

Permalink
deploy: 58a19ae
Browse files Browse the repository at this point in the history
  • Loading branch information
rgriebl committed Oct 3, 2024
1 parent b39eb2f commit 40bfe93
Show file tree
Hide file tree
Showing 42 changed files with 1,152 additions and 1,114 deletions.
25 changes: 13 additions & 12 deletions extensions/bricklink-qmlmodule.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<!-- extensions.qdoc -->
<meta name="description" content="Provides QML types for interfacing with the BrickLink database.">
<title>BrickLink QML types | BrickStore Extensions</title>
<link rel="stylesheet" type="text/css" href="style/extensions.css" />
</head>
Expand All @@ -11,7 +12,7 @@
<div class="main-rounded">
<div class="navigationbar">
<ul>
<li><a href="index.html">BrickStore Extensions</a></li>
<li><a href="index.html" translate="no">BrickStore Extensions</a></li>
<li>BrickLink QML types</li>
</ul>
</div>
Expand All @@ -20,22 +21,22 @@
<div class="content mainContent">
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<div class="context">
<h1 class="title">BrickLink QML types</h1>
<h1 class="title" translate="no">BrickLink QML types</h1>
<!-- $$$BrickLink-description -->
<div class="descr" id="details">
</div>
<!-- @@@BrickLink -->
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-bricklink-bricklink.html">BrickLink</a></p></td><td class="tblDescr"><p>Core singleton managing the data transfer from and to BrickLink</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-bricklink-category.html">Category</a></p></td><td class="tblDescr"><p>This value type represents a BrickLink item category</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-bricklink-color.html">Color</a></p></td><td class="tblDescr"><p>This value type represents a BrickLink color</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-bricklink-database.html">Database</a></p></td><td class="tblDescr"><p>This type represents the BrickLink catalog database</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-bricklink-item.html">Item</a></p></td><td class="tblDescr"><p>This value type represents a BrickLink item</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-bricklink-itemtype.html">ItemType</a></p></td><td class="tblDescr"><p>This value type represents a BrickLink item type</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-bricklink-lot.html">Lot</a></p></td><td class="tblDescr"><p>This value type represent a lot in a document</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-bricklink-order.html">Order</a></p></td><td class="tblDescr"><p>This type holds the information about a BrickLink order</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-bricklink-picture.html">Picture</a></p></td><td class="tblDescr"><p>This value type represents a picture of a BrickLink item</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-bricklink-priceguide.html">PriceGuide</a></p></td><td class="tblDescr"><p>This value type represents the price guide for a BrickLink item</p></td></tr>
<tr class="odd topAlign"><td class="tblName" translate="no"><p><a href="qml-bricklink-bricklink.html">BrickLink</a></p></td><td class="tblDescr"><p>Core singleton managing the data transfer from and to BrickLink</p></td></tr>
<tr class="even topAlign"><td class="tblName" translate="no"><p><a href="qml-bricklink-category.html">Category</a></p></td><td class="tblDescr"><p>This value type represents a BrickLink item category</p></td></tr>
<tr class="odd topAlign"><td class="tblName" translate="no"><p><a href="qml-bricklink-color.html">Color</a></p></td><td class="tblDescr"><p>This value type represents a BrickLink color</p></td></tr>
<tr class="even topAlign"><td class="tblName" translate="no"><p><a href="qml-bricklink-database.html">Database</a></p></td><td class="tblDescr"><p>This type represents the BrickLink catalog database</p></td></tr>
<tr class="odd topAlign"><td class="tblName" translate="no"><p><a href="qml-bricklink-item.html">Item</a></p></td><td class="tblDescr"><p>This value type represents a BrickLink item</p></td></tr>
<tr class="even topAlign"><td class="tblName" translate="no"><p><a href="qml-bricklink-itemtype.html">ItemType</a></p></td><td class="tblDescr"><p>This value type represents a BrickLink item type</p></td></tr>
<tr class="odd topAlign"><td class="tblName" translate="no"><p><a href="qml-bricklink-lot.html">Lot</a></p></td><td class="tblDescr"><p>This value type represent a lot in a document</p></td></tr>
<tr class="even topAlign"><td class="tblName" translate="no"><p><a href="qml-bricklink-order.html">Order</a></p></td><td class="tblDescr"><p>This type holds the information about a BrickLink order</p></td></tr>
<tr class="odd topAlign"><td class="tblName" translate="no"><p><a href="qml-bricklink-picture.html">Picture</a></p></td><td class="tblDescr"><p>This value type represents a picture of a BrickLink item</p></td></tr>
<tr class="even topAlign"><td class="tblName" translate="no"><p><a href="qml-bricklink-priceguide.html">PriceGuide</a></p></td><td class="tblDescr"><p>This value type represents the price guide for a BrickLink item</p></td></tr>
</table></div>
</div>
<p class="copy-notice">
Expand Down
21 changes: 11 additions & 10 deletions extensions/brickstore-qmlmodule.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<!-- extensions.qdoc -->
<meta name="description" content="Provides QML types for BrickStore specific functionality.">
<title>BrickStore QML types | BrickStore Extensions</title>
<link rel="stylesheet" type="text/css" href="style/extensions.css" />
</head>
Expand All @@ -11,7 +12,7 @@
<div class="main-rounded">
<div class="navigationbar">
<ul>
<li><a href="index.html">BrickStore Extensions</a></li>
<li><a href="index.html" translate="no">BrickStore Extensions</a></li>
<li>BrickStore QML types</li>
</ul>
</div>
Expand All @@ -20,20 +21,20 @@
<div class="content mainContent">
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<div class="context">
<h1 class="title">BrickStore QML types</h1>
<h1 class="title" translate="no">BrickStore QML types</h1>
<!-- $$$BrickStore-description -->
<div class="descr" id="details">
</div>
<!-- @@@BrickStore -->
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-brickstore-brickstore.html">BrickStore</a></p></td><td class="tblDescr"><p>This singleton represents global settings and state</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-brickstore-document.html">Document</a></p></td><td class="tblDescr"><p>Each instance of this type represents an open document</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-brickstore-extensionscriptaction.html">ExtensionScriptAction</a></p></td><td class="tblDescr"><p>Use this type to add an UI action to your extension</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-brickstore-onlinestate.html">OnlineState</a></p></td><td class="tblDescr"><p>This singleton represents the network state</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-brickstore-printjob.html">PrintJob</a></p></td><td class="tblDescr"><p>An instance of this type represents an active print job</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-brickstore-printpage.html">PrintPage</a></p></td><td class="tblDescr"><p>An instance of this type represents the canvas of a printer page</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-brickstore-printingscriptaction.html">PrintingScriptAction</a></p></td><td class="tblDescr"><p>Use this type to add a print action to your extension</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-brickstore-script.html">Script</a></p></td><td class="tblDescr"><p>Root element of any BrickStore extension file</p></td></tr>
<tr class="odd topAlign"><td class="tblName" translate="no"><p><a href="qml-brickstore-brickstore.html">BrickStore</a></p></td><td class="tblDescr"><p>This singleton represents global settings and state</p></td></tr>
<tr class="even topAlign"><td class="tblName" translate="no"><p><a href="qml-brickstore-document.html">Document</a></p></td><td class="tblDescr"><p>Each instance of this type represents an open document</p></td></tr>
<tr class="odd topAlign"><td class="tblName" translate="no"><p><a href="qml-brickstore-extensionscriptaction.html">ExtensionScriptAction</a></p></td><td class="tblDescr"><p>Use this type to add an UI action to your extension</p></td></tr>
<tr class="even topAlign"><td class="tblName" translate="no"><p><a href="qml-brickstore-onlinestate.html">OnlineState</a></p></td><td class="tblDescr"><p>This singleton represents the network state</p></td></tr>
<tr class="odd topAlign"><td class="tblName" translate="no"><p><a href="qml-brickstore-printjob.html">PrintJob</a></p></td><td class="tblDescr"><p>An instance of this type represents an active print job</p></td></tr>
<tr class="even topAlign"><td class="tblName" translate="no"><p><a href="qml-brickstore-printpage.html">PrintPage</a></p></td><td class="tblDescr"><p>An instance of this type represents the canvas of a printer page</p></td></tr>
<tr class="odd topAlign"><td class="tblName" translate="no"><p><a href="qml-brickstore-printingscriptaction.html">PrintingScriptAction</a></p></td><td class="tblDescr"><p>Use this type to add a print action to your extension</p></td></tr>
<tr class="even topAlign"><td class="tblName" translate="no"><p><a href="qml-brickstore-script.html">Script</a></p></td><td class="tblDescr"><p>Root element of any BrickStore extension file</p></td></tr>
</table></div>
</div>
<p class="copy-notice">
Expand Down
Loading

0 comments on commit 40bfe93

Please sign in to comment.