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
6a875285
Commit
6a875285
authored
16 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
Strand Separator/ Colours/ Prototypes
parent
cb03f76e
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/zmapStyle.h
+7
-4
7 additions, 4 deletions
src/include/ZMap/zmapStyle.h
with
7 additions
and
4 deletions
src/include/ZMap/zmapStyle.h
+
7
−
4
View file @
6a875285
...
...
@@ -26,9 +26,9 @@
* Description: Style and Style set handling functions.
*
* HISTORY:
* Last edited: Apr
1
1 1
1:12
2008 (
edgrif
)
* Last edited: Apr
2
1 1
5:45
2008 (
rds
)
* Created: Mon Feb 26 09:28:26 2007 (edgrif)
* CVS info: $Id: zmapStyle.h,v 1.2
0
2008-04-
1
1 1
0:33:36 edgrif
Exp $
* CVS info: $Id: zmapStyle.h,v 1.2
1
2008-04-
2
1 1
5:22:39 rds
Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_STYLE_H
...
...
@@ -125,7 +125,8 @@ typedef enum
ZMAPSTYLE_COLOURTARGET_FRAME0
,
ZMAPSTYLE_COLOURTARGET_FRAME1
,
ZMAPSTYLE_COLOURTARGET_FRAME2
,
ZMAPSTYLE_COLOURTARGET_CDS
ZMAPSTYLE_COLOURTARGET_CDS
,
ZMAPSTYLE_COLOURTARGET_STRAND
}
ZMapStyleColourTarget
;
...
...
@@ -195,6 +196,7 @@ gboolean zMapStyleSetColours(ZMapFeatureTypeStyle style, ZMapStyleColourTarget t
char
*
fill
,
char
*
draw
,
char
*
border
)
;
gboolean
zMapStyleGetColours
(
ZMapFeatureTypeStyle
style
,
ZMapStyleColourTarget
target
,
ZMapStyleColourType
type
,
GdkColor
**
fill
,
GdkColor
**
draw
,
GdkColor
**
border
)
;
gboolean
zMapStyleColourByStrand
(
ZMapFeatureTypeStyle
style
);
ZMapStyleMode
zMapStyleGetMode
(
ZMapFeatureTypeStyle
style
)
;
const
char
*
zMapStyleMode2Str
(
ZMapStyleMode
mode
)
;
...
...
@@ -294,6 +296,7 @@ void zMapStyleSetBump(ZMapFeatureTypeStyle type, char *bump) ;
ZMapStyleOverlapMode
zMapStyleGetOverlapMode
(
ZMapFeatureTypeStyle
style
)
;
void
zMapStyleSetOverlapMode
(
ZMapFeatureTypeStyle
style
,
ZMapStyleOverlapMode
overlap_mode
)
;
ZMapStyleOverlapMode
zMapStyleResetOverlapMode
(
ZMapFeatureTypeStyle
style
)
;
ZMapStyleOverlapMode
zMapStyleGetDefaultOverlapMode
(
ZMapFeatureTypeStyle
style
);
ZMapFeatureTypeStyle
zMapFeatureStyleCopy
(
ZMapFeatureTypeStyle
style
)
;
gboolean
zMapStyleMerge
(
ZMapFeatureTypeStyle
curr_style
,
ZMapFeatureTypeStyle
new_style
)
;
...
...
@@ -303,7 +306,7 @@ unsigned int zmapStyleGetWithinAlignError(ZMapFeatureTypeStyle style) ;
GData
*
zMapFeatureTypeGetFromFile
(
char
*
types_file
)
;
gboolean
zMapStyleDisplayInSeparator
(
ZMapFeatureTypeStyle
style
);
/* Style set functions... */
...
...
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