#include <pageres.h>
List of all members.
Detailed Description
Definition at line 256 of file pageres.h.
Constructor & Destructor Documentation
BLOCK_RES::BLOCK_RES |
( |
BLOCK * |
the_block | ) |
|
Definition at line 110 of file pageres.cpp.
{
for (row_it.mark_cycle_pt(); !row_it.cycled_list(); row_it.forward()) {
row_res_it.add_to_end(
new ROW_RES(row_it.data()));
}
}
BLOCK_RES::~BLOCK_RES |
( |
| ) |
|
|
inline |
Member Data Documentation
inT32 BLOCK_RES::char_count |
BOOL8 BLOCK_RES::font_assigned |
inT16 BLOCK_RES::font_class |
inT32 BLOCK_RES::rej_count |
inT16 BLOCK_RES::row_count |
ROW_RES_LIST BLOCK_RES::row_res_list |
float BLOCK_RES::x_height |
The documentation for this class was generated from the following files: