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
e093afb4
Commit
e093afb4
authored
17 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
all the prototypes ;)
parent
74ffa655
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/zmapWindow/zmapWindow_P.h
+11
-3
11 additions, 3 deletions
src/zmapWindow/zmapWindow_P.h
with
11 additions
and
3 deletions
src/zmapWindow/zmapWindow_P.h
+
11
−
3
View file @
e093afb4
...
...
@@ -26,9 +26,9 @@
* Description: Defines internal interfaces/data structures of zMapWindow.
*
* HISTORY:
* Last edited: Jul
25 09:53
2007 (rds)
* Last edited: Jul
31 17:08
2007 (rds)
* Created: Fri Aug 1 16:45:58 2003 (edgrif)
* CVS info: $Id: zmapWindow_P.h,v 1.1
8
9 2007-07-
25 09:56:07
rds Exp $
* CVS info: $Id: zmapWindow_P.h,v 1.19
0
2007-07-
31 16:22:02
rds Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_WINDOW_P_H
...
...
@@ -669,8 +669,10 @@ double zmapWindowCalcZoomFactor (ZMapWindow window);
void
zmapWindowSetPageIncr
(
ZMapWindow
window
);
ZMapWindowLongItems
zmapWindowLongItemCreate
(
double
max_zoom
)
;
void
zmapWindowLongItemPushInterruption
(
ZMapWindowLongItems
long_item
);
void
zmapWindowLongItemPopInterruption
(
ZMapWindowLongItems
long_item
);
gulong
zmapWindowLongItemsInitialiseExpose
(
ZMapWindowLongItems
long_item
,
FooCanvas
*
canvas
);
void
zmapWindowLongItemSetMaxZoom
(
ZMapWindowLongItems
long_item
,
double
max_zoom
)
;
void
zmapWindowLongItemResized
(
ZMapWindowLongItems
long_items
,
FooCanvasItem
*
item
);
void
zmapWindowLongItemCheck
(
ZMapWindowLongItems
long_item
,
FooCanvasItem
*
item
,
double
start
,
double
end
)
;
void
zmapWindowLongItemCrop
(
ZMapWindowLongItems
long_items
,
double
x1
,
double
y1
,
double
x2
,
double
y2
)
;
gboolean
zmapWindowLongItemRemove
(
ZMapWindowLongItems
long_item
,
FooCanvasItem
*
item
)
;
...
...
@@ -1106,6 +1108,12 @@ void zmapWindowRulerGroupDraw(FooCanvasGroup *parent, double project_at,
void
zmapWindowStatsReset
(
ZMapWindowStats
stats
)
;
void
zmapWindowStatsPrint
(
ZMapWindowStats
stats
)
;
ZMapWindowItemFeatureSetData
zmapWindowItemFeatureSetCreate
(
ZMapWindow
window
,
ZMapFeatureTypeStyle
style
,
ZMapStrand
strand
,
ZMapFrame
frame
);
void
zmapWindowItemFeatureSetDestroy
(
ZMapWindowItemFeatureSetData
item_feature_set
);
char
*
zmapWindowGetDialogText
(
ZMapWindowDialogType
dialog_type
)
;
...
...
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