Used with the NDEVR API Widget Docking system for widgets that are floating. These widgets appear as windows within the application, though they are still managed by a ContainerWidget.
More...
#include <FloatingWidget.h>
|
virtual bool | event (QEvent *event) override |
|
virtual void | hideEvent (QHideEvent *event) override |
|
bool | nativeEvent (const QByteArray &eventType, void *message, qintptr *result) override |
|
virtual void | paintEvent (QPaintEvent *e) override |
|
virtual void | showEvent (QShowEvent *event) override |
|
Used with the NDEVR API Widget Docking system for widgets that are floating. These widgets appear as windows within the application, though they are still managed by a ContainerWidget.
◆ FloatingWidget()
◆ ~FloatingWidget()
◆ content()
◆ event()
virtual bool event |
( |
QEvent * | event | ) |
|
|
overrideprotectedvirtual |
◆ getDragLocation()
QPoint getDragLocation |
( |
| ) |
const |
◆ hideEvent()
virtual void hideEvent |
( |
QHideEvent * | event | ) |
|
|
overrideprotectedvirtual |
◆ isDockedFullscreen()
bool isDockedFullscreen |
( |
| ) |
const |
◆ nativeEvent()
bool nativeEvent |
( |
const QByteArray & | eventType, |
|
|
void * | message, |
|
|
qintptr * | result ) |
|
overrideprotected |
◆ paintEvent()
virtual void paintEvent |
( |
QPaintEvent * | e | ) |
|
|
overrideprotectedvirtual |
◆ setContent()
◆ setDockedFullscreen()
void setDockedFullscreen |
( |
bool | is_fullscreen | ) |
|
◆ setRibbonArea()
◆ setRoundedCorners()
void setRoundedCorners |
( |
int | radius | ) |
|
◆ showEvent()
virtual void showEvent |
( |
QShowEvent * | event | ) |
|
|
overrideprotectedvirtual |
◆ sizeHint()
virtual QSize sizeHint |
( |
| ) |
const |
|
overridevirtual |
◆ takeContent()
◆ titleWidget()
◆ ContainerWidgetBase
The documentation for this class was generated from the following file: