KDDockWidgets API Documentation 2.1
|
#include <Rect_c.h>
Public Member Functions | |
Rect_wrapper () | |
Rect_wrapper (int x, int y, int width, int height) | |
Rect_wrapper (KDDockWidgets::Point pos, KDDockWidgets::Size size) | |
~Rect_wrapper () | |
void | adjust (int l, int t, int r, int b) |
KDDockWidgets::Rect | adjusted (int l, int t, int r, int b) const |
int | bottom () const |
KDDockWidgets::Point | bottomLeft () const |
KDDockWidgets::Point | bottomRight () const |
KDDockWidgets::Point | center () const |
bool | contains (KDDockWidgets::Point pt) const |
bool | contains (KDDockWidgets::Rect other) const |
int | height () const |
KDDockWidgets::Rect | intersected (KDDockWidgets::Rect other) const |
bool | intersects (KDDockWidgets::Rect other) const |
bool | isEmpty () const |
bool | isNull () const |
bool | isValid () const |
int | left () const |
KDDockWidgets::Rect | marginsAdded (KDDockWidgets::Margins m) const |
void | moveBottom (int b) |
void | moveCenter (KDDockWidgets::Point pt) |
void | moveLeft (int x) |
void | moveRight (int r) |
void | moveTo (int x, int y) |
void | moveTo (KDDockWidgets::Point pt) |
void | moveTop (int y) |
void | moveTopLeft (KDDockWidgets::Point pt) |
KDDockWidgets::Point | pos () const |
int | right () const |
void | setBottom (int b) |
void | setHeight (int h) |
void | setLeft (int x) |
void | setRight (int r) |
void | setSize (KDDockWidgets::Size sz) |
void | setTop (int y) |
void | setTopLeft (KDDockWidgets::Point pt) |
void | setWidth (int w) |
void | setX (int x) |
void | setY (int y) |
KDDockWidgets::Size | size () const |
int | top () const |
KDDockWidgets::Point | topLeft () const |
KDDockWidgets::Point | topRight () const |
void | translate (KDDockWidgets::Point pt) |
int | width () const |
int | x () const |
int | y () const |
KDDockWidgetsBindings_wrappersNS::Rect_wrapper::~Rect_wrapper | ( | ) |
Definition at line 220 of file Rect_c.cpp.
KDDockWidgetsBindings_wrappersNS::Rect_wrapper::Rect_wrapper | ( | ) |
Definition at line 32 of file Rect_c.cpp.
KDDockWidgetsBindings_wrappersNS::Rect_wrapper::Rect_wrapper | ( | KDDockWidgets::Point | pos, |
KDDockWidgets::Size | size | ||
) |
Definition at line 36 of file Rect_c.cpp.
KDDockWidgetsBindings_wrappersNS::Rect_wrapper::Rect_wrapper | ( | int | x, |
int | y, | ||
int | width, | ||
int | height | ||
) |
Definition at line 40 of file Rect_c.cpp.
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::adjust | ( | int | l, |
int | t, | ||
int | r, | ||
int | b | ||
) |
Definition at line 44 of file Rect_c.cpp.
KDDockWidgets::Rect KDDockWidgetsBindings_wrappersNS::Rect_wrapper::adjusted | ( | int | l, |
int | t, | ||
int | r, | ||
int | b | ||
) | const |
Definition at line 48 of file Rect_c.cpp.
int KDDockWidgetsBindings_wrappersNS::Rect_wrapper::bottom | ( | ) | const |
Definition at line 52 of file Rect_c.cpp.
KDDockWidgets::Point KDDockWidgetsBindings_wrappersNS::Rect_wrapper::bottomLeft | ( | ) | const |
Definition at line 56 of file Rect_c.cpp.
KDDockWidgets::Point KDDockWidgetsBindings_wrappersNS::Rect_wrapper::bottomRight | ( | ) | const |
Definition at line 60 of file Rect_c.cpp.
KDDockWidgets::Point KDDockWidgetsBindings_wrappersNS::Rect_wrapper::center | ( | ) | const |
Definition at line 64 of file Rect_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::Rect_wrapper::contains | ( | KDDockWidgets::Point | pt | ) | const |
Definition at line 68 of file Rect_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::Rect_wrapper::contains | ( | KDDockWidgets::Rect | other | ) | const |
Definition at line 72 of file Rect_c.cpp.
int KDDockWidgetsBindings_wrappersNS::Rect_wrapper::height | ( | ) | const |
Definition at line 76 of file Rect_c.cpp.
KDDockWidgets::Rect KDDockWidgetsBindings_wrappersNS::Rect_wrapper::intersected | ( | KDDockWidgets::Rect | other | ) | const |
Definition at line 80 of file Rect_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::Rect_wrapper::intersects | ( | KDDockWidgets::Rect | other | ) | const |
Definition at line 84 of file Rect_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::Rect_wrapper::isEmpty | ( | ) | const |
Definition at line 88 of file Rect_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::Rect_wrapper::isNull | ( | ) | const |
Definition at line 92 of file Rect_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::Rect_wrapper::isValid | ( | ) | const |
Definition at line 96 of file Rect_c.cpp.
int KDDockWidgetsBindings_wrappersNS::Rect_wrapper::left | ( | ) | const |
Definition at line 100 of file Rect_c.cpp.
KDDockWidgets::Rect KDDockWidgetsBindings_wrappersNS::Rect_wrapper::marginsAdded | ( | KDDockWidgets::Margins | m | ) | const |
Definition at line 104 of file Rect_c.cpp.
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::moveBottom | ( | int | b | ) |
Definition at line 108 of file Rect_c.cpp.
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::moveCenter | ( | KDDockWidgets::Point | pt | ) |
Definition at line 112 of file Rect_c.cpp.
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::moveLeft | ( | int | x | ) |
Definition at line 116 of file Rect_c.cpp.
References x().
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::moveRight | ( | int | r | ) |
Definition at line 120 of file Rect_c.cpp.
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::moveTo | ( | int | x, |
int | y | ||
) |
Definition at line 128 of file Rect_c.cpp.
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::moveTo | ( | KDDockWidgets::Point | pt | ) |
Definition at line 124 of file Rect_c.cpp.
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::moveTop | ( | int | y | ) |
Definition at line 132 of file Rect_c.cpp.
References y().
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::moveTopLeft | ( | KDDockWidgets::Point | pt | ) |
Definition at line 136 of file Rect_c.cpp.
KDDockWidgets::Point KDDockWidgetsBindings_wrappersNS::Rect_wrapper::pos | ( | ) | const |
Definition at line 140 of file Rect_c.cpp.
int KDDockWidgetsBindings_wrappersNS::Rect_wrapper::right | ( | ) | const |
Definition at line 144 of file Rect_c.cpp.
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::setBottom | ( | int | b | ) |
Definition at line 148 of file Rect_c.cpp.
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::setHeight | ( | int | h | ) |
Definition at line 152 of file Rect_c.cpp.
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::setLeft | ( | int | x | ) |
Definition at line 156 of file Rect_c.cpp.
References x().
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::setRight | ( | int | r | ) |
Definition at line 160 of file Rect_c.cpp.
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::setSize | ( | KDDockWidgets::Size | sz | ) |
Definition at line 164 of file Rect_c.cpp.
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::setTop | ( | int | y | ) |
Definition at line 168 of file Rect_c.cpp.
References y().
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::setTopLeft | ( | KDDockWidgets::Point | pt | ) |
Definition at line 172 of file Rect_c.cpp.
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::setWidth | ( | int | w | ) |
Definition at line 176 of file Rect_c.cpp.
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::setX | ( | int | x | ) |
Definition at line 180 of file Rect_c.cpp.
References x().
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::setY | ( | int | y | ) |
Definition at line 184 of file Rect_c.cpp.
References y().
KDDockWidgets::Size KDDockWidgetsBindings_wrappersNS::Rect_wrapper::size | ( | ) | const |
Definition at line 188 of file Rect_c.cpp.
int KDDockWidgetsBindings_wrappersNS::Rect_wrapper::top | ( | ) | const |
Definition at line 192 of file Rect_c.cpp.
KDDockWidgets::Point KDDockWidgetsBindings_wrappersNS::Rect_wrapper::topLeft | ( | ) | const |
Definition at line 196 of file Rect_c.cpp.
KDDockWidgets::Point KDDockWidgetsBindings_wrappersNS::Rect_wrapper::topRight | ( | ) | const |
Definition at line 200 of file Rect_c.cpp.
void KDDockWidgetsBindings_wrappersNS::Rect_wrapper::translate | ( | KDDockWidgets::Point | pt | ) |
Definition at line 204 of file Rect_c.cpp.
int KDDockWidgetsBindings_wrappersNS::Rect_wrapper::width | ( | ) | const |
Definition at line 208 of file Rect_c.cpp.
int KDDockWidgetsBindings_wrappersNS::Rect_wrapper::x | ( | ) | const |
Definition at line 212 of file Rect_c.cpp.
Referenced by moveLeft(), moveTo(), setLeft(), and setX().
int KDDockWidgetsBindings_wrappersNS::Rect_wrapper::y | ( | ) | const |