KDDockWidgets API Documentation 2.1
|
Go to the source code of this file.
Namespaces | |
namespace | Dartagnan |
namespace | KDDockWidgetsBindings_wrappersNS |
Functions | |
void * | c_KDDockWidgets__Size__boundedTo_Size (void *thisObj, void *sz_) |
void * | c_KDDockWidgets__Size__constructor () |
void * | c_KDDockWidgets__Size__constructor_int_int (int width, int height) |
void | c_KDDockWidgets__Size__destructor (void *thisObj) |
void * | c_KDDockWidgets__Size__expandedTo_Size (void *thisObj, void *sz_) |
int | c_KDDockWidgets__Size__height (void *thisObj) |
bool | c_KDDockWidgets__Size__isEmpty (void *thisObj) |
bool | c_KDDockWidgets__Size__isNull (void *thisObj) |
bool | c_KDDockWidgets__Size__isValid (void *thisObj) |
void | c_KDDockWidgets__Size__setHeight_int (void *thisObj, int h) |
void | c_KDDockWidgets__Size__setWidth_int (void *thisObj, int w) |
int | c_KDDockWidgets__Size__width (void *thisObj) |
void | c_KDDockWidgets__Size_Finalizer (void *cppObj) |
static KDDockWidgets::Size * | fromPtr (void *ptr) |
static KDDockWidgetsBindings_wrappersNS::Size_wrapper * | fromWrapperPtr (void *ptr) |
Variables | |
static CleanupCallback | Dartagnan::s_cleanupCallback = nullptr |
void * c_KDDockWidgets__Size__boundedTo_Size | ( | void * | thisObj, |
void * | sz_ | ||
) |
Definition at line 105 of file Size_c.cpp.
References fromPtr().
void * c_KDDockWidgets__Size__constructor | ( | ) |
Definition at line 94 of file Size_c.cpp.
void * c_KDDockWidgets__Size__constructor_int_int | ( | int | width, |
int | height | ||
) |
Definition at line 99 of file Size_c.cpp.
void c_KDDockWidgets__Size__destructor | ( | void * | thisObj | ) |
Definition at line 160 of file Size_c.cpp.
References fromPtr().
void * c_KDDockWidgets__Size__expandedTo_Size | ( | void * | thisObj, |
void * | sz_ | ||
) |
Definition at line 113 of file Size_c.cpp.
References fromPtr().
int c_KDDockWidgets__Size__height | ( | void * | thisObj | ) |
Definition at line 121 of file Size_c.cpp.
References fromPtr().
bool c_KDDockWidgets__Size__isEmpty | ( | void * | thisObj | ) |
Definition at line 127 of file Size_c.cpp.
References fromPtr().
bool c_KDDockWidgets__Size__isNull | ( | void * | thisObj | ) |
Definition at line 133 of file Size_c.cpp.
References fromPtr().
bool c_KDDockWidgets__Size__isValid | ( | void * | thisObj | ) |
Definition at line 139 of file Size_c.cpp.
References fromPtr().
void c_KDDockWidgets__Size__setHeight_int | ( | void * | thisObj, |
int | h | ||
) |
Definition at line 145 of file Size_c.cpp.
References fromPtr().
void c_KDDockWidgets__Size__setWidth_int | ( | void * | thisObj, |
int | w | ||
) |
Definition at line 150 of file Size_c.cpp.
References fromPtr().
int c_KDDockWidgets__Size__width | ( | void * | thisObj | ) |
Definition at line 155 of file Size_c.cpp.
References fromPtr().
void c_KDDockWidgets__Size_Finalizer | ( | void * | cppObj | ) |
Definition at line 90 of file Size_c.cpp.
|
static |
Definition at line 81 of file Size_c.cpp.
Referenced by c_KDDockWidgets__Size__boundedTo_Size(), c_KDDockWidgets__Size__destructor(), c_KDDockWidgets__Size__expandedTo_Size(), c_KDDockWidgets__Size__height(), c_KDDockWidgets__Size__isEmpty(), c_KDDockWidgets__Size__isNull(), c_KDDockWidgets__Size__isValid(), c_KDDockWidgets__Size__setHeight_int(), c_KDDockWidgets__Size__setWidth_int(), and c_KDDockWidgets__Size__width().
|
static |
Definition at line 85 of file Size_c.cpp.