656c37ef045199c763cd46d4d53335a2cacef2f8
[lttv.git] / lttv / doc / developer / developer_guide / html / c67.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
2 <HTML
3 ><HEAD
4 ><TITLE
5 >Linux Trace Toolkit Viewer Graphical Module Tutorial</TITLE
6 ><META
7 NAME="GENERATOR"
8 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
9 REL="HOME"
10 TITLE="Linux Trace Toolkit Viewer Developer Guide"
11 HREF="index.html"><LINK
12 REL="PREVIOUS"
13 TITLE="Using the reading context"
14 HREF="x50.html"><LINK
15 REL="NEXT"
16 TITLE="The static part of a module"
17 HREF="x72.html"></HEAD
18 ><BODY
19 CLASS="chapter"
20 BGCOLOR="#FFFFFF"
21 TEXT="#000000"
22 LINK="#0000FF"
23 VLINK="#840084"
24 ALINK="#0000FF"
25 ><DIV
26 CLASS="NAVHEADER"
27 ><TABLE
28 SUMMARY="Header navigation table"
29 WIDTH="100%"
30 BORDER="0"
31 CELLPADDING="0"
32 CELLSPACING="0"
33 ><TR
34 ><TH
35 COLSPAN="3"
36 ALIGN="center"
37 >Linux Trace Toolkit Viewer Developer Guide</TH
38 ></TR
39 ><TR
40 ><TD
41 WIDTH="10%"
42 ALIGN="left"
43 VALIGN="bottom"
44 ><A
45 HREF="x50.html"
46 ACCESSKEY="P"
47 >Prev</A
48 ></TD
49 ><TD
50 WIDTH="80%"
51 ALIGN="center"
52 VALIGN="bottom"
53 ></TD
54 ><TD
55 WIDTH="10%"
56 ALIGN="right"
57 VALIGN="bottom"
58 ><A
59 HREF="x72.html"
60 ACCESSKEY="N"
61 >Next</A
62 ></TD
63 ></TR
64 ></TABLE
65 ><HR
66 ALIGN="LEFT"
67 WIDTH="100%"></DIV
68 ><DIV
69 CLASS="chapter"
70 ><H1
71 ><A
72 NAME="AEN67"
73 ></A
74 >Chapter 3. Linux Trace Toolkit Viewer Graphical Module Tutorial</H1
75 ><DIV
76 CLASS="sect1"
77 ><H1
78 CLASS="sect1"
79 ><A
80 NAME="AEN69"
81 >3.1. Introduction</A
82 ></H1
83 ><P
84 >&#13;As a matter of fact, most of the things said for the text modules still hold for
85 the graphical modules. However, the fact that every module must instanciate
86 objects (called viewers) more than once changes a little bit the scenario. It is
87 then impossible to use static structures : everything must be instanciated at
88 run-time, except the structures related to the module itself.
89 </P
90 ></DIV
91 ></DIV
92 ><DIV
93 CLASS="NAVFOOTER"
94 ><HR
95 ALIGN="LEFT"
96 WIDTH="100%"><TABLE
97 SUMMARY="Footer navigation table"
98 WIDTH="100%"
99 BORDER="0"
100 CELLPADDING="0"
101 CELLSPACING="0"
102 ><TR
103 ><TD
104 WIDTH="33%"
105 ALIGN="left"
106 VALIGN="top"
107 ><A
108 HREF="x50.html"
109 ACCESSKEY="P"
110 >Prev</A
111 ></TD
112 ><TD
113 WIDTH="34%"
114 ALIGN="center"
115 VALIGN="top"
116 ><A
117 HREF="index.html"
118 ACCESSKEY="H"
119 >Home</A
120 ></TD
121 ><TD
122 WIDTH="33%"
123 ALIGN="right"
124 VALIGN="top"
125 ><A
126 HREF="x72.html"
127 ACCESSKEY="N"
128 >Next</A
129 ></TD
130 ></TR
131 ><TR
132 ><TD
133 WIDTH="33%"
134 ALIGN="left"
135 VALIGN="top"
136 >Using the reading context</TD
137 ><TD
138 WIDTH="34%"
139 ALIGN="center"
140 VALIGN="top"
141 >&nbsp;</TD
142 ><TD
143 WIDTH="33%"
144 ALIGN="right"
145 VALIGN="top"
146 >The static part of a module</TD
147 ></TR
148 ></TABLE
149 ></DIV
150 ></BODY
151 ></HTML
152 >
This page took 0.031289 seconds and 3 git commands to generate.