aboutsummaryrefslogtreecommitdiff
path: root/dw/oofposabsmgr.hh
blob: f6cc969e98335c40bc33e3761400bd2c26e12fcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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__