source: projects/punch-card/punch-card-editor/src/libs/qextserialport/html/tree.html @ 53

Last change on this file since 53 was 53, checked in by sven, 14 years ago

Punch Card Editor, ongoing development

  • Extended new Deck interface, expanding the undo framework
  • Implemented editor changes via undo framework
  • revised the menu and toolbar actions and structure (now dynamic construction at deck load time), implemented undo viewer
  • Started implementation of device driver framework in menu
  • Embedded the Qextserialport library (http://qextserialport.sourceforge.net/)
  • Started the Documation M200 Client device driver (well, just created the directory structure and qmake project file infrastructure)
  • At the current state, the complete project compiles :-)

Statistics: About 3500 Lines of code (without libqextserialport)

-- sven @ workstation

  • Property svn:executable set to *
File size: 10.9 KB
Line 
1<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
2  <head>
3    <meta http-equiv="Content-Type" content="text/xhtml;charset=iso-8859-1" />
4    <meta http-equiv="Content-Style-Type" content="text/css" />
5    <meta http-equiv="Content-Language" content="en" />
6    <link rel="stylesheet" href="doxygen.css">
7    <title>TreeView</title>
8    <script type="text/javascript">
9    <!-- // Hide script from old browsers
10   
11    function toggleFolder(id, imageNode) 
12    {
13      var folder = document.getElementById(id);
14      var l = imageNode.src.length;
15      if (imageNode.src.substring(l-20,l)=="ftv2folderclosed.png" || 
16          imageNode.src.substring(l-18,l)=="ftv2folderopen.png")
17      {
18        imageNode = imageNode.previousSibling;
19        l = imageNode.src.length;
20      }
21      if (folder == null) 
22      {
23      } 
24      else if (folder.style.display == "block") 
25      {
26        if (imageNode != null) 
27        {
28          imageNode.nextSibling.src = "ftv2folderclosed.png";
29          if (imageNode.src.substring(l-13,l) == "ftv2mnode.png")
30          {
31            imageNode.src = "ftv2pnode.png";
32          }
33          else if (imageNode.src.substring(l-17,l) == "ftv2mlastnode.png")
34          {
35            imageNode.src = "ftv2plastnode.png";
36          }
37        }
38        folder.style.display = "none";
39      } 
40      else 
41      {
42        if (imageNode != null) 
43        {
44          imageNode.nextSibling.src = "ftv2folderopen.png";
45          if (imageNode.src.substring(l-13,l) == "ftv2pnode.png")
46          {
47            imageNode.src = "ftv2mnode.png";
48          }
49          else if (imageNode.src.substring(l-17,l) == "ftv2plastnode.png")
50          {
51            imageNode.src = "ftv2mlastnode.png";
52          }
53        }
54        folder.style.display = "block";
55      }
56    }
57
58    // End script hiding -->       
59    </script>
60  </head>
61
62  <body class="ftvtree">
63    <div class="directory">
64      <h3>QextSerialPort</h3>
65      <div style="display: block;">
66        <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="main.html" target="basefrm">QextSerialPort</a></p>
67        <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder1', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder1', this)"/><a class="el" href="annotated.html" target="basefrm">Class List</a></p>
68        <div id="folder1">
69          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structPortSettings.html" target="basefrm">PortSettings</a></p>
70          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classPosix__QextSerialPort.html" target="basefrm">Posix_QextSerialPort</a></p>
71          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classQextBaseType.html" target="basefrm">QextBaseType</a></p>
72          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classQextSerialBase.html" target="basefrm">QextSerialBase</a></p>
73          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classQextSerialPort.html" target="basefrm">QextSerialPort</a></p>
74          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classWin__QextSerialPort.html" target="basefrm">Win_QextSerialPort</a></p>
75        </div>
76        <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder2', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder2', this)"/><a class="el" href="hierarchy.html" target="basefrm">Class Hierarchy</a></p>
77        <div id="folder2">
78          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structPortSettings.html" target="basefrm">PortSettings</a></p>
79          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder3', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder3', this)"/><a class="elRef" doxygen="qiodevice.tag:http://doc.trolltech.com/" href="http://doc.trolltech.com/qiodevice.html" target="basefrm">QIODevice</a>&nbsp;[external]</p>
80          <div id="folder3">
81            <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder4', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder4', this)"/><a class="el" href="classQextSerialBase.html" target="basefrm">QextSerialBase</a></p>
82            <div id="folder4">
83              <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder5', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder5', this)"/><a class="el" href="classPosix__QextSerialPort.html" target="basefrm">Posix_QextSerialPort</a></p>
84              <div id="folder5">
85                <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder6', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder6', this)"/><a class="el" href="classQextBaseType.html" target="basefrm">QextBaseType</a></p>
86                <div id="folder6">
87                  <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classQextSerialPort.html" target="basefrm">QextSerialPort</a></p>
88                </div>
89              </div>
90              <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder7', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder7', this)"/><a class="el" href="classWin__QextSerialPort.html" target="basefrm">Win_QextSerialPort</a></p>
91              <div id="folder7">
92                <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classQextBaseType.html" target="basefrm">QextBaseType</a></p>
93              </div>
94            </div>
95          </div>
96        </div>
97        <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="functions.html" target="basefrm">Class Members</a></p>
98        <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder8', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder8', this)"/><a class="el" href="files.html" target="basefrm">File List</a></p>
99        <div id="folder8">
100          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="posix__qextserialport_8cpp.html" target="basefrm">posix_qextserialport.cpp</a></p>
101          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="posix__qextserialport_8h.html" target="basefrm">posix_qextserialport.h</a></p>
102          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="qextserialbase_8cpp.html" target="basefrm">qextserialbase.cpp</a></p>
103          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="qextserialbase_8h.html" target="basefrm">qextserialbase.h</a></p>
104          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="qextserialport_8cpp.html" target="basefrm">qextserialport.cpp</a></p>
105          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="qextserialport_8h.html" target="basefrm">qextserialport.h</a></p>
106          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="win__qextserialport_8cpp.html" target="basefrm">win_qextserialport.cpp</a></p>
107          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="win__qextserialport_8h.html" target="basefrm">win_qextserialport.h</a></p>
108        </div>
109        <p><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="globals.html" target="basefrm">File Members</a></p>
110      </div>
111    </div>
112  </body>
113</html>
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License