KDDockWidgets API Documentation 2.1
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
Controller_c.cpp File Reference
#include "Controller_c.h"
#include <iostream>
#include <cassert>
Include dependency graph for Controller_c.cpp:

Go to the source code of this file.

Namespaces

namespace  Dartagnan
 
namespace  KDDockWidgetsBindings_wrappersNS
 
namespace  KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore
 

Functions

bool c_KDDockWidgets__Core__Controller__close (void *thisObj)
 
void * c_KDDockWidgets__Core__Controller__constructor_ViewType_View (int type, void *arg__2_)
 
void c_KDDockWidgets__Core__Controller__destroyLater (void *thisObj)
 
void c_KDDockWidgets__Core__Controller__destructor (void *thisObj)
 
void * c_KDDockWidgets__Core__Controller__geometry (void *thisObj)
 
int c_KDDockWidgets__Core__Controller__height (void *thisObj)
 
bool c_KDDockWidgets__Core__Controller__inDtor (void *thisObj)
 
bool c_KDDockWidgets__Core__Controller__isFixedHeight (void *thisObj)
 
bool c_KDDockWidgets__Core__Controller__isFixedWidth (void *thisObj)
 
bool c_KDDockWidgets__Core__Controller__isVisible (void *thisObj)
 
void * c_KDDockWidgets__Core__Controller__mapToGlobal_Point (void *thisObj, void *arg__1_)
 
void * c_KDDockWidgets__Core__Controller__pos (void *thisObj)
 
void * c_KDDockWidgets__Core__Controller__rect (void *thisObj)
 
void c_KDDockWidgets__Core__Controller__registerVirtualMethodCallback (void *ptr, void *callback, int methodId)
 
void c_KDDockWidgets__Core__Controller__setParentView_impl_View (void *thisObj, void *parent_)
 
void c_KDDockWidgets__Core__Controller__setParentView_View (void *thisObj, void *parent_)
 
void c_KDDockWidgets__Core__Controller__setVisible_bool (void *thisObj, bool arg__1)
 
void c_KDDockWidgets__Core__Controller__show (void *thisObj)
 
void * c_KDDockWidgets__Core__Controller__size (void *thisObj)
 
int c_KDDockWidgets__Core__Controller__type (void *thisObj)
 
void * c_KDDockWidgets__Core__Controller__view (void *thisObj)
 
int c_KDDockWidgets__Core__Controller__width (void *thisObj)
 
int c_KDDockWidgets__Core__Controller__x (void *thisObj)
 
int c_KDDockWidgets__Core__Controller__y (void *thisObj)
 
void c_KDDockWidgets__Core__Controller_Finalizer (void *cppObj)
 
static KDDockWidgets::Core::ControllerfromPtr (void *ptr)
 
static KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapperfromWrapperPtr (void *ptr)
 

Variables

static CleanupCallback Dartagnan::s_cleanupCallback = nullptr
 

Function Documentation

◆ c_KDDockWidgets__Core__Controller__close()

bool c_KDDockWidgets__Core__Controller__close ( void *  thisObj)

Definition at line 156 of file Controller_c.cpp.

References KDDockWidgets::Core::Controller::close(), and fromPtr().

◆ c_KDDockWidgets__Core__Controller__constructor_ViewType_View()

void * c_KDDockWidgets__Core__Controller__constructor_ViewType_View ( int  type,
void *  arg__2_ 
)

Definition at line 149 of file Controller_c.cpp.

◆ c_KDDockWidgets__Core__Controller__destroyLater()

void c_KDDockWidgets__Core__Controller__destroyLater ( void *  thisObj)

Definition at line 162 of file Controller_c.cpp.

References KDDockWidgets::Core::Controller::destroyLater(), and fromPtr().

◆ c_KDDockWidgets__Core__Controller__destructor()

void c_KDDockWidgets__Core__Controller__destructor ( void *  thisObj)

Definition at line 280 of file Controller_c.cpp.

References fromPtr().

◆ c_KDDockWidgets__Core__Controller__geometry()

void * c_KDDockWidgets__Core__Controller__geometry ( void *  thisObj)

Definition at line 167 of file Controller_c.cpp.

References fromPtr(), and KDDockWidgets::Core::Controller::geometry().

◆ c_KDDockWidgets__Core__Controller__height()

int c_KDDockWidgets__Core__Controller__height ( void *  thisObj)

Definition at line 173 of file Controller_c.cpp.

References fromPtr(), and KDDockWidgets::Core::Controller::height().

◆ c_KDDockWidgets__Core__Controller__inDtor()

bool c_KDDockWidgets__Core__Controller__inDtor ( void *  thisObj)

Definition at line 179 of file Controller_c.cpp.

References fromPtr(), and KDDockWidgets::Core::Controller::inDtor().

◆ c_KDDockWidgets__Core__Controller__isFixedHeight()

bool c_KDDockWidgets__Core__Controller__isFixedHeight ( void *  thisObj)

