#include <iosfwd>
#include <aw_font_group.hxx>
#include "SEC_abspos.hxx"
#include "SEC_gc.hxx"
#include "SEC_db.hxx"
#include <BI_helix.hxx>
#include <arb_global_defs.h>
#include "secedit_extern.hxx"
Go to the source code of this file.
|
enum | SEC_BASE_TYPE { SEC_NO_TYPE = 0,
SEC_LOOP = 1,
SEC_HELIX = 2,
SEC_ANY_TYPE = SEC_LOOP|SEC_HELIX
} |
|
enum | ShowBonds { SHOW_NO_BONDS = 0,
SHOW_HELIX_BONDS = 1,
SHOW_NHELIX_BONDS = 2
} |
|
enum | ShowCursorPos { SHOW_NO_CURPOS = 0,
SHOW_ABS_CURPOS = 1,
SHOW_ECOLI_CURPOS = 2,
SHOW_BASE_CURPOS = 3
} |
|
enum | SEC_bgpaint_mode { BG_PAINT_NONE = 0,
BG_PAINT_FIRST = 1,
BG_PAINT_SECOND = 2,
BG_PAINT_BOTH = BG_PAINT_FIRST | BG_PAINT_SECOND
} |
|
Enumerator |
---|
SEC_NO_TYPE |
|
SEC_LOOP |
|
SEC_HELIX |
|
SEC_ANY_TYPE |
|
Definition at line 257 of file SEC_root.hxx.
Enumerator |
---|
SHOW_NO_BONDS |
|
SHOW_HELIX_BONDS |
|
SHOW_NHELIX_BONDS |
|
Definition at line 621 of file SEC_root.hxx.
Enumerator |
---|
SHOW_NO_CURPOS |
|
SHOW_ABS_CURPOS |
|
SHOW_ECOLI_CURPOS |
|
SHOW_BASE_CURPOS |
|
Definition at line 627 of file SEC_root.hxx.
Enumerator |
---|
BG_PAINT_NONE |
|
BG_PAINT_FIRST |
|
BG_PAINT_SECOND |
|
BG_PAINT_BOTH |
|
Definition at line 672 of file SEC_root.hxx.
bool SEC_is_gap |
( |
char |
c | ) |
|
|
inline |