![]() |
KDDockWidgets API Documentation 2.0
|
#include <Point_c.h>


Public Member Functions | |
| Point_wrapper () | |
| Point_wrapper (int x, int y) | |
| ~Point_wrapper () | |
| bool | isNull () const |
| int | manhattanLength () const |
| void | setX (int x) |
| void | setY (int y) |
| int | x () const |
| int | y () const |
| KDDockWidgetsBindings_wrappersNS::Point_wrapper::~Point_wrapper | ( | ) |
Definition at line 64 of file Point_c.cpp.
| KDDockWidgetsBindings_wrappersNS::Point_wrapper::Point_wrapper | ( | ) |
Definition at line 32 of file Point_c.cpp.
| KDDockWidgetsBindings_wrappersNS::Point_wrapper::Point_wrapper | ( | int | x, |
| int | y | ||
| ) |
Definition at line 36 of file Point_c.cpp.
| bool KDDockWidgetsBindings_wrappersNS::Point_wrapper::isNull | ( | ) | const |
Definition at line 40 of file Point_c.cpp.
| int KDDockWidgetsBindings_wrappersNS::Point_wrapper::manhattanLength | ( | ) | const |
Definition at line 44 of file Point_c.cpp.
| void KDDockWidgetsBindings_wrappersNS::Point_wrapper::setX | ( | int | x | ) |
Definition at line 48 of file Point_c.cpp.
References x().
| void KDDockWidgetsBindings_wrappersNS::Point_wrapper::setY | ( | int | y | ) |
Definition at line 52 of file Point_c.cpp.
References y().
| int KDDockWidgetsBindings_wrappersNS::Point_wrapper::x | ( | ) | const |
Definition at line 56 of file Point_c.cpp.
Referenced by setX().
| int KDDockWidgetsBindings_wrappersNS::Point_wrapper::y | ( | ) | const |
Definition at line 60 of file Point_c.cpp.
Referenced by setY().
KDDockWidgets