From 5ea943a5e789222472e45864e119cf786498bfcd Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 1 Jan 2024 23:40:52 +0100 Subject: Import original dillo.org website into old/ --- old/dw/html/oofposfixedmgr_8hh_source.html | 101 +++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 old/dw/html/oofposfixedmgr_8hh_source.html (limited to 'old/dw/html/oofposfixedmgr_8hh_source.html') diff --git a/old/dw/html/oofposfixedmgr_8hh_source.html b/old/dw/html/oofposfixedmgr_8hh_source.html new file mode 100644 index 0000000..ee92d10 --- /dev/null +++ b/old/dw/html/oofposfixedmgr_8hh_source.html @@ -0,0 +1,101 @@ + + + + + + +Dillo: dw/oofposfixedmgr.hh Source File + + + + + + +
+
+ + + + + + +
+
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
+
+ + + + -- cgit v1.2.3