KDDockWidgets API Documentation
1.5
|
#include <Separator_quick.h>
Signals | |
void | isVerticalChanged () |
Public Member Functions | |
SeparatorQuick (Layouting::Widget *parent=nullptr) | |
bool | isVertical () const |
Q_INVOKABLE void | onMouseDoubleClicked () |
Q_INVOKABLE void | onMouseMoved (QPointF localPos) |
Q_INVOKABLE void | onMousePressed () |
Q_INVOKABLE void | onMouseReleased () |
Public Member Functions inherited from Layouting::Widget_quick | |
Widget_quick (QQuickItem *thisWidget) | |
~Widget_quick () override | |
QDebug & | dumpDebug (QDebug &) const override |
QRect | geometry () const override |
void | hide () override |
bool | isVisible () const override |
QSize | maxSizeHint () const override |
QSize | minSize () const override |
void | move (int x, int y) override |
std::unique_ptr< Widget > | parentWidget () const override |
void | setGeometry (QRect) override |
void | setHeight (int height) override |
void | setLayoutItem (Item *) override |
void | setParent (Widget *) override |
void | setSize (int width, int height) override |
void | setVisible (bool) const override |
void | setWidth (int width) override |
void | show () override |
void | update () override |
Public Member Functions inherited from Layouting::Widget | |
Widget (QObject *thisObj) | |
virtual | ~Widget () |
QObject * | asQObject () const |
virtual QWidget * | asQWidget () const |
QString | id () const |
returns an id for corelation purposes for saving layouts More... | |
bool | operator== (const QObject *obj) const |
QObject * | parent () const |
QRect | rect () const |
QSize | size () const |
virtual QSize | sizeHint () const |
int | x () const |
int | y () const |
Protected Member Functions | |
Widget * | asWidget () override |
Widget * | createRubberBand (Widget *parent) override |
Protected Member Functions inherited from Layouting::Widget_quick | |
QQuickItem * | createQQuickItem (const QString &filename, QQuickItem *parent) const |
Properties | |
bool | isVertical |
Additional Inherited Members | |
Static Public Member Functions inherited from Layouting::Widget_quick | |
static QSize | widgetMinSize (const QWidget *w) |
Static Public Member Functions inherited from Layouting::Widget | |
template<typename T > | |
static QSize | widgetMaxSize (const T *w) |
template<typename T > | |
static QSize | widgetMinSize (const T *w) |
Static Protected Member Functions inherited from Layouting::Widget | |
static QSize | boundedMaxSize (QSize min, QSize max) |
Definition at line 23 of file Separator_quick.h.
|
explicit |
Definition at line 22 of file Separator_quick.cpp.
References Layouting::Widget_quick::createQQuickItem(), isVerticalChanged(), and QTimer::singleShot.
|
overrideprotected |
Definition at line 48 of file Separator_quick.cpp.
|
overrideprotected |
Definition at line 38 of file Separator_quick.cpp.
References Layouting::Widget::parent().
bool SeparatorQuick::isVertical | ( | ) | const |
Definition at line 33 of file Separator_quick.cpp.
|
signal |
Referenced by SeparatorQuick().
void SeparatorQuick::onMouseDoubleClicked | ( | ) |
Definition at line 69 of file Separator_quick.cpp.
void SeparatorQuick::onMouseMoved | ( | QPointF | localPos | ) |
Definition at line 58 of file Separator_quick.cpp.
References QPointF::toPoint().
void SeparatorQuick::onMousePressed | ( | ) |
Definition at line 53 of file Separator_quick.cpp.
void SeparatorQuick::onMouseReleased | ( | ) |
Definition at line 64 of file Separator_quick.cpp.
|
read |
Definition at line 1 of file Separator_quick.h.