Quantum Fog  0.9.3
C_BI_ND_PROBS_TABLE.h
1 #pragma once
2 
3 #include "QFog_constants.h"
4 #include "C_TOP_PTRS.h"
5 
6 
7 //******************************************
8 class C_BI_ND_PROBS_TABLE : public LTableView, public C_TOP_PTRS
9 {
10 private:
11  // this is the location of the bi-node in the list. (zero based)
12  USHORT its_bi_nd_id;
13 
14 public:
15 
16  C_BI_ND_PROBS_TABLE(LStream * inStream);
18  virtual ~C_BI_ND_PROBS_TABLE();
19 
20  BOOLEAN get_touched_cell(STableCell & t_cell);
21  VOID DrawCell(const STableCell & inCell, const Rect & inLocalRect);
22 
23  VOID set_bi_nd_always(USHORT loc);
24 };
Definition: C_TOP_PTRS.h:7
Definition: C_BI_ND_PROBS_TABLE.h:8