-
Notifications
You must be signed in to change notification settings - Fork 0
/
formcomponents_8h_source.html
83 lines (81 loc) · 14.9 KB
/
formcomponents_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OpenCK: formcomponents.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="openck48x48.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OpenCK
 <span id="projectnumber">0.0.alpha1</span>
</div>
<div id="projectbrief">An Open Source replacement for Bethesda's Creation Kit written in C++ in the Qt framework.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_c1be8d27e7f84178e95f152701110b19.html">data</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">formcomponents.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="formcomponents_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">** formcomponents.h</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">**</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">** Copyright © Beyond Skyrim Development Team, 2017.</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">** This file is part of OPENCK (https://github.com/Beyond-Skyrim/openck)</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">**</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">** OpenCK is free software; this file may be used under the terms of the GNU</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">** General Public License version 3.0 or later as published by the Free Software</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">** Foundation and appearing in the file LICENSE.GPL included in the</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">** packaging of this file.</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">**</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">** OpenCK is distributed in the hope that it will be useful,</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment">** but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment">** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment">**</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment">** Please review the following information to ensure the GNU General Public</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">** License version 3.0 requirements will be met:</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">** http://www.gnu.org/copyleft/gpl.html.</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment">**</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment">** You should have received a copy of the GNU General Public License version</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment">** 3.0 along with OpenCK; if not, write to the Free Software Foundation,</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment">** Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment">**</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment">** Created Date: 18-Oct-2017</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment">*/</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> </div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#ifndef FORMCOMPONENTS_H</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#define FORMCOMPONENTS_H</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> </div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#include <QMap></span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include <QString></span></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> </div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keyword">namespace </span><a class="code" href="namespaceesx.html">esx</a></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> {</div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="formcomponents_8h.html#a8ba4c449a69f1441144b677179df2e8f"> 41</a></span>  <span class="keyword">static</span> QMap<quint32, QString> <a class="code" href="formcomponents_8h.html#a8ba4c449a69f1441144b677179df2e8f">headerFlags</a> {</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  { 0x00000020, <span class="stringliteral">"Deleted"</span> },</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  { 0x00000040, <span class="stringliteral">"Constant"</span> },</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  { 0x00000100, <span class="stringliteral">"Must Update Animations"</span>},</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  { 0x00000400, <span class="stringliteral">"Quest Item/Persistent Reference"</span>},</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  { 0x00000800, <span class="stringliteral">"Initially Disabled"</span> },</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  { 0x00001000, <span class="stringliteral">"Ignored"</span> },</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  { 0x00008000, <span class="stringliteral">"Visible When Distant"</span> },</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  { 0x00040000, <span class="stringliteral">"Compressed Data"</span> },</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  { 0x00080000, <span class="stringliteral">"Cannot Wait"</span> },</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  { 0x00800000, <span class="stringliteral">"Marker"</span> },</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  { 0x04000000, <span class="stringliteral">"NavMesh Gen — Filter"</span> },</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  { 0x08000000, <span class="stringliteral">"NavMesh Gen — Bounding Box"</span> },</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  { 0x40000000, <span class="stringliteral">"NavMesh Gen — Ground"</span>}</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  };</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span> </div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="formcomponents_8h.html#ae89f013cff0e75e88fda3f6fc4ea3034"> 61</a></span>  <span class="keyword">static</span> QString <a class="code" href="formcomponents_8h.html#ae89f013cff0e75e88fda3f6fc4ea3034">skillIndexes</a>[18] {</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="stringliteral">"One Handed"</span>,</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <span class="stringliteral">"Two Handed"</span>,</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="stringliteral">"Marksman"</span>,</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="stringliteral">"Block"</span>,</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="stringliteral">"Smithing"</span>,</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <span class="stringliteral">"Heavy Armor"</span>,</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="stringliteral">"Light Armor"</span>,</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <span class="stringliteral">"Pickpocket"</span>,</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <span class="stringliteral">"Lockpicking"</span>,</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="stringliteral">"Sneak"</span>,</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <span class="stringliteral">"Alchemy"</span>,</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="stringliteral">"Speechcraft"</span>,</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="stringliteral">"Alteration"</span>,</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  <span class="stringliteral">"Conjuration"</span>,</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="stringliteral">"Destruction"</span>,</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="stringliteral">"Illusion"</span>,</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="stringliteral">"Restoration"</span>,</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <span class="stringliteral">"Enchanting"</span></div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  };</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span> }</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span> </div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <span class="preprocessor">#endif // FORMCOMPONENTS_H</span></div><div class="ttc" id="namespaceesx_html"><div class="ttname"><a href="namespaceesx.html">esx</a></div><div class="ttdef"><b>Definition:</b> form.cpp:32</div></div>
<div class="ttc" id="formcomponents_8h_html_a8ba4c449a69f1441144b677179df2e8f"><div class="ttname"><a href="formcomponents_8h.html#a8ba4c449a69f1441144b677179df2e8f">esx::headerFlags</a></div><div class="ttdeci">static QMap< quint32, QString > headerFlags</div><div class="ttdoc">Generic record flags. </div><div class="ttdef"><b>Definition:</b> formcomponents.h:41</div></div>
<div class="ttc" id="formcomponents_8h_html_ae89f013cff0e75e88fda3f6fc4ea3034"><div class="ttname"><a href="formcomponents_8h.html#ae89f013cff0e75e88fda3f6fc4ea3034">esx::skillIndexes</a></div><div class="ttdeci">static QString skillIndexes[18]</div><div class="ttdoc">Skill index/name array. </div><div class="ttdef"><b>Definition:</b> formcomponents.h:61</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Mar 14 2018 18:39:56 for OpenCK by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>