Detailed Description
Definition at line 53 of file qmargins.h.
#include <qmargins.h>
List of all
members.
Constructor & Destructor Documentation
Definition at line 87 of file qmargins.h.
{ m_top = m_bottom = m_left = m_right = 0; }
| QMargins |
( |
int |
left, |
|
|
int |
top, |
|
|
int |
right, |
|
|
int |
bottom |
|
) |
|
[inline] |
Definition at line 90 of file qmargins.h.
: m_left(aleft), m_top(atop), m_right(aright), m_bottom(abottom) {}
Member Function Documentation
| bool isNull |
( |
|
) |
const [inline] |
Definition at line 93 of file qmargins.h.
{ return m_left==0 && m_top==0 && m_right==0 && m_bottom==0; }
| int left |
( |
|
) |
const [inline] |
| int top |
( |
|
) |
const [inline] |
| int right |
( |
|
) |
const [inline] |
| int bottom |
( |
|
) |
const [inline] |
| void setLeft |
( |
int |
left |
) |
[inline] |
| void setTop |
( |
int |
top |
) |
[inline] |
| void setRight |
( |
int |
right |
) |
[inline] |
| void setBottom |
( |
int |
bottom |
) |
[inline] |
Friends And Related Function Documentation
Definition at line 121 of file qmargins.h.
{
return
m1.m_left == m2.m_left &&
m1.m_top == m2.m_top &&
m1.m_right == m2.m_right &&
m1.m_bottom == m2.m_bottom;
}
Definition at line 130 of file qmargins.h.
{
return
m1.m_left != m2.m_left ||
m1.m_top != m2.m_top ||
m1.m_right != m2.m_right ||
m1.m_bottom != m2.m_bottom;
}
The documentation for this class was generated from the following
file:
QMargins QMargins QMargins QMargins
QMargins QMargins QMargins QMargins QMargins QMargins
QMargins QMargins QMargins QMargins
QMargins QMargins QMargins QMargins QMargins QMargins