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