467 |
jpm |
1 |
<!DOCTYPE html>
|
|
|
2 |
<html lang="en">
|
|
|
3 |
<head>
|
|
|
4 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
|
|
|
5 |
<meta charset="utf-8"/>
|
|
|
6 |
<title>TBFramework - v0.2</title>
|
|
|
7 |
<meta name="author" content=""/>
|
|
|
8 |
<meta name="description" content=""/>
|
|
|
9 |
|
|
|
10 |
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
|
|
|
11 |
<link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
|
|
|
12 |
<link href="../css/prism.css" rel="stylesheet" media="all"/>
|
|
|
13 |
<link href="../css/template.css" rel="stylesheet" media="all"/>
|
|
|
14 |
<link href="../css/jquery.iviewer.css" rel="stylesheet" media="all"/>
|
|
|
15 |
<style>
|
|
|
16 |
#viewer {
|
|
|
17 |
position: relative;
|
|
|
18 |
width: 100%;
|
|
|
19 |
}
|
|
|
20 |
.wrapper {
|
|
|
21 |
overflow: hidden;
|
|
|
22 |
}
|
|
|
23 |
</style>
|
|
|
24 |
|
|
|
25 |
<!--[if lt IE 9]>
|
|
|
26 |
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
|
|
27 |
<![endif]-->
|
|
|
28 |
<script src="https://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
|
|
|
29 |
<script src="https://code.jquery.com/ui/1.10.3/jquery-ui.min.js" type="text/javascript"></script>
|
|
|
30 |
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
|
|
|
31 |
<script src="../js/jquery.smooth-scroll.js"></script>
|
|
|
32 |
<script src="../js/prism.min.js"></script>
|
|
|
33 |
<!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit-->
|
|
|
34 |
<script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script>
|
|
|
35 |
<script src="../js/jquery.iviewer.js" type="text/javascript"></script>
|
|
|
36 |
<script type="text/javascript">
|
|
|
37 |
$(window).resize(function(){
|
|
|
38 |
$("#viewer").height($(window).height() - 100);
|
|
|
39 |
});
|
|
|
40 |
|
|
|
41 |
$(document).ready(function() {
|
|
|
42 |
$("#viewer").iviewer({src: '../graphs/classes.svg', zoom_animation: false});
|
|
|
43 |
$('#viewer img').bind('dragstart', function(event){
|
|
|
44 |
event.preventDefault();
|
|
|
45 |
});
|
|
|
46 |
$(window).resize();
|
|
|
47 |
});
|
|
|
48 |
</script>
|
|
|
49 |
|
|
|
50 |
<link rel="shortcut icon" href="../images/favicon.ico"/>
|
|
|
51 |
<link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/>
|
|
|
52 |
<link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/>
|
|
|
53 |
<link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/>
|
|
|
54 |
</head>
|
|
|
55 |
<body>
|
|
|
56 |
|
|
|
57 |
<div class="navbar navbar-fixed-top">
|
|
|
58 |
<div class="navbar-inner">
|
|
|
59 |
<div class="container">
|
|
|
60 |
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
|
|
61 |
<i class="icon-ellipsis-vertical"></i>
|
|
|
62 |
</a>
|
|
|
63 |
<a class="brand" href="../index.html">TBFramework - v0.2</a>
|
|
|
64 |
|
|
|
65 |
<div class="nav-collapse">
|
|
|
66 |
<ul class="nav pull-right">
|
|
|
67 |
<li class="dropdown">
|
|
|
68 |
<a href="../index.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
|
69 |
API Documentation <b class="caret"></b>
|
|
|
70 |
</a>
|
|
|
71 |
<ul class="dropdown-menu">
|
|
|
72 |
</ul>
|
|
|
73 |
</li>
|
|
|
74 |
<li class="dropdown" id="charts-menu">
|
|
|
75 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
|
|
76 |
Charts <b class="caret"></b>
|
|
|
77 |
</a>
|
|
|
78 |
<ul class="dropdown-menu">
|
|
|
79 |
<li>
|
|
|
80 |
<a href="../graphs/class.html">
|
|
|
81 |
<i class="icon-list-alt"></i> Class hierarchy diagram
|
|
|
82 |
</a>
|
|
|
83 |
</li>
|
|
|
84 |
</ul>
|
|
|
85 |
</li>
|
|
|
86 |
<li class="dropdown" id="reports-menu">
|
|
|
87 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
|
|
88 |
Reports <b class="caret"></b>
|
|
|
89 |
</a>
|
|
|
90 |
<ul class="dropdown-menu">
|
|
|
91 |
<li>
|
|
|
92 |
<a href="../reports/errors.html">
|
|
|
93 |
<i class="icon-list-alt"></i> Errors <span class="label label-info pull-right">54</span>
|
|
|
94 |
</a>
|
|
|
95 |
</li>
|
|
|
96 |
<li>
|
|
|
97 |
<a href="../reports/markers.html">
|
|
|
98 |
<i class="icon-list-alt"></i> Markers <span class="label label-info pull-right">0</span>
|
|
|
99 |
</a>
|
|
|
100 |
</li>
|
|
|
101 |
</ul>
|
|
|
102 |
</li>
|
|
|
103 |
</ul>
|
|
|
104 |
</div>
|
|
|
105 |
</div>
|
|
|
106 |
</div>
|
|
|
107 |
<!--<div class="go_to_top">-->
|
|
|
108 |
<!--<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>-->
|
|
|
109 |
<!--</div>-->
|
|
|
110 |
</div>
|
|
|
111 |
|
|
|
112 |
<div id="___" class="container-fluid">
|
|
|
113 |
<div class="row-fluid">
|
|
|
114 |
<div class="span12">
|
|
|
115 |
<div class="wrapper">
|
|
|
116 |
<div id="viewer" class="viewer"></div>
|
|
|
117 |
</div>
|
|
|
118 |
</div>
|
|
|
119 |
</div>
|
|
|
120 |
|
|
|
121 |
<footer class="row-fluid">
|
|
|
122 |
<section class="span10 offset2">
|
|
|
123 |
<section class="row-fluid">
|
|
|
124 |
<section class="span10 offset1">
|
|
|
125 |
<section class="row-fluid footer-sections">
|
|
|
126 |
<section class="span4">
|
|
|
127 |
<h1><i class="icon-code"></i></h1>
|
|
|
128 |
<div>
|
|
|
129 |
<ul>
|
|
|
130 |
</ul>
|
|
|
131 |
</div>
|
|
|
132 |
</section>
|
|
|
133 |
<section class="span4">
|
|
|
134 |
<h1><i class="icon-bar-chart"></i></h1>
|
|
|
135 |
<div>
|
|
|
136 |
<ul>
|
|
|
137 |
<li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li>
|
|
|
138 |
</ul>
|
|
|
139 |
</div>
|
|
|
140 |
</section>
|
|
|
141 |
<section class="span4">
|
|
|
142 |
<h1><i class="icon-pushpin"></i></h1>
|
|
|
143 |
<div>
|
|
|
144 |
<ul>
|
|
|
145 |
<li><a href="../reports/errors.html">Errors</a></li>
|
|
|
146 |
<li><a href="../reports/markers.html">Markers</a></li>
|
|
|
147 |
</ul>
|
|
|
148 |
</div>
|
|
|
149 |
</section>
|
|
|
150 |
</section>
|
|
|
151 |
</section>
|
|
|
152 |
</section>
|
|
|
153 |
<section class="row-fluid">
|
|
|
154 |
<section class="span10 offset1">
|
|
|
155 |
<hr />
|
|
|
156 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
|
|
|
157 |
on March 12th, 2014 at 16:55.
|
|
|
158 |
</section>
|
|
|
159 |
</section>
|
|
|
160 |
</section>
|
|
|
161 |
</footer>
|
|
|
162 |
</div>
|
|
|
163 |
|
|
|
164 |
</body>
|
|
|
165 |
</html>
|