diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-01 00:30:01 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-01 00:30:01 +0200 |
commit | a2cf34555c64fa87bd146071cf46bd381c695761 (patch) | |
tree | a49d40dd73dd486d0f0111e28dd7a7189ed60970 /dw/oofposabsmgr.hh | |
parent | 9430132423d99689de9c02db79df60fd1b4a5703 (diff) |
Many changes: split up OutOfFlowMgr for floats, and absolutely and fixedly positioned elements; also with different containing blocks.
Diffstat (limited to 'dw/oofposabsmgr.hh')
-rw-r--r-- | dw/oofposabsmgr.hh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dw/oofposabsmgr.hh b/dw/oofposabsmgr.hh new file mode 100644 index 00000000..769f528f --- /dev/null +++ b/dw/oofposabsmgr.hh @@ -0,0 +1,16 @@ +#ifndef __DW_OOFPOSABSMGR_HH__ +#define __DW_OOFPOSABSMGR_HH__ + +#include "oofpositionedmgr.hh" + +namespace dw { + +class OOFPosAbsMgr: public OOFPositionedMgr +{ +public: + OOFPosAbsMgr (Textblock *containingBlock); +}; + +} // namespace dw + +#endif // __DW_OOFPOSABSMGR_HH__ |