KDDockWidgets API Documentation 2.1
|
Go to the source code of this file.
Namespaces | |
namespace | Dartagnan |
namespace | KDDockWidgetsBindings_wrappersNS |
Functions | |
void * | c_KDDockWidgets__Point__constructor () |
void * | c_KDDockWidgets__Point__constructor_int_int (int x, int y) |
void | c_KDDockWidgets__Point__destructor (void *thisObj) |
bool | c_KDDockWidgets__Point__isNull (void *thisObj) |
int | c_KDDockWidgets__Point__manhattanLength (void *thisObj) |
void | c_KDDockWidgets__Point__setX_int (void *thisObj, int x) |
void | c_KDDockWidgets__Point__setY_int (void *thisObj, int y) |
int | c_KDDockWidgets__Point__x (void *thisObj) |
int | c_KDDockWidgets__Point__y (void *thisObj) |
void | c_KDDockWidgets__Point_Finalizer (void *cppObj) |
static KDDockWidgets::Point * | fromPtr (void *ptr) |
static KDDockWidgetsBindings_wrappersNS::Point_wrapper * | fromWrapperPtr (void *ptr) |
Variables | |
static CleanupCallback | Dartagnan::s_cleanupCallback = nullptr |
void * c_KDDockWidgets__Point__constructor | ( | ) |
Definition at line 82 of file Point_c.cpp.
void * c_KDDockWidgets__Point__constructor_int_int | ( | int | x, |
int | y | ||
) |
Definition at line 87 of file Point_c.cpp.
void c_KDDockWidgets__Point__destructor | ( | void * | thisObj | ) |
Definition at line 126 of file Point_c.cpp.
References fromPtr().
bool c_KDDockWidgets__Point__isNull | ( | void * | thisObj | ) |
Definition at line 93 of file Point_c.cpp.
References fromPtr().
int c_KDDockWidgets__Point__manhattanLength | ( | void * | thisObj | ) |
Definition at line 99 of file Point_c.cpp.
References fromPtr().
void c_KDDockWidgets__Point__setX_int | ( | void * | thisObj, |
int | x | ||
) |
Definition at line 105 of file Point_c.cpp.
References fromPtr().
void c_KDDockWidgets__Point__setY_int | ( | void * | thisObj, |
int | y | ||
) |
Definition at line 110 of file Point_c.cpp.
References fromPtr().
int c_KDDockWidgets__Point__x | ( | void * | thisObj | ) |
Definition at line 115 of file Point_c.cpp.
References fromPtr().
int c_KDDockWidgets__Point__y | ( | void * | thisObj | ) |
Definition at line 121 of file Point_c.cpp.
References fromPtr().
void c_KDDockWidgets__Point_Finalizer | ( | void * | cppObj | ) |
Definition at line 78 of file Point_c.cpp.
|
static |
Definition at line 69 of file Point_c.cpp.
Referenced by c_KDDockWidgets__Point__destructor(), c_KDDockWidgets__Point__isNull(), c_KDDockWidgets__Point__manhattanLength(), c_KDDockWidgets__Point__setX_int(), c_KDDockWidgets__Point__setY_int(), c_KDDockWidgets__Point__x(), and c_KDDockWidgets__Point__y().
|
static |
Definition at line 73 of file Point_c.cpp.