diff options
author | Sebastian Geerken <devnull@localhost> | 2015-01-30 20:30:40 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-01-30 20:30:40 +0100 |
commit | 3238f21d277704723582ebaf7f5c9d6e0b042bf9 (patch) | |
tree | ad9a63b3cbdd3333aaf060c4016e90b0a6a4bbe0 /dw/oofposabslikemgr.hh | |
parent | b1e34672ecbe28c18462cd1b02ba0b2cfc7f772b (diff) |
Relative positions, part 2: OOFPosAbsLikeMgr (initial version).
Diffstat (limited to 'dw/oofposabslikemgr.hh')
-rw-r--r-- | dw/oofposabslikemgr.hh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dw/oofposabslikemgr.hh b/dw/oofposabslikemgr.hh new file mode 100644 index 00000000..0c0e7fef --- /dev/null +++ b/dw/oofposabslikemgr.hh @@ -0,0 +1,21 @@ +#ifndef __DW_OOFPOSABSLIKEMGR_HH__ +#define __DW_OOFPOSABSLIKEMGR_HH__ + +#include "oofpositionedmgr.hh" + +namespace dw { + +namespace oof { + +class OOFPosAbsLikeMgr: public OOFPositionedMgr +{ +public: + OOFPosAbsLikeMgr (OOFAwareWidget *container); + ~OOFPosAbsLikeMgr (); +}; + +} // namespace oof + +} // namespace dw + +#endif // __DW_OOFPOSABSLIKEMGR_HH__ |