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
30ea13d4
Commit
30ea13d4
authored
15 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
replace old get feature call with new.
parent
6adfd690
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/zmapWindow/zmapWindow.c
+4
-8
4 additions, 8 deletions
src/zmapWindow/zmapWindow.c
src/zmapWindow/zmapWindowColBump.c
+3
-3
3 additions, 3 deletions
src/zmapWindow/zmapWindowColBump.c
src/zmapWindow/zmapWindowDNA.c
+5
-5
5 additions, 5 deletions
src/zmapWindow/zmapWindowDNA.c
with
12 additions
and
16 deletions
src/zmapWindow/zmapWindow.c
+
4
−
8
View file @
30ea13d4
...
...
@@ -26,9 +26,9 @@
*
* Exported functions: See ZMap/zmapWindow.h
* HISTORY:
* Last edited: Jan 22
22:57
2010 (
roy
)
* Last edited: Jan 22
11:15
2010 (
edgrif
)
* Created: Thu Jul 24 14:36:27 2003 (edgrif)
* CVS info: $Id: zmapWindow.c,v 1.30
4
2010-01-22 1
0
:0
6:42 rds
Exp $
* CVS info: $Id: zmapWindow.c,v 1.30
5
2010-01-22 1
3
:0
2:59 edgrif
Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -1241,7 +1241,7 @@ void zMapWindowUpdateInfoPanel(ZMapWindow window,
gboolean
replace_highlight_item
,
gboolean
highlight_same_names
)
{
ZMapWindowCanvasItem
canvas_item
,
top_canvas_item
;
ZMapWindowCanvasItem
top_canvas_item
;
ZMapFeature
feature
=
NULL
;
ZMapFeatureTypeStyle
style
;
ZMapWindowSelectStruct
select
=
{
0
}
;
...
...
@@ -1264,12 +1264,8 @@ void zMapWindowUpdateInfoPanel(ZMapWindow window,
return
;
}
canvas_item
=
zMapWindowCanvasItemIntervalGetObject
(
sub_item
);
zMapAssert
(
ZMAP_IS_CANVAS_ITEM
(
canvas_item
));
sub_feature
=
zMapWindowCanvasItemIntervalGetData
(
sub_item
);
feature
=
zMapWindowCanvasItemGetFeature
(
canvas_item
);
feature
=
zMapWindowCanvasItemGetFeature
(
sub_item
);
zMapAssert
(
feature_arg
==
feature
);
top_canvas_item
=
zMapWindowCanvasItemIntervalGetTopLevelObject
(
sub_item
);
...
...
This diff is collapsed.
Click to expand it.
src/zmapWindow/zmapWindowColBump.c
+
3
−
3
View file @
30ea13d4
...
...
@@ -27,9 +27,9 @@
*
* Exported functions: See zmapWindow_P.h
* HISTORY:
* Last edited: Jan
11 09
:1
6
2010 (edgrif)
* Last edited: Jan
22 11
:1
5
2010 (edgrif)
* Created: Tue Sep 4 10:52:09 2007 (edgrif)
* CVS info: $Id: zmapWindowColBump.c,v 1.
59
2010-01-2
1 08:48:55 mh17
Exp $
* CVS info: $Id: zmapWindowColBump.c,v 1.
60
2010-01-2
2 13:03:18 edgrif
Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -274,7 +274,7 @@ static void make_parent_item_cb(gpointer data, gpointer user_data)
if
((
column_data
->
feature_list
)
&&
(
column_data
->
feature_list
->
data
)
&&
(
feature
=
zMapWindowCanvasItemGetFeature
(
column_data
->
feature_list
->
data
)))
(
feature
=
zMapWindowCanvasItemGetFeature
(
FOO_CANVAS_ITEM
(
column_data
->
feature_list
->
data
)))
)
{
if
(
feature
->
type
==
ZMAPSTYLE_MODE_ALIGNMENT
)
column_data
->
parent_item
=
zMapWindowCollectionFeatureCreate
(
column_features
);
...
...
This diff is collapsed.
Click to expand it.
src/zmapWindow/zmapWindowDNA.c
+
5
−
5
View file @
30ea13d4
...
...
@@ -26,9 +26,9 @@
*
* Exported functions: See zmapWindow_P.h
* HISTORY:
* Last edited: J
u
n
11 14:02 2009 (rds
)
* Last edited: J
a
n
22 11:15 2010 (edgrif
)
* Created: Fri Oct 6 16:00:11 2006 (edgrif)
* CVS info: $Id: zmapWindowDNA.c,v 1.2
2
20
09-06-11
1
4
:0
6:55 rds
Exp $
* CVS info: $Id: zmapWindowDNA.c,v 1.2
3
20
10-01-22
1
3
:0
3:40 edgrif
Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -121,13 +121,13 @@ void zmapWindowCreateSequenceSearchWindow(ZMapWindow window, FooCanvasItem *feat
/* Need to check that there is any dna...n.b. we need the item that was clicked for us to check
* the dna..... */
if
(
ZMAP_IS_CONTAINER_GROUP
(
feature_item
))
if
(
ZMAP_IS_CONTAINER_GROUP
(
feature_item
))
{
zmapWindowContainerGetFeatureAny
((
ZMapWindowContainerGroup
)
feature_item
,
&
feature_any
);
}
else
if
(
ZMAP_IS_CANVAS_ITEM
(
feature_item
))
else
if
(
ZMAP_IS_CANVAS_ITEM
(
feature_item
))
{
feature_any
=
(
ZMapFeatureAny
)
zMapWindowCanvasItemGetFeature
(
(
ZMapWindowCanvasItem
)
feature_item
);
feature_any
=
(
ZMapFeatureAny
)
zMapWindowCanvasItemGetFeature
(
feature_item
)
;
}
else
{
...
...
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