Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
multitouch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
multitouch
Commits
a7d80112
Commit
a7d80112
authored
Jun 29, 2012
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added image to propagation slide.
parent
6a293f14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
13 deletions
+23
-13
docs/data/presentationdiagrams.tex
docs/data/presentationdiagrams.tex
+23
-13
No files found.
docs/data/presentationdiagrams.tex
View file @
a7d80112
...
...
@@ -127,19 +127,29 @@
\def\nopropagationdiagram
{
\begin{figure}
[H]
\center
\begin{tikzpicture}
[node distance=5.5em, transform shape, scale=0.7]
\draw
node[block, yshift=-10em, xshift=-3em] (driver)
{
Event driver
}
;
\draw
node[block, below of=driver] (gray)
{
Outer event area
}
edge[linefrom] node[left]
{
1
}
(driver);
\draw
node[block, below of=gray] (white)
{
Inner event area
}
edge[linefrom] node[left]
{
2
}
(gray);
\draw
node[block, right of=white, xshift=4em]
{
\emph
{
drag
}
detection
}
edge[linefrom, bend right=15] node[above]
{
3
}
(white)
edge[lineto, dotted, bend left=15] node[below]
{
4
}
(white);
\draw
node[block, right of=gray, xshift=4em]
{
\emph
{
drag
}
detection
}
;
\draw
node[block, below of=white]
{
Application
}
edge[linefrom, dotted] node[left]
{
5
}
(white);
\end{tikzpicture}
\subfigure
{
\begin{tikzpicture}
[node distance=5.5em, transform shape, scale=0.6]
\draw
node[draw=black, minimum width=190, minimum height=140] at (0,0)
{}
;
\draw
node[draw=black!60, minimum height=100, minimum width=100, pattern=north east lines] at (-0.1,-0.1)
{}
;
\draw
node[fill=gray!60, draw=black!70, minimum height=40, minimum width=40] at (0.3,0.4)
{}
;
\fill
(0.4, 0.6) circle (0.15);
\end{tikzpicture}
}
\subfigure
{
\begin{tikzpicture}
[node distance=5.5em, transform shape, scale=0.7]
\draw
node[block, yshift=-10em, xshift=-3em] (driver)
{
Event driver
}
;
\draw
node[block, below of=driver] (gray)
{
Outer event area
}
edge[linefrom] node[left]
{
1
}
(driver);
\draw
node[block, below of=gray] (white)
{
Inner event area
}
edge[linefrom] node[left]
{
2
}
(gray);
\draw
node[block, right of=white, xshift=4em]
{
\emph
{
drag
}
detection
}
edge[linefrom, bend right=15] node[above]
{
3
}
(white)
edge[lineto, dotted, bend left=15] node[below]
{
4
}
(white);
\draw
node[block, right of=gray, xshift=4em]
{
\emph
{
drag
}
detection
}
;
\draw
node[block, below of=white]
{
Application
}
edge[linefrom, dotted] node[left]
{
5
}
(white);
\end{tikzpicture}
}
\end{figure}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment