Quantum Fog  0.9.3
C_SUB_MATRIX.h
1 #pragma once
2 //******************************************
4 {
5 public:
6  //if non-empty, its_content_h contains a single cstr, including null terminator
7  Handle its_content_h;
8 
9  USHORT its_num_of_cols;
10  USHORT its_num_of_rows;
11  STableCell its_anchor; //top_left_cell
12 
13  C_SUB_MATRIX();
14  virtual ~C_SUB_MATRIX();
15  BOOLEAN absorb_clipping();
16  VOID swap_info(C_SUB_MATRIX & inheritor);
17 };
Definition: C_SUB_MATRIX.h:3