Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
27823b99
Commit
27823b99
authored
16 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add new close_view and view_closed actions.
parent
1dcd5fbc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/user_doc/xremote_overview.shtml
+53
-15
53 additions, 15 deletions
web/user_doc/xremote_overview.shtml
with
53 additions
and
15 deletions
web/user_doc/xremote_overview.shtml
+
53
−
15
View file @
27823b99
...
...
@@ -100,7 +100,7 @@ understands.
<action>close</action>
</client>
</response>
<meta display="localhost:10.0" windowid="0x2c00004" application="" version="$Revision: 1.
3
$" />
<meta display="localhost:10.0" windowid="0x2c00004" application="" version="$Revision: 1.
4
$" />
</zmap>
</pre>
...
...
@@ -120,6 +120,7 @@ tables fit in.
<th>Window</th>
<th>Description</th>
<th>Actions accepted</th>
<th>Actions generated</th>
</tr>
<tr>
<td>application window</td>
...
...
@@ -128,25 +129,28 @@ tables fit in.
in ~/.ZMap/ZMap. N.B. No register_client is available as zmap must be
started with --win_id option to register a client.</td>
<td>new_zmap<br />shutdown</td>
<td>finalise</td>
</tr>
<tr>
<td>display window</td>
<td>This is the top level window in which the different views are shown.</td>
<td>new_view<br />zoom_in<br />zoom_out<br />register_client</td>
<td>new_view<br />close_view<br />zoom_in<br />zoom_out<br />register_client</td>
<td>view_closed</td>
</tr>
<tr>
<td>view window</td>
<td>A sub window of the display top level and conceptually exists
as one per sequence region</td>
<td>new_window<br />
find_feature<br />
create_feature<br />
delete_feature<br />
single_select<br />
multiple_select<br />
unselect<br />
list_windows<br />
register_client</td>
find_feature<br />
create_feature<br />
delete_feature<br />
single_select<br />
multiple_select<br />
unselect<br />
list_windows<br />
register_client
</td>
</tr>
<tr>
<td>sequence window</td>
...
...
@@ -157,7 +161,7 @@ tables fit in.
</fieldset>
<br />
<fieldset>
<legend>Table of Actions</legend>
<legend>Table of Actions
accepted
</legend>
<table class="zmap_actions">
<tr>
...
...
@@ -182,12 +186,15 @@ tables fit in.
<tr>
<td>new_zmap</td>
<td>create a new display window</td>
<td><pre class="request">
<td>
<pre class="request">
<zmap action="new_zmap">
<segment sequence="20.3013641-3258367" start="1" end="0"/>
</zmap></pre>
<pre class="response">
<zmap>
<response handled="true">
<client xwid="0x2c00084" >
<action>zoom_in</action>
<action>zoom_out</action>
...
...
@@ -198,7 +205,7 @@ tables fit in.
<meta display="localhost:10.0"
windowid="0x2c00004"
application=""
version="$Revision: 1.
3
$" />
version="$Revision: 1.
4
$" />
</zmap></pre></td>
</tr>
...
...
@@ -344,6 +351,7 @@ featuresets = "Coding Repeats BLASTX"
</zmap></pre>
<pre class="response">
<zmap>
<response handled="true">
<client xwid="0x2c00234" >
<action>new_window</action>
<action>find_feature</action>
...
...
@@ -359,8 +367,21 @@ featuresets = "Coding Repeats BLASTX"
<meta display="localhost:10.0"
windowid="0x2c00084"
application=""
version="$Revision: 1.
3
$" />
version="$Revision: 1.
4
$" />
</zmap></pre></td>
</tr>
<!-- close_view -->
<tr>
<td>close_view</td>
<td>
Close a view.
</td>
<td><pre class="request">
<zmap action="close_view">
<client xwid="0x12345678" />
</zmap></pre>
</tr>
<tr>
...
...
@@ -375,7 +396,7 @@ window which displays the sequence/features.</p>
<br />
<fieldset>
<legend>Table of Actions
zmap might G
enerate</legend>
<legend>Table of Actions
g
enerate
d
</legend>
<p>ZMap will generate the actions (register_client, single_select, multiple_select) from the above table, plus those from the following table.</p>
...
...
@@ -474,6 +495,23 @@ repeated as often as required but must be nested as shown.</li>
</td>
</tr>
<!-- view closed -->
<tr>
<td>view_closed</td>
<td>Designed to notify the controlling program that a zmap view has closed.
This might be the precursor to emitting a "finalised" action.</td>
<td><pre class="request">
<zmap action="view_closed">
<client xwid="0x12345678" />
</zmap></pre>
<pre class="response">
<zmap>
<response handled="true" />
</zmap>
</pre>
</td>
</tr>
<!-- finalised -->
<tr>
<td>finalised</td>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment