Quantum Fog  0.9.3
C_ARROW_DRAWER.h
1 #pragma once
2 
3 
4 #include "QFog_constants.h"
5 
6 
7 #include "GLOBAL_FUN.h"
8 //******************************************
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 
Definition: C_ARROW_DRAWER.h:9