aboutsummaryrefslogtreecommitdiff
path: root/dw/oofposabsmgr.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/oofposabsmgr.hh')
-rw-r--r--dw/oofposabsmgr.hh28
1 files changed, 28 insertions, 0 deletions
diff --git a/dw/oofposabsmgr.hh b/dw/oofposabsmgr.hh
new file mode 100644
index 00000000..f6cc969e
--- /dev/null
+++ b/dw/oofposabsmgr.hh
@@ -0,0 +1,28 @@
+#ifndef __DW_OOFPOSABSMGR_HH__
+#define __DW_OOFPOSABSMGR_HH__
+
+#include "oofpositionedmgr.hh"
+
+namespace dw {
+
+namespace oof {
+
+class OOFPosAbsMgr: public OOFPositionedMgr
+{
+protected:
+ bool isReference (core::Widget *widget);
+ int containerBoxOffsetX ();
+ int containerBoxOffsetY ();
+ int containerBoxRestWidth ();
+ int containerBoxRestHeight ();
+
+public:
+ OOFPosAbsMgr (OOFAwareWidget *container);
+ ~OOFPosAbsMgr ();
+};
+
+} // namespace oof
+
+} // namespace dw
+
+#endif // __DW_OOFPOSABSMGR_HH__