◆ c_KDDockWidgets__Core__Controller__isFixedWidth()

bool c_KDDockWidgets__Core__Controller__isFixedWidth ( void *  thisObj)

Definition at line 191 of file Controller_c.cpp.

References fromPtr(), and KDDockWidgets::Core::Controller::isFixedWidth().

◆ c_KDDockWidgets__Core__Controller__isVisible()

bool c_KDDockWidgets__Core__Controller__isVisible ( void *  thisObj)

Definition at line 197 of file Controller_c.cpp.

References fromPtr(), and KDDockWidgets::Core::Controller::isVisible().

◆ c_KDDockWidgets__Core__Controller__mapToGlobal_Point()

void * c_KDDockWidgets__Core__Controller__mapToGlobal_Point ( void *  thisObj,
void *  arg__1_ 
)

Definition at line 203 of file Controller_c.cpp.

References fromPtr(), and KDDockWidgets::Core::Controller::mapToGlobal().

◆ c_KDDockWidgets__Core__Controller__pos()

void * c_KDDockWidgets__Core__Controller__pos ( void *  thisObj)

Definition at line 211 of file Controller_c.cpp.

References fromPtr(), and KDDockWidgets::Core::Controller::pos().

◆ c_KDDockWidgets__Core__Controller__rect()

void * c_KDDockWidgets__Core__Controller__rect ( void *  thisObj)

Definition at line 217 of file Controller_c.cpp.

References fromPtr(), and KDDockWidgets::Core::Controller::rect().

◆ c_KDDockWidgets__Core__Controller__registerVirtualMethodCallback()

void c_KDDockWidgets__Core__Controller__registerVirtualMethodCallback ( void *  ptr,
void *  callback,
int  methodId 
)

Definition at line 284 of file Controller_c.cpp.

References fromWrapperPtr().

◆ c_KDDockWidgets__Core__Controller__setParentView_impl_View()

void c_KDDockWidgets__Core__Controller__setParentView_impl_View ( void *  thisObj,
void *  parent_ 
)

◆ c_KDDockWidgets__Core__Controller__setParentView_View()

void c_KDDockWidgets__Core__Controller__setParentView_View ( void *  thisObj,
void *  parent_ 
)

◆ c_KDDockWidgets__Core__Controller__setVisible_bool()

void c_KDDockWidgets__Core__Controller__setVisible_bool ( void *  thisObj,
bool  arg__1 
)

Definition at line 235 of file Controller_c.cpp.

References fromPtr(), and KDDockWidgets::Core::Controller::setVisible().

◆ c_KDDockWidgets__Core__Controller__show()

void c_KDDockWidgets__Core__Controller__show ( void *  thisObj)

Definition at line 240 of file Controller_c.cpp.

References fromPtr(), and KDDockWidgets::Core::Controller::show().

◆ c_KDDockWidgets__Core__Controller__size()

void * c_KDDockWidgets__Core__Controller__size ( void *  thisObj)

Definition at line 245 of file Controller_c.cpp.

References fromPtr(), and KDDockWidgets::Core::Controller::size().

◆ c_KDDockWidgets__Core__Controller__type()

int c_KDDockWidgets__Core__Controller__type ( void *  thisObj)

Definition at line 251 of file Controller_c.cpp.

References fromPtr().

◆ c_KDDockWidgets__Core__Controller__view()

void * c_KDDockWidgets__Core__Controller__view ( void *  thisObj)

Definition at line 257 of file Controller_c.cpp.

References fromPtr(), and KDDockWidgets::Core::Controller::view().

◆ c_KDDockWidgets__Core__Controller__width()

int c_KDDockWidgets__Core__Controller__width ( void *  thisObj)

Definition at line 263 of file Controller_c.cpp.

References fromPtr(), and KDDockWidgets::Core::Controller::width().

◆ c_KDDockWidgets__Core__Controller__x()

int c_KDDockWidgets__Core__Controller__x ( void *  thisObj)

Definition at line 269 of file Controller_c.cpp.

References fromPtr(), and KDDockWidgets::Core::Controller::x().

◆ c_KDDockWidgets__Core__Controller__y()

int c_KDDockWidgets__Core__Controller__y ( void *  thisObj)

Definition at line 275 of file Controller_c.cpp.

References fromPtr(), and KDDockWidgets::Core::Controller::y().

◆ c_KDDockWidgets__Core__Controller_Finalizer()

void c_KDDockWidgets__Core__Controller_Finalizer ( void *  cppObj)

Definition at line 145 of file Controller_c.cpp.

◆ fromPtr()

static KDDockWidgets::Core::Controller * fromPtr ( void *  ptr)
static

◆ fromWrapperPtr()

static KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper * fromWrapperPtr ( void *  ptr)
static

© Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
KDDockWidgets
Advanced Dock Widget Framework for Qt
https://www.kdab.com/development-resources/qt-tools/kddockwidgets/
Generated by doxygen 1.9.8