Dillo
oofposfixedmgr.hh
Go to the documentation of this file.
1 #ifndef __DW_OOFPOSFIXEDMGR_HH__
2 #define __DW_OOFPOSFIXEDMGR_HH__
3 
4 #include "oofposabslikemgr.hh"
5 
6 namespace dw {
7 
8 namespace oof {
9 
11 {
12 protected:
13  int containerBoxOffsetX ();
14  int containerBoxOffsetY ();
15  int containerBoxRestWidth ();
17 
18 public:
20  ~OOFPosFixedMgr ();
21 };
22 
23 } // namespace oof
24 
25 } // namespace dw
26 
27 #endif // __DW_OOFPOSFIXEDMGR_HH__
int containerBoxRestHeight()
Definition: oofposfixedmgr.cc:52
~OOFPosFixedMgr()
Definition: oofposfixedmgr.cc:32
OOFPosFixedMgr(OOFAwareWidget *container)
Definition: oofposfixedmgr.cc:26
int containerBoxRestWidth()
Definition: oofposfixedmgr.cc:47
OOFAwareWidget * container
Definition: oofpositionedmgr.hh:26
Base class for widgets which can act as container and generator for widgets out of flow...
Definition: oofawarewidget.hh:77
int containerBoxOffsetY()
Definition: oofposfixedmgr.cc:42
int containerBoxOffsetX()
Definition: oofposfixedmgr.cc:37
Dw is in this namespace, or sub namespaces of this one.
Definition: alignedtablecell.cc:28
Definition: oofposfixedmgr.hh:10
Definition: oofposabslikemgr.hh:10