aboutsummaryrefslogtreecommitdiff
path: root/dw/oofposfixedmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-01 00:30:01 +0200
committerSebastian Geerken <devnull@localhost>2014-09-01 00:30:01 +0200
commita2cf34555c64fa87bd146071cf46bd381c695761 (patch)
treea49d40dd73dd486d0f0111e28dd7a7189ed60970 /dw/oofposfixedmgr.hh
parent9430132423d99689de9c02db79df60fd1b4a5703 (diff)
Many changes: split up OutOfFlowMgr for floats, and absolutely and fixedly positioned elements; also with different containing blocks.
Diffstat (limited to 'dw/oofposfixedmgr.hh')
-rw-r--r--dw/oofposfixedmgr.hh16
1 files changed, 16 insertions, 0 deletions
diff --git a/dw/oofposfixedmgr.hh b/dw/oofposfixedmgr.hh
new file mode 100644
index 00000000..d21b232c
--- /dev/null
+++ b/dw/oofposfixedmgr.hh
@@ -0,0 +1,16 @@
+#ifndef __DW_OOFPOSFIXEDMGR_HH__
+#define __DW_OOFPOSFIXEDMGR_HH__
+
+#include "oofpositionedmgr.hh"
+
+namespace dw {
+
+class OOFPosFixedMgr: public OOFPositionedMgr
+{
+public:
+ OOFPosFixedMgr (Textblock *containingBlock);
+};
+
+} // namespace dw
+
+#endif // __DW_OOFPOSFIXEDMGR_HH__