#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 "pl_Listener.h"
#include "ut_debugmsg.h"
#include "pp_PropertyMap.h"
Go to the source code of this file.
Classes |
class | fl_FrameLayout |
Enumerations |
enum | FL_FrameFormatMode { FL_FRAME_POSITIONED_TO_BLOCK,
FL_FRAME_POSITIONED_TO_COLUMN,
FL_FRAME_POSITIONED_TO_PAGE,
FL_FRAME_POSITIONED_INLINE
} |
enum | FL_FrameWrapMode {
FL_FRAME_ABOVE_TEXT,
FL_FRAME_BELOW_TEXT,
FL_FRAME_WRAPPED_TO_RIGHT,
FL_FRAME_WRAPPED_TO_LEFT,
FL_FRAME_WRAPPED_BOTH_SIDES,
FL_FRAME_WRAPPED_TOPBOT
} |
enum | FL_FrameType { FL_FRAME_TEXTBOX_TYPE,
FL_FRAME_WRAPPER_IMAGE,
FL_FRAME_WRAPPER_TABLE,
FL_FRAME_WRAPPER_EMBED
} |
Enumeration Type Documentation
- Enumerator:
FL_FRAME_POSITIONED_TO_BLOCK |
|
FL_FRAME_POSITIONED_TO_COLUMN |
|
FL_FRAME_POSITIONED_TO_PAGE |
|
FL_FRAME_POSITIONED_INLINE |
|
- Enumerator:
FL_FRAME_TEXTBOX_TYPE |
|
FL_FRAME_WRAPPER_IMAGE |
|
FL_FRAME_WRAPPER_TABLE |
|
FL_FRAME_WRAPPER_EMBED |
|
- Enumerator:
FL_FRAME_ABOVE_TEXT |
|
FL_FRAME_BELOW_TEXT |
|
FL_FRAME_WRAPPED_TO_RIGHT |
|
FL_FRAME_WRAPPED_TO_LEFT |
|
FL_FRAME_WRAPPED_BOTH_SIDES |
|
FL_FRAME_WRAPPED_TOPBOT |
|