#include "ut_misc.h"
#include "ut_types.h"
#include "ut_vector.h"
#include "pt_Types.h"
#include "fl_BlockLayout.h"
#include "fp_Column.h"
#include "fp_ContainerObject.h"
Go to the source code of this file.
Classes | |
class | fp_Line |
Defines | |
#define | TEMP_LINE_BUFFER_SIZE 512 |
#define | RUNS_MAP_SIZE 100 |
#define | USE_STATIC_MAP |
Enumerations | |
enum | FL_WORKING_DIRECTION { WORK_FORWARD = 1, WORK_BACKWARD = -1, WORK_CENTER = 0 } |
enum | FL_WHICH_TABSTOP { USE_PREV_TABSTOP, USE_NEXT_TABSTOP, USE_FIXED_TABWIDTH } |
#define RUNS_MAP_SIZE 100 |
Referenced by fp_Line::_createMapOfRuns().
#define TEMP_LINE_BUFFER_SIZE 512 |
#define USE_STATIC_MAP |
enum FL_WHICH_TABSTOP |
enum FL_WORKING_DIRECTION |