kjsembed
qlayout_binding.cpp File Reference
#include "qlayout_binding.h"
#include "static_binding.h"
#include "kjseglobal.h"
#include <kjs/object.h>
#include <QtCore/QDebug>
#include <QtGui/QWidget>
#include <QtGui/QAction>
#include <QtGui/QLayout>
#include <QtUiTools/QUiLoader>
Go to the source code of this file.
Namespaces | |
namespace | KJSEmbed |
namespace | LayoutNS |
Functions | |
object | LayoutNS::addWidget (w) |
object | LayoutNS::removeWidget (w) |
START_METHOD_LUT (Layout) | |
QUiLoader * | KJSEmbed::uiLoader () |
Variables | |
LayoutNS::result = KJSEmbed::createQObject(exec,w) | |
QWidget * | LayoutNS::w = KJSEmbed::extractObject<QWidget>(exec, args, 0, 0) |
Function Documentation
◆ START_METHOD_LUT()
START_METHOD_LUT | ( | Layout | ) |
Definition at line 59 of file qlayout_binding.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.