#include "ut_types.h"#include "ut_vector.h"#include "pt_Types.h"#include "fl_Layout.h"#include "fl_ContainerLayout.h"#include "fl_SectionLayout.h"#include "pp_PropertyMap.h"#include "pl_Listener.h"#include "ut_debugmsg.h"#include "ut_misc.h"Go to the source code of this file.
Classes | |
| class | fl_ColProps |
| class | fl_RowProps |
| class | fl_TableLayout |
| class | fl_CellLayout |
Defines | |
| #define | FS_OFF 0 |
| Define the current supported background fill types DO NOT CHANGE THE EXISTING NUMBERS, EVER! You can add new styles as you please. | |
| #define | FS_FILL 1 |
| #define | LS_OFF 0 |
| Define the current supported line style types DO NOT CHANGE THE NUMBERS, EVER! You can add new styles as you please. | |
| #define | LS_NORMAL 1 |
| #define | LS_DOTTED 2 |
| #define | LS_DASHED 3 |
Enumerations | |
| enum | FL_TableJustification { FL_TABLE_LEFT, FL_TABLE_CENTER, FL_TABLE_RIGHT, FL_TABLE_FULL } |
| enum | FL_RowHeightType { FL_ROW_HEIGHT_NOT_DEFINED, FL_ROW_HEIGHT_AUTO, FL_ROW_HEIGHT_AT_LEAST, FL_ROW_HEIGHT_EXACTLY } |
| #define FS_FILL 1 |
Referenced by AP_Dialog_FormatTable::setCurCellProps(), and AP_Dialog_FormatFrame::setCurFrameProps().
| #define FS_OFF 0 |
Define the current supported background fill types DO NOT CHANGE THE EXISTING NUMBERS, EVER! You can add new styles as you please.
| #define LS_DASHED 3 |
Referenced by AP_FormatFrame_preview::draw().
| #define LS_DOTTED 2 |
Referenced by AP_FormatFrame_preview::draw().
| #define LS_NORMAL 1 |
| #define LS_OFF 0 |
Define the current supported line style types DO NOT CHANGE THE NUMBERS, EVER! You can add new styles as you please.
| enum FL_RowHeightType |
1.7.1