aboutsummaryrefslogtreecommitdiff
path: root/dw/oofposfixedmgr.hh
blob: f3fc6011c99654cb9328f1a48e4827ccac42e213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef __DW_OOFPOSFIXEDMGR_HH__
#define __DW_OOFPOSFIXEDMGR_HH__

#include "oofpositionedmgr.hh"

namespace dw {

class OOFPosFixedMgr: public OOFPositionedMgr
{
protected:
   int cbBoxOffsetX ();
   int cbBoxOffsetY ();
   int cbBoxRestWidth ();
   int cbBoxRestHeight ();

public:
   OOFPosFixedMgr (Textblock *containingBlock);
   ~OOFPosFixedMgr ();
};

} // namespace dw

#endif // __DW_OOFPOSFIXEDMGR_HH__