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
625f070e
Commit
625f070e
authored
17 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
removed unused code
parent
f2018096
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
src/include/ZMap/zmapWindow.h
+2
-75
2 additions, 75 deletions
src/include/ZMap/zmapWindow.h
with
2 additions
and
75 deletions
src/include/ZMap/zmapWindow.h
+
2
−
75
View file @
625f070e
...
...
@@ -26,9 +26,9 @@
* window displaying genome data.
*
* HISTORY:
* Last edited: Oct 1
2
1
1:40
2007 (
edgrif
)
* Last edited: Oct 1
5
1
5:31
2007 (
rds
)
* Created: Thu Jul 24 15:21:56 2003 (edgrif)
* CVS info: $Id: zmapWindow.h,v 1.9
0
2007-10-1
2
1
0:41:35 edgrif
Exp $
* CVS info: $Id: zmapWindow.h,v 1.9
1
2007-10-1
5
1
4:32:18 rds
Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_WINDOW_H
...
...
@@ -173,76 +173,6 @@ typedef struct _ZMapWindowCallbacksStruct
ZMapWindowCallbackFunc
drawn_data
;
}
ZMapWindowCallbacksStruct
,
*
ZMapWindowCallbacks
;
/* Query information for searching for features on the ZMap. */
typedef
enum
{
ZMAP_FTOI_QUERY_INVALID
=
0
,
ZMAP_FTOI_QUERY_ALIGN_ITEM
,
/* Get the align group item */
ZMAP_FTOI_QUERY_BLOCK_ITEM
,
/* Get the block group item */
ZMAP_FTOI_QUERY_SET_ITEM
,
/* Get the column group item (strand sensitive) */
ZMAP_FTOI_QUERY_FEATURE_ITEM
,
ZMAP_FTOI_QUERY_ALIGN_LIST
,
/* Get the align group item */
ZMAP_FTOI_QUERY_BLOCK_LIST
,
/* Get the block group item */
ZMAP_FTOI_QUERY_SET_LIST
,
/* Get the column group item (strand sensitive) */
ZMAP_FTOI_QUERY_FEATURE_LIST
,
ZMAP_FTOI_QUERY_FEATURE_REGEXP
}
ZMapFToIQueryType
;
typedef
enum
{
ZMAP_FTOI_RETURN_ERROR
=
0
,
ZMAP_FTOI_RETURN_LIST
,
ZMAP_FTOI_RETURN_ITEM
}
ZMapFToIReturnType
;
typedef
struct
_ZMapWindowFToIQueryStruct
{
GQuark
align_original_id
;
GQuark
block_original_id
;
GQuark
style_original_id
;
GQuark
set_original_id
;
GQuark
session_unique_id
;
#ifdef RDS_DONT_INCLUDE
GQuark
alignId
,
/* alignment string as quark */
blockId
,
/* block string as id */
originalId
,
/* feature original id */
suId
,
/* session unique id */
columnId
,
/* column id e.g. columnGeneNEvidence */
styleId
;
/* style id e.g. curated This should
* be a valid style name i.e. created
* by zMapStyleCreateID(style_name); */
int
start
,
end
;
/* [Target] start and end */
int
query_start
,
query_end
;
/* Query start and end (optional ZMAPFEATURE_HOMOL)*/
ZMapFeatureType
type
;
/* Feature type */
ZMapStrand
strand
;
/* Feature set strand */
#endif
ZMapFrame
frame
;
/* Feature set frame */
ZMapFToIQueryType
query_type
;
ZMapFToIReturnType
return_type
;
ZMapFeatureStruct
feature_in
;
union
{
GList
*
list_answer
;
FooCanvasItem
*
item_answer
;
}
ans
;
/* The answer */
}
ZMapWindowFToIQueryStruct
,
*
ZMapWindowFToIQuery
;
/*! @} end of zmapwindow docs. */
...
...
@@ -313,9 +243,6 @@ void zMapWindowGetVisible(ZMapWindow window, double *top_out, double *bottom_out
FooCanvasItem
*
zMapWindowFindFeatureItemByItem
(
ZMapWindow
window
,
FooCanvasItem
*
item
)
;
ZMapWindowFToIQuery
zMapWindowFToINewQuery
(
void
);
gboolean
zMapWindowFToIFetchByQuery
(
ZMapWindow
window
,
ZMapWindowFToIQuery
query
);
void
zMapWindowFToIDestroyQuery
(
ZMapWindowFToIQuery
query
);
void
zMapWindowColumnConfigure
(
ZMapWindow
window
)
;
gboolean
zMapWindowExport
(
ZMapWindow
window
)
;
...
...
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