#include "drawedg.h"
Go to the source code of this file.
Macros | |
#define | IMAGE_WIN_NAME "Edges" |
#define | IMAGE_XPOS 250 |
#define | IMAGE_YPOS 0 |
#define | EXTERN |
Functions | |||||||
create_edges_window | |||||||
Create the edges window.
| |||||||
ScrollView * | create_edges_window (ICOORD page_tr) | ||||||
draw_raw_edge | |||||||
Draw the raw steps to the given window in the given colour.
| |||||||
void | draw_raw_edge (ScrollView *fd, CRACKEDGE *start, ScrollView::Color colour) | ||||||
#define EXTERN |
Definition at line 35 of file drawedg.cpp.
#define IMAGE_WIN_NAME "Edges" |
title of window
Definition at line 30 of file drawedg.cpp.
#define IMAGE_XPOS 250 |
Definition at line 31 of file drawedg.cpp.
#define IMAGE_YPOS 0 |
default position
Definition at line 33 of file drawedg.cpp.
ScrollView* create_edges_window | ( | ICOORD | page_tr | ) |
Definition at line 44 of file drawedg.cpp.
void draw_raw_edge | ( | ScrollView * | fd, |
CRACKEDGE * | start, | ||
ScrollView::Color | colour | ||
) |
Definition at line 62 of file drawedg.cpp.