Quantum Fog
0.9.3
Main Page
Related Pages
Classes
Files
File List
Legacy
QFog2-MachO
QFogSource
Mac_MainView
C_ARROW_DRAWER.h
1
#pragma once
2
3
4
#include "QFog_constants.h"
5
6
7
#include "GLOBAL_FUN.h"
8
//******************************************
9
class
C_ARROW_DRAWER
10
{
11
private
:
12
SInt16 its_arrowhead_len;
//in pixels
13
SInt16 its_arrowhead_halfwidth;
// in degrees
14
LView * its_mview_p;
15
public
:
16
C_ARROW_DRAWER
(LView * view_p, SInt16 len, SInt16 width);
17
VOID sketch(
const
Point & init_pt,
const
Point & fin_pt);
18
};
19
20
C_ARROW_DRAWER
Definition:
C_ARROW_DRAWER.h:9
Generated by
1.8.11