Quantum Fog
0.9.3
Main Page
Related Pages
Classes
Files
File List
Legacy
QFog2-MachO
QFogSource
Mac_Other
Mac_EditTable
C_SUB_MATRIX.h
1
#pragma once
2
//******************************************
3
class
C_SUB_MATRIX
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
};
C_SUB_MATRIX
Definition:
C_SUB_MATRIX.h:3
Generated by
1.8.11