Hold arguments passed to dw::core::Widget::sizeRequest and dw::core::Widget::getExtremes, as described in Size requisitions depending on positions.
More...
#include <tools.hh>
|
| SizeParams () |
|
| SizeParams (int numPos, Widget **references, int *x, int *y) |
|
| SizeParams (const SizeParams &other) |
|
| ~SizeParams () |
|
SizeParams & | operator= (const SizeParams &other) |
|
void | fill (int numPos, Widget **references, int *x, int *y) |
|
void | forChild (Widget *parent, Widget *child, int xRel, int yRel, SizeParams *childParams) |
|
bool | findReference (Widget *reference, int *x, int *y) |
|
bool | isEquivalent (SizeParams *other) |
|
int | getNumPos () |
|
Widget ** | getReferences () |
|
int * | getX () |
|
int * | getY () |
|
Widget * | getReference (int i) |
|
int | getX (int i) |
|
int | getY (int i) |
|
dw::core::SizeParams::SizeParams |
( |
| ) |
|
dw::core::SizeParams::SizeParams |
( |
int |
numPos, |
|
|
Widget ** |
references, |
|
|
int * |
x, |
|
|
int * |
y |
|
) |
| |
dw::core::SizeParams::SizeParams |
( |
const SizeParams & |
other | ) |
|
dw::core::SizeParams::~SizeParams |
( |
| ) |
|
void dw::core::SizeParams::cleanup |
( |
| ) |
|
|
private |
void dw::core::SizeParams::debugPrint |
( |
| ) |
|
|
inlineprivate |
void dw::core::SizeParams::fill |
( |
int |
numPos, |
|
|
Widget ** |
references, |
|
|
int * |
x, |
|
|
int * |
y |
|
) |
| |
bool dw::core::SizeParams::findReference |
( |
Widget * |
reference, |
|
|
int * |
x, |
|
|
int * |
y |
|
) |
| |
void dw::core::SizeParams::forChild |
( |
Widget * |
parent, |
|
|
Widget * |
child, |
|
|
int |
xRel, |
|
|
int |
yRel, |
|
|
SizeParams * |
childParams |
|
) |
| |
int dw::core::SizeParams::getNumPos |
( |
| ) |
|
|
inline |
Widget* dw::core::SizeParams::getReference |
( |
int |
i | ) |
|
|
inline |
Widget** dw::core::SizeParams::getReferences |
( |
| ) |
|
|
inline |
int* dw::core::SizeParams::getX |
( |
| ) |
|
|
inline |
int dw::core::SizeParams::getX |
( |
int |
i | ) |
|
|
inline |
int* dw::core::SizeParams::getY |
( |
| ) |
|
|
inline |
int dw::core::SizeParams::getY |
( |
int |
i | ) |
|
|
inline |
void dw::core::SizeParams::init |
( |
| ) |
|
|
private |
bool dw::core::SizeParams::isEquivalent |
( |
SizeParams * |
other | ) |
|
int dw::core::SizeParams::numPos |
|
private |
Widget** dw::core::SizeParams::references |
|
private |
int* dw::core::SizeParams::x |
|
private |
int * dw::core::SizeParams::y |
|
private |
The documentation for this class was generated from the following files: