Dillo
v3.1.1-98-g318d1f14
Loading...
Searching...
No Matches
oofposfixedmgr.cc
Go to the documentation of this file.
1
/*
2
* Dillo Widget
3
*
4
* Copyright 2014 Sebastian Geerken <sgeerken@dillo.org>
5
*
6
* This program is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; either version 3 of the License, or
9
* (at your option) any later version.
10
*
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with this program. If not, see <http://www.gnu.org/licenses/>.
18
*/
19
20
#include "
oofposfixedmgr.hh
"
21
22
namespace
dw
{
23
24
namespace
oof {
25
26
OOFPosFixedMgr::OOFPosFixedMgr
(
OOFAwareWidget
*container) :
27
OOFPosAbsLikeMgr
(container)
28
{
29
DBG_OBJ_CREATE
(
"dw::oof::OOFPosFixedMgr"
);
30
}
31
32
OOFPosFixedMgr::~OOFPosFixedMgr
()
33
{
34
DBG_OBJ_DELETE
();
35
}
36
37
int
OOFPosFixedMgr::containerBoxOffsetX
()
38
{
39
return
0;
40
}
41
42
int
OOFPosFixedMgr::containerBoxOffsetY
()
43
{
44
return
0;
45
}
46
47
int
OOFPosFixedMgr::containerBoxRestWidth
()
48
{
49
return
0;
50
}
51
52
int
OOFPosFixedMgr::containerBoxRestHeight
()
53
{
54
return
0;
55
}
56
57
}
// namespace oof
58
59
}
// namespace dw
dw::oof::OOFAwareWidget
Base class for widgets which can act as container and generator for widgets out of flow.
Definition
oofawarewidget.hh:78
dw::oof::OOFPosAbsLikeMgr
Definition
oofposabslikemgr.hh:11
dw::oof::OOFPosFixedMgr::OOFPosFixedMgr
OOFPosFixedMgr(OOFAwareWidget *container)
Definition
oofposfixedmgr.cc:26
dw::oof::OOFPosFixedMgr::containerBoxRestHeight
int containerBoxRestHeight()
Definition
oofposfixedmgr.cc:52
dw::oof::OOFPosFixedMgr::containerBoxOffsetX
int containerBoxOffsetX()
Definition
oofposfixedmgr.cc:37
dw::oof::OOFPosFixedMgr::containerBoxRestWidth
int containerBoxRestWidth()
Definition
oofposfixedmgr.cc:47
dw::oof::OOFPosFixedMgr::~OOFPosFixedMgr
~OOFPosFixedMgr()
Definition
oofposfixedmgr.cc:32
dw::oof::OOFPosFixedMgr::containerBoxOffsetY
int containerBoxOffsetY()
Definition
oofposfixedmgr.cc:42
DBG_OBJ_DELETE
#define DBG_OBJ_DELETE()
Definition
debug_rtfl.hh:414
DBG_OBJ_CREATE
#define DBG_OBJ_CREATE(klass)
Definition
debug_rtfl.hh:412
dw
Dw is in this namespace, or sub namespaces of this one.
Definition
alignedtablecell.cc:28
oofposfixedmgr.hh
dw
oofposfixedmgr.cc
Generated on Sun Nov 17 2024 01:31:43 for Dillo by
1.9.8