#include <stdio.h>#include "ut_types.h"#include "ut_vector.h"#include "ut_hash.h"#include "pt_Types.h"#include "fp_PageSize.h"#include "fl_Layout.h"#include "ut_units.h"#include "xav_Listener.h"Go to the source code of this file.
Classes | |
| class | FL_DocLayout |
Defines | |
| #define | fl_PAGEVIEW_PAGE_SEP m_pG->tlu(20) |
| #define | fl_PAGEVIEW_MARGIN_X m_pG->tlu(25) |
| #define | fl_PAGEVIEW_MARGIN_Y m_pG->tlu(25) |
Typedefs | |
| typedef enum _FootnoteType | FootnoteType |
Enumerations | |
| enum | _FootnoteType { FOOTNOTE_TYPE_NUMERIC = 0, FOOTNOTE_TYPE_NUMERIC_SQUARE_BRACKETS, FOOTNOTE_TYPE_NUMERIC_PAREN, FOOTNOTE_TYPE_NUMERIC_OPEN_PAREN, FOOTNOTE_TYPE_LOWER, FOOTNOTE_TYPE_LOWER_PAREN, FOOTNOTE_TYPE_LOWER_OPEN_PAREN, FOOTNOTE_TYPE_UPPER, FOOTNOTE_TYPE_UPPER_PAREN, FOOTNOTE_TYPE_UPPER_OPEN_PAREN, FOOTNOTE_TYPE_LOWER_ROMAN, FOOTNOTE_TYPE_LOWER_ROMAN_PAREN, FOOTNOTE_TYPE_UPPER_ROMAN, FOOTNOTE_TYPE_UPPER_ROMAN_PAREN } |
Variables | |
| const char * | s_FootnoteTypeDesc [] |
| #define fl_PAGEVIEW_MARGIN_X m_pG->tlu(25) |
Referenced by FV_View::getPageViewLeftMargin(), and FL_DocLayout::getWidth().
| #define fl_PAGEVIEW_MARGIN_Y m_pG->tlu(25) |
Referenced by FL_DocLayout::getHeight(), and FV_View::getPageViewTopMargin().
| #define fl_PAGEVIEW_PAGE_SEP m_pG->tlu(20) |
Referenced by FL_DocLayout::getHeight(), and FV_View::getPageViewSep().
| typedef enum _FootnoteType FootnoteType |
| enum _FootnoteType |
| const char* s_FootnoteTypeDesc[] |
Referenced by AP_Dialog_FormatFootnotes::getFootnoteTypeLabelList().
1.5.5