summaryrefslogtreecommitdiff
path: root/dw/oofposfixedmgr.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/oofposfixedmgr.hh')
-rw-r--r--dw/oofposfixedmgr.hh27
1 files changed, 27 insertions, 0 deletions
diff --git a/dw/oofposfixedmgr.hh b/dw/oofposfixedmgr.hh
new file mode 100644
index 00000000..3f7b9683
--- /dev/null
+++ b/dw/oofposfixedmgr.hh
@@ -0,0 +1,27 @@
+#ifndef __DW_OOFPOSFIXEDMGR_HH__
+#define __DW_OOFPOSFIXEDMGR_HH__
+
+#include "oofposabslikemgr.hh"
+
+namespace dw {
+
+namespace oof {
+
+class OOFPosFixedMgr: public OOFPosAbsLikeMgr
+{
+protected:
+ int containerBoxOffsetX ();
+ int containerBoxOffsetY ();
+ int containerBoxRestWidth ();
+ int containerBoxRestHeight ();
+
+public:
+ OOFPosFixedMgr (OOFAwareWidget *container);
+ ~OOFPosFixedMgr ();
+};
+
+} // namespace oof
+
+} // namespace dw
+
+#endif // __DW_OOFPOSFIXEDMGR_HH